@charset "UTF-8";
/*breakpoints
base px : 16px = 1em;
    
-extra-small-device
px size : 320px = 20.00em

-small-device
px size : 568px = 35.00em

-tablet-ipad-device
px size : 768px = 48.00em

-medium device
px size : 1240px = 77.500em

large size desktop
px size : 1540px = 96.250em

*/
.ipro-container-sw {
  margin: 0 auto;
  display: block;
  position: relative;
}

.ipro-container-fdw {
  margin: 0 auto;
  display: block;
  position: relative;
}

.ipro-row {
  position: relative;
}

.ipro-xl-1, .ipro-xl-10, .ipro-xl-11, .ipro-xl-12, .ipro-xl-2, .ipro-xl-3, .ipro-xl-4, .ipro-xl-5, .ipro-xl-6, .ipro-xl-7, .ipro-xl-8, .ipro-xl-9, .ipro-lg-1, .ipro-lg-10, .ipro-lg-11, .ipro-lg-12, .ipro-lg-2, .ipro-lg-3, .ipro-lg-4, .ipro-lg-5, .ipro-lg-6, .ipro-lg-7, .ipro-lg-8, .ipro-lg-9, .ipro-md-1, .ipro-md-2, .ipro-md-3,
.ipro-md-4, .ipro-md-5, .ipro-md-6, .ipro-md-7, .ipro-md-8, .ipro-md-9, .ipro-md-10, .ipro-md-11, .ipro-md-12, .ipro-sm-1, .ipro-sm-10, .ipro-sm-11, .ipro-sm-12, .ipro-sm-2,
.ipro-sm-3, .ipro-sm-4, .ipro-sm-5, .ipro-sm-6, .ipro-sm-7, .ipro-sm-8, .ipro-sm-9, .ipro-xs-1, .ipro-xs-10, .ipro-xs-11, .ipro-xs-12, .ipro-xs-2, .ipro-xs-3, .ipro-xs-4, .ipro-xs-5, .ipro-xs-6, .ipro-xs-7,
.ipro-xs-8, .ipro-xs-9, .ipro-xxs-1, .ipro-xxs-10, .ipro-xxs-11, .ipro-xxs-12, .ipro-xxs-2, .ipro-xxs-3, .ipro-xxs-4, .ipro-xxs-5, .ipro-xxs-6, .ipro-xxs-7,
.ipro-xxs-8, .ipro-xxs-9, .ipro-xxxs-1, .ipro-xxxs-10, .ipro-xxxs-11, .ipro-xxxs-12, .ipro-xxxs-2, .ipro-xxxs-3, .ipro-xxxs-4, .ipro-xxxs-5, .ipro-xxxs-6, .ipro-xxxs-7,
.ipro-xxxs-8, .ipro-xxxs-9 {
  float: left;
}

/*extra-extra-small-device
        base px : 16px = 1em;
        px size :318px = 19.875em*/
@media (min-width: 19.875em) {
  .ipro-container-fdw {
    width: auto;
  }
  .ipro-xxxs-12 {
    width: 100%;
  }
  .ipro-xxxs-11 {
    width: 91.666667%;
  }
  .ipro-xxxs-10 {
    width: 83.3333%;
  }
  .ipro-xxxs-9 {
    width: 75%;
  }
  .ipro-xxxs-8 {
    width: 66.666667%;
  }
  .ipro-xxxs-7 {
    width: 58.333337%;
  }
  .ipro-xxxs-6 {
    width: 50%;
  }
  .ipro-xxxs-5 {
    width: 41.66666%;
  }
  .ipro-xxxs-4 {
    width: 33.333333%;
  }
  .ipro-xxxs-3 {
    width: 25%;
  }
  .ipro-xxxs-2 {
    width: 16.666667%;
  }
  .ipro-xxxs-1 {
    width: 8.333333%;
  }
}

/*extra-small-device
        base px : 16px = 1em;
        px size : 568px = 35.00em*/
