

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* My Protey Style 
   ========================================================================== */
html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

body {
    background: #fff;
    margin-bottom: 121px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

main {font-size: 1.2rem;}

.site-header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #bb2649;
}
.site-header, .site-header a, .site-header .pseudo-link {
    color: #ffffff;
}

.site-header-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.humburger {

    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 700;

}
.humburger:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}
.humburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.humburger span:first-child {
    top: 0;
}
.humburger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.humburger span:last-child {
    bottom: 0;
}
.humburger.open span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg) translateZ(0);
    transform: translateY(7px) rotate(45deg) translateZ(0);
}
.humburger.open span:nth-child(2) {
    opacity: 0;
}
.humburger.open span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    transform: translateY(-7px) rotate(-45deg) translateZ(0);
}
.site-branding {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fixed.main-navigation-inner,
.fixed.related-posts, 
.fixed.section-block, 
.fixed.section-html, 
.fixed.site-content, 
.fixed.site-footer-inner, 
.fixed.site-header-inner, 
.footer-navigation.fixed, 
.main-navigation.fixed, 
.site-footer.fixed, 
.site-header.fixed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.header-html-1, .header-html-2 {
        margin-top: 15px;
        text-align: center;
}

.site-logotype img {
    max-width: 100%;
    max-height: auto;
}

.main-navigation {
    position: relative;
    display: none;
}

.footer-navigation ul, .main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}



h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif!important;
    font-weight: normal!important;
    font-style: normal!important;
}

h1 {font-size:2.5rem!important;}
h2 {font-size:2rem!important;}
h3 {font-size:1.7rem!important;}

.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: "Oswald", sans-serif!important;
    font-weight: normal!important;
    font-style: normal!important;
}


.site-footer-container {

background-color: #FDFDFD;

}

.footer-navigation ul li, .main-navigation ul li {
    position: relative;
}
.footer-navigation ul li > a, .footer-navigation ul li > span, .main-navigation ul li > a, .main-navigation ul li > span {
    position: relative;
    display: block;
    font-size: 0.8rem;
    padding: 15px 15px;
    text-decoration: none;
    font-weight: 700;
    z-index: 1;
    color: black!important;
}



.footer-navigation ul li > a:hover{color: #bb2649!important;} 

.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: .9em;
}


.footer-widget a {color: white!important;} 
.footer-widget h3 a {font-size:1.5rem!important;}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

/* COLOR */

main a, 
main a:visited  {
    color: #bb2649!important;
}  


main a:hover {
    color: #bb2649!important;
}  



.widget-header {
font-size:2rem!important;
font-family: "Oswald", sans-serif;}
}


#header_menu  a, #header_menu a:visited {
    color: #444;
} 
#header_menu  a:hover {
    color: #bb2649;
} 

.current-menu-item  a, .current-menu-item a:visited {
 color: #bb2649 !important;
}

