/*
Theme Name: CITYTOURS 
Theme URI: http://www.ansonika.com/countryholidays/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.1 Rooms list
- 2.2 Room details
- 2.3 About us
- 2.4 Activities
- 2.5 Contacts us
- 2.6 Fullscreen gallery
- 2.7 Error page

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- etc


/*============================================================================================*/
/* CUSTOM ELEMENTS
/*============================================================================================*/
.trip-advisor-widgets div {
  width: 100% !important;
  margin: 0 auto !important;
}

  .trip-advisor-widgets > div {
    margin: 0 auto 14px !important;
  }

.trip-advisor-widgets a {
  display: inline-block;
}

.trip-advisor-widgets img {
  width: initial !important;
}

p a {
  font-weight:bold;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right:0 !important;
}

.mr5 {
  margin-right:5px !important;
}

.mr7 {
  margin-right:7px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left:0 !important;
}

.ml30 {
  margin-left:30px !important;
}

.ml50 {
  margin-left:50px !important;
}

.mautoH {
  margin:0 auto !important;
}

.p0 {
  padding:0 !important;
}

.pt10 {
  padding-top:10px !important;
}

.pr0 {
  padding-right:0 !important;
}

.pb0 {
  padding-bottom:0 !important;
}

.pb10 {
  padding-bottom:10px !important;
}

.pb30 {
  padding-bottom:30px !important;
}

.pl0 {
  padding-left:0 !important;
}

.pl20 {
  padding-left:20px !important;
}

h4 span {
  display:block;
  margin-top:0px;
  font-size:13px;
  color:#aaa;
}

#single_tour_desc .item {
  margin:40px 0;
  padding-bottom:20px;
  border-bottom:1px solid #86b535;
}
  #single_tour_desc .item:first-child {
    margin-top:0;
  }
  #single_tour_desc .item:last-child {
    margin-bottom:0;
    padding:0;
    border:0;
  }

table.lodging ul, table.table-striped ul {
  margin-bottom:0;
}
table.lodging span {
  display:inline-block;
  text-align:right;
}

table.table td > ul {
  padding-left:20px;
}

#sidebar_container, #contact_widget {
  z-index:999;
}
  #sidebar_container.sticky, #contact_widget.sticky {
    position: fixed;
    top: 96px;
    width:263px;
  }

#sidebar_container > div {
  margin-bottom:10px;
}
  #sidebar_container .side-navigation {
    margin-bottom:15px;
    padding-left:0;
  }
    #sidebar_container .side-navigation li {
      list-style:none;
    }
      #sidebar_container .side-navigation li a {
        color: #666;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 10px;
      }
      #sidebar_container .side-navigation li a:hover, #sidebar_container .side-navigation li.active a {
        background-color: #f9f9f9;
        color: #6f962c;
      }        
      #sidebar_container .side-navigation li:last-child a {
        border-bottom:0;
      }

.sub_header .overlay {
  background-color:rgba(0,0,0,0.3);
  height:100%;
  width:100%;
  position:absolute;
  top:0;
}

.sub_header .pattern {
  background:url(/img/pattern_3.png) repeat-x center bottom;
  height:470px;
  width:100%;
  position:absolute;
  top:0;
}

.container-fluid .bg_gray .col-md-6:first-child {
  border-right:1px solid #769f2f;
}

.container-fluid.bg_gray {
  padding:0 15px;
}

.seasons-matrix {
  /*padding-top:30px;*/
  display:table-cell;
  vertical-align:middle;
}
  .seasons-matrix table td {
    width:33.33333%;
    vertical-align:text-top;
    vertical-align:top;
  }
  .seasons-matrix ul {
    margin:0;
    padding-left:29px;
  }
  .seasons-matrix .icon {
    display:block;
    font-size:28px;
    margin-bottom:5px;
  }
  .seasons-matrix h1 {
    text-align:center;
    font-size:80px;
    margin:0;
  }
  .seasons-matrix h3 {
    text-align:center;
    font-size:24px;
    text-transform:none;
    margin:0;
  }
    .seasons-matrix h3 i {
      font-size:46px;
    }
  .seasons-matrix hr {
    width:100px;
    border-color:#bbb;
  }
  .seasons-matrix .overlay {
    background-color:rgba(0,0,0,0.5);
    height:400px;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    display:table-cell;
    vertical-align:middle;
  }