@media (min-width: 35em) {
  .ipro-container-fdw {
    width: 540px;
  }
  .ipro-xxs-12 {
    width: 100%;
  }
  .ipro-xxs-11 {
    width: 91.666667%;
  }
  .ipro-xxs-10 {
    width: 83.3333%;
  }
  .ipro-xxs-9 {
    width: 75%;
  }
  .ipro-xxs-8 {
    width: 66.666667%;
  }
  .ipro-xxs-7 {
    width: 58.333337%;
  }
  .ipro-xxs-6 {
    width: 50%;
  }
  .ipro-xxs-5 {
    width: 41.66666%;
  }
  .ipro-xxs-4 {
    width: 33.333333%;
  }
  .ipro-xxs-3 {
    width: 25%;
  }
  .ipro-xxs-2 {
    width: 16.666667%;
  }
  .ipro-xxs-1 {
    width: 8.333333%;
  }
}

/*extra-small-device
        base px : 16px = 1em;
        px size : 768px = 48.00em*/
@media (min-width: 48em) {
  .ipro-container-fdw {
    width: 750px;
  }
  .ipro-xs-12 {
    width: 100%;
  }
  .ipro-xs-11 {
    width: 91.666667%;
  }
  .ipro-xs-10 {
    width: 83.3333%;
  }
  .ipro-xs-9 {
    width: 75%;
  }
  .ipro-xs-8 {
    width: 66.666667%;
  }
  .ipro-xs-7 {
    width: 58.333337%;
  }
  .ipro-xs-6 {
    width: 50%;
  }
  .ipro-xs-5 {
    width: 41.666667%;
  }
  .ipro-xs-4 {
    width: 33.333333%;
  }
  .ipro-xs-3 {
    width: 25%;
  }
  .ipro-xs-2 {
    width: 16.666667%;
  }
  .ipro-xs-1 {
    width: 8.333333%;
  }
}

/*small-device
        base px : 16px = 1em;
        px size : 992px = 62.00em*/
@media (min-width: 62em) {
  .ipro-container-fdw {
    width: 767px;
  }
  .ipro-sm-12 {
    width: 100%;
  }
  .ipro-sm-11 {
    width: 91.666667%;
  }
  .ipro-sm-10 {
    width: 83.3333%;
  }
  .ipro-sm-9 {
    width: 75%;
  }
  .ipro-sm-8 {
    width: 66.666667%;
  }
  .ipro-sm-7 {
    width: 58.333337%;
  }
  .ipro-sm-6 {
    width: 50%;
  }
  .ipro-sm-5 {
    width: 41.666667%;
  }
  .ipro-sm-4 {
    width: 33.333333%;
  }
  .ipro-sm-3 {
    width: 25%;
  }
  .ipro-sm-2 {
    width: 16.666667%;
  }
  .ipro-sm-1 {
    width: 8.333333%;
  }
}

/*tablet-ipad-device
        base px : 16px = 1em;
        px size : 1024px = 64.00em*/
@media (min-width: 64em) {
  .ipro-container-fdw {
    width: 991px;
  }
  .ipro-md-12 {
    width: 100%;
  }
  .ipro-md-11 {
    width: 91.666667%;
  }
  .ipro-md-10 {
    width: 83.3333%;
  }
  .ipro-md-9 {
    width: 75%;
  }
  .ipro-md-8 {
    width: 66.666667%;
  }
  .ipro-md-7 {
    width: 58.333337%;
  }
  .ipro-md-6 {
    width: 50%;
  }
  .ipro-md-5 {
    width: 41.666667%;
  }
  .ipro-md-4 {
    width: 33.333333%;
  }
  .ipro-md-3 {
    width: 25%;
  }
  .ipro-md-2 {
    width: 16.666667%;
  }
  .ipro-md-1 {
    width: 8.333333%;
  }
}

/*medium device
         base px : 16px = 1em;
        px size : 1240px = 77.500em*/
