/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select .list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);

}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}


.margin_30_15 {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .margin_30_15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .margin_30_15 {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

#titlecolletion{
  text-align: center;
}

#collectionBtn {
  padding: 0px !important;
}

#collectionBtn p a{
  width: 100%;
  border-radius: 0px !important;
}

#GolfColletion{
  color: #1f702f; text-align: center;
}


/*Carousel home page*/
#reccomended2 ,#reccomended3 , #reccomended4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reccomended2 ,#reccomended3 , #reccomended4 {
    margin-top: 0;
  }
}
#reccomended2 .item ,#reccomended3 .item , #reccomended4 .item {
  margin: 0 15px;
}

#reccomended2 .owl-item,#reccomended3 .owl-item , #reccomended4 .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#reccomended2 .owl-item.active.center,#reccomended3 .owl-item.active.center , #reccomended4 .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#reccomended2 .owl-item.active.center .item .title h4,
#reccomended2 .owl-item.active.center .item .views,
#reccomended3 .owl-item.active.center .item .title h4,
#reccomended3 .owl-item.active.center .item .views,
#reccomended4 .owl-item.active.center .item .title h4,
#reccomended4 .owl-item.active.center .item .views {
  opacity: 1;
}


.step1 .nice-select{
  margin-bottom: 20px !important;
}

.guest{
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    padding-left: 15px;
    font-weight: 500;
    border: 1px solid #ededed;
}

.guest .panel-dropdown {
    padding: 7px 1px 0 0px !important;
}


#filters_col {
    padding: 20px 10px 15px 10px  !important;
}




#property_description{
  border-top: 1px solid #ededed;
  margin-bottom: 3px   !important;
  margin-top: 5px;
}

#specific{
padding-top: 5px;
padding-bottom: 5px;

}

#specific li{
    float: left !important;
}





#price_step1 {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
#price_step1 strong {
  font-size: 25px !important;
}

#btn_step1{
  padding: 0px !important;
}
#btn_step1 li{
  width: 50% !important;
  margin: 0 !important;
}
#btn_step1 li a{
  height: 64px !important;
  width: 100% !important;
  border-radius: 0px !important;
  padding-top: 24px !important;
}

.redbtn{background: #fc5b62 !important;}


.box_list a.info_btn {
  position: absolute;
  right: 54px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
  color: #555;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.box_list a.info_btn:after {
  font-family: 'fontello';
  content: "\eabf";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_list a.info_btn.liked:after {
  content: "\eabf";
  color: #fc5b62;
}
.box_list a.info_btn:hover.liked:after {
  color: #fc5b62;
}
.box_list a.info_btn:hover:after {
  content: "\eabf";
  color: #999;
}


.marker_info {
    height: 330px !important;
}

.map_info{
    border-radius: 0px !important;
    width: 100%;
    margin-top: 15px;
}

.marker_info:after {
    top: 64% !important;
}

#map_city{color: #000;margin-top: 6px;}



a.map_wishlist {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
}

a.map_wishlist:before{
  font-style: normal;
  font-weight: normal;
  font-family: "ElegantIcons";
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

a.map_wishlist:before {
  content: "\e030";
  color: #ccc;
}
a.map_wishlist:before:hover {
  color: #fc5b62;
}

.box_list .wrapper {
    padding: 5px 30px 0px 30px !important
}

#notfound{
  width: 780px;
max-width: 100%;
border-radius: 10px;
border: 5px dotted #3c3c3c;
}


.PriceInfo-popup, .description-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

.PriceInfo-popup .box_detail, .description-popup  .box_detail{
  background: #fff;
  border: 0;
  margin: 0;
  padding: 5px 25px 5px 25px;
}

.PriceInfo-popup .box_detail center h6, .description-popup .box_detail center h6{
  border-bottom: 1px solid #333;
  margin-bottom: 21PX;
  padding: 15px 0px 15px 0px;
  border-top: 1px solid #333;
}


.filters_listing {
    zoom: 0.998 !important;
}


.PriceInfo-popup button.mfp-close, .description-popup button.mfp-close {
    top: -35px !important;
    font-size: 20px;
}

.description-popup {
    margin: 50px auto !important;
}


.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 85%;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 92px;
    top: 39px;
    bottom: 0px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 18px rgba(11,11,11,.6);
    width: 85%;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 92%;
  cursor: auto;
}


@media (max-width: 991px){
  .mfp-image-holder .mfp-content, img.mfp-img {
      max-width: 100%;
  }

  .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      right: 0;
      z-index: -1;
      box-shadow: 0 0 18px rgba(11,11,11,.6);
  }

  .mfp-bottom-bar {
      margin-top: -30px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      cursor: auto;
  }
}