ul {
  margin-bottom:20px;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

small {
  font-weight:normal;
}

.white_text {
  color:#fff !important;
}

.show-submenu .icon-down-open-mini:before {
  width:auto;
  margin:0 0 0 .5em;
}

.main-menu {
  margin-right:10px;
}

#contact-form textarea {
  resize:none;
  height:80px;
}

#contact-form .note {
  font-size:85%;
  line-height:.8em;
}

.contact .box_style_1 {
  margin-bottom:30px;
}

input.zip {
  width:120px;
}

select {
  padding-left:8px !important;
}
  select option {
    padding:3px 8px !important;
  }

select.yes-no {
  width:80px;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clear {
  clear:both;
}

.hide-reservation-button-in-sidebar .reservation-button {
  display:none;
}

.rooms_list_desc select {
  color: #333;
  height: 34px;
  border-radius: 3px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  margin:3px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rooms_list_desc table {
  margin-top:15px;
}

.newsletter input {
  margin-bottom:4px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

a.raised {
  background-color:#a4dc30 !important;
  background: #a4dc30 !important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#a9ea22, #8dc21e) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a9ea22, #8dc21e) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#a9ea22, #8dc21e) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a9ea22, #8dc21e) !important; /* Standard syntax */
  color:#fff !important;
  text-shadow:0 0 1px #333;
  font-size:1.2em !important;
  font-weight:bold;
  text-transform:uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:1px 8px;
}
  a.raised:hover, li.active a.raised {
    background:#000 !important;
  }
footer a.raised {
  padding:3px 8px !important;
  margin-bottom:5px;
}

a.donate:after {
  font-style: normal;
  font-weight: normal;
  font-family: 'fontello';
  font-size:16px;
  content: "\eab0";
  position: relative;
  margin-left: 5px;
}

footer .navigation a {
  display:block;
}

.post_container {
  margin-bottom:20px !important;
}
  .post_container:last-child {
    margin-bottom:0 !important;
  }

.post p:last-child {
  margin-bottom:0;
}

.post-left ul {
  margin-bottom:0;
}
.post-left li[class*="col"] {
  margin:0 !important;
  padding-left:0 !important;
}
  .post-left li[class*="col"]:last-child {
    padding-right:0 !important;
  }
.post-left dl {
  margin-bottom:0;
  display:table;
}
.post-left dt, .post-left dd {
  display:table-cell;
  vertical-align:top;
}
.post-left dt {
  padding-right:5px;
}
.post-left dd {
  padding-top:3px;
}

i.normal {
  font-size:initial !important;
}

/*.row.magnific-gallery div {
  height:200px;
  overflow:hidden;
}
  .row.magnific-gallery div img {
    width:100%;
    height:95%;
  }*/

.img-circle.styled {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.img-responsive.styled {
  margin-top: 10px;
  border: 5px solid #6f962c;
  padding:0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  background:#6f962c;
  max-width:100%;
  overflow:hidden;
}
  .img-responsive.styled img {
    width:100%;
    height:100%;
  }
.magnific-gallery .img-responsive.styled {
  height:200px;
}

.box_style_1.into-the-light {
  margin-bottom:10px;
  border:1px solid #92278f;
}
  .box_style_1.into-the-light ul {
    padding-left:20px !important;
  }
  .box_style_1.into-the-light i {
    font-size:initial !important;
  }
  .box_style_1.into-the-light p {
    text-align:center;
  }
  .box_style_1.into-the-light h3 {
    background-color:#92278f;
    color:#fff;
    border-bottom:0;
    padding:5px 0;
    margin-bottom:5px;
  }
  .box_style_1.into-the-light div {
    margin-bottom:30px;
  }
    .box_style_1.into-the-light div:last-child {
      margin:0;
    }

.panel-body p:last-of-type {
  margin-bottom:0;
}

.g-recaptcha {
  margin-bottom:4px;
}
  .g-recaptcha > div {
    margin:0 auto !important;
  }




/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- Only fo the demo - menu colors bullets --------*/
i.color_1 {
  color: #e04f67;
}

i.color_2 {
  color: #1cbbb4;
}

i.color_3 {
  color: #82ca9c;
}

i.color_4 {
  color: #f7941d;
}

/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe {
  background: #ddd;
  color: #000;
  padding: 0.2em;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  width: 100%;
}

  .chromeframe a {
    color: #ed1c24;
  }

/*-------- 1.1 Typography --------*/
body {
  background: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: "Varela Round", Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-family: "Varela Round", Arial, sans-serif;
}

h3 {
  font-size: 20px;
}

.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

  .main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    color: #92278f;
  }

  .main_title span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5 px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .bg_gray .main_title span {
    background-color:#e8e8e8;
  }

  .main_title {
    font-family: "Lato",Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
  }

/*General links color*/
a {
  color: #85b533;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

  a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
  }

  a.link_normal {
    position: relative;
    font-weight: 500;
    display: block;
    color: #6f962c;
    margin-top: 10px;
  }

    a.link_normal:hover {
      color: #111;
    }

    a.link_normal:after {
      font-style: normal;
      font-weight: normal;
      font-family: 'fontello';
      content: "\e89b";
      top: 1px;
      position: relative;
      margin-left: 5px;
    }

p {
  margin: 0 0 20px 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
/*-------- 1.2 Buttons --------*/
a.btn_full, .btn_full {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 100%;
  background: #85c99d;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

  a.btn_full:hover, .btn_full:hover {
    background: #333;
  }

a.button_intro, .button_intro {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff !important;
  background: #86b535;
  cursor: pointer;
  padding: 8px 25px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 150px;
}

  a.button_intro:hover, .button_intro:hover {
    background: #fff;
    color: #86b535 !important;
  }

  a.button_intro.outilne, .button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 6px 23px;
  }

  a.button_intro.outline.alt {
    border-color:#86b535;
    color:#86b535 !important;
    background:none;
  }

  a.button_intro:hover, .button_intro:hover {
    background: #fff;
    color: #e04f67;
  }

a.btn_1, .btn_1 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #86b535;
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}

  a.btn_1.white, .btn_1.white {
    background: #fff;
    color: #86b535;
  }

    a.btn_1.white:hover, .btn_1.white a:hover, .btn_1.white:hover {
      background: #333;
      color: #fff !important;
    }

  a.btn_1.outline, .btn_1.outiline, input .btn_1.outiline {
    color: #555;
    background: none;
    border: 2px solid #555;
    padding: 5px 18px;
  }

    a.btn_1.outline:hover, .btn_1.outiline:hover, input .btn_1.outiline:hover {
      color: #fff;
      background: #86b535;
      border: 2px solid #86b535;
    }

  a.btn_1.medium, .btn_1.medium {
    padding: 10px 25px;
    font-size: 14px;
  }

  a.btn_1:hover, .btn_1:hover {
    background: #333;
  }

/*Header*/
#top_header {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  width: 1170px;
  margin: 0 auto;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

  #top_header .container {
    padding: 0;
  }

#top_phone {
  font-size: 14px;
}

#logo {
  position: absolute;
  margin: -40px 0 0 15px;
}

  #logo img {
    width: 170px;
  }