@media (min-width: 77.5em) {
  .ipro-container-fdw {
    width: 1024px;
  }
  .ipro-lg-12 {
    width: 100%;
  }
  .ipro-lg-11 {
    width: 91.666667%;
  }
  .ipro-lg-10 {
    width: 83.3333%;
  }
  .ipro-lg-9 {
    width: 75%;
  }
  .ipro-lg-8 {
    width: 66.666667%;
  }
  .ipro-lg-7 {
    width: 58.333337%;
  }
  .ipro-lg-6 {
    width: 50%;
  }
  .ipro-lg-5 {
    width: 41.666667%;
  }
  .ipro-lg-4 {
    width: 33.333333%;
  }
  .ipro-lg-3 {
    width: 25%;
  }
  .ipro-lg-2 {
    width: 16.666667%;
  }
  .ipro-lg-1 {
    width: 8.333333%;
  }
}

/*large size desktop*/
/*base px : 16px = 1em;
        px size : 1540px = 96.250em*/
@media (min-width: 96.25em) {
  .ipro-container-fdw {
    width: 1170px;
  }
  .ipro-xl-12 {
    width: 100%;
  }
  .ipro-xl-11 {
    width: 91.666667%;
  }
  .ipro-xl-10 {
    width: 83.3333%;
  }
  .ipro-xl-9 {
    width: 75%;
  }
  .ipro-xl-8 {
    width: 66.666667%;
  }
  .ipro-xl-7 {
    width: 58.333337%;
  }
  .ipro-xl-6 {
    width: 50%;
  }
  .ipro-xl-5 {
    width: 41.666667%;
  }
  .ipro-xl-4 {
    width: 33.333333%;
  }
  .ipro-xl-3 {
    width: 25%;
  }
  .ipro-xl-2 {
    width: 16.666667%;
  }
  .ipro-xl-1 {
    width: 8.333333%;
  }
}

.offset-1 {
  margin-left: 8.33%;
  *margin-left: 8.325%;
}

.offset-2 {
  margin-left: 16.66%;
  *margin-left: 16.655%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.995%;
}

.offset-4 {
  margin-left: 33.33%;
  *margin-left: 33.325%;
}

.offset-5 {
  margin-left: 41.666667%;
  *margin-left: 41.666625%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.995%;
}

.offset-7 {
  margin-left: 58.333337%;
  *margin-left: 58.333325%;
}

.offset-8 {
  margin-left: 66.666667%;
  *margin-left: 66.666625%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.995%;
}

.offset-10 {
  margin-left: 83.33%;
  *margin-left: 83.325%;
}

.offset-11 {
  margin-left: 91.67%;
  *margin-left: 91.665%;
}

/*z-index-scale-bootstrap-referable
We don’t encourage customization of these values; should you change one, you likely need to change them all.*/
/*---z-index-scale-end--*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #fff;
  font: 16px/1.2 Arial, 'Helvetica Neue', Helvetica, sans-serif;
  min-width: 320px;
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^="tel"], a[href^="skype"], a[href^="sms"] {
    cursor: pointer;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 1539px) {
  /*think to do page*/
  #things-to-do .popup-main .container .popup {
    height: 380px;
  }
  /*footer section*/
}

@media only screen and (max-width: 1366px) {
  #header .brand {
    width: 200px;
    margin: 10px auto;
  }
  .menu-nav li a {
    padding: 10px 20px;
  }
  .brand a {
    background: transparent;
  }
  /*think to do page*/
  #things-to-do .popup-main .container .popup {
    height: 450px;
  }
  #things-to-do .popup-main .container h4 {
    font-size: 30px;
  }
}

/*homepage booking section*/
@media only screen and (max-width: 1280px) {
  .menu-nav li a {
    padding: 10px;
  }
}