#propert_title{
  font-weight: 700;
}
#property_type{
  text-transform: uppercase;
  font-weight: 600;
}

.secondary_nav {
    zoom: 0.998 !important;
}

#services{
  margin-bottom: 10px;
}

#serviceMoreInfo{
  font-size: 16px;
font-weight: 500;
}





.hotel_facilities li i{
  margin-right: 10px;
  font-size: 20px;
}

.hotel_facilities li img{
      width: 25px;
}

.room_type.first {
    padding: 0 30px 15px 15px !important;
}

.score{
    margin-top: -4px;
    padding: 10px;
    background: #333;
    border-radius: 16px;
}

.score a i{
  color: #fff;
  font-size: 20px;
}

#priceNotAvailable{
  font-size: 18px;
  font-weight: 700;
  color: #b34545;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
}

.bg_color_1{
  overflow-x: hidden !important;
}
.purchase{
      margin-bottom: 10px !important;
      margin-top: 10px  !important;
}


.added_to_wishlist{
    color: #fff;
    background: #fc5b62;
    border: #fc5b62;
}

#review_summary {
    padding: 33px 10px !important;
}

#resErr{
  text-align: center;
}

#resErr b{
  color: #cb2828;
  font-size: 20px;
}

#resErr b img{
  width: 150px;
}

.step3Check #total_cart{
  text-align: center;
}

.custom-country-res{
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  margin-bottom: 23px !important;
}

.profile-image {
    width: 30px;
    height: 30px;
    border: 0px solid #eee;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -10px;
    border-radius: 100%;
}


#btnregister{
    width: 100%;
    border-radius: 3px !important;
    margin-top: 5px;
}

#btnrise{
  width: 100%;
  margin-top: 10px;
}




/*-------- 2.8 404 page --------*/
#register_login_page {
  width: 100%;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0054a6 url(../img/pattern_1.svg) center bottom repeat-x;
  color: #fff;
}
@media (max-width: 767px) {
  #register_login_page {
    background-size: auto 300px;
  }

  .register_account{
      width: 100% !important;
  }
  .Facebook_register_account{
    width: 100% !important;
  }

}
#register_login_page h2 {
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#register_login_page h2 i {
  color: #FFC107;
}
@media (max-width: 767px) {
  #register_login_page h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#register_login_page p {
  font-size: 15px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  #register_login_page p {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  #register_login_page {
    padding: 0;
    height: 85em;
    padding-bottom: 9%;
  }
}

.search_bar_error {
  position: relative;
  margin-bottom: 60px;
}
.search_bar_error input[type='text'] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.search_bar_error input[type='submit'] {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #fc5b62;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_error input[type='submit']:hover {
  background-color: #FFC107;
  color: #333;
}

.register_account{
    width: 100%;
    float: left !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.Facebook_register_account{
  width: 100%;
  float: right !important;
  background: #fff !important;
  color: #3B5998 !important;
}

.Facebook_register_account:before{
  color: #3B5998 !important;
}


.error {
  background: #b61818;
  padding: 15px;
  margin-bottom: 10px;
}

.error p{
  margin-bottom: 5px !important;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
}

.account-desc a{
  color: #fff  !important;
}


#stitle_register{
  border-bottom: 1px solid #fff;
padding-bottom: 6px;
width: 80%;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 27px;
}