header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}
/*header.sticky #logo {
    margin-top:-30px;
  }
    header.sticky #logo img {
      width:120px;
    }*/

/*header.sticky #top_links {
    display: none;
  }

  header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 1;
  }

  header.sticky #top_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
  }*/

nav {
  margin-top: 20px;
}

#top_line {
  position: relative;
  /*color: #fff;*/
  /*height: 28px;*/
  font-size: 11px;
  visibility: visible;
  opacity: 1;
}
  #top_line .container {    
    background:url(/images/frosted-glass.png) 0 0 repeat;
    border:1px solid #fff;
    border-top:0;
    /*background-color:rgba(74,95,44,0.4);*/
    /*padding-top:10px;*/
  }

ul#top_links {
  list-style: none;
  margin: 3px 0 0;
  padding: 0;
  float: right;
  /*background: rgba(255,255,255,0.8);*/
}

  ul#top_links li {
    display: inline-block;
    margin-left: 1px;
    margin-top: 2px;
  }

    ul#top_links li:first-child {
      border-left: none;
    }

/*ul#top_links a {
	color:#444;
  display:inline-block;
  height:20px;
  padding:0 8px 0;
  margin-right:2px;
}*/
ul#top_links li.social {
  font-size:16px;
  padding-top:2px;
}