@media (max-width: 1239px) {
  /*homepage booking section*/
  #booking-section .booking h3 {
    font-size: 26px;
  }
  #booking-section .booking .para h2 {
    font-size: 34px;
    letter-spacing: 0.05em;
    margin: 20px 0;
  }
  #booking-section .booking .para .book-button {
    padding: 1em 3em;
  }
  /*think to do page*/
  #things-to-do .popup-main .container h4 {
    font-size: 26px;
  }
  #things-to-do .info .btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  #facilities {
    padding: 20px;
  }
  #facilities .facilities .box {
    width: 17%;
    height: 150px;
    padding: 0;
  }
  #facilities .facilities .box h3 {
    position: relative;
    bottom: 0;
  }
  #facilities .facilities .box .img1 {
    width: 78px;
    height: 69px;
    background: url(../../img/sprite.png) 0 -234px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #facilities .facilities .box .img2 {
    width: 64px;
    height: 69px;
    background: url(../../img/sprite.png) -71px -236px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #facilities .facilities .box .img3 {
    width: 64px;
    height: 69px;
    background: url(../../img/sprite.png) -128px -236px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #facilities .facilities .box .img4 {
    width: 64px;
    height: 69px;
    background: url(../../img/sprite.png) -186px -236px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #facilities .facilities .box .img5 {
    width: 64px;
    height: 69px;
    background: url(../../img/sprite.png) -244px -236px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #accommodation-page .facilities .details h3 {
    text-align: left;
  }
}

@media only screen and (max-width: 1023px) {
  #header .menu-header {
    z-index: 9 !important;
    float: left;
    display: block;
    width: 100%;
  }
  #header .book-button {
    margin: 0.5em;
  }
  #header .book-button a {
    padding: 1em;
  }
  .menu-nav > ul > li.active:after {
    width: 100%;
  }
  #welcome .welcome-section .border:after {
    display: none;
  }
  #welcome .welcome-section p {
    margin-right: 0;
  }
  #header .book-button a {
    background: #ffffff;
    color: #343434 !important;
    border: 1px solid #e9ebf0;
  }
  #accommodation .booking-image img {
    height: auto;
  }
  #accommodation .comfort {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  #accommodation .comfort h3 {
    font-size: 28px;
  }
  #accommodation .comfort .box-area {
    padding: 0;
  }
  #accommodation .comfort .box-area .face {
    width: 33%;
    margin: 20px 0;
  }
  /*homepage booking section*/
  #booking-section .booking h3 {
    font-size: 24px;
  }
  #booking-section .booking h5 {
    margin-bottom: 40px;
  }
  #booking-section .booking .para {
    position: static;
    width: 100%;
  }
  #booking-section .booking .para h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin: 20px 0;
  }
  #booking-section .booking .para .book-button {
    -webkit-transform: none;
            transform: none;
    position: static;
  }
  #accommodation-page .accommodation-gallery .images .slick-slide img {
    height: 300px;
  }
  #accommodation-page .accommodation-gallery .details {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
  }
  #accommodation-page .accommodation-gallery .details .comfort h3 {
    font-size: 28px;
  }
  #accommodation-page .accommodation-gallery .details .comfort .box-area {
    padding: 0;
  }
  #accommodation-page .accommodation-gallery .details .comfort .box-area .face {
    width: 33%;
    margin: 20px 0;
  }
  #accommodation .comfort h5 {
    font-size: 14px;
  }
  /*think to do page*/
  #things-to-do h2 span:after,
  #things-to-do h2 span:before {
    display: none;
  }
  #things-to-do .attractions h3 {
    font-size: 22px;
  }
  /*contact page*/
  #contact .image img {
    height: auto;
  }
  /*footer section*/
}