#PaymentComplete{
    background: #fff;
    border-radius: 10px;
    border: 5px dotted #3c3c3c;
    text-align: center;
}

#PaymentComplete img{
  width: 100%;
}

#iconPayment{
  width: 58px;
  margin-bottom: 10px;
}

#btnShowPrenot{
  width: 48%;
  float: left;
  border-radius: 3px !important;
  margin-top: 5px;
}

#btnGoHome{
  width: 48%;
  float: right;
  border-radius: 3px !important;
  margin-top: 5px;
}

#iconPaymentPaypal{
  width: 150px;
  margin-bottom: 27px;
}


.imgPrenotation{
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.box_list_prenotation{
  background-color: #fff;
    display: block;
    position: relative;
    margin: 0 15px 30px 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.room_type.first.pta {
    padding: 0 10px 0px 15px !important;
}

.textPrenotation h4{
  margin-top: 10px !important;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}

.textPrenotation p{
  margin-bottom: 10px !important;
}

.textPrenotation hr{
  margin: 5px 0 8px 0 !important;
}

#InfoPrenotation{
  border-radius: 0px !important;
  margin-left: -15px;
}

.DeletePrenotation{
  float: right;
  padding: 10px;
  background: #fc5b62 !important;
}
.DeletePrenotation img{
  width: 25px;
}

.InfoPrenotation{
  float: right;
  padding: 10px;
  background: #0054a6 !important;
  margin-right: 3px;
}
.InfoPrenotation img{
  width: 25px;
}

.InfoPrenotationFile{
  padding: 10px;
  background: #0054a6 !important;
  margin-right: 3px;
  float: left;
  width: 30%;
  text-align: center !important;
  color: #fff !important;
  border-radius: 15px 15px 0px 0px;
}
.InfoPrenotationFile img{
  width: 25px;
}


.InfoSPrenotationFile{
  padding: 10px;
  background: #0054a6 !important;
  margin-right: 3px;
  float: left;
  width: 45%;
  text-align: center !important;
  color: #fff !important;
  border-radius: 15px 15px 0px 0px;

}
.InfoSPrenotationFile img{
  width: 25px;
}

.ibanInfoData{
  background: #0054a6;
padding: 5px;
color: #fff;
border-radius: 5px;
}

.PaypalBtn{
      padding: 0px;
      background: #0054a6 !important;
      margin-right: 3px;
      float: left;
      width: 45%;
      text-align: center !important;
      color: #fff;
      border-radius: 15px 15px 0px 0px;
}
.PaypalBtn img{
  width: 50px;
}


.StripeBtn{
      padding: 5px;
      background: #0054a6 !important;
      margin-right: 3px;
      float: left;
      width: 45%;
      text-align: center !important;
      color: #fff;
      border-radius: 15px 15px 0px 0px;
}
.StripeBtn img{
  width: 30px;
}


@media (max-width: 575px) {
  .imgPrenotation {
      height: 250px;
      max-width: 99%;
  }
}

@media (max-width: 767px) {
  .imgPrenotation {
    height: 250px;
    max-width: 99%;
  }
}

#InfoPrenotationIcon{
  -webkit-column-count: 1 !important;
  -moz-column-count: 2 !important;
  column-count: 1 !important;
}

@media (max-width: 991px){
.box_style_cat {
    display: block !important;
}
.menuUser{
  padding-right: 30px !important;
  padding-left: 30px !important;
}
}



.userBackground:before {
    background: #0054a6 url(../img/pattern_1.svg) center bottom repeat-x !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.userBackground .wrapper {
    background-color: rgba(0, 0, 0, 0) !important;
}