.header-html-2 a {color: #fff;} 
.header-html-2 a:visited {color: #fff;} 

/* background */

.site-header {
    background-color: #bb2649;
} 

iframe{
    border-width: 0px;
}

.site-footer--style-gray {
    background: #26252d;
    color: #fff;
}

.lazy-background {
  background-image: url("https://www.vipmotel.ru/wp-content/uploads/2023/01/b8-preload.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.lazy-background.visible {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}


.top_header1 {  padding-top: 20px; text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 130px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}
.top_header2 {  padding-top: 20px; padding-bottom: 50px; text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 50px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}

.color_red, .section-subtitle {color:#bb2649 !Important;}
.bg_red {background-color: #bb2649 !Important;}
.br_red {border-color: #bb2649 !Important;}

.button_wrapper {
  display: flex;
  justify-content: center;
}

.button_.big {
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0 5px 16px 0 rgba(234, 58, 95, .5);
    text-decoration:none;
    border-color: #bb2649;
}

.button_.big.red {
border-color: #bb2649;
color: #ffffff !important;
background-color: #bb2649;

}

.button_.big.red:hover {
border-color: #eee;
color: #bb2649 !important;
background-color: #fff;
}

.button_.light {
    border-color: #bb2649;
    color: #bb2649;
    background-color: #fff;
}

.button_.light:hover {
    border-color: #bb2649;
    color: #ffffff !important;
    background-color: #bb2649;
}


.current-menu-item {color:#bb2649 !Important;}



iframe {
    border-width: 0;
}


.zagolovok_1  {
font-family: "Oswald", sans-serif;
text-decoration:none;
}

.footer-widgets {
    margin-bottom: 20px;
}


.footer-info {
    text-align: center;
}

.widget {
    margin-bottom: 2.5rem;
}

section::after, .container::after {
  content: "";
  display: table;
  clear: both; /* Сброс обтекания */
}


.flex-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}



        .card {background-color:#fff!Important; border-color: #bb2649!Important;}
        .card-header {font-family: "Oswald", sans-serif !important; background-color: #bb2649!Important; color:#fff;border-bottom:none!Important;}
        .card-header a, .card-header a:visited, .card-header a:hover {text-decoration:none; color:#fff!Important; font-size:1.5rem; font-weight: 400;}
        .card-body {color: #444;}
        .card-body .info { background-color:#f8f8f8!Important; }
        .card-body .info .col  {color: #bb2649}
        .card-body .info .col:first-child::before {color:black; content: "\041E\0441\043D\0430\0449\0435\043D\0438\0435\003A\0020"; /* Оснащение: */}
        .card-body .info .col:not(:first-child) {font-size:1.5rem; cursor: pointer;}
        .card-footer {background-color: #fff!Important; color:#444; text-align:left;}

         .room-rate .star {
              font-size: 24px;
              color: gold;
          }
          .star.empty {
              color: lightgray;
          }

        .hotel_card p {
         margin-bottom: 0.8rem !Important;
        }
        
        
        details,
        details summary {
        padding-left:0;
        background-image:none;
        -webkit-appearance:none;
        }

        details {
            margin-bottom: 1em;
            padding: 0.5em;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        summary {
            font-weight: bold;
            cursor: pointer;
        }

        details[open] {
            background-color: #f9f9f9;
        }

        summary {
            list-style: revert;
            display: list-item;
          font-family: "Oswald", sans-serif;
          font-size:1.2em;
          font-weight: Normal;
        }

        summary::marker {
        color:#bb2649 !important;
        }
        
#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_sided,
#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_block .ttshowcase_rl_quote,
#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_sided a,
#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_block .ttshowcase_rl_quote a
			    			{
								background:#f5f5f5;
								color:#333333;
							}
							
							#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_block .ttshowcase_rl_quote:after,
							#ttshowcase_0 .tt_theme_card .tt_quote_info-below .ttshowcase_rl_quote:after,
							#ttshowcase_0 .tt_theme_card .tt_quote_info-above .ttshowcase_rl_quote:after
							 {
								border-color: #f5f5f5 transparent;
							}
							
							#ttshowcase_0 .tt_theme_card .ttshowcase_rl_quote_sided .ttshowcase_rl_quote:after {
								border-color: transparent #f5f5f5;
							}
							#ttshowcase_0 .tt_theme_card .tt_info-left,
							#ttshowcase_0 .tt_theme_card .tt_info-left a,
							#ttshowcase_0 .tt_theme_card .tt_info-right,
							#ttshowcase_0 .tt_theme_card .tt_info-right a,
							#ttshowcase_0 .tt_theme_card .tt_info-below,
							#ttshowcase_0 .tt_theme_card .tt_info-below a,
							#ttshowcase_0 .tt_theme_card .tt_info-above,
							#ttshowcase_0 .tt_theme_card .tt_info-above a
							 {
								background:#e8697c;
								color:#FFFFFF;
							}
							#ttshowcase_0 .tt_theme_card .tt_info-left,
							#ttshowcase_0 .tt_theme_card .tt_info-right,
							 {
								width: 95px;
							}




.lastpost-list, .lastpost-list li {list-style:none}
.lastpost-list {padding:0}
.lastpost-list li {padding: 0 0 0 1rem; border-left:#bb2649 4px solid!important; margin-top:1.5rem }



.menu-topmenu-container ul {display: flex; align-items: center; gap: 20px; flex-direction: row; justify-content: center; }


.GoodPlaceWidget-SmallIcon {
    background-image: url(../images/yamap.svg);
    flex-shrink: 0;
    height: 54px;
    margin-right: 16px;
    width: 29px; }
.GoodPlaceWidget-NormalContainer {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 56px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    }


.room__facilities {
    list-style: none;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f7f7f7;
    background-color: #f1f1f1;
}

.room__facilities-content--single i {
    display: block;
    font-size: 50px;
    margin-bottom: 12px;
}

.room__description--single {
    margin-bottom: 40px;
}

.room__facilities-content--single {
    font-size: 12px;
    color: #333;
    display: block;
    text-align: center;
    width: 118px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #fff;
    margin: 5px;
    padding: 15px 5px 5px 5px;
}

.room__facilities-content--single span {
white-space: nowrap;

}


.logo {
max-width: 406px;
height: auto;  
margin: auto;
}


.info-item {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    
}


.info-item .icon {
  color: #fff;
  background-color: #bb2649;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}

.info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.info-item .social-links a:hover {
  color: var(--accent-color);
}


/* HEADER */
header {
  background-color: RGB(187,38,73); /* Viva Magenta 18-1750 */
  position: relative;
  color: #fff;
  text-align: center;
  min-height: auto;
  }

header, footer {
  padding: 1.5rem 3%;

}

.mainheader { 
 margin: 0 auto;
 position: relative;
}

.logo-container {
    max-width: 406px;
    height: auto;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.logo svg {
  max-width: 100%;
  height: auto;
}

[role="banner"] h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 1rem;
}

[role="banner"] p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;

  margin: 0.5rem auto;
}

.phone-button {
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  margin: 1rem 0;
  transition: all 0.3s;
}

.phone-button:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

address {
  font-size: 1.2rem;
  font-style: normal;
  margin-top: 0.5rem;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background+: #111;
  background-image: url(../images/mbg.jpg);
  background-size: cover; /* картинка растягивается пропорционально */ 
  background-position: center; /* центрируем */ 
  background-repeat: no-repeat; /* убираем повтор */
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transform: translateY(+200%);
  transition: transform 0.8s ease;
  z-index: 999;
}

.menu-overlay.active {
  transform: translateY(0);
}

.menu-overlay ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.menu-overlay ul li {
  margin: 20px 0;
  margin: 0; 
  padding: 20px 0; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.menu-overlay ul li:last-child { 
  border-bottom: none;
 }

.menu-overlay ul li a {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.menu-overlay ul li a:hover {
  color: rgb(234, 58, 95);
}

.menu-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight:400;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

.menu-toggle.active { 
 color: #fff;
}

.menu-title { text-align: center; font-size: 2rem; font-weight: 600;  margin-bottom: 20px; letter-spacing: 1px; }

/* HEADER END*/

/* MAIN */

article  {
font-size:1.2rem;
}

article p {
margin-top: 0.5rem;
margin-bottom: 1.0rem;
}



/* MAIN  END */


h1 {font-size:2.5rem!important;}
h2 {font-size:1.8rem!important;}
h3 {font-size:1.5rem!important;}
h4 {font-size:1.4rem!important;}
h2 {color:#bb2649!important;}

.quick-contact-heading { 
font-family: 'Oswald', sans-serif;
font-size:1.5rem;
}


details summary h4 {
    display: inline;
    margin: 0;
}


@media (max-width: 768px) {

  [role="banner"] h1 {
    font-size: 2.5rem;
  }
  
  .menu-overlay ul li a {
  font-size: 1.2rem;
}

}
/* My Protey Mobile Style
   ========================================================================== */ 
   
   
@media (min-width: 1200px) {
    .container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
        max-width: 1190px;
    }
} 
  
@media (min-width: 992px) {
    .footer-navigation ul, .main-navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -10px;
        margin-right: -10px;
    }    
    
    .main-navigation ul {
        justify-content: center;
    }
    
    .footer-navigation ul li > a, .footer-navigation ul li > span, .main-navigation ul li > a, .main-navigation ul li > span {
        padding: 15px 15px;
    }
    
    .site-footer-container:not(.site-footer-container--disable-sticky) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media (min-width: 980px) {

    .lazy-background.visible {
      background-image: url("../images/b8.webp"); /* The final image */
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      background-position: center center;
    }
    
   .mainheader  { 
    max-width: 1190px;
    }

    

}

@media (min-width: 768px) {
     .main-navigation-inner, .related-posts, .section-block, .section-html, .site-content, .site-header-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .humburger {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .footer-widgets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: -20px;
        margin-right: -20px;
    }
    .footer-widget {
        margin-left: 20px;
        margin-right: 20px;
    }
    



}

@media (min-width: 667px) {
    .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    }
    
    
    .alignlefts {
    float: left;
    margin: 5px 1rem 1rem 0;
    }


}

@media screen and (max-width: 979px) {
    .lazy-background.visible {
      background-image: url("../images/b8_980.webp"); /* The final image */
    }
    .top_header1 { text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 120px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}
    .top_header2 {  padding-top: 20px; padding-bottom: 50px; text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 48px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}
    

    .card-body .info .col:first-child {padding: 0 !important; width: 0 !important;height: 0 !important;min-width: 0 !important;min-height: 0 !important;overflow: hidden !important;flex: 0 0 0 !important;}
    .card-body .info .col  {padding-left:5px!important;padding-right:5px!important; font-size:1.3rem!important;}


      .room__facilities-content--single {
          min-width: 45%;
          min-width: 47%;
      }

}

@media screen and (max-width: 767px) {
    .lazy-background.visible {
      background-image: url("../images/b8_780.webp"); /* The final image */
    }
      .top_header1 { text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 64px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}
      .top_header2 {  padding-top: 20px; padding-bottom: 50px; text-align: center; letter-spacing: 4px; font-weight: 300; font-size: 30px; color: rgb(255, 255, 255); font-family: "Oswald", sans-serif;}
    
    .header-search {
    top: 10px;

    }
    
    .hotel_card p {
      margin-bottom: 0.4rem !Important;
  }
  
  
  .hotel_card address {margin-top: 0.5rem !Important;}
  

  
}

@media screen and (max-width: 550px) {
    .lazy-background.visible {
      background-image: url("../images/b8_550.webp"); /* The final image */
    }
    
    .alignleft {
    float: none;
    display: block;
    margin: 0 auto 1rem 0;
    max-width: 100%;
    height: auto;
  }
  
   .alignlefts {
    float: left;
    display: block;
    margin: 0 1rem 1rem 0;
    max-width: 100%;
    height: auto;
  }
    

}

@media screen and (max-width: 394px) {
    .lazy-background.visible {
      background-image: url("../images/b8_394.webp"); /* The final image */
    }
    
    .button_.big {
    font-size: 16px;
    }
    

}

@media screen and (max-width: 320px) {
    .lazy-background.visible {
      background-image: url("../images/b8_320.webp"); /* The final image */
    }
}