@media only screen and (max-width: 992px) {
  #testimonial .slick-prev {
    left: 20px;
  }
  #accommodation-page {
    padding: 0 10px;
  }
  #testimonial .slick-next {
    right: 20px;
  }
  #welcome {
    padding: 0 20px;
  }
  footer {
    padding: 20px;
  }
  footer .icon-social,
  footer .foot .info .mail .content,
  footer .foot .info .phone .content {
    float: left;
    text-align: left;
    width: 100%;
  }
  footer .foot .info .address {
    width: 100%;
  }
  footer .foot .menu-links ul li {
    padding: 1em;
  }
  #contact .info .img-size {
    width: 100%;
    height: 350px;
  }
  #contact .info .mapping {
    top: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }
}

@media only screen and (max-width: 991px) {
  #accommodation-page .facilities .details .listing {
    padding-left: 40px;
  }
  .menu-nav > ul > li > a:hover, footer .foot .menu-links ul li:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header li.brand {
    display: none;
  }
  #gallery {
    padding: 10px;
  }
  /*think to do page*/
  #things-to-do .attractions h3 {
    font-size: 20px;
  }
  #things-to-do .attractions .popup-main {
    overflow: scroll;
  }
  #things-to-do .attractions .container .close {
    right: 10%;
  }
  #things-to-do .attractions .container .popup {
    height: auto;
  }
  #facilities h2 span::after, #facilities h2 span::before,
  #accommodation h2 span::after,
  #accommodation h2 span::before,
  #gallery h2 span::after,
  #gallery h2 span::before,
  #testimonial h2 span::after,
  #testimonial h2 span::before,
  #accommodation-page h2 span::after,
  #accommodation-page h2 span::before,
  #gallery-page h2 span::after,
  #gallery-page h2 span::before {
    display: none;
  }
  /*contact page*/
  #contact h2 span::after, #contact h2 span::before {
    display: none;
  }
  #contact .container .popup-close {
    right: 10%;
  }
  #testimonial .review p {
    padding: 20px 0;
    margin: 0;
  }
  /*footer section*/
  footer .foot .info {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  /*homepage booking section*/
  #booking-section .booking h3 {
    font-size: 22px;
  }
  #booking-section .booking h5 {
    margin-bottom: 30px;
  }
  #booking-section .booking .para {
    padding-top: 1em;
  }
  #booking-section .booking .para h2 {
    font-size: 28px;
  }
  #booking-section .booking .para .book-button {
    -webkit-transform: none;
            transform: none;
    width: 25%;
  }
  /*facilities section*/
  #facilities h2 {
    font-size: 44px;
  }
  /*homepage accommodation section*/
  #accommodation h2 {
    font-size: 42px;
  }
  /*think to do page*/
  #things-to-do h2 {
    font-size: 42px;
    margin: 40px 0;
  }
  #things-to-do .attractions h3 {
    font-size: 22px;
  }
  #facilities .facilities .box {
    width: 30%;
  }
  /*gallery section*/
  #gallery h2 {
    font-size: 42px;
  }
  #gallery .slick-slide img {
    height: auto;
  }
  /*thinks to do page*/
  #things-to-do .attractions {
    display: block;
  }
  /*contact page*/
  #contact .container .popup {
    height: 450px;
  }
  #contact .image #map iframe {
    height: 390px;
  }
}