ul#cat_nav li i {
    margin: -1px 10px 0 0 !important;
}

.ProfileImg{
  width: 100%;
  height: 250px;
  border: 0px solid #eee;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}

.btnProfileImg{
  margin-top: 6px;
  margin-bottom: 0px !important;
  background: none !important;
}

.ImgUpload{
  border-radius: 10px;border: 5px dotted #3c3c3c;width: 100%;height: 200px; width: 100%; margin-top: 0;padding-top: 20%;padding-left: 15%;
}


.errorUpload p{
  background: #c10c0c;padding: 10px;color: #fff;
}

.boxUser{
  background-color: #fff;
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
padding: 10px;
}


.CountryProfile .nice-select{
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  margin-bottom: 15px;
}


div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 2px;
  font-size: 25px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\e80b';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(15deg) scale(1.3); }

label.star:before {
  content: '\e80b';
  font-family: fontello;
}

.WishStep1{
  position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
        z-index: 100000;
}

.WishAddedStep1{
  position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #fc5b62;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
        z-index: 100000;
}


.box_topic p{
      text-align: left;
}


.mrgRequest{
  margin-bottom: 15px;
}

#FilterStyle{
  background: #fff;
padding: 10px;
border-left: 5px dotted #fc5b62;
border-right: 5px dotted #fc5b62;
border-bottom: 5px dotted #fc5b62;
}


/* --------------------------------
  Primary style
-------------------------------- */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.hero-lead span b {
    white-space: normal !important;
    text-align: center;
}





#hero_video .wrapper h3 {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: capitalize  !important;
  font-weight: 300  !important;
  margin-bottom: 0;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.iconMenu{
  margin-top: 8px;
}

@media (max-width: 767px) {
  #hero_video .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
  }

  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
      margin-top: -25px;
  }
  .iconMenu{
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  #hero_video .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
      margin-top: -25px;
  }
  .iconMenu{
    margin-top: 0px;
  }
}


.cd-headline.slide .cd-words-wrapper {
    width: 100% !important;
    /*text-align: center;*/
}


.hero_in .wrapper h1 {
    text-transform: capitalize;
    font-weight: 500;
}

#step1Title{
  width: 80%;
}


@media only screen and (min-width: 992px){
.main-menu ul, .main-menu ul li {
    text-transform: uppercase;
}
}


video {
  opacity: 0.7 !important;
}

header.header.sticky {
    border-bottom: 1px solid #36a9e0 !important;
    background-color: #36a9e0 !important;
}

header.sticky .main-menu > ul > li span > a {
    color: #fff !important;
}


header.sticky ul#top_menu li a i.icon-user-7:before , header.sticky ul#top_menu li a i.icon-logout-1:before{
    color: #fff;
}

header.sticky ul#top_menu div.profile-image{
    border: 1px solid #fff;

}

ul#top_menu li a i.icon-user-7:before , ul#top_menu li a i.icon-logout-1:before{
  font-size: 21px;
  font-size: 1.3125rem;
}

.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.wishlist_bt_top:before, .sticky ul#top_menu li a.cart-menu-btn:before {
    color: #fff;
}

@media only screen and (min-width: 992px){
.main-menu ul ul li a {
    text-align: left;
    text-transform: capitalize;
}
.nice-select .list {
    width: 120%;
}
.nice-select .nice-select-search-box {
    width: 120%;
}
}

#fixedbutton {
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 100;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 6px 0px #000;
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: unset;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after {
    background-color: #fff;
}

.styled-select#lang-selector select option, .styled-select#currency-selector select option  {
    color: #fff;
    background: #1e252c;
}


.alert-success {
    padding: 10px;
    border-radius: 10px;
}


#VphotoDetail{
  float: left;
margin-bottom: 10px;
background: #36a9e0;
padding: 10px;
text-align: center;
}