ul#top_links a, a.link_bt {
  float: right;
  background: rgba(255,255,255,0.9);
  color: #444;
  margin-right: 2px;
  padding: 3px 8px 0;
  display: inline-block;
}

  ul#top_links a:hover, a.link_bt:hover, ul#top_links li.active a {
    background: rgba(0,0,0,0.5);
    color: #fff !important;
  }
/* Footer  */
footer {
  background: #769f2f url(/img/footer_bg.png) repeat-x center bottom;
  padding: 30px 0 10px 0;
  color: #fff;
}

  footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  footer a {
    color: #FF9;
  }

  footer li.active a {
    color:#000;
    font-weight:bold;
  }

  footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
  }

  footer .required {
    color:#fff !important;
  }

#social_footer {
  text-align: center;
  /*padding-top: 30px;*/
  margin-top: 10px;
}

  #social_footer p {
    color: #fff;
  }

  #social_footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
  }

    #social_footer ul li {
      display: inline-block;
      margin: 0 5px 10px 5px;
    }

      #social_footer ul li a {
        color: #fff;
        text-align: center;
        border: 2px solid #FFF;
        line-height: 34px;
        display: block;
        font-size: 16px;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
      }

        #social_footer ul li a:hover {
          background: #fff;
          color: #86b535;
        }

ul#contact_details_footer {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

  ul#contact_details_footer li {
    margin-bottom: 10px;
  }

input#email_newsletter_2.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}




/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/

/*-------- Home --------*/
.box_home {
  padding: 25px 25px 5px 25px;
  position: relative;
  text-align: center;
}

  .box_home h3 {
    font-size: 20px;
  }

  .box_home i {
    font-size: 60px;
    color: #86b535;
  }

.price_home {
  float: right;
  margin-top:4px;
}
  .price_home em {
    font-style: normal;
    font-weight: normal;
    color: #999;
    font-size: 11px;
  }

.img_zoom {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  border: 5px solid#fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

  .img_zoom a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .img_zoom a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

.features-bg {
  position: relative;
  /*min-height: 400px;*/
  background-repeat:no-repeat;
  background-position:center center;
  /*background: url(/img/features-intro-01.jpg) no-repeat center center;*/
  background-size: cover;
}
  .features-bg .overlay {
    background-color:rgba(0,0,0,0.4);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    z-index:1;
  }

.features-img {
  width: 100%;
  height: 400px;
  /*text-align: center;*/
  /*line-height: 400px;*/
  display:table;
  position:relative;
  z-index:10;
}

.features-content {
  position: relative;
  padding: 30px 50px;
  /*height: 300px;*/
  /*background-color: #f9f9f9;*/
  font-size: 13px;
}

  .features-content h3 {
    font-family: "Gochi Hand", cursive;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
  }

#strip_activities ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
}

  #strip_activities ul li {
    position: relative;
    min-height: 115px;
    padding: 5px 0 10px 150px;
    margin-bottom: 20px;
  }

    #strip_activities ul li:last-child {
      margin-bottom: 0;
    }

    #strip_activities ul li img {
      position: absolute;
      left: 0;
      top: 0;
    }