@media only screen and (max-width: 559px) {
  /*header*/
  .menu-nav > ul > li {
    margin: 0;
  }
  #header .book-button a {
    background: #ffffff;
    color: #4a770c !important;
    border: 1px solid #e9ebf0;
    font-weight: 600;
  }
  #header .book-button a {
    padding: 0.5em;
  }
  .menu-nav.mobile .menu-toggle,
  .menu-nav.mobile.light ul {
    top: -20px !important;
  }
  #slider-box .slick-slide img {
    height: 200px;
  }
  #welcome .welcome-section {
    padding: 15px 0;
  }
  #welcome .welcome-section h1 {
    font-size: 38px;
  }
  /*homepage accommodatio section*/
  #accommodation {
    padding: 15px;
  }
  #accommodation h2 {
    font-size: 36px;
    margin: 25px 0;
  }
  #accommodation .booking-image img {
    height: 200px;
  }
  #accommodation .comfort {
    padding: 2em 0.8em;
  }
  #accommodation .comfort .box-area {
    padding: 0;
  }
  #accommodation .comfort .box-area h3 {
    font-size: 24px;
  }
  #accommodation .comfort .box-area .face {
    width: 50%;
    margin: 18px 0;
  }
  /*facilities section*/
  #facilities h2 {
    font-size: 38px;
  }
  #facilities .facilities .box {
    width: 44%;
  }
  /*homepage booking section*/
  #booking-section .booking {
    padding: 30px 15px;
    margin: 0;
  }
  #booking-section .booking .booking-image img {
    height: 150px;
  }
  #booking-section .booking h3 {
    font-size: 20px;
  }
  #booking-section .booking h5 {
    font-size: 14px;
  }
  #booking-section .booking .para {
    padding-top: 1em;
  }
  #booking-section .booking .para h2 {
    font-size: 22px;
  }
  #booking-section .booking .para .book-button {
    -webkit-transform: none;
            transform: none;
    width: 58%;
  }
  /*gallery section*/
  #gallery-page h2 {
    font-size: 40px;
    margin: 30px 0;
  }
  #gallery h2 {
    font-size: 36px;
  }
  /*accommodation page*/
  #accommodation-page {
    padding: 0 15px;
  }
  #accommodation-page h2 {
    font-size: 40px;
    margin: 30px 0;
  }
  #accommodation-page h2 span::after {
    right: -46px;
    width: 20%;
    top: 24px;
  }
  #accommodation-page h2 span::before {
    left: -46px;
    width: 20%;
    top: 24px;
  }
  #accommodation-page .accommodation-gallery .images .slick-slide img {
    height: 200px;
  }
  #accommodation-page .accommodation-gallery .details {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
  }
  #accommodation-page .accommodation-gallery .details .comfort {
    padding: 2em 0.8em;
  }
  #accommodation-page .accommodation-gallery .details .comfort h3 {
    font-size: 22px;
  }
  #accommodation-page .accommodation-gallery .details .comfort h5 {
    font-size: 14px;
  }
  #accommodation-page .accommodation-gallery .details .comfort h6 {
    font-size: 14px;
  }
  #accommodation-page .accommodation-gallery .details .comfort .box-area {
    padding: 0;
  }
  #accommodation-page .accommodation-gallery .details .comfort .box-area .face {
    width: 50%;
    margin: 20px 0;
  }
  #accommodation-page .facilities .details .listing li {
    padding-left: 25px;
  }
  #accommodation-page .facilities .details .listing li::before {
    left: 0;
  }
  /*think to do page*/
  #things-to-do h2 {
    font-size: 34px;
    margin: 25px 0;
  }
  #things-to-do h2 span:after {
    right: -60px;
    top: 18px;
  }
  #things-to-do h2 span:before {
    left: -60px;
    top: 18px;
  }
  #things-to-do .attractions h3 {
    font-size: 20px;
  }
  #things-to-do .popup-main .container h4 {
    font-size: 22px;
  }
  /*contact page*/
  #contact h2 {
    font-size: 40px;
  }
  #contact .image img {
    height: 400px;
  }
  #contact .image .mapping {
    top: 30%;
  }
  #testimonial {
    padding: 20px 0;
  }
  #testimonial h2 {
    font-size: 40px;
    margin: 20px 0;
  }
  #testimonial .review p {
    padding: 10px 0 20px 0;
    margin: 0;
  }
  footer .foot .menu-links ul li {
    padding: 0.5em 0;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #slider-banner .scroll {
    bottom: -22px !important;
  }
  #slider-banner .scroll img {
    height: 120px;
  }
  #slider-box .cinfo .content .call,
  #slider-box .cinfo .content .address {
    font-size: 10.7px;
    margin-top: 5px !important;
  }
}
/*# sourceMappingURL=main.css.map */