#VphotoDetail span a , #VvideoDetail a{
  color: #fff;
  font-weight: 500;
}


#VvideoDetail{
  float: right;
margin-bottom: 10px;
background: #fc5b62;
padding: 10px;
text-align: center;
}

.hidden{
  color: #fff !important;
}

.daterangepicker option.disabled, .daterangepicker td.hidden {
    color: #ffffff !important;
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #d84747;
    cursor: not-allowed;
    text-decoration: line-through;
}

@media (max-width: 991px){
.panel-dropdown {
    margin-bottom: 5px;
}
}
/*************************************************/
/*          Header TOP
/**************************************************/


.header_top_menu{
  z-index: 1000000000000;
}

.header-span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 15px !important;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header-span a:after {
content: '\e89d';
font-family: 'fontello';
margin-left: 5px;
}
#header-ul{
  right: 3px;
  left: initial;
}

#header-ul:before {
  right: 15%;
  left: initial;
}

.header_top_menu ul ul{
    right: 3px;
}



.sticky .header_top_menu{
  display: none;
}



@media (max-width: 768px) {

  .header_top {
    display: none;
   }


/*  .header_top {
    float: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: #1e252c;
  }

  header {
    top: 35px;
  }*/
}
@media (max-width: 575px) {
  .header_top {
    display: none;
   }
}

.header_top .header_right .login-register a {
  line-height: 36px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}


.header_top .header_right .dropdown ul li a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;;
  display: block;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_top:after {
  display: table;
  content: '';
  clear: both;
}
.header_top .header_right {
  font-size: 0;
}
.header_top .header_right .login-register {
  text-transform: uppercase;
}


.header_top .header_right .dropdown {
  font-size: 12px;
  position: relative;
  display: inline-block;
}

.header_top .header_right .dropdown span:after {
  content: '\e89d';
  font-family: 'fontello';
  margin-left: 5px;
}
.header_top .header_right .dropdown ul {
  line-height: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: absolute;
  min-width: 115px;
  right: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  border-radius: 3px;


}

.header_top .header_right .dropdown ul li a:hover {
  background-color: #36a9e0;
  color: #fff;
}
.header_top .header_right .dropdown ul li.active a {
  background-color: #36a9e0;
  color: #fff;
}
.header_top .header_right .dropdown:hover span {
  background-color: #36a9e0;
  color: #fff;
}
.header_top .header_right .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

.booking-award{
  margin-bottom: 15px;
  background: #002855;
  text-align: center;
  /*border: 3px solid #DBB058;*/
  border-radius: 10px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
}


.booking-award img{
  width: 70%;
}

.homepagescore{
      background: none;
}


.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #36a9e0;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.qtyButtons {
    display: flex !important;
    margin: 0px 0 3px 0 !important;
    padding-bottom: 4px !important;
    border-bottom: 1px solid #727b824a !important;
}

.labelQty{
  color: #b31c1c!important;
  font-size: 14px!important;
  font-weight: 500!important;
  margin-bottom: 10px!important;
}

/* REAL ESTATE */

.nav-tabs-home {
    background: #ffffff2e !important;
    border-bottom: 0 !important;
}


.nav-tabs-home li a {
    color: #fff !important;
    font-weight: 500!important;
}

.nav-tabs-home li a.active {
    color: #495057 !important;
    background-color: #fff;
    border-color: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}


/*
.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #d84747 !important;
}*/


/*** Top header menu  **/
/*
@media (max-width: 991px) {
   ul#top_menu li a.register_top{
    top: 2px;
  }
}
ul#top_menu li a.register_top:before {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
.sticky ul#top_menu li a.register_top:before {
  color: #444;
}


ul#top_menu li a i {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
.sticky ul#top_menu li a i {
  color: #444;
}


ul#top_menu li a.register_top {
  text-indent: -9999px;
  overflow: hidden;
}

ul#top_menu li a.register_top {
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  top: 8px;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
*/