.general_facilities {
  position: relative;
  padding-left: 70px;
}

  .general_facilities i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
  }

.intro_title_booking {
  margin-top: 150px;
}

  .intro_title_booking h1 {
    font-size: 42px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }

  .intro_title_booking p {
    text-transform: uppercase;
  }

#booking_container {
  position: relative;
  height: 650px;
  padding-top: 130px;
  background: #ccc url(/img/slide_hero.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
  z-index: 99;
}

#book {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  /* Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 5px;
  position: relative;
  border: 1px solid #111;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

  #book .loader, #book_in .loader {
    position: absolute;
    right: 10px;
    bottom: 12px;
  }

.error_message {
  margin: 0 0 5px 0;
  padding: 0;
  color: #C33;
  display: inline-block;
  font-weight: 600;
}

#book .error_message {
  color: #FF9;
}

.header-video {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: table;
  height: 100%;
  z-index: 99;
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
}

  #hero_video a.video {
    display: none;
  }

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*iframe {
  height: 100%;
  width: 100%;
}*/

video {
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

.intro_title {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 60px;
}

  .intro_title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }

/*-------- 2.1 Rooms list --------*/
.strip_all_rooms_list {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 3px;
  display: block;
  color: #777;
  box-shadow: inset 0 0 0 1px #e0e5e9;
  border: 5px solid #fbfbfc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.img_list {
  /*overflow: hidden;*/
  padding:20px 0 20px 20px;
  min-height: 220px;
  text-align: center;
  position: relative;
}

  .img_list img {
    width: 100%;
    /*height: 220px;
    position: absolute;
    left: -10%;*/
  }

  .img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

.price_list .button {
  display: block;
}

.rooms_list_desc {
  padding: 20px 20px 20px 0;
  border-right: 1px solid #ededed;
  /*height: 220px;*/
  line-height: 17px;
}

  .rooms_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }

.price_list {
  display: table;
  height: 220px;
  font-size: 38px;
  color: #e74c3c;
  width: 100%;
  margin-left: -15px;
}

  .price_list small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
  }

  .price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .price_list p {
    padding: 0;
    margin: 0;
  }

  .price_list .normal_price_list {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
  }

  .price_list sup {
    font-size: 22px;
    position: relative;
    top: -10px;
  }

ul.add_info {
  list-style: none;
  padding: 0;
  margin: 0;
}

  ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

    ul.add_info li a {
      color: #555;
      width: 35px;
      height: 35px;
      display: block;
    }

    ul.add_info li i {
      display: inline-block;
      font-size: 22px;
      top: 6px;
      position: relative;
    }
/*-------- 2.2 Room details --------*/
#single_room_feat ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: table;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

  #single_room_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap;
  }

    #single_room_feat ul li:last-child {
      margin-right: 0;
    }

    #single_room_feat ul li i {
      font-size: 36px;
      display: block;
      margin-bottom: 10px;
    }

#single_tour_desc h3 {
  font-size: 22px;
  margin-top: 5px;
}

#single_tour_desc h4 {
  line-height: 20px;
  font-size: 18px;
}

#score {
  float: right;
  font-size: 11px;
  margin-top: 5px;
}

#score_detail span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  ;
  width: 45px;
  height: 45px;
  border: 2px solid #555;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-right: 5px;
  text-align: center;
}

#score_detail {
  font-size: 14px;
  margin-bottom: 15px;
}

  #score_detail small {
    color: #999;
  }

#rating_summary ul {
  list-style: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

  #rating_summary ul li {
    margin-bottom: 5px;
  }

    #rating_summary ul li .rating {
      display: inline-block;
      font-size: 14px;
      float: right;
    }

.review_strip_single {
  position: relative;
  padding: 20px 0 10px;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}

  .review_strip_single:last-child {
    /*margin-bottom: 0;*/
    border-bottom: 0;
  }

  .review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #fff;
  }

  .review_strip_single h4 {
    font-size: 18px;
    /*margin: -12px 0 35px 90px;*/
    margin: -12px 0 35px;
    padding: 0;
  }

  .review_strip_single small {
    float: right;
    font-size: 12px;
    margin-top: -10px;
    font-style: italic;
  }

  .review_strip_single .rating {
    font-size: 16px;
  }

.rating {
  color: #F90;
}

#Img_carousel .sp-selected-thumbnail {
  border: 2px solid #86b535;
}

/*-------- 2.3 About us --------*/
#intro {
  text-align: center;
}

  #intro h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
  }

  #intro p {
    font-size: 20px;
    line-height: 24px;
  }

ul.feat#about {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
}

  ul.feat#about li {
    margin-bottom: 20px;
    padding: 15px 20px 0px 75px;
    border: 1px solid #ededed;
    position: relative;
  }

    ul.feat#about li h4 {
      color: #629976;
    }

    ul.feat#about li i {
      position: absolute;
      left: 10px;
      top: 20px;
      font-size: 40px;
      color: #629976;
    }

#testimonials {
  background: #fafafa;
  padding: 30px 0 0;
  /*margin-bottom: 60px;*/
}
/* carousel */
#quote-carousel {
  padding: 0 10px 40px 10px;
}

  #quote-carousel small {
    color: #999;
  }
  /* Previous button  */
  #quote-carousel .carousel-control.left {
    left: -12px;
  }
  /* Next button  */
  #quote-carousel .carousel-control.right {
    right: -12px !important;
  }

  #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
  }

    #quote-carousel .carousel-indicators li {
      background: #ccc;
      border: none;
    }

    #quote-carousel .carousel-indicators .active {
      background: #1c1c1c;
    }

  #quote-carousel img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
  }

.item blockquote {
  border-left: none;
  margin: 0;
  text-align: center;
  font-family: 'Gochi Hand', cursive;
  font-size: 24px;
  line-height: 28px;
}

  .item blockquote img {
    margin-bottom: 20px;
  }

/*-------- 2.4 About us --------*/
.box_cat_wp h2 {
  background: #86b535;
  margin: 0;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #fff;
  margin-right: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.box_cat_wp a h2 {
  color: #fff;
}

.box_cat_wp p {
  padding: 10px 15px 0px 15px;
  line-height: 20px;
}

.box_cat_wp a p, .box_cat_wp a:hover p {
  color: #363636;
}

.box_cat_bt {
  display: inline-block;
  background: #8dc63f;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  margin-left: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased !important;
}

.box_cat_wp {
  border: 5px solid #fbfbfc;
  width: 100%;
  height: 248px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.box_cat {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 238px;
  border: 1px solid #e0e5e9;
}

.cat-img {
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  height: 240px;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

.cat-hover .cat-overlay {
  bottom: -202px;
  height: 236px;
}

.cat-img img {
  height: auto;
  width: 100%;
}

.cat-overlay {
  display: none;
  z-index: 5;
  margin: 0 1px;
  position: absolute;
  width: 100%;
  height: 235px;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
}

/*-------- 2.5 Contacts us --------*/
#map {
  width: 100%;
  height: 463px;
}

#map_decor {
  /*background: url(/img/pattern_3.png) repeat-x center bottom;*/
  height: 50px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 9;
}
/* Retina version */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #map_decor {
    background: url(/img/pattern_3_2x.png) repeat-x center bottom;
    background-size: 996px 50px;
  }
}

/*-------- 2.6 Fullscreen gallery --------*/
#close, .nav-gal {
  position: absolute;
  height: 39px;
  width: 39px;
  opacity: 0.6;
  right: 10px;
}

#close {
  top: 10px;
  background: url('../img/close_gallery.png');
}

.nav-gal {
  top: 55px;
  background: url('../img/gallery_thumb.png');
}

  #close:hover, .nav-gal:hover {
    cursor: pointer;
    opacity: 1;
  }

/*-------- 2.7 Error page --------*/
.intro_title.error h1 {
  font-size: 130px;
}
/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.bg_gray {
  background-color: #f9f9f9;
  padding: 30px 0 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#general_facilities ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 34px;
}

  #general_facilities ul li i {
    font-size: 22px;
    float: left;
    margin: 0 10px 0 0;
  }

/* White leaf border */
#general_decor {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/pattern_3.png) repeat-x 0 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
}
/* Retina version */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #general_decor {
    background: url(/img/pattern_3_2x.png) repeat-x 0 0;
    background-size: 996px 50px;
  }
}

/* Scroll top button */
#toTop {
  width: 80px;
  height: 40px;
  background-color:#86b535;
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 30px;
}
  #toTop:hover {
    background-color: rgba(0, 0, 0, 0.6)
  }
  #toTop:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899";
  }

/** Quantity incrementer input==================== **/
.qty-buttons {
  position: relative;
  /*width: 110px;*/
  height: 34px;
}

input.qty {
  width: 50px;
  float:left;
  /*border-left: 0;
  border-right: 0;
  padding-left: 52px;*/
}

input.qtyminus, input.qtyplus, input.qtyplus:focus {
  float:left;
  width: 35px;
  height: 34px;
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  z-index: 9;
}

input.qtyplus {
  background: #fff url(/img/plus.png) no-repeat center center;
  right: 0;
  top: 0;
  text-indent: -9999px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #cccccc;
}

input.qtyminus {
  background: #fff url(/img/minus.png) no-repeat center center;
  text-indent: -9999px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0;
  top: 0;
  border-right: 1px solid #cccccc;
}

/*Banner*/
#banner {
  margin:20px auto;
  text-align: center;
  background: url(/images/grass_middle.jpg);
  background-repeat:repeat-y;
  background-size:100%;
  min-height: 118px;
}
  #banner img {
    width:100%;
  }
  #banner h3 {
    color: #92278f;
    font-size: 35px;
    font-weight: bold;
    margin:0;
  }
    #banner h3 span {
      display: block;
      color:#222;
      font-size: 15px;
      font-weight:normal;
      padding-bottom:1px;
    }
  #banner .separator {
    width:50%;
    padding-top:5px;
    margin:3px auto;
    border-bottom:1px solid #e0e5e9;
  }
    #banner .separator:last-of-type {
      display:none;
    }

.box_style_1.weather {
  padding: 20px 20px 20px 15px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  display: block !important;
}
  .box_style_1.weather i {
    font-size: 28px;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
  }

/*Spacing*/
.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.padd_bottom_20 {
  padding-bottom: 20px !important;
}

/** Img frame in general page **/

/*List*/
ul.list_ok {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px;
}

  ul.list_ok li {
    position: relative;
    padding-left: 25px;
  }

    ul.list_ok li:before {
      font-style: normal;
      font-weight: bold;
      font-family: "icon_set_1";
      font-size: 14px;
      content: "\6c";
      color: #86b535;
      position: absolute;
      left: 0;
      top: 0;
    }
/* Margin tools */
.margin_60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-group {
  position: relative;
}

.input-icon {
  position: absolute;
  right: 6px;
  top: 30px;
  width: 28px;
  height: 24px;
  background-color: #fff;
  text-align: right;
}

  .input-icon i {
    color: #999;
    font-size: 14px;
    line-height: 24px;
  }

/* Input form style */
.form-control {
  font-size: 12px;
  color: #333;
  height: 34px;
  border-radius: 3px;
}

/* Parallax bg */
.sub_header {
  min-height: 470px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-size: cover;
  overflow: hidden;
  background-attachment: scroll;
}

  .sub_header#bg_general {
    background-image: url(/img/header_bg.jpg);
  }

  .sub_header#bg_room {
    background-image: url(/img/room_bg.jpg);
  }

.sub_header_content {
  display: table;
  width: 100%;
  height: 470px;
  /*background: url(/img/pattern_3.png) repeat-x center bottom;*/
}
/* Retina version */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .sub_header_content {
    background: url(/img/pattern_3_2x.png) repeat-x center bottom;
    background-size: 996px 50px;
  }
}

.sub_header_content > div {
  display: table-cell;
  padding: 0 15%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.sub_header_content div h1, .sub_header_content div h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  color:#fff;
  text-shadow: 0 0 15px #000;
}

.sub_header_content div h4 {
  font-size:24px;
  color:#fff;
  text-shadow: 0 0 15px #000;
}

.sub_header_content div h1 {
  margin-bottom: 0;
  padding-top: 40px;
}

  .sub_header_content div h1:before, .sub_header_content div h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,1);
  }

  .sub_header_content div h1:before {
    margin-right: 10px;
  }

  .sub_header_content div h1:after {
    margin-left: 10px;
  }

.sub_header_content div a i {
  color: #fff;
  opacity: 0.5;
  font-size: 72px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub_header_content div a:hover i {
  opacity: 1;
}
/* Position  breadcrumbs */
#position {
  font-size: 11px;
  position: relative;
  padding-top: 20px;
  position: relative;
}

  #position ul li:first-child {
    padding-left: 20px;
  }

    #position ul li:first-child:before {
      content: "\eaf4";
      font-style: normal;
      font-weight: normal;
      font-family: "fontello";
      position: absolute;
      left: 0;
      top: 1px;
      color: #999;
    }

  #position ul {
    margin: 0;
    padding: 0;
    color: #888;
  }

    #position ul li {
      display: inline-block;
      padding-right: 8px;
      margin-right: 3px;
      position: relative;
    }

      #position ul li:after {
        content: "\e9ee";
        font-style: normal;
        font-weight: normal;
        font-family: "fontello";
        position: absolute;
        right: 0;
        top: 1px;
      }

      #position ul li:last-child {
        color:#222;
        font-weight:bold;
      }

        #position ul li:last-child:after {
          content: '';
        }

.box_style_1, .box_style_2 {
  padding: 20px 25px 5px 25px;
  box-shadow: inset 0 0 0 1px #e0e5e9;
  /*border: 5px solid #fbfbfc;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*margin-bottom: 30px;*/
  margin:0;
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
}

.box_style_1 i {
  font-size:250%;
}

.box_style_2 {
  text-align: center;
  padding-bottom: 20px;
}
  .box_style_2 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
  }
  .box_style_2 a.email {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
  }

.box_style_1 h3, .box_style_2 h3 {
  text-align:center;
  margin: 0 0 20px 0;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e5e9;
}

.box_style_2 i {
  font-size: 52px;
  margin-top: 10px;
  display: inline-block;
}

.modal-dialog {
  margin-top: 110px;
}
/** Pagination **/
.pagination > li > a,
.pagination > li > span {
  color: #888;
}

  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    color: #333 !important;
    background-color: #f9f9f9;
  }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #555;
  border-color: #555;
}

/** Collapse **/
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-title a {
  display: block;
  color: #629976;
}

.panel-default > .panel-heading {
  background-color: #f9f9f9;
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.loader {
  margin-left: 5px;
  position: absolute;
}

/** Blockquote **/
blockquote.styled {
  font-family: 'Gochi Hand', cursive;
  line-height: 1.42857143;
}

/** tabs **/
.tab-content {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 25px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/*Preloading*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
  margin: -15px 0 0 -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
  display: none;
}

.sk-spinner-wave div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
