/* --------------------------------------------------------------------------
 * jThemes Studio : Vetrov
 *
 * file           : style.css
 * Desc           : Vetrov Template - Stylesheet
 * Version        :
 * Date           :
 * Author         : jThemes Studio
 * Author URI     :
 * Email          :
 *
 * jThemes Studio. Copyright 2017. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  Home Vetrov Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons
    1.6 - Form / Input / Textarea
    1.7 - Content Middle
    1.8 - Theme Fonts
    1.9 - Rating Stars

  2 - Header
  3 - Home 1
  4 - Home 2
  5 - Home 3
  6 - Home 4
  7 - Listing
  8 - Blog
  10 - Extra Pages
  11 - Error Page
  12 - Coming Soon
  13 - My Account
  14 - Footer
  15 - Color

 * -------------------------------------------------------------------------- */
 @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
 @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Aguafina+Script&subset=latin-ext');
 
 @font-face {
    font-family: 'LoveloBlack';
    src: url('../fonts/lovelo-black.otf');
}

h1, h2 {
    font-family: 'LoveloBlack';
}

 :root {
    --colorPrimaryWebSite   : #010326;
    --colorSecondWebSite    : #010440;
    --colorThirdWebSite     : #F25774;
    --colorLetrers          : #ffff;
    --colorButton           : #F25050;
    --colorBackgroundSlider : rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40);
    --colorMotorBusqueda    : #021f33;
    --colorBackgroundPage   : #f3f3f5;
    
    --hue: 223;
    --bg: hsl(var(--hue),90%,90%);
    --fg: hsl(var(--hue),90%,10%);
    --trans-dur: 0.3s;   
 }
 
 /*******************************
      1 - GENERAL CSS STARTS
  ********************************/
 
 /*---------------- 1.1 Preloader Starts ------------------*/
 #loading {
     background: #ffffff none repeat scroll 0 0;
     height: 100%;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 2000;
 }
 
 .boxLoading {
     width: 50px;
     height: 50px;
     margin: auto;
     position: absolute;
     left: 50%;
     top: 40%;
 }
 
 .boxLoading:before {
     content: '';
     width: 50px;
     height: 5px;
     background: #000;
     opacity: 0.1;
     position: absolute;
     top: 59px;
     left: 0;
     border-radius: 50%;
     animation: shadow .5s linear infinite;
     -webkit-animation: shadow .5s linear infinite;
 }
 
 .boxLoading:after {
     content: '';
     width: 50px;
     height: 50px;
     animation: animate .5s linear infinite;
     -webkit-animation: animate .5s linear infinite;
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 3px;
 }
 
 @-webkit-keyframes animate {
     17% {
         -webkit-border-bottom-right-radius: 3px;
     }
 
     25% {
         -webkit-transform: -webkit-translateY(9px) -webkit-rotate(22.5deg);
     }
 
     50% {
         -webkit-transform: -webkit-translateY(18px) -webkit-scale(1, 0.9) -webkit-rotate(45deg);
         border-bottom-right-radius: 40px;
     }
 
     75% {
         -webkit-transform: -webkit-translateY(9px) -webkit-rotate(67.5deg);
     }
 
     100% {
         -webkit-transform: -webkit-translateY(0) -webkit-rotate(90deg);
     }
 }
 
 @-webkit-keyframes shadow {
 
     0%,
     100% {
         -webkit-transform: -webkit-scale(1, 1);
     }
 
     50% {
         -webkit-transform: -webkit-scale(1.2, 1);
     }
 }
 
 @-moz-keyframes animate {
     17% {
         border-bottom-right-radius: 3px;
     }
 
     25% {
         transform: translateY(9px) rotate(22.5deg);
     }
 
     50% {
         transform: translateY(18px) scale(1, 0.9) rotate(45deg);
         border-bottom-right-radius: 40px;
     }
 
     75% {
         transform: translateY(9px) rotate(67.5deg);
     }
 
     100% {
         transform: translateY(0) rotate(90deg);
     }
 }
 
 @-moz-keyframes shadow {
 
     0%,
     100% {
         transform: scale(1, 1);
     }
 
     50% {
         transform: scale(1.2, 1);
     }
 }
 
 @keyframes animate {
     17% {
         border-bottom-right-radius: 3px;
     }
 
     25% {
         transform: translateY(9px) rotate(22.5deg);
     }
 
     50% {
         transform: translateY(18px) scale(1, 0.9) rotate(45deg);
         border-bottom-right-radius: 40px;
     }
 
     75% {
         transform: translateY(9px) rotate(67.5deg);
     }
 
     100% {
         transform: translateY(0) rotate(90deg);
     }
 }
 
 @keyframes shadow {
 
     0%,
     100% {
         transform: scale(1, 1);
     }
 
     50% {
         transform: scale(1.2, 1);
     }
 }
 
 @media screen and (max-width:767px) {
 
 
     .boxLoading {
         left: 45%;
     }
 }
 
 /*---------------- 1.1 Preloader Ends ------------------*/
 
 /*---------------- 1.2 Global properties (body, common classes, structure etc) Starts ----------------------*/
 body {
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     color: #666666;
     font-size: 14px;
 }
 
 .boxed {}
 
 .boxed .wrapper {
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 1200px;
 }
 
 .no-padding {
     padding-left: 0;
     padding-right: 0;
 }
 
 .no-pad-right {
     padding-right: 0;
 }
 
 .no-pad-left {
     padding-left: 0;
 }
 
 .no-margin {
     margin: 0;
 }
 
 ul {
     padding-left: 0;
 }
 
 img {
     max-width: 100%;
     height: auto;
     transition: all 0.4s linear 0s;
     -webkit-transition: all 0.4s linear 0s;
 }
 
 .owl-carousel .owl-item img {
     width: 100%;
     height: 90vh;
     margin: auto;
 }
 
 
 
 
 
 .rel-div {
     position: relative;
     z-index: 1;
 }
 
 .divider-1 {
     border-color: #ddd;
 }
 
 .divider-2 {
     border-color: #555555;
 }
 
 .mask-overlay,
 .theme-color-mask,
 .white-mask {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 }
 
 .mask-overlay {
     background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
 }
 
 .white-mask {
     background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
 }
 
 .title-wrap {
     display: inline-block;
     margin-bottom: 30px;
     vertical-align: middle;
     width: 100%;
 }
 
 .title-wrap-2 {
     background-image: url("../images/icons/wave-border.png");
     background-position: center bottom;
     background-repeat: no-repeat;
     padding-bottom: 30px;
     margin-bottom: 30px;
 }
 
 .title-wrap-2.left {
     background-position: left bottom;
 }
 
 .title-wrap-2.wave-line-2 {
     background-image: url("../images/icons/wave-border-2.png");
 }
 
 .section-title {
     color: #333;
     letter-spacing: 1px;
     font-weight: 500;
 }
 
 .section-title {
     font-size: 32px;
 }
 
 .title-1 {
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
 .title-2 {
     font-size: 25px;
     font-weight: 500;
     letter-spacing: 1px;
 }
 
 .title-3 {
     font-size: 18px;
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
 .title-4 {
     font-size: 22px;
     font-weight: 500;
     letter-spacing: 1px;
 }
 
 .white-title-1 {
     color: #fff;
     text-transform: uppercase;
     font-size: 20px;
     letter-spacing: 1px;
     font-weight: 500;
 }
 
 .sub-title-1 {
     color: #dddddd;
     font-size: 10px;
 }
 
 .sub-title-2 {
     color: #999999;
     font-size: 10px;
     font-weight: 600;
 }
 
 .light-title-1 {
     color: #ccc;
     font-size: 13px;
     font-weight: 500;
 }
 
 .light-title-1 a {
     display: inline-block;
 }
 
 .white-color,
 .white-color a,
 .white-color a.theme-color:hover {
     color: #fff;
 }
 
 .black-color {
     color: #000000;
 }
 
 .red-clr {
     color: #ff5b26;
 }
 
 .gray-clr {
     color: #999999;
 }
 
 .gray-2 {
     color: #bdbbb5;
 }
 
 .light-bg {
     background-color: #f5f5f5;
 }
 
 .white-bg {
     background-color: #fff;
 }
 
 .gray-bg {
     background-color: #999999;
 }
 
 .block-inline {
     display: inline-block;
     width: 100%;
     vertical-align: middle;
 }
 
 .list-items li {
     display: inline-block;
     margin: 0 5px;
 }
 
 .list-items {
     margin-bottom: 0;
     list-style: none;
 }
 
 
 /*-- List Style-1 --*/
 .theme-tabs-1 {
     background-color: #ffffff;
     border-radius: 3px;
     list-style: outside none none;
     text-align: center;
 }
 
 .theme-tabs-1>li {
     display: inline-block;
     vertical-align: middle;
     margin-left: -4px;
 }
 
 .theme-tabs-1>li+li {
     border-left: 1px solid #eee;
 }
 
 .theme-tabs-1>li a {
     border-radius: 3px;
     display: inline-block;
     font-weight: 500;
     height: 60px;
     padding: 20px 35px;
     vertical-align: middle;
 }
 
 .theme-tabs-1>li a:hover,
 .theme-tabs-1>li.active a {
     color: #fff;
 }
 
 /*-- ./ List Style-1 --*/
 
 /*------------------- 1.2 Global properties (body, common classes, structure etc) Ends -----------------*/
 
 /*---------------------- 1.3 Section Space Starts ----------------------------*/
 .sec-space {
     padding-bottom: 100px;
     padding-top: 100px;
 }
 
 .sec-space-bottom {
     padding-bottom: 100px;
 }
 
 .sec-space-top {
     padding-top: 100px;
 }
 
 .ptb-10 {
     padding-bottom: 10px;
     padding-top: 10px;
 }
 
 .pb-10 {
     padding-bottom: 10px;
 }
 
 .pt-10 {
     padding-top: 10px;
 }
 
 .ptb-15 {
     padding-bottom: 15px;
     padding-top: 15px;
 }
 
 .pt-30 {
     padding-top: 30px;
 }
 
 .ptb-50 {
     padding-bottom: 50px;
     padding-top: 50px;
 }
 
 .pt-50 {
     padding-top: 50px;
 }
 
 .pb-50 {
     padding-bottom: 50px;
 }
 
 .pt-70 {
     padding-top: 70px;
 }
 
 .pb-70 {
     padding-bottom: 70px;
 }
 
 .ptb-70 {
     padding-bottom: 70px;
     padding-top: 70px;
 }
 
 .mb-30 {
     margin-bottom: 30px;
 }
 
 @media (max-width: 991px) {
     .sx-mt-50 {
         margin-top: 50px;
     }
 }
 
 @media (max-width: 767px) {
     .sec-space {
         padding-bottom: 70px;
         padding-top: 70px;
     }
 
     .sec-space-bottom {
         padding-bottom: 70px;
     }
 
     .sec-space-top {
         padding-top: 70px;
     }
 }
 
 /*---------------------------- 1.3 Page section block Ends ---------------------------*/
 
 /*--------------------------- 1.4 Typography (section title, links, page dividers) Starts -------------------------- */
 
 a {
     color: #333333;
     font-weight: 500;
 }
 
 a:focus,
 a:hover {
     text-decoration: none;
 }
 
 a.theme-color:hover {
     color: #333333;
 }
 
 p {
     margin-bottom: 15px;
     line-height: 1.8;
     font-size: 14px;
 }
 
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #333333;
     line-height: 1.5;
 }
 
 .bubble {
     bottom: 90%;
     display: table;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     width: auto;
 }
 
 .hot-tag,
 .green-tag {
     border-radius: 2px;
     color: #ffffff;
     font-size: 10px;
     font-weight: 600;
     padding: 2px 5px;
     position: relative;
     z-index: 2;
 }
 
 .hot-tag {
     background-color: #cc0000;
 }
 
 .green-tag {
     background-color: #00b16a;
 }
 
 .hot-tag::after,
 .green-tag::before {
     border-bottom: 6px solid rgba(0, 0, 0, 0);
     bottom: -6px;
     content: "";
     left: 15px;
     position: absolute;
 }
 
 .hot-tag::after,
 .hot-tag::before {
     border-left: 6px solid #cc0000;
 }
 
 .green-tag::after,
 .green-tag::before {
     border-left: 6px solid #00b16a;
 }
 
 @media (max-width: 1199px) {
     .bubble {
         bottom: 15px;
         left: auto;
         right: 50px;
     }
 
     .hot-tag::after,
     .hot-tag::before,
     .green-tag::after,
     .green-tag::before {
         border-left: medium none;
     }
 
     #currency_Responsive {
         width: 30%;
     }

     .menu-bar {
       background-color: var(--colorPrimaryWebSite) !important;
    }
 }
 
 /*------------------------ 1.4 Typography (section title, links, page dividers) Ends ---------------------- */
 
 /*--------------------------- 1.5 Buttons Starts ---------------------- */
 .theme-btn {
     border: medium none;
     border-radius: 3px;
     color: #ffffff;
     font-size: 13px;
     font-weight: 600;
     height: 50px;
     line-height: 30px;
     padding: 10px 25px;
     text-transform: uppercase;
     width: 200px;
 }
 
 .theme-btn:hover,
 .theme-btn:focus,
 a.theme-btn:hover,
 a.theme-btn:focus {
     background-color: #999999;
     color: #fff;
 }
 
 .btn-3 {
     border: 2px solid #ffffff;
     border-radius: 3em;
     color: #ffffff;
     font-size: 18px;
     font-weight: 600;
     height: 42px;
     line-height: 39px;
     width: auto;
     padding: 0 35px;
 }
 
 .btn-3:hover {
     background-color: #fff;
 }
 
 .btn-play {
     border-radius: 5px;
     color: #ffffff;
     font-size: 40px;
     height: 85px;
     line-height: 85px;
     width: 85px;
 }
 
 .btn-play:hover {
     background-color: #fff;
 }
 
 /*-- Slider Navigation Styles --*/
 .nav-1 .owl-prev,
 .nav-1 .owl-next {
     position: absolute;
     top: 45%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
 }
 
 .nav-1 .owl-prev .fa,
 .nav-1 .owl-next .fa {
     color: #ffffff;
     font-size: 24px;
 }
 
 .nav-1 .owl-prev {
     left: 90px;
 }
 
 .nav-1 .owl-next {
     right: 90px;
 }
 
 .nav-2 .owl-prev,
 .nav-2 .owl-next {
     font-size: 30px;
     position: absolute;
     top: 50%;
     color: #eee;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
 }
 
 .nav-2 .owl-prev {
     left: 0%;
 }
 
 .nav-2 .owl-next {
     right: 0%;
 }
 
 .nav-2 .owl-prev:hover i,
 .nav-2 .owl-next:hover i {
     color: #333;
 }
 
 .nav-3 .owl-prev,
 .nav-3 .owl-next {
     height: 45px;
     line-height: 45px;
     width: 45px;
     text-align: center;
     font-size: 20px;
     border: 1px solid #ddd;
     color: #bbb;
     display: inline-block;
     margin-right: 10px;
 }
 
 .nav-3 .owl-prev:hover i,
 .nav-3 .owl-next:hover i {
     color: #333;
 }
 
 .nav-3 .owl-nav {
     bottom: 0;
     left: 60%;
     position: absolute;
     transform: translate(15%);
     -webkit-transform: translate(15%);
 }
 
 .nav-4 .owl-prev,
 .nav-4 .owl-next {
     background-color: rgba(0, 0, 0, 0.5);
     border-radius: 5px;
     font-size: 25px;
     height: 40px;
     line-height: 40px;
     position: absolute;
     text-align: center;
     top: 45%;
     width: 40px;
     opacity: 0;
     visibility: hidden;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
 }
 
 .nav-4 .owl-prev .fa,
 .nav-4 .owl-next .fa {
     color: #ffffff;
     font-size: 24px;
 }
 
 .nav-4 .owl-prev {
     left: 0;
 }
 
 .nav-4 .owl-next {
     right: 0;
 }
 
 .nav-4:hover .owl-prev {
     left: 90px;
     opacity: 1;
     visibility: visible;
 }
 
 .nav-4:hover .owl-next {
     right: 90px;
     opacity: 1;
     visibility: visible;
 }
 
 
 @media screen and (max-width:767px) {
 
     .nav-1 .owl-prev .fa,
     .nav-1 .owl-next .fa {
         font-size: 14px;
         height: 35px;
         line-height: 35px;
         width: 35px;
     }
 
     .nav-1 .owl-prev {
         left: 20px;
     }
 
     .nav-1 .owl-next {
         right: 20px;
     }
 }
 
 @media screen and (max-width:991px) {
     .nav-3 .owl-nav {
         left: 0;
     }
 }
 
 /*------------------------ 1.5 Buttons Ends ---------------------------- */
 
 /*----------------------- 1.6 Form / Input / Textarea Starts --------------------------- */
 .form-group {
     margin-bottom: 15px;
 }
 
 .form-group.no-label .fa {
     top: 15px;
 }
 
 .form-group .fa {
     position: absolute;
     right: 35px;
     top: 20px;
 }
 
 .form-control,
 .input-group-addon,
 .bootstrap-select .btn {
     border: medium none;
     border-radius: 3px;
     box-shadow: none;
     font-size: 13px;
     background-color: white;
     line-height: normal;
 
     font-weight: 500;
 }
 
 textarea.form-control,
 textarea {
     height: auto !important;
     resize: vertical;
 }
 
 /*-- Checkbox/Radiobox Starts --*/
 .form-group [type="checkbox"],
 .form-group [type="radio"] {
     border: 0 none;
     clip: rect(0px, 0px, 0px, 0px);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
 }
 
 .form-group .checkbox-inline,
 .form-group .radio-inline {
     font-size: 10px;
     line-height: normal;
     padding-left: 0;
     text-transform: uppercase;
     vertical-align: -moz-middle-with-baseline;
 }
 
 .form-group [type="checkbox"]+span,
 .form-group [type="radio"]+span {
     cursor: pointer;
     vertical-align: text-top;
 }
 
 .form-group [type="checkbox"]+span::before {
     background-color: rgba(255, 255, 255, 0.6);
     border-radius: 2px 0 0 2px;
     bottom: 0;
     color: #999999;
     content: "";
     font-size: 14px;
     height: 40px;
     left: 0;
     line-height: 0;
     margin: auto;
     position: absolute;
     top: 0;
     vertical-align: middle;
     width: 40px;
     line-height: 40px;
     text-align: center;
 }
 
 .form-group [type="checkbox"]+span::after {
     border: 1px dashed #ffffff;
     bottom: 5px;
     content: "";
     height: 30px;
     left: 5px;
     position: absolute;
     top: 5px;
     width: 30px;
 }
 
 .form-group [type="checkbox"]:checked+span:before {
     content: "\f00c";
     font-family: FontAwesome;
     background-color: #b08010;
     color: #fff;
 }
 
 .form-group [type="radio"]+span::before {
     color: #999999;
     content: "\f10c";
     font-family: FontAwesome;
     font-size: 14px;
     margin-right: 8px;
     vertical-align: middle;
     line-height: 0;
 }
 
 .form-group [type="radio"]:checked+span:before {
     content: "\f192";
     font-family: FontAwesome;
 }
 
 /*-- Checkbox/Radiobox Ends --*/
 
 /*--Bootstrap Select--*/
 .bootstrap-select .btn .filter-option {
     color: #333;
 
 }
 
 .bootstrap-select.btn-group .dropdown-toggle .caret {
     /* border: none; */
     margin-top: 0;
     right: 5px;
     top: 15px;
 }
 
 div[class*="col-"] .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 20px;
 }
 
 .bootstrap-select.btn-group .dropdown-toggle .caret:after {
     content: "\f107";
     font-family: fontawesome;
     font-size: 14px;
     color: #333;
 }
 
 .bootstrap-select .btn-default.active.focus,
 .bootstrap-select .btn-default.active:focus,
 .bootstrap-select .btn-default.active:hover,
 .bootstrap-select .btn-default.focus:active,
 .bootstrap-select .btn-default:active:focus,
 .bootstrap-select .btn-default:active:hover,
 .bootstrap-select>.dropdown-toggle.btn-default.focus,
 .bootstrap-select>.dropdown-toggle.btn-default:focus,
 .bootstrap-select>.dropdown-toggle.btn-default:hover {
     background-color: #fff;
     border-color: #cccccc;
 }
 
 .bootstrap-select .dropdown-toggle:focus {
     outline: 0 none !important;
     outline-offset: 0;
 }
 
 ::-webkit-input-placeholder {
     color: #333333;
 }
 
 :-moz-placeholder {
     color: #333333;
 }
 
 ::-moz-placeholder {
     color: #333333;
 }
 
 :-ms-input-placeholder {
     color: #333333;
 }
 
 .form-control::-webkit-input-placeholder {
     color: #333333;
     opacity: 1;
 }
 
 .form-control::-moz-placeholder {
     color: #333333;
     opacity: 1;
 }
 
 .form-control::-ms-input-placeholder {
     color: #333333;
     opacity: 1;
 }
 
 /*.form-control:focus {
      background-color: transparent;
      border-color: #e7e8ec;
      box-shadow: none;
      outline: 0 none;
  }*/
 
 input[type="file"]:focus,
 input[type="radio"]:focus,
 input[type="checkbox"]:focus {
     outline: 0;
 }
 
 input:focus::-webkit-input-placeholder {
     color: transparent !important;
 }
 
 input:focus:-moz-placeholder {
     color: transparent !important;
 }
 
 input:focus::-moz-placeholder {
     color: transparent !important;
 }
 
 input:focus:-ms-input-placeholder {
     color: transparent !important;
 }
 
 textarea:focus::-webkit-input-placeholder {
     color: transparent !important;
 }
 
 textarea:focus:-moz-placeholder {
     color: transparent !important;
 }
 
 textarea:focus::-moz-placeholder {
     color: transparent !important;
 }
 
 textarea:focus:-ms-input-placeholder {
     color: transparent !important;
 }
 
 /*---------------------------- 1.6 Form / Input / Textarea Ends ------------------------------ */
 
 /*---------------------------------- 1.7 Content Middle Starts -------------------------------- */
 .tbl-rel {
     position: relative;
 }
 
 .tbl-wrp {
     height: 100%;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
 }
 
 .tbl-wrp .text-middle {
     display: table;
     height: 100%;
     width: 100%;
     position: relative;
 }
 
 .tbl-wrp .tbl-cell {
     display: table-cell;
     height: 100%;
     vertical-align: middle;
     width: 100%;
 }
 
 .flex-item {
     position: relative;
 }
 
 .flex-item.overlay::before {
     background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
 }
 
 .flex-wrap {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 1;
 }
 
 .flex-caption {
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: flex-end;
 }
 
 .flex-caption.middle {
     justify-content: center;
 }
 
 .flex-caption.top {
     justify-content: flex-start;
 }
 
 /*------------------------ 1.7 Content Middle Ends ------------------------ */
 
 /*--------------------------1.8 Theme Fonts Starts------------------- */
 .font-2 {
     font-family: 'Aguafina Script', cursive;
 }
 
 .fsz-8 {
     font-size: 8px;
 }
 
 .fsz-11 {
     font-size: 11px;
 }
 
 .fsz-12 {
     font-size: 11px;
 }
 
 .fsz-13 {
     font-size: 13px;
 }
 
 .fsz-15 {
     font-size: 15px;
 }
 
 .fsz-16 {
     font-size: 16px;
 }
 
 .fsz-18 {
     font-size: 18px;
 }
 
 .fsz-20 {
     font-size: 20px;
 }
 
 .fsz-25 {
     font-size: 25px;
 }
 
 .fsz-32 {
     font-size: 32px;
 }
 
 .fsz-40 {
     font-size: 40px;
 }
 
 .fw-900 {
     font-weight: 900;
 }
 
 .fw-600 {
     font-weight: 600;
 }
 
 .fw-500 {
     font-weight: 500;
 }
 
 .fw-300 {
     font-weight: 300;
 }
 
 .upper-case {
     text-transform: uppercase;
 }
 
 .capitalize {
     text-transform: capitalize;
 }
 
 .trans-none {
     text-transform: none;
 }
 
 .text-highlights.black {
     background: #313131 none repeat scroll 0 0;
 }
 
 .text-highlights.blue {
     background: #31aae2 none repeat scroll 0 0;
 }
 
 .text-highlights {
     color: #ffffff;
     padding: 0 5px;
 }
 
 @media screen and (max-width:767px) {
 
     body,
     p {
         font-size: 13px;
     }
 }
 
 /*-------------------------1.8 Theme Fonts Ends--------------------- */
 
 /*-------------------------  1.9 - Rating Stars Starts --------------------- */
 .rating.fsz-11 span.star::before {
     font-size: 11px;
 }
 
 .rating span.star::before {
     color: #feb200;
     font-size: 15px;
     content: "\f006";
     font-family: FontAwesome;
 
     -ms-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
 
 .rating span.star.active::before {
     color: #feb200;
     content: "\f005";
 }
 
 .rating span.star.half:before {
     color: #feb200;
     content: "\f123";
     font-family: FontAwesome;
 }
 
 .rating.yellow span.star::before {
     color: #fff;
     font-size: 22px;
 }
 
 .rating.yellow span.star.active::before,
 .rating.yellow span.star.half::before {
     color: #f1be0b;
 }
 
 .yellow.small span.star::before {
     color: #c5c5c5;
     font-size: 15px;
 }
 
 /*------------------------- 1.9 - Rating Stars Ends --------------------- */
 
 /*---------------- 1.10 -  Back To Top Starts -------------------------- */
 .to-top {
     -ms-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     background-color: #000000;
     border-radius: 0;
     bottom: -150px;
     color: #ffffff;
     cursor: pointer;
     font-size: 20px;
     height: 30px;
     line-height: 30px;
     position: fixed;
     right: 3%;
     text-align: center;
     width: 30px;
     z-index: 999;
 }
 
 .to-top:hover {
     opacity: 0.5;
 }
 
 /*---------------- 1.10 -  Back To Top Ends ------------------------ */
 
 /*******************************
      1 - GENERAL CSS ENDS
  ********************************/
 
 /*******************************
      2 - HEADER CSS STARTS
  ********************************/
 
 .main-header {
     position: relative;
     z-index: 99;
 }
 
 .header-fix-wrap {
     background-color: #ffffff;
     padding: 30px 0;
     position: sticky;
 }
 
 /*-- Top-Bar --*/
 .top-bar {
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 3;
     border-bottom: 1px solid #587d8f;
 }
 
 .top-bar .img>img {
     border: 3px solid #577ac6;
     border-radius: 50%;
 }
 
 .top-bar .info {
     color: #839ec7;
     display: inline-block;
     margin-left: 15px;
     text-align: left;
     vertical-align: middle;
 }
 
 .top-bar .img {
     display: inline-block;
     vertical-align: middle;
 }
 
 .top-bar .info a {
     color: #839ec7;
     display: inline-block;
     font-size: 10px;
     line-height: 1;
 }
 
 .top-bar .info a+a {
     border-left: 1px solid;
     margin-left: 10px;
     padding-left: 10px;
 }
 
 .top-bar .right {
     float: right;
 }
 
 .top-bar .left {
     float: left;
 }
 
 .top-bar a {
     color: #839ec7;
 }
 
 .top-bar a:hover,
 .top-bar a:focus {
     color: #fff;
 }
 
 .top-bar .left>div,
 .top-bar .right>div {
     display: inline-block;
     height: 70px;
     vertical-align: middle;
 }
 
 .top-bar .top-nav {
     padding: 25px;
     width: 150px;
     border-right: 1px solid #587d8f;
 }
 
 .top-bar .right>div+div {
     border-left: 1px solid #587d8f;
     padding: 25px 30px;
 }
 
 .top-bar .right>.login {
     padding-top: 10px;
     padding-right: 30px;
 }
 
 .top-bar .social-icons {
     padding-left: 20px;
     padding-top: 20px;
 }
 
 .top-bar .top-nav .filter-option.pull-left,
 .top-bar .top-nav .bootstrap-select.btn-group .dropdown-toggle .caret,
 .top-bar .top-nav .bootstrap-select.btn-group .dropdown-toggle .caret:after {
     color: #839ec7;
 }
 
 .top-bar .top-nav .dropdown-toggle:hover .filter-option.pull-left,
 .top-bar .top-nav .bootstrap-select.btn-group .dropdown-toggle:hover .caret,
 .top-bar .top-nav .bootstrap-select.btn-group .dropdown-toggle:hover .caret:after {
     color: #fff;
 }
 
 .top-bar .top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
     bottom: -10px;
     color: #839ec7;
     left: 0;
     margin: auto;
     right: 0;
 }
 
 .top-bar .block-box {
     display: inline-block;
     vertical-align: middle;
     width: 100%;
 }
 
 @media (max-width: 1199px) {
     .top-bar {
         background-color: rgba(168, 159, 136, 0.5);
         position: static;
         text-align: center;
         padding: 10px 0;
         background-image: url("../images/slider/1920x1080-1.jpg");
     }
 
     .top-bar .left,
     .top-bar .right {
         float: none;
     }
 
     .top-bar .left>div,
     .top-bar .right>div {
         height: auto;
         padding: 15px !important;
     }
 
     .top-bar .top-nav {
         border-right: none;
         padding: 20px;
         width: 100px;
     }
 
     .top-bar .right>div+div {
         border: none;
     }
 
     .top-bar .social-icons {
         padding: 0;
     }
 
     .bootstrap-select.btn-group .dropdown-toggle .caret:after {
         content: "";
         font-family: none;
         font-size: 0;
         color: 0;
     }
 }
 
 /*-- ../Top-Bar --*/
 
 /*-- Top-Bar One --*/
 .top-bar-1 .block-box {
     display: inline-block;
     margin-left: 10%;
     vertical-align: middle;
     width: 80%;
 }
 
 .top-bar-1 {
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 3;
     padding: 35px 0;
 }
 
 .top-bar-1 .img>img {
     border: 3px solid #577ac6;
     border-radius: 50%;
 }
 
 .top-bar-1 .info {
     color: #839ec7;
     display: inline-block;
     margin-left: 15px;
     text-align: left;
     vertical-align: middle;
 }
 
 .top-bar-1 .img {
     display: inline-block;
     vertical-align: middle;
 }
 
 .top-bar-1 .info a {
     color: #839ec7;
     display: inline-block;
     font-size: 10px;
     line-height: 1;
 }
 
 .top-bar-1 .info a:hover,
 .top-nav .dropdown-toggle:hover .filter-option.pull-left {
     color: #fff;
 }
 
 .top-bar-1 .info a+a {
     border-left: 1px solid;
     margin-left: 10px;
     padding-left: 10px;
 }
 
 .top-bar-1 .login {
     float: left;
 }
 
 .top-bar-1 .right {
     float: right;
 }
 
 .top-bar-1 .list-items {
     display: inline-block;
     vertical-align: middle;
     margin-top: 10px;
 }
 
 .top-nav .btn.dropdown-toggle.btn-default {
     background-color: transparent;
     border: medium none;
     border-radius: 0;
     box-shadow: none;
     font-size: 12px;
     height: auto;
     line-height: normal;
     padding: 0;
     min-width: 30px;
 }
 
 .top-nav .bootstrap-select.btn-group .dropdown-toggle .caret::after {
     font-size: 12px;
     color: #666;
 }
 
 .top-nav .filter-option.pull-left {
     color: #666666;
     line-height: normal;
     text-transform: none;
     font-weight: 500;
     text-align: center !important;
 }
 
 .top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
     color: #666666;
     top: 0;
 }
 
 .top-bar-1 .social-icons-1 {
     margin-right: 15px;
 }
 
 .social-icons>li a {
     border: 1px solid #839ec7;
     border-radius: 50%;
     color: #839ec7;
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 30px;
 }
 
 .social-icons>li a:hover {
     color: #fff;
     border: 1px solid #fff;
 }
 
 .social-icons-1>li a {
     background-color: #a09078;
     border: 1px solid #f2f1e6;
     border-radius: 50%;
     color: #f2f1e6;
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 30px;
 }
 
 .social-icons-2>li a {
     background-color: #ffffff;
     border: 1px solid #dddddd;
     border-radius: 50%;
     color: #bdbdbd;
     font-size: 12px;
     height: 25px;
     line-height: 25px;
     text-align: center;
     width: 25px;
 }
 
 .social-icons-2>li {
     display: inline-block;
     margin-left: 5px;
 }
 
 .social-icons-2>li a:hover,
 .social-icons-2>li a:focus {
     color: #fff;
 }
 
 .top-bar-1 .top-nav>li {
     margin: 0 0 0 20px;
 }
 
 @media (max-width: 991px) {
     .top-bar-1 .block-box {
         margin-left: 0;
         width: 100%;
     }
 
     .top-bar-1 {
         position: static;
         background-color: rgba(168, 159, 136, 0.5);
     }
 }
 
 @media (max-width: 767px) {
 
     .top-bar-1 .login,
     .top-bar-1 .right {
         float: none;
         text-align: center;
     }
 }
 
 /*-- ./ Top-Bar One --*/
 
 /*-- Top-Bar Two --*/
 .top-bar-2 {
     font-size: 12px;
 }
 
 .top-bar-2 {
     background-color: #eee;
 }
 
 .top-bar-2 .left {
     float: left;
 }
 
 .top-bar-2 .right {
     float: right;
 }
 
 .top-bar-2 .right>ul {
     display: inline-block;
     margin: 0;
 }
 
 .top-bar-2 .top-nav>li {
     border-left: 1px solid #dddddd;
     margin: 0;
     padding: 8px 25px;
 }
 
 .top-bar-2 .right>.top-nav {
     border-right: 1px solid #dddddd;
     margin-left: 15px;
 }
 
 .top-bar-2 .right>.top-nav a {
     line-height: normal;
 }
 
 
 @media (max-width: 991px) {}
 
 /*-- ./ Top-Bar Two --*/
 
 /*-- Header One --*/
 .header-1 .logo {
     float: left;
     margin-top: 6px;
 }
 
 .logo>a {
     border-right: 1px solid #eeeeee;
     display: inline-block;
     margin-right: 25px;
     padding-right: 30px;
 }
 
 .logo>span {
     display: inline-block;
     color: #999999;
     text-transform: uppercase;
     font-size: 11px;
 }
 
 .header-1 .menu-bar {
     float: right;
     margin-top: 14px;
 }
 
 /*-- ./ Header One --*/
 
 /*-- Header Two --*/
 .home-one {
     position: relative;
 }
 
 
 
 .header-2 .logo-one {
     background-color: rgba(0, 0, 0, 0);
     left: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: 100px;
     z-index: 2;
     display: table;
     margin: auto;
 
 
 }
 
 .logo-one img {
     display: block;
     margin: 15px auto;
 }
 
 
 .header-2 .primary-navbar>li {
     display: inline-block;
     width: 100%;
     padding: 0;
 }
 
 .header-2 .menu-bar-2 {
     background-color: rgba(0, 0, 0, 0.6);
     height: 100%;
     overflow: auto;
     padding: 30px;
     position: fixed;
     right: 0;
     top: 0;
     width: 300px;
     z-index: 8;
     transform: translateX(300px);
     transition: all 0.3s ease-in-out 0s;
     -webkit-transform: translateX(300px);
     -webkit-transition: all 0.3s ease-in-out 0s;
 }
 
 .header-2 .responsive-toggle,
 .top-bar .responsive-toggle {
     cursor: pointer;
     display: block !important;
     font-size: 17px;
     color: #839ec7;
 }
 
 .header-2 .responsive-toggle,
 .top-bar .responsive-toggle:hover,
 .header-2 .responsive-toggle,
 .top-bar .responsive-toggle:focus {
     color: #fff;
 }
 
 .header-2 .menu-bar-2 .responsive-toggle {
     margin-bottom: 15px;
     width: 25px;
     color: #fff;
     border: none;
     margin: 0;
 }
 
 .off-canvas-body .header-2 .menu-bar-2 {
     transform: translateX(0px);
     -webkit-transform: translateX(0px);
 }
 
 .header-2 .primary-navbar>li>a {
     color: #ffffff;
     padding-left: 0;
 }
 
 .header-2 .primary-navbar>li.dropdown>a:after {
     content: "\f107";
     font-family: FontAwesome;
     font-size: 14px;
     position: absolute;
     right: 5px;
     top: 15px;
 }
 
 .header-2 .primary-navbar li .dropdown-menu {
     display: none;
     transform: translateY(0px);
 }
 
 .header-2 .primary-navbar li.open .dropdown-menu {
     display: block;
     position: static;
     transform: translateY(0px);
     -webkit-transform: translateY(0px);
     opacity: 1;
     visibility: visible;
 }
 
 
 @media (max-width: 991px) {
 
 
     .header-2 .logo-one {
         background-color: rgba(168, 159, 136, 0.5);
         display: inline-block;
         position: static;
         width: 100%;
         padding: 10px;
         background-image: url("../images/slider/1920x1080-1.jpg");
     }
 
 }
 
 /*-- ./ Header Two --*/
 
 /*-- Header With Icons --*/
 .with-icons.header-fix-wrap {
     padding: 10px 0;
 }
 
 .with-icons .logo>a {
     border: medium none;
     display: block;
     margin: 0;
     padding: 0;
 }
 
 .with-icons .logo {
     margin: 0;
 }
 
 .with-icons .logo>span {
     display: block;
     text-align: right;
 }
 
 .with-icons .primary-navbar>li>a>i {
     display: block;
     font-size: 21px;
     margin-bottom: 10px;
     text-align: center;
 }
 
 @media (max-width: 1199px) {
 
     .with-icons .primary-navbar>li>a>i {
         display: none;
     }
 }
 
 /*-- ./ Header Two --*/
 
 
 /*-- Menu-bar --*/
 .primary-navbar {
     margin: 0px;
 }
 
 .primary-navbar>li>.dropdown-menu {
     border: none;
     border-top: 2px solid;
 }
 
 .primary-navbar li .dropdown-menu {
     background-color: rgba(247, 247, 247, 1);
     border-radius: 0;
 }
 
 .primary-navbar>li {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }
 
 .primary-navbar>li>a {
     font-weight: 500;
     font-size: 15px;
     padding: 15px;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     width: 100%;
 }
 
 .primary-navbar>li .dropdown-menu>li a {
     color: #524632;
     border-bottom: 1px solid #dddddd;
     font-size: 14px;
     font-weight: 500;
     text-transform: capitalize;
     padding: 15px 20px;
     position: relative;
 }
 
 .primary-navbar>li .dropdown-menu>li a:hover {
     color: #fff;
 }
 
 .header-one .primary-navbar {
     text-align: center;
 }
 
 .header-one .menu-bar {
     border: 2px solid #000;
     margin: 45px 8.333% 0;
 }
 
 .dropdown-menu>li>a:focus,
 .dropdown-menu>li>a:hover {
     background-color: transparent;
 }
 
 /*-- ./ Menu-bar --*/
 
 
 /*-- ./Sticky Header --*/
 
 /*--- Header Navigation Megamenu ---*/
 .primary-navbar .mega-dropdown {
     position: static;
 }
 
 .primary-navbar .mega-dropdown-menu {
     width: 100%;
     background-color: rgba(247, 247, 247, 1) !important;
 }
 
 .mega-dropdown-menu .menu-block {
     padding: 30px;
 }
 
 .navigation .primary-navbar li .mega-dropdown-menu {
     padding: 35px 0;
 }
 
 .sub-list>ul {
     padding: 0;
 }
 
 .sub-list>ul li a {
     display: block;
 }
 
 .navigation .mega-dropdown-menu li a {
     color: #999;
     text-transform: capitalize;
     padding: 5px 0;
 }
 
 .navigation .mega-dropdown-menu li:last-child a {
     padding-bottom: 0;
 }
 
 .menu-block .title-2 {
     margin: 20px 0;
     position: relative;
     padding-bottom: 10px;
 }
 
 .menu-block .sub-list {
     display: inline-block;
     margin-top: 15px;
     margin-bottom: 15px;
     width: 100%;
     list-style: none;
 }
 
 .mega-dropdown-menu .sub-list>li a {
     position: relative;
 }
 
 .mega-dropdown-menu .sub-list>li a:after {
     /*    content: "\f101";
          font-family: FontAwesome;
          color: #cccccc;
          margin-right: 10px;
          position: absolute;
          right: 0;*/
 }
 
 /*--- ./ Header Navigation Megamenu ---*/
 
 /*--- Header Responsive ---*/
 @media (min-width:1200px) {
 
     .btnReserva {
        width: 70%;
     }
 
     .btnReserva2 {
        /* width: 50%; */
     }
 
 
 
     #social-icons {
        display: none;
     }
 
     .responsive-toggle {
         display: none !important;
     }
 
     .primary-navbar li .dropdown-menu {
         opacity: 0;
         visibility: hidden;
         display: block;
         padding: 0;
         border-radius: 0;
         background-color: rgba(247, 247, 247, 1);
 
         transform: translateY(50px);
         -webkit-transform: translateY(50px);
         -ms-transform: translateY(50px);
 
         transition: all 0.4s ease-in-out 0s;
         -webkit-transition: all 0.4s ease-in-out 0s;
         -ms-transition: all 0.4s ease-in-out 0s;
     }
 
     .primary-navbar>li:hover>.dropdown-menu {
         opacity: 1;
         visibility: visible;
 
         transform: translateY(8px);
         -webkit-transform: translateY(8px);
         -ms-transform: translateY(8px);
     }
 
     .primary-navbar .dropdown-menu li:hover>.dropdown-menu {
         opacity: 1;
         visibility: visible;
 
         transform: translateX(0px);
         -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
     }
 
     .primary-navbar .dropdown-menu li .dropdown-menu {
         right: 100%;
         left: auto;
         top: 0;
 
         transform: translateX(-50px);
         -webkit-transform: translateX(-50px);
         -ms-transform: translateX(-50px);
     }
 
     .dropdown-menu .sub-list li {
         margin: 10px auto;
     }
 
     .mega-dropdown-menu .title-2::after {
         bottom: 0;
         content: "";
         display: block;
         height: 3px;
         position: absolute;
         width: 25px;
     }
 
 }
 
 @media (max-width: 1199px) {
 
 
 
 
 
     .off-canvas-body .menu-bar {
         transform: translateX(0px);
         -webkit-transform: translateX(0px);
         box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
     }
 
 
 
     .top-bar-2 {
         text-align: center;
         display: none;
     }
 
     .top-bar-2 .left,
     .top-bar-2 .right {
         float: none;
     }
 
     .top-bar-2 .top-nav>li,
     .top-bar-2 .right>.top-nav {
         border: none;
         margin: 0;
     }
 
 
 
     .responsive-toggle {
         border: 2px solid;
         cursor: pointer;
         height: 35px;
         line-height: 30px;
         margin-left: 20px;
         text-align: center;
         width: 35px;
         font-size: 14px;
         /* display: block; */
         display: flex !important;
         justify-content: center;
         align-items: center;
     }
 
     .menu-bar .responsive-toggle {
         position: absolute;
         left: 10px;
         top: 15px;
         z-index: 5;
         color: var(--colorLetrers);
     }
 
 
 
     .main-header .menu-bar {
         margin-right: 10px;
         right: 0;
         max-width: 300px;
         position: fixed;
         top: 0;
         bottom: 0;
         overflow: auto;
         background-color: #fff;
         height: 100%;
         z-index: 999;
         margin: 0;
         border: none;
         transform: translateX(300px);
         -webkit-transform: translateX(300px);
 
         transition: all ease-in-out 0.3s;
         -webkit-transition: all ease-in-out 0.3s;
     }
 
     .main-header .primary-navbar {
         margin: 80px auto auto;
         text-align: left;
     }
 
     .off-canvas-body .menu-bar {
         transform: translateX(0px);
         -webkit-transform: translateX(0px);
         box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
     }
 
     .primary-navbar {
         text-align: left;
     }
 
     .menu-block {}
 
     .menu-block+.menu-block {
         border: none;
         padding-top: 0;
         min-height: auto;
     }
 
     .primary-navbar>li {
         width: 100%;
         padding: 0 20px;
     }
 
     .primary-navbar li.open .dropdown-menu {
         display: block;
         position: static;
         width: 100%;
         padding: 0;
         opacity: 1;
         visibility: visible;
     }
 
     .primary-navbar li.open .mega-dropdown-menu {
         transform: none;
         -webkit-transform: none;
     }
 
 
 
     /*-- Header One --*/
 
     .main-header .primary-navbar>li.dropdown>a:before {
 
         border-left: 0 none;
         border-right: 0 none;
         bottom: 0;
         content: "";
         position: absolute;
         width: 80%;
     }
 
     .main-header .primary-navbar>li.dropdown>a:after,
     .main-header .primary-navbar>li.active>a:after {
         content: "\f107";
         font-family: FontAwesome;
         font-size: 14px;
         left: 80% !important;
         position: absolute;
         right: auto;
         top: 15px;
     }
 
 
     header .logo+.responsive-toggle {
         float: right;
         position: absolute;
         right: 20px;
         top: 18px;
         color: var(--colorLetrers);
     }
 
     .header-one .logo,
     .header-one .logo+.responsive-toggle {
         margin-top: 40px;
     }
 
     .header-one .is-sticky .logo,
     .header-one .is-sticky .logo+.responsive-toggle {
         margin: 0;
     }
 
     /*-- Header Two --*/
 
 
     /*-- Header Three --*/
 
 }
 
 /*******************************
      2 - HEADER CSS ENDS
  ********************************/
 
 /*******************************
      3 - HOME 1 CSS STARTS
  ********************************/
 
 
 .main-img {
     min-height: 800px;
     width: 100%;
     margin: 0px;
     padding-top: 0px;
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     overflow: hidden;
 }
 
 .main-img.boxed .main-image-txt {
     margin-top: 0px;
 }
 
 
 
 .border-box {
     background: #fff;
     border: 1px solid #e6e6e6;
     padding: 30px;
     margin-bottom: 30px;
 }
 
 .border-box .box-title {
     border-bottom: 1px solid #e6e6e6;
     padding: 0 20px 15px;
     margin: 0px -15px 30px;
     text-transform: uppercase;
     color: #4b4b4b;
     font-size: 1rem;
     letter-spacing: 2px;
 }
 
 .border-box .box-title h1,
 .border-box .box-title h2,
 .border-box .box-title h3,
 .border-box .box-title h4,
 .border-box .box-title h5,
 .border-box .box-title h6 {
     padding: 0;
     line-height: 1;
 }
 
 @media screen and (max-width: 992px) {
     header+section {
         padding-top: 20px;
     }
 
     section,
     .section {
         padding-top: 40px;
         padding-bottom: 40px;
     }
 }
 
 /*---------- 2.7  Headline ----------*/
 .main-title {
     text-align: center;
     max-width: 500px;
     margin: 0px auto 30px;
     padding: 0;
     font-weight: normal;
     line-height: 1.5;
     position: relative;
 }
 
 .main-title h1,
 .main-title h2,
 .main-title h3,
 .main-title h4,
 .main-title h5,
 .main-title h6 {
     position: relative;
     margin-bottom: 30px;
     font-family: 'Raleway', sans-serif;
     font-weight: bold;
 }
 
 .main-title h1:after,
 .main-title h2:after,
 .main-title h3:after,
 .main-title h4:after,
 .main-title h5:after,
 .main-title h6:after {
     width: 200px;
     content: "";
     border-top: 1px solid #783F63;
     position: absolute;
     bottom: -15px;
     left: 50%;
     margin-left: -100px;
 }
 
 .main-title p {
     font-size: 1.2em;
     line-height: 1.6em;
     margin-bottom: 10px;
 }
 
 .main-title.left {
     max-width: 100%;
     display: block;
     text-align: left;
     margin-left: 0;
     margin-right: 0;
 }
 
 .main-title.left h1:after,
 .main-title.left h2:after,
 .main-title.left h3:after,
 .main-title.left h4:after,
 .main-title.left h5:after,
 .main-title.left h6:after {
     left: 0;
     margin-left: 0;
 }
 
 .main-title.right {
     max-width: 100%;
     display: block;
     text-align: right;
     margin-left: 0;
     margin-right: 0;
 }
 
 .main-title.right h1:after,
 .main-title.right h2:after,
 .main-title.right h3:after,
 .main-title.right h4:after,
 .main-title.right h5:after,
 .main-title.right h6:after {
     left: auto;
     right: 0;
     margin-left: 0;
 }
 
 .main-title.right:after {
     content: '';
     clear: both;
 }
 
 .section-title {
 
     line-height: 60px;
     border-bottom: 1px solid #e6e6e6;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
     position: relative;
 
     width: auto;
     box-sizing: content-box;
 }
 
 .section-title h1,
 .section-title h2,
 .section-title h3,
 .section-title h4,
 .section-title h5,
 .section-title h6 {
     height: 60px;
     line-height: 60px;
     display: inline-block;
     border-bottom: 1px solid #783F63;
     margin: 0 0 1px;
     box-sizing: content-box;
     vertical-align: middle;
 }
 
 .section-title.left {
     text-align: left;
 }
 
 .section-title.right {
     text-align: right;
 }
 
 .section-title.center h1,
 .section-title.center h2,
 .section-title.center h3,
 .section-title.center h4,
 .section-title.center h5,
 .section-title.center h6 {
     line-height: 60px;
     display: table;
     margin-left: auto;
     margin-right: auto;
 }
 
 @media screen and (max-width: 767px) {
     .main-title {
         margin: 0 auto 20px;
     }
 
     .section-title {
         text-align: center;
     }
 
     .section-title.left h1,
     .section-title.right h1,
     .section-title.center h1,
     .section-title.left h2,
     .section-title.right h2,
     .section-title.center h2,
     .section-title.left h3,
     .section-title.right h3,
     .section-title.center h3,
     .section-title.left h4,
     .section-title.right h4,
     .section-title.center h4,
     .section-title.left h5,
     .section-title.right h5,
     .section-title.center h5,
     .section-title.left h6,
     .section-title.right h6,
     .section-title.center h6 {
         display: table;
         margin-left: auto;
         margin-right: auto;
     }
 }
 
 
 .samantha .item-grid {
     height: 399px !important;
     overflow: hidden;
 }
 
 @media (max-width: 768px) {
     .samantha .item-grid {
         height: 392px !important;
         overflow: hidden;
     }
 }
 
 
 #superbuscador .tab-content {
     background: unset;
     padding: unset;
     border: unset;
     border-top: unset;
 }
 
 #superbuscador .nav-tabs {
     border-bottom: 0;
 }
 
 #superbuscador .nav-tabs li a {
     color: white !important;
 }
 
 #superbuscador .nav-tabs li a:hover {
     color: black !important;
 }
 
 #superbuscador .nav-tabs .active a {
     color: black !important;
 }
 
 #superbuscador.search-bar {
     background-color: rgba(0, 0, 0, 0.8);
     color: rgba(0, 0, 0, 0.1);
     border-radius: 15px;
 }
 
 #superbuscador label {
     color: white;
 }
 
 select option {
     color: #666666;
 }
 
 
 
 
 
 .select2-selection__rendered {
     line-height: 31px !important;
 }
 
 .select2-container .select2-selection--single {
     height: 35px !important;
 }
 
 .select2-selection__arrow {
     height: 34px !important;
     top: 25px;
     right: 20px;
 }
 
 .pedritomarginsbuscador {
     margin-top: -32px;
     margin-bottom: 27px;
 }
 
 /*---------- 2.28 Search Bar ----------*/
 .search-bar {
     background: rgba(0, 0, 0, 0.8);
     color: rgba(255, 255, 255, 0.8);
     z-index: 9;
     position: relative;
     text-align: left;
 }
 
 .search-bar:after {
     content: '';
     clear: both;
     display: block;
 }
 
 .search-bar .text-wrap {
     text-align: right;
     margin-top: 22px;
     border-right: 1px solid rgba(120, 63, 99, 0.2);
 }
 
 .search-bar .text-wrap h1,
 .search-bar .text-wrap h2,
 .search-bar .text-wrap h3,
 .search-bar .text-wrap h4,
 .search-bar .text-wrap h5,
 .search-bar .text-wrap h6 {
     margin: 0;
 }
 
 .search-bar .form-group {
     margin-top: 20px;
 }
 
 .search-bar label {
     color: rgba(255, 255, 255, 0.8);
     font-weight: normal;
 }
 
 .search-bar .form-control {}
 
 .search-bar .btn-search {
     margin: 43px 0 20px;
     width: 100%;
 }
 
 .search-bar.bottom {
     margin-top: -230px;
 }
 
 .search-bar.boxed {
     background: transparent;
 }
 
 .search-bar.boxed .container {
     background: rgba(0, 0, 0, 0.8);
 }
 
 .boxed+.search-bar {
     margin-bottom: 0px;
 }
 
 .boxed+.search-bar.container {
     margin-top: -120px;
 }
 
 @media screen and (max-width: 767px) {
     .search-bar {
         margin-top: 0;
         background: #000;
     }
 
     .search-bar.container {
         margin-top: 0;
     }
 
     .search-bar .text-wrap {
         text-align: left;
         border-right: 0;
     }
 
     .search-bar .btn-search {
         margin: 10px 0 30px;
     }
 
     .search-bar.bottom {
         position: relative;
         bottom: auto;
     }
 
     .boxed+.search-bar.container {
         margin-top: 0;
     }
 }
 
 /*---------- 3.2 Trip Grid ----------*/
 .item-grid {
     margin-bottom: 30px;
     position: relative;
     border: 1px solid #e6e6e6;
 }
 
 .item-grid .item-img {
     height: 240px;
     width: 100%;
     background-color: #eee;
     background-size: 130%;
     background-repeat: no-repeat;
     background-position: top center;
     position: relative;
     overflow: hidden;
 }
 
 .item-grid .item-img .item-overlay {
     width: 100%;
     height: 100%;
     line-height: 100%;
     font-size: .9em;
     text-align: center;
     color: #fff;
     background: rgba(53, 28, 44, 0.8);
     position: absolute;
     top: 0;
     left: 0px;
     opacity: 0;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-grid .item-img .item-overlay [class^="icon-"] {
     margin-top: 95px;
     display: inline-block;
     font-size: 0px;
     width: 0;
     height: 0;
     line-height: 0;
     background: #783F63;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-grid .item-img .item-overlay a {
     color: #fff;
 }
 
 .item-grid .item-img:hover .item-overlay {
     opacity: 1;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-grid .item-img:hover .item-overlay [class^="icon-"] {
     font-size: 30px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
 }
 
 .item-grid .item-desc {
     background: #ffffff;
     color: #4b4b4b;
     padding: 20px 20px 15px;
     -webkit-transition: all linear 2s;
     -moz-transition: all linear 2s;
     -ms-transition: all linear 2s;
     -o-transition: all linear 2s;
     transition: all linear 2s;
 }
 
 .item-grid .item-desc .item-info .title {
     margin-right: 30px;
     font-size: 1.4em;
     font-family: 'Raleway', sans-serif;
     margin-bottom: 2px;
     line-height: 1.2em;
 }
 
 .item-grid .item-desc .item-info .title a {
     color: #4b4b4b;
 }
 
 .item-grid .item-desc .item-info .title a:hover {
     color: #783F63;
 }
 
 .item-grid .item-desc .item-info [class^='icon-'],
 .item-grid .item-desc .item-info .fa,
 .item-grid .item-desc .item-info .glyphicon {
     float: right;
     margin-bottom: 2px;
     line-height: 30px;
     font-size: 30px;
 }
 
 .item-grid .item-desc .sub-title {
     min-height: 20px;
     margin-bottom: 15px;
     font-size: .8em;
     color: #979797;
     clear: both;
 }
 
 .item-grid .item-desc .sub-title .location {
     float: left;
 }
 
 .item-grid .item-desc .sub-title .grade {
     float: right;
 }
 
 .item-grid .item-desc .item-detail {
     clear: both;
 }
 
 .item-grid .item-desc .item-detail .left {
     width: 50%;
     float: left;
     text-align: left;
     vertical-align: middle;
 }
 
 .item-grid .item-desc .item-detail .left .day,
 .item-grid .item-desc .item-detail .left .night {
     line-height: 30px;
     vertical-align: middle;
 }
 
 .item-grid .item-desc .item-detail .left .day {
     border-bottom: 1px solid #e6e6e6;
     margin-bottom: 5px;
     padding-bottom: 5px;
     padding-top: 5px;
 }
 
 .item-grid .item-desc .item-detail .left [class^='icon-'],
 .item-grid .item-desc .item-detail .left .fa,
 .item-grid .item-desc .item-detail .left .glyphicon {
     font-size: 18px;
     vertical-align: middle;
     margin-right: 5px;
     color: #bbbbbb;
     width: 20px;
 }
 
 .item-grid .item-desc .item-detail .left .icon-moon {
     font-size: 16px;
 }
 
 .item-grid .item-desc .item-detail .right {
     margin-left: 50%;
     font-size: .9em;
     text-align: right;
 }
 
 .item-grid .item-desc .item-detail .price {
     font-size: 1.6em;
     margin-bottom: 5px;
 }
 
 .item .col-md-4:nth-child(1),
 .item .col-md-4:nth-child(4),
 .item .col-md-4:nth-child(7),
 .item .col-md-4:nth-child(10),
 .item .col-md-4:nth-child(13),
 .item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
 .item .col-md-4:nth-child(25) {
     clear: left;
 }
 
 @media screen and (max-width: 992px) {
 
     .item .col-md-4:nth-child(1),
     .item .col-md-4:nth-child(4),
     .item .col-md-4:nth-child(7),
     .item .col-md-4:nth-child(10),
     .item .col-md-4:nth-child(13),
     .item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
     .item .col-md-4:nth-child(25) {
         clear: none;
     }
 
     .item .col-sm-6:nth-child(2n+1) {
         clear: left;
     }
 }
 
 
 
 /*-- Slider One --*/
 .slider-wrap {
     position: relative;
 }
 
 .slider-wrap .item {
     position: relative;
     color: #fff;
 }
 
 .slider-wrap .info {
     padding-top: 5%;
     text-align: center;
 }
 
 .slider-wrap .item .font-2 {
     font-size: 90px;
     color: #fff;
     padding: 15px 0;
     position: absolute;
     left: 30%;
     top: 35%;
 }
 
 .slider-wrap .info p {
     margin: 15px 0;
     font-size: 15px;
     margin: 15px auto 50px;
 }
 
 .slider-wrap .search-wrap {
     z-index: 2;
     position: absolute;
     bottom: 8%;
     left: 0;
     right: 0;
     margin: auto;
     text-align: center;
 }
 
 .slider-wrap .search-tabs a {
     color: #ffffff;
     font-size: 18px;
     position: relative;
     display: inline-block;
     padding: 0 6px;
 }
 
 .slider-wrap .search-tabs a::before {
     background-color: rgba(0, 0, 0, 0);
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     right: 0;
     top: 20px;
     width: 100%;
     z-index: -1;
 }
 
 .slider-wrap .search-tabs {
     list-style: outside none none;
     position: relative;
     text-align: center;
     z-index: 1;
     margin: auto auto 30px;
 }
 
 .slider-wrap .search-tabs::before {
     border-top: 1px solid #587d8f;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 20px;
     z-index: -1;
 }
 
 .slider-wrap .search-tabs li {
     display: inline-block;
     margin: auto 25px;
     text-align: center;
 }
 
 .slider-wrap .search-tabs .icon {
     border: 1px solid #587d8f;
     background-color: #00374d;
     border-radius: 50%;
     color: #ffffff;
     display: block;
     font-size: 16px;
     height: 38px;
     line-height: 38px;
     margin: auto auto 25px;
     text-align: center;
     width: 38px;
 }
 
 .slider-wrap .search-form {
     display: inline-block;
     width: 100%;
 }
 
 .slider-wrap .form-control,
 .slider-wrap .bootstrap-select .btn {
     border-radius: 0;
     height: 35px;
 }
 
 .slider-wrap .bootstrap-select .btn .filter-option {}
 
 .slider-wrap .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 25px;
 }
 
 .slider-wrap .border {
     border-left: 1px solid #eeeeee;
     border-right: 1px solid #eeeeee;
 }
 
 .slider-wrap .search-tabs a::before {
     background-color: rgba(0, 0, 0, 0);
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     right: 0;
     top: 20px;
     width: 100%;
     z-index: -1;
 }
 
 .search-wrap .width-25 {
     width: 25%;
 }
 
 .search-wrap .width-15 {
     width: 15%;
 }
 
 .slider-wrap .search-tabs .form-group {
     float: left;
 }
 
 .search-wrap .width-10 {
     width: 10%;
 }
 
 .search-wrap .width-15 {
     width: 15%;
 }
 
 .search-wrap .tab-content .form-group {
     float: left;
     margin: 0;
 }
 
 .slider-wrap .form-group .fa {
     position: absolute;
     right: 20px;
     top: 25px;
 }
 
 .slider-wrap .form-group:first-child .form-control {
     border-radius: 5px 0 0 5px;
 }
 
 .slider-wrap .form-group:last-child .form-control {
     border-radius: 0 5px 5px 0;
     font-size: 12px;
     font-weight: 600;
     text-decoration: underline;
 }
 
 @media (max-width: 991px) {
     .slider-wrap .item .font-2 {
         top: 15%;
     }
 
     .slider-wrap .tab-content .form-group {
         width: 33.3333%;
     }
 
     .slider-wrap .form-group:first-child .form-control,
     .slider-wrap .form-group:last-child .form-control {
         border-radius: 0;
     }
 }
 
 @media (max-width: 767px) {
     .slider-wrap .search-wrap {
         position: static;
         background-image: url("../images/slider/1920x1080-1.jpg");
     }
 
     .slider-wrap .search-tabs li {
         margin: auto auto 20px -4px;
         width: 50%;
     }
 
     .slider-wrap .search-tabs .icon {
         margin: auto auto 15px;
     }
 
 }
 
 @media (max-width: 480px) {
     .slider-wrap .tab-content .form-group {
         width: 50%;
     }
 }
 
 /*-- ./Slider One --*/
 
 /*-- Best Place --*/
 .best-place .title-wrap .left {
     text-align: right;
 }
 
 .best-place .title-wrap .right {
     text-align: left;
 }
 
 .best-place-menu {
     padding: 35px 25px;
     height: 665px;
 }
 
 .best-place-menu .title {
     border-bottom: 1px solid rgba(255, 255, 255, 0.6);
     color: #ffffff;
     font-size: 24px;
     margin-bottom: 40px;
     padding-bottom: 50px;
     position: relative;
 }
 
 .best-place-menu .title:before {
     position: absolute;
     bottom: -2px;
     left: 0;
     height: 3px;
     width: 40px;
     content: "";
     background-color: #fff;
 }
 
 .best-place-menu .list-unstyled a:before {
     content: "\f101";
     font-family: FontAwesome;
     position: absolute;
     right: 0;
 }
 
 .best-place-menu .list-unstyled a {
     color: #ffffff;
     display: inline-block;
     opacity: 0.5;
     padding: 7px 0;
     width: 100%;
     position: relative;
 }
 
 .best-place-menu .list-unstyled a:hover,
 .best-place-menu .list-unstyled .active a {
     opacity: 1;
 }
 
 .best-place-slider {
     background-color: rgba(219, 219, 219, 0.84);
 }
 
 .best-place-slider .item {
     position: relative;
 }
 
 
 
 .best-place-slider .info-top {
     border-bottom: 3px solid rgba(255, 255, 255, 0.5);
     left: 15%;
     padding-bottom: 15px;
     padding-right: 40px;
     position: absolute;
     top: 10%;
 }
 
 .best-place-slider .info-top:before {
     background-color: #ffffff;
     bottom: -3px;
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     right: 40px;
 }
 
 .best-place-slider .rating span.star.active::before,
 .best-place-slider .rating span.star.half::before {
     color: #ffffff;
     font-size: 11px;
 }
 
 .best-place-slider .list-unstyled {
     bottom: 0;
     display: block;
     font-size: 24px;
     margin: 0;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .best-place-slider .list-unstyled li {
     height: 33.3333%;
     text-align: center;
     width: 40px;
     border-top: 1px solid rgba(238, 238, 238, 0.6);
 }
 
 .best-place-slider .list-unstyled li a {
     font-size: 14px;
 }
 
 .best-place-slider .info-bottom {
     bottom: 7%;
     left: 15%;
     position: absolute;
     right: 35%;
 }
 
 .best-place-slider .hotel-feature {
     background-color: #ffffff;
     bottom: 10%;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
     left: 0;
     position: absolute;
     text-align: center;
     top: 10%;
     width: 10%;
     height: 30%;
     z-index: 1;
     list-style: none;
 
 }
 
 .best-place-slider .hotel-feature li {
     height: 50%;
     padding: 10px;
     position: relative;
 }
 
 .best-place-slider .hotel-feature li+li {
     border-top: 1px solid #ddd;
 }
 
 .best-place-slider .hotel-feature li span {
     font-size: 10px;
     font-weight: 500;
     display: inline-block;
     margin-top: 8px;
 }
 
 .best-place-slider .price {
     background-color: #0073b7;
     color: #ffffff;
 }
 
 .best-place-slider .price del {
     color: rgba(255, 255, 255, 0.5);
     display: inline-block;
     font-weight: 400;
     width: 90px;
     margin-left: -7px;
     font-size: 10px;
 }
 
 .best-place-slider .price>div span {
     display: block;
     font-size: 8px;
     line-height: 0;
     color: #fff;
 
 }
 
 .best-place-slider .price>div {
     color: #ffffff;
     display: inline-block;
     vertical-align: middle;
 }
 
 .best-place-slider .price ins {
     font-size: 15px;
     font-weight: 600;
     text-decoration: none;
     width: 100px;
 
 }
 
 .dots-3 .owl-dot.active>span {
     border: 1px solid #ffffff;
     height: 10px;
     margin: auto;
     width: 10px;
 }
 
 .dots-3 .owl-dot>span {
     background-color: #22293f;
     border: 1px solid #668ab5;
     border-radius: 2em;
     display: inline-block;
     height: 8px;
     width: 8px;
 }
 
 .dots-3 .owl-dots {
     bottom: 10%;
     position: absolute;
     right: 17px;
     text-align: center;
 }
 
 @media (max-width: 1199px) {
     .best-place-menu {
         height: auto;
     }
 }
 
 @media (max-width: 767px) {
     .best-place-slider .info-bottom {
         position: static;
         padding: 15px;
     }
 
     .best-place-slider .hotel-feature {
         background-color: #f4f4f4;
         margin: 0;
         vertical-align: middle;
         position: static;
         width: auto;
         display: inline-block;
         width: 100%;
         box-shadow: none;
     }
 
     .best-place-slider .hotel-feature li {
         float: left;
         width: 50%;
     }
 }
 
 /*-- ./Best Place --*/
 
 /*-- Promotion Choice --*/
 .promotion {
     position: relative;
     background-color: rgba(0, 0, 0, 0.8);
 }
 
 .promotion .promotion-slider .item {
     position: relative;
     z-index: 1;
 }
 
 .promotion .promotion-slider .item::before {
     background-color: rgba(0, 0, 0, 0.5);
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .promotion .navigation {
     bottom: 25%;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     width: 450px;
 }
 
 .promotion .navigation img {
     border: 5px solid rgba(0, 0, 0, 0);
     border-radius: 10px;
     cursor: pointer;
     display: block;
     width: 80px;
     height: 80px;
     transition: all 0.4s ease-in-out 0s;
 }
 
 .promotion .info-top {
     position: absolute;
     top: 10%;
     left: 0;
     right: 0;
     color: #fff;
     text-align: center;
     z-index: 2;
 }
 
 .promotion .info-top>p {
     font-size: 16px;
     margin: auto;
     width: 60%;
 }
 
 .promotion .info-bottom {
     bottom: -50px;
     color: #ffffff;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     z-index: 2;
 }
 
 .promotion .info-bottom>p a {
     text-decoration: underline;
 }
 
 .promotion .hotel-feature {
     background-color: #ffffff;
     display: inline-block;
     list-style: outside none none;
     margin: 20px 0 0;
     width: 100%;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
 }
 
 .promotion .hotel-feature li {
     float: left;
     height: 85px;
     line-height: 85px;
     width: 16.6667%;
     position: relative;
 }
 
 .promotion .hotel-feature li+li {
     border-left: 1px solid #dddddd;
 }
 
 .promotion .hotel-feature span {
     color: #4c4c4c;
     font-size: 12px;
     font-weight: 600;
     margin-left: 5px;
 }
 
 .promotion .price {
     background-color: #0073b7;
     color: #fff;
 }
 
 .promotion .price del {
     color: rgba(255, 255, 255, 0.5);
     display: inline-block;
     font-weight: 400;
     width: 50px;
 }
 
 .promotion .price>div span {
     display: block;
     font-size: 10px;
     line-height: 0;
 }
 
 .promotion .price>div {
     color: #ffffff;
     display: inline-block;
     line-height: 1.5;
     margin-top: -20px;
     vertical-align: middle;
 }
 
 .promotion .price ins {
     font-size: 30px;
     font-weight: 600;
     text-decoration: none;
 }
 
 .promotion .price span {
     color: #ffffff;
 }
 
 @media (max-width: 1199px) {
     .promotion .info-bottom {
         padding-bottom: 50px;
         padding-top: 50px;
         position: static;
     }
 }
 
 @media (max-width: 991px) {
 
     .promotion .info-top,
     .promotion .info-bottom {
         padding-bottom: 50px;
         padding-top: 50px;
         position: static;
     }
 
     .promotion .hotel-feature li {
         width: 33.3333%;
     }
 
     .promotion .info-top>p {
         width: 90%;
     }
 
     .promotion .navigation {
         width: 300px;
         margin: auto;
         position: static;
     }
 }
 
 @media (max-width: 380px) {
     .promotion .hotel-feature li {
         width: 100%;
     }
 }
 
 /*-- ./ Promotion Choice --*/
 
 /*-- Travellers Choice --*/
 .feature-3>a {
     float: left;
     margin-right: 35px;
 }
 
 .feature-3 .info {
     display: block;
     overflow: hidden;
 }
 
 .travellers-choice-2 .list-unstyled {
     column-count: 2;
     min-height: 100%;
     break-inside: avoid-column;
     -webkit-column-break-inside: avoid;
     -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
     break-inside: avoid;
 
 }
 
 .travellers-choice-2 .list-unstyled li {
     margin-top: 30px;
 }
 
 .feature-3 {
     display: inline-block;
     position: relative;
     vertical-align: middle;
     width: 100%;
 }
 
 .feature-3::after {
     background-color: #ddd;
     bottom: 0;
     content: "";
     display: inline-block;
     height: 1px;
     width: 30px;
     left: 120px;
     position: absolute;
 }
 
 @media (max-width: 991px) {
     .newsletter-one {
         margin-bottom: 50px;
     }
 }
 
 @media (max-width: 487px) {
     .feature-3>a {
         float: none;
         margin: auto auto 15px;
     }
 
     .feature-3::after {
         left: 0;
     }
 }
 
 /*-- ./Travellers Choice --*/
 
 /*-- Newsletter --*/
 .newsletter-one {
     background-image: url(../images/background/385x520-1.jpg);
     padding: 15px;
     height: 520px;
 }
 
 .newsletter-one .flex-wrap {
     padding: 10%;
     margin: 15px;
     background-image: url(../images/background/385x520-1.jpg);
 }
 
 .newsletter-one .subscribe-one {
     margin-top: 15px;
 }
 
 .subscribe-one>input {
     border-color: #dddddd;
     border-style: none none solid;
     border-width: medium medium 1px;
     font-size: 13px;
     margin-bottom: 15px;
     padding: 5px 5px 10px;
 }
 
 /*-- ./Newsletter --*/
 
 /*-- Video --*/
 .video-one .section-title {
     float: left;
 }
 
 .video-one .title-wrap>p {
     float: right;
     margin-top: 15px;
 }
 
 .video-one .popup-youtube {
     bottom: 0;
     font-size: 18px;
     font-weight: 600;
     height: 25px;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     vertical-align: middle;
     width: 150px;
 }
 
 .video-one .popup-youtube span {
     vertical-align: middle;
 }
 
 .video-one .info {
     margin: 65px auto auto;
     text-align: center;
     width: 80%;
 }
 
 /*-- ./ Video --*/
 
 /*-- Latest News--*/
 .latest-news-one .img .theme-color {
     bottom: 0;
     font-size: 50px;
     font-weight: 500;
     left: 0;
     padding: 8%;
     position: absolute;
 }
 
 .latest-news-one .img small {
     font-size: 16px;
 }
 
 .latest-news-one .info {
     padding: 20px;
 }
 
 /*-- ./ Latest News --*/
 
 
 /*******************************
      3 - HOME 1 CSS STARTS
  ********************************/
 
 /*******************************
      4 - HOME 2 CSS STARTS
  ********************************/
 /*-- Main Slider-1 --*/
 .main-slider-1,
 .main-slider-1 .item {
     position: relative;
     z-index: 1;
 }
 
 .main-slider-1 .item::after {
     background-color: rgba(168, 159, 136, 0.6);
     bottom: 0;
     content: "";
     left: 50%;
     position: absolute;
     top: 0;
     width: 50%;
     z-index: 0;
 }
 
 .main-slider-1 .item::before {
     background-color: rgba(4, 47, 124, 0.9);
     bottom: 0;
     content: "";
     right: 50%;
     position: absolute;
     top: 0;
     width: 50%;
     z-index: 0;
 }
 
 .main-slider-1 .container {
     left: 0;
     position: absolute;
     right: 0;
     top: 40%;
     z-index: 5;
 }
 
 .main-slider-1 .block-box {
     display: inline-block;
     margin-left: 10%;
     vertical-align: middle;
     width: 80%;
 }
 
 .main-slider-1 .search-tabs li {
     padding-bottom: 30px;
 }
 
 .main-slider-1 .search-tabs .icon {
     border-radius: 50%;
     color: #ffffff;
     float: right;
     font-size: 16px;
     height: 38px;
     line-height: 38px;
     margin-right: 30px;
     margin-top: 2px;
     text-align: center;
     width: 38px;
 }
 
 .main-slider-1 .owl-item::before {
     background-color: #839ec7;
     bottom: 0;
     content: "";
     height: 100%;
     left: 45%;
     margin-left: 18px;
     position: absolute;
     top: 0;
     width: 1px;
     z-index: 2;
 }
 
 .main-slider-1 .search-tabs img {
     display: inline-block;
     margin-right: 15px;
     vertical-align: middle;
 }
 
 .main-slider-1 .search-tabs {
     float: left;
     width: 50%;
     list-style: outside none none;
 }
 
 .main-slider-1 .search-wrap {
     float: right;
     width: 45%;
 }
 
 .main-slider-1 .search-tabs a {
     color: #ffffff;
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     font-weight: 500;
 }
 
 .main-slider-1 .search-tabs a span {
     color: #839ec7;
     display: block;
 }
 
 .main-slider-1 .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 25px;
 }
 
 .main-slider-1 .persons>.search-selectpicker {
     float: left;
     width: 50%;
 }
 
 .main-slider-1 .persons .bootstrap-select .btn {
     border-radius: 0;
     padding: 10px 15px;
 }
 
 .main-slider-1 .persons .search-selectpicker:last-child .btn {
     border-radius: 0 5px 5px 0;
 }
 
 .main-slider-1 .persons .search-selectpicker:first-child .btn {
     border-radius: 5px 0 0 5px;
     border-right: 1px solid #eee;
 }
 
 .main-slider-1 .theme-btn {
     width: 100%;
 }
 
 
 .dots-1 .owl-dot>span {
     background-color: #2e5d74;
     display: block;
     height: 3px;
     width: 25px;
 }
 
 .dots-1 .owl-dots {
     left: 5%;
     position: absolute;
     top: 55%;
 }
 
 .dots-1 .owl-dot {
     padding: 8px 0;
 }
 
 @media (max-width: 991px) {
     .main-slider-1 .block-box {
         width: 100%;
         margin-left: 0;
     }
 
     .dots-1 .owl-dot {
         display: inline-block;
         padding: 8px;
     }
 
     .dots-1 .owl-dots {
         bottom: 5%;
         left: 0;
         right: 0;
         text-align: center;
         top: auto;
     }
 
     .main-slider-1 .container {
         top: 8%;
     }
 
     .main-slider-1 .owl-item::before {
         background-color: transparent;
     }
 }
 
 @media (max-width: 767px) {
     .main-slider-1 .container {
         background-color: #eeeeee;
         left: 0;
         padding-bottom: 30px;
         padding-top: 50px;
         position: static;
         right: 0;
         top: 8%;
         z-index: 5;
     }
 
     .main-slider-1 .search-tabs .icon {
         margin-right: 0;
     }
 }
 
 @media (max-width: 568px) {
 
     .main-slider-1 .search-tabs,
     .main-slider-1 .search-wrap {
         float: none;
         width: 100%;
     }
 }
 
 /*-- ./ Main Slider-1 --*/
 
 /*-- Recommended --*/
 .recommended {
     position: relative;
     z-index: 1;
 }
 
 .recommended::before {
     background-color: #f5f5f5;
     bottom: 50%;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     z-index: -1;
 }
 
 .slider-feature {
     background-color: #ffffff;
     bottom: 0;
     position: absolute;
     right: 0;
     width: 100px;
     z-index: 55;
 }
 
 .slider-feature .hotel-feature {
     height: 500px;
     list-style: outside none none;
 
 }
 
 .slider-feature .hotel-feature li {
     height: 16.6667%;
     padding: 10px;
     position: relative;
 }
 
 .slider-feature .hotel-feature li+li {
     border-top: 1px solid #ddd;
 }
 
 .slider-feature .hotel-feature li span {
     font-size: 10px;
     font-weight: 500;
     display: inline-block;
     margin-top: 8px;
 }
 
 .slider-feature .price {
     background-color: #0073b7;
     color: #ffffff;
 }
 
 .slider-feature .price del {
     color: rgba(255, 255, 255, 0.5);
     display: inline-block;
     font-weight: 400;
     width: 50px;
 }
 
 .slider-feature .price>div span {
     display: block;
     font-size: 10px;
     line-height: 0;
     color: #fff;
 
 }
 
 .slider-feature .price>div {
     color: #ffffff;
     display: inline-block;
     vertical-align: middle;
 }
 
 .slider-feature .price ins {
     font-size: 20px;
     font-weight: 600;
     text-decoration: none;
 }
 
 
 /*-- ./ Recommended --*/
 
 /*-- Popular Place-1 --*/
 .popular-place .theme-tabs-1 {
     margin: 30px auto 50px;
 }
 
 .feature-1 .feature-wrap {
     background-color: #ffffff;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
     position: relative;
     margin-bottom: 30px;
 }
 
 .feature-1 .feature-img {
     position: relative;
 }
 
 .feature-1 .header {
     top: 20px;
     left: 20px;
     position: absolute;
 }
 
 .feature-1 .feature-body {
     padding: 40px;
 }
 
 .feature-1 .feature-body li img {
     display: inline-block;
     margin-right: 15px;
     vertical-align: middle;
     position: relative;
 }
 
 
 
 
 .feature-1 .info {
     display: inline-block;
     vertical-align: middle;
 }
 
 .feature-1 .info>p {
     margin: 0;
     line-height: normal;
 }
 
 .feature-1 .info .sub-title-2:hover {
     color: #333;
 }
 
 .feature-1 span.star:before {
     font-size: 11px;
 }
 
 .feature-1 .feature-body li {
     margin-bottom: 15px;
 }
 
 .all-show {
     display: inline-block;
     font-size: 12px;
     font-weight: 600;
     margin-top: 10px;
     text-decoration: underline;
 }
 
 .all-show:hover {
     text-decoration: underline;
 }
 
 .feature-1 .feature-img ul {
     bottom: 9px;
     display: block;
     font-size: 24px;
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     margin: 0;
 }
 
 .feature-1 .feature-img li {
     height: 50%;
     text-align: center;
     width: 40px;
 }
 
 .feature-1 .feature-img li+li {
     border-bottom: 1px solid rgba(238, 238, 238, 0.6);
 }
 
 .feature-1 .feature-body {
     position: relative;
 }
 
 .feature-1 .feature-body>h2 {
     bottom: 0;
     margin: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: 25%;
     width: 40px;
 }
 
 .rotated-text {
     -ms-writing-mode: tb-rl;
     -webkit-writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
     -ms-writing-mode: vertical-rl;
     writing-mode: vertical-rl;
     transform: rotate(-180deg);
     -webkit-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
 }
 
 @media (max-width: 767px) {
 
     .feature-1 .feature-wrap {
         margin: auto auto 30px;
     }
 
 }
 
 /*-- ./ Popular Place-1 --*/
 
 /*-- Top Hotels -1 --*/
 .top-hotels {
     background-image: url(../images/background/1920x1080-1.jpg);
     background-size: cover;
     background-position: center top;
 }
 
 .hotels-wrap {
     float: right;
 }
 
 .hotels-wrap .title-wrap-2 {
     width: 75%;
 }
 
 .hotels-list li {
     padding-bottom: 10px;
 }
 
 .hotels-list .list-unstyled {
     margin: 0;
     padding-left: 50px;
 }
 
 .hotels-list {
     margin-top: 50px;
     position: relative;
     overflow: hidden;
 }
 
 .hotels-list .title-1 {
     bottom: 12px;
     color: #528d9d;
     margin: 0;
     left: 0;
     position: absolute;
 }
 
 .hotels-list .title-1 span::before {
     background-color: #528d9d;
     content: "";
     min-height: 500px;
     left: 100%;
     margin: 20px 0 0 -10px;
     position: absolute;
     top: 100%;
     width: 1px;
 }
 
 .hotels-list .title-1 span {
     display: inline-block;
     position: relative;
 }
 
 /*-- ./ Top Hotels-1 --*/
 
 /*-- Traveler's Choice --*/
 .feature-2 {
     position: relative;
     margin: 10px auto;
     display: table;
 }
 
 .feature-2:hover .info {
     opacity: 1;
     visibility: visible;
 }
 
 .feature-2 .info {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 15%;
     z-index: 1;
     opacity: 0;
     visibility: hidden;
 }
 
 .feature-2 .info:before {
     content: "";
     position: absolute;
     top: 10px;
     bottom: 10px;
     left: 10px;
     right: 10px;
     border: 1px dashed #fff;
     z-index: -1;
 }
 
 .feature-2:hover .rotated-text {
     opacity: 1;
     visibility: visible;
     right: -15px;
 }
 
 .feature-2 .rotated-text {
     background-color: #ffffff;
     border-radius: 3px;
     color: #bdbdad;
     font-size: 13px;
     height: 165px;
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     width: 35px;
     z-index: 1;
     opacity: 0;
     visibility: hidden;
 }
 
 .feature-2 .rotated-text::after {
     background-color: rgba(0, 0, 0, 0.1);
     border-radius: 3px;
     content: "";
     height: 100%;
     position: absolute;
     right: -7px;
     top: -5px;
     width: 100%;
     z-index: -1;
 }
 
 .feature-2 .rotated-text>span {
     background-color: #ffffff;
     border-radius: 3px;
     display: inline-block;
     height: 100%;
     padding: 15px 7px;
     width: 100%;
 }
 
 .feature-2 .rotated-text:hover>span {
     background-color: rgba(0, 0, 0, 0.5);
     color: #fff;
 }
 
 .feature-2 .price {
     display: inline-block;
     margin-bottom: 25px;
     position: relative;
     width: 100%;
 }
 
 .feature-2 .price:after {
     content: "";
     border-bottom: 2px dashed #fff;
     width: 70px;
     position: absolute;
     bottom: 0;
     left: 0;
 }
 
 .feature-2 .title {
     margin-bottom: 30px;
 }
 
 .feature-2 .price-2 {
     bottom: 0;
     left: 0;
     padding: 10%;
     position: absolute;
 }
 
 .feature-2 .price-2 small {
     font-size: 50%;
 }
 
 .feature-2:hover .price-2 {
     opacity: 0;
     visibility: hidden;
 }
 
 /*-- ./ Traveler's Choice --*/
 
 /*-- Travel Agency --*/
 .agency .img {
     float: left;
     width: 65px;
 }
 
 .agency .info {
     display: block;
     overflow: hidden;
 }
 
 .agency .info>h2 {
     margin: 0 0 20px;
 }
 
 /*-- ./ Travel Agency --*/
 
 /*-- Testimonials --*/
 .testimonials .bg {
     background-image: url(../images/background/1920x940-1.jpg);
     color: #fff;
 }
 
 .testimonials .title-wrap-2>p {
     font-size: 15px;
     margin: auto auto 15px;
     width: 45%;
 }
 
 .testimonials-slider {
     width: 82%;
     margin: auto;
     text-align: center;
     padding: 30px 0;
     position: relative;
 }
 
 .testimonials .content>p {
     font-size: 22px;
     font-style: italic;
 }
 
 .testimonials .content strong {
     font-weight: 600;
 }
 
 .testimonials .name {
     font-weight: 600;
     font-size: 15px;
     text-transform: uppercase;
     color: #fff;
 }
 
 .testimonials .footer {
     margin-top: 180px;
 }
 
 .testimonials .navigation {
     bottom: 120px;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     width: 350px;
 }
 
 .testimonials-thumb .item {
     border: 5px solid rgba(0, 0, 0, 0);
     border-radius: 50%;
     cursor: pointer;
     display: inline-block;
     transition: all 0.4s ease-in-out 0s;
     -webkit-transition: all 0.4s ease-in-out 0s;
 }
 
 .testimonials-thumb .item>img {
     border-radius: 50%;
 }
 
 .dots-2 .owl-dot>span {
     background-color: #eeeeee;
     border-radius: 1em;
     display: block;
     height: 9px;
     vertical-align: middle;
     width: 9px;
 }
 
 .dots-2 .owl-dot {
     border: 3px solid rgba(0, 0, 0, 0);
     border-radius: 50%;
     display: inline-block;
     height: 15px;
     margin: auto 4px;
     position: relative;
     vertical-align: middle;
     width: 15px;
 }
 
 .dots-2 .owl-dots {
     bottom: -50px;
     left: 0;
     position: absolute;
     text-align: center;
     right: 0;
 }
 
 .dots-2 .owl-dot.active {
     border-color: #eee;
 }
 
 @media (max-width: 767px) {
     .testimonials-slider {
         width: 100%;
     }
 
     .testimonials .navigation {
         width: auto;
     }
 
     .testimonials .content>p {
         font-size: 16px;
     }
 }
 
 /*-- ./ Testimonials --*/
 
 /*-- Patners --*/
 .patners-wrap {
     width: 70%;
     margin: auto;
 }
 
 .patners-slider.nav-2 .owl-prev {
     left: -10%;
 }
 
 .patners-slider.nav-2 .owl-next {
     right: -10%;
 }
 
 @media (max-width: 767px) {
     .patners-wrap {
         width: 100%;
         margin: auto;
     }
 
     .patners-slider.nav-2 .owl-prev {
         left: 0%;
     }
 
     .patners-slider.nav-2 .owl-next {
         right: 0%;
     }
 }
 
 /*-- ./ Patners --*/
 
 /*-- Newsletter --*/
 .newsletter-form {
     color: #ffffff;
     display: inline-block;
     padding: 25px 0;
     position: relative;
     vertical-align: middle;
     width: 100%;
     z-index: 1;
 }
 
 .newsletter {
     position: relative;
 }
 
 .newsletter .container {
     left: 0;
     position: absolute;
     right: 0;
     top: -50px;
 }
 
 .newsletter .info {
     font-size: 18px;
     line-height: 1.5;
     margin: 0;
 }
 
 .newsletter .info strong {
     font-weight: 600;
 }
 
 .newsletter .theme-btn {
     background-color: rgba(178, 126, 45, 0.5);
     float: right;
 }
 
 .newsletter .theme-btn:hover {
     background-color: #333;
 }
 
 .newsletter-form input {
     background-image: url(../images/icons/line-1.png);
     background-position: left bottom;
     background-repeat: no-repeat;
     background-color: rgba(0, 0, 0, 0);
     border: medium none;
     margin-top: 0;
     padding: 15px 5px;
     position: relative;
     width: 90%;
     float: right;
     margin-right: 20px;
     box-shadow: none;
 }
 
 /*-- ./ Newsletter --*/
 
 /*******************************
      4 - HOME 2 CSS ENDS
  ********************************/
 
 /*******************************
      5 - HOME 3 CSS STARTS
  ********************************/
 
 /*-- Banner One --*/
 .main-banner-1 {
     position: relative;
     background-image: url(../images/background/1920x1080-2.jpg);
     padding: 5% 0;
     background-size: cover;
 }
 
 .main-banner-1 .item {
     position: relative;
     color: #fff;
 }
 
 .main-banner-1 .info {
     padding-top: 5%;
     text-align: center;
 }
 
 .main-banner-1 .info>.font-2 {
     font-size: 40px;
     color: #fff;
     padding: 15px 0;
 }
 
 .main-banner-1 .info p {
     margin: 15px 0;
     font-size: 15px;
     margin: 15px auto 50px;
 }
 
 .main-banner-1 .search-wrap {
     margin: auto;
     padding-top: 8%;
 }
 
 .main-banner-1 .search-tabs a {
     color: #ffffff;
     font-size: 18px;
     position: relative;
     display: inline-block;
     padding: 0 6px;
 }
 
 .main-banner-1 .search-tabs a::before {
     background-color: rgba(0, 0, 0, 0);
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     right: 0;
     top: 20px;
     width: 100%;
     z-index: -1;
 }
 
 .main-banner-1 .search-tabs {
     list-style: outside none none;
     position: relative;
     text-align: center;
     z-index: 1;
     margin-top: 30px;
 }
 
 .main-banner-1 .search-tabs::before {
     border-top: 1px solid #587d8f;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 20px;
     z-index: -1;
 }
 
 .main-banner-1 .search-tabs li {
     display: inline-block;
     margin: auto 25px;
     text-align: center;
 }
 
 .main-banner-1 .search-tabs .icon {
     border: 1px solid #587d8f;
     background-color: #00374d;
     border-radius: 50%;
     color: #ffffff;
     display: block;
     font-size: 16px;
     height: 38px;
     line-height: 38px;
     margin: auto auto 25px;
     text-align: center;
     width: 38px;
 }
 
 .main-banner-1 .search-form {
     display: inline-block;
     width: 100%;
 }
 
 .main-banner-1 .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 25px;
 }
 
 .main-banner-1 .form-control {
     border-radius: 0;
     line-height: normal;
 }
 
 .main-banner-1 .border {
     border-left: 1px solid #eeeeee;
     border-right: 1px solid #eeeeee;
 }
 
 .main-banner-1 .form-group:first-child .form-control {
     border-radius: 5px 0 0 5px;
 }
 
 .main-banner-1 .form-group:last-child .form-control {
     border-radius: 0 5px 5px 0;
     font-size: 12px;
     font-weight: 600;
     text-decoration: underline;
 }
 
 @media (max-width: 991px) {
     .main-banner-1 .tab-content .form-group {
         width: 33.3333%;
     }
 
     .main-banner-1 .form-group:first-child .form-control,
     .main-banner-1 .form-group:last-child .form-control {
         border-radius: 0;
     }
 }
 
 @media (max-width: 767px) {
     .main-banner-1 .search-tabs li {
         margin: auto auto 20px -4px;
         width: 50%;
     }
 
     .main-banner-1 .search-tabs .icon {
         margin: auto auto 15px;
     }
 
 }
 
 @media (max-width: 480px) {
     .main-banner-1 .tab-content .form-group {
         width: 50%;
     }
 }
 
 /*-- Banner One --*/
 
 /*-- Ideal Trip --*/
 .ideal-trip {
     background-image: url(../images/background/1920x1080-3.jpg);
     background-size: cover;
     color: #fff;
 }
 
 .ideal-trip .txt-img {
     margin: 125px auto 100px;
     display: block;
 }
 
 .ideal-trip .info p>img {
     float: left;
 }
 
 .ideal-trip .info p>span {
     display: block;
     font-size: 20px;
     line-height: 1.2;
     margin-left: 30px;
 }
 
 /*-- ./ Ideal Trip --*/
 
 
 /*-- Testimonials-2 --*/
 .testimonials-2 {
     position: relative;
     z-index: 1;
 }
 
 .testimonials-2 .line-1:before,
 .testimonials-2 .line-1:after,
 .testimonials-2 .line-2:before,
 .testimonials-2 .line-2:after {
     content: "";
     z-index: -1;
     background-color: #eee;
     height: 100%;
     width: 1px;
     position: absolute;
     top: 0;
     bottom: 0;
 }
 
 .testimonials-2 .line-1:after {
     left: 0;
 }
 
 .testimonials-2 .line-1:before {
     left: 33.333%;
 }
 
 .testimonials-2 .line-2:after {
     right: 0;
 }
 
 .testimonials-2 .line-2:before {
     right: 33.333%;
 }
 
 .testimonials-2 .title-wrap-2>p {
     font-size: 15px;
     margin: auto auto 15px;
     width: 45%;
 }
 
 .testimonials-2 .item>img {
     margin-bottom: 30px;
 }
 
 .testimonials-2 .name {
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 25px;
     text-transform: uppercase;
 }
 
 .testimonials-slider-2 {
     margin-top: 25px;
 }
 
 @media (max-width: 767px) {
     .testimonials-2 .title-wrap-2>p {
         width: 100%;
     }
 }
 
 /*-- ./ Testimonials-2 --*/
 
 /*-- Travellers Choice --*/
 .travellers-choice .feature-2 {
     margin: 30px auto auto;
 }
 
 .travellers-choice .price {
     padding-bottom: 30px;
 }
 
 
 .two-column .meso-wrap {
     float: left;
 }
 
 .two-column .meso-wrap,
 .two-column .grid-sizer {
     width: 50%;
     padding-left: 15px;
     padding-right: 15px;
 }
 
 .three-column .meso-wrap {
     float: left;
 }
 
 .three-column .meso-wrap,
 .three-column .grid-sizer {
     width: 33.3333%;
     padding-left: 15px;
     padding-right: 15px;
 }
 
 @media screen and (max-width: 991px) {
 
     .three-column .meso-wrap,
     .three-column .grid-sizer {
         width: 50%;
     }
 }
 
 @media screen and (max-width: 600px) {
 
     .two-column .meso-wrap,
     .two-column .grid-sizer {
         width: 100%;
     }
 
     .three-column .meso-wrap,
     .three-column .grid-sizer {
         width: 100%;
     }
 }
 
 /*-- ./ Travellers Choice --*/
 
 /*-- Travel Video --*/
 .travel-video {
     min-height: 250px;
     background-image: url(../images/background/1920x800-1.jpg);
 }
 
 .video-link {
     margin: auto;
     padding: 20% 0;
     text-align: center;
 }
 
 /*-- ./ Travel Video --*/
 
 /*-- Popular Destination --*/
 .popular-destination {
     background-image: url(../images/background/1920x940-1.jpg);
     background-size: cover;
 }
 
 .popular-destination .tabs {
     float: right;
     list-style: outside none none;
     margin-top: 60px;
 }
 
 .popular-destination .tabs li {
     display: inline-block;
 }
 
 .popular-destination .tabs li+li {
     margin-left: 35px;
 }
 
 .popular-destination .all-show {
     margin: 30px 0 10px 50px;
 }
 
 .popular-destination .offer {
     color: #ffffff;
     margin: 75px auto 15px;
     text-align: center;
     font-size: 20px;
     text-decoration: underline;
 }
 
 .popular-destination .hotels-list .title-1 {
     color: #555555;
 }
 
 .popular-destination .hotels-list .title-1 span::before {
     background-color: #555555;
 }
 
 @media (max-width: 991px) {
     .popular-destination .tabs li+li {
         margin-left: 15px;
     }
 }
 
 /*-- ./ Popular Destination --*/
 
 /*-- Spotlight --*/
 .spotlight {
     background-image: url(../images/background/bg-1.png);
 }
 
 .spotlight-slider .owl-item .item>img {
     height: 400px;
     transform: scale(0.8);
     -webkit-transform: scale(0.8);
     z-index: 0;
 }
 
 .spotlight-slider .item {
     position: relative;
 }
 
 .spotlight-slider .center {
     position: relative;
     z-index: 22;
 }
 
 .spotlight-slider .center.owl-item .item>img {
     position: relative;
     transform: scale(1.7);
     -webkit-transform: scale(1.7);
     height: 300px;
 }
 
 .spotlight-slider .item {
     position: relative;
 }
 
 .spotlight-slider .info {
     position: absolute;
     top: 45%;
 }
 
 .spotlight-wrap>a {
     background-color: rgba(0, 0, 0, 0);
     border: medium none;
     color: rgba(255, 255, 255, 0.8);
     font-weight: 500;
     /* left: 3%; */
     right: 3%;
     position: absolute;
     top: 20%;
     cursor: pointer;
     z-index: 555;
     letter-spacing: 2px;
 }
 
 .spotlight-wrap {
     position: relative;
 }
 
 .spotlight-wrap>.customPrevBtn {
     /* left: auto; */
     right: auto;
     /* right: 3%; */
     top: 25%;
     left: 3%;
 }
 
 .spotlight-slider .item {
     height: 550px;
 }
 
 .spotlight-slider .info {
     display: none;
     left: -25%;
     position: absolute;
     top: 25%;
     width: 80%;
 }
 
 .spotlight-slider .content {
     bottom: 0;
     display: none;
     left: -25%;
     position: absolute;
     right: -25%;
     text-align: center;
 }
 
 .spotlight-slider .center .content,
 .spotlight-slider .center .info {
     display: block;
 }
 
 .spotlight-slider .info .popup-youtube {
     display: inline-block;
     font-size: 18px;
     margin-top: 20px;
 }
 
 .spotlight-slider .info .popup-youtube>i {
     margin-left: 10px;
     vertical-align: middle;
 }
 
 @media (max-width: 1199px) {
     .spotlight-slider .info {
         width: auto;
         right: -25%;
         left: -25%;
     }
 }
 
 @media (max-width: 767px) {
     .spotlight-slider .center .content {
         display: none;
     }
 
     .spotlight-slider .owl-item .item>img {
         transform: scale(1);
         -weblit-transform: scale(1);
         height: auto;
         min-height: 200px;
     }
 
     .spotlight-slider .info {
         display: block;
         top: 7%;
         left: 10%;
         right: 10%;
     }
 
     .spotlight-slider .item {
         height: auto;
     }
 
     .spotlight-slider .section-title {
         font-size: 24px;
     }
 
     .spotlight-slider .info>p {
         display: none;
     }
 
     .spotlight-slider .info .popup-youtube {
         font-size: 12px;
         margin-top: 0;
     }
 
     .spotlight-wrap>a {
         font-size: 10px;
     }
 }
 
 /*-- ./ Spotlight --*/
 
 /*-- News Slider --*/
 .news-slider .img {
     float: left;
     width: 50%;
 }
 
 .news-slider .info {
     float: left;
     width: 50%;
     padding-left: 10%;
 }
 
 .news-slider .info .gray-2 small {
     font-size: 14px;
 }
 
 .news-slider .img-second {
     float: right;
     position: relative;
     z-index: 1;
 }
 
 .news-slider .img-first {
     bottom: 10%;
     left: 0;
     position: absolute;
     top: 10%;
     z-index: 0;
 }
 
 @media (max-width: 991px) {
     .news-slider .owl-item .img-first {
         display: none;
     }
 }
 
 @media (max-width: 568px) {
 
     .news-slider .img,
     .news-slider .info {
         float: none;
         width: 100%;
     }
 
     .news-slider .info {
         padding: 25px 0 65px;
     }
 
     .news-slider .owl-item .img-second {
         float: none;
     }
 }
 
 /*******************************
      5 - HOME 3 CSS ENDS
  ********************************/
 
 /*******************************
      6 - HOME 4 CSS STARTS
  ********************************/
 .search-overlay-wrap {
     position: relative;
 }
 
 .search-overlay {
     background-color: rgba(0, 0, 0, 0.5);
     padding: 100px 25px;
     position: fixed;
     top: 75px;
     left: 0;
     width: 40%;
     z-index: 2;
     height: 100%;
     transition: all 0.2s ease 0s;
     -webkit-transition: all 0.2s ease 0s;
 }
 
 .search-overlay .theme-tabs-1>li {
     padding: 0;
     width: 25%;
 }
 
 .search-overlay .theme-tabs-1>li a {
     padding: 20px 15px;
     width: 100%;
 }
 
 .search-overlay .theme-tabs-1 {
     margin-bottom: 45px;
 }
 
 .search-overlay .theme-btn {
     width: 100%;
 }
 
 .opener-area {
     background: rgba(18, 55, 78, 0.6) none repeat scroll 0 0;
     height: 100%;
     left: -100px;
     padding: 30px;
     position: fixed;
     transition: all 0.3s ease 0s;
     width: 100px;
     z-index: 2;
     top: 75px;
 }
 
 .opener-area li {
     padding: 10px 0;
 }
 
 .search-overlay>.open-close-btn {
     position: absolute;
     right: 25px;
     top: 25px;
 }
 
 .open-close-btn {
     cursor: pointer;
 }
 
 .search-overlay-wrap .info {
     bottom: 0;
     color: #ffffff;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     top: 35%;
     width: 50%;
     z-index: 1;
 }
 
 @media (max-width: 1199px) {
 
     .search-overlay,
     .opener-area {
         position: absolute;
         top: 0;
     }
 
     .search-overlay {
         width: 100%;
         padding: 70px 15px 30px;
     }
 
     .search-overlay .theme-tabs-1 {
         background-color: rgba(0, 0, 0, 0);
         margin-bottom: 25px;
         margin-left: 0;
         text-align: center;
     }
 
     .search-overlay .theme-tabs-1>li a {
         background-color: rgba(0, 0, 0, 0);
         color: #ffffff;
         font-size: 12px;
         height: auto;
         padding: 4px 5px;
         width: 100%;
     }
 
     .search-overlay .form-control,
     .search-overlay .bootstrap-select .btn {
         height: 40px;
         padding: 10px;
         font-size: 12px;
         line-height: 40px;
     }
 
     .search-overlay .form-group {
         margin-bottom: 10px;
     }
 
     .search-overlay .form-group .fa {
         position: absolute;
         right: 25px;
         top: 13px;
     }
 
     .search-overlay .bootstrap-select .btn .filter-option {
         line-height: normal;
     }
 
     .search-overlay .tab-content {
         width: 60%;
         margin: auto;
     }
 
     .search-overlay .theme-tabs-1>li {
         width: auto;
     }
 
     .search-overlay .theme-tabs-1>li {
         margin-left: 0;
     }
 
     .search-overlay .theme-btn {
         height: 40px;
         padding: 0;
         width: 100%;
     }
 
     .search-overlay .theme-tabs-1>li+li {
         border-left: none;
     }
 
 }
 
 @media (max-width: 991px) {
     .search-overlay-wrap .info {
         top: 25%;
         width: 70%
     }
 }
 
 @media (max-width: 767px) {
     .search-overlay-wrap .info {
         top: 15%;
         width: 100%;
     }
 
     .search-overlay .tab-content {
         width: 100%
     }
 
     .main-slider-two .item>img {
         min-height: 350px;
     }
 }
 
 @media (max-width: 479px) {
     .search-overlay-wrap .info p {
         display: none;
     }
 
 }
 
 /*******************************
      6 - HOME 4 CSS ENDS
  ********************************/
 
 
 
 /*******************************
     7 - LISTING CSS STARTS
  ********************************/
 
 /*-- Price Finder --*/
 .price-finder .info>img {
     display: table-cell;
     vertical-align: middle;
 }
 
 .price-finder .title {
     display: table-cell;
     padding-left: 20px;
     vertical-align: middle;
 }
 
 .price-finder .info {
     display: table;
     color: #fff;
     padding: 25px 0;
 }
 
 .price-finder .title-1 {
     color: #ffffff;
     margin: 0;
 }
 
 .price-finder .theme-btn {
     background-color: rgba(178, 126, 45, 0.5);
     float: right;
     width: 100%;
 }
 
 .price-finder .theme-btn:hover {
     background-color: rgba(178, 126, 45, 1);
 }
 
 .price-finder .form-group {
     margin-bottom: 0;
 }
 
 .price-finder .search-form {
     margin-top: 20px;
 }
 
 @media (max-width: 767px) {
     .price-finder .form-group {
         margin-bottom: 15px;
     }
 }
 
 /*-- ./ Price Finder --*/
 
 /*-- Short By --*/
 .short-by {
     box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.1)
 }
 
 .short-by .list-inline>li {
     margin-left: -4px;
     padding: 35px;
     vertical-align: middle;
     width: 25%;
 }
 
 .short-by .list-inline {
     margin: 0;
 }
 
 .short-by .list-inline>li+li {
     border-left: 1px solid #dddddd;
 }
 
 .short-by .list-inline>li a {
     font-size: 16px;
     font-weight: 500;
 }
 
 .short-by .list-inline>li i {
     float: right;
     font-size: 15px;
     margin-top: 5px;
 }
 
 @media (max-width: 1199px) {
     .short-by .list-inline>li {
         width: 50%;
         border-left: 1px solid #dddddd;
         padding: 25px;
     }
 
     .price-finder .search-form {
         margin-bottom: 40px;
     }
 }
 
 /*-- ./ Short By --*/
 
 /*-- Sidebar --*/
 .listing-sidebar>div {
     margin-bottom: 15px;
 }
 
 .widget-map {
     border: 10px solid #eeeeee;
     position: relative;
 }
 
 .listing-sidebar #map,
 .listing-sidebar .contact-map {
     height: 250px;
 }
 
 /*.widget-map::after {
      background-color: rgba(255, 255, 255, 0.5);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
  }
  .widget-map .theme-btn {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      z-index: 1;
      width: 120px;
  }*/
 
 
 .listing-sidebar .title {
     color: #ffffff;
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 25px;
 }
 
 .listing-sidebar .list {
     list-style: outside none none;
 }
 
 .widget-nav {
     padding: 40px 50px;
     position: relative;
 }
 
 .widget-nav+.widget-nav {
     border-top: 1px solid rgba(255, 255, 255, 0.6);
 }
 
 .widget-nav+.widget-nav::before {
     background-color: #ffffff;
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     top: -2px;
     width: 40px;
 }
 
 .listing-sidebar .list>li {
     padding: 8px 0;
     margin-bottom: 0;
 }
 
 .listing-sidebar .list>li a {
     color: #ffffff;
     opacity: 0.6;
 }
 
 .listing-sidebar .list>li a:hover {
     opacity: 1;
     font-weight: 600;
 }
 
 .listing-sidebar .grad {
     display: inline-block;
     list-style: outside none none;
     margin-top: 6px;
     width: 100%;
 }
 
 .listing-sidebar .grad li {
     margin: 8px 0 0;
 }
 
 .listing-sidebar .rating {
     background-color: #ffffff;
     border-radius: 0 2px 2px 0;
     display: inline-block;
     height: 40px;
     margin-left: 40px;
     padding: 10px 20px;
     vertical-align: middle;
     width: 140px;
 }
 
 .listing-sidebar .alert {
     padding: 0;
     margin: 0;
 }
 
 .listing-sidebar .alert span {
     float: right;
     font-size: 20px;
 }
 
 .listing-sidebar .more {
     color: #b07f10;
     font-size: 12px;
 }
 
 .widget-deal .info {
     padding: 40px;
 }
 
 .widget-deal .title-2 {
     color: #ffffff;
     font-weight: 600;
     margin-bottom: 20px;
     padding-bottom: 20px;
     position: relative;
 }
 
 .widget-deal .title-2::after {
     bottom: 0;
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     width: 35px;
 }
 
 .widget-deal .btn {
     border: 1px solid #ffffff;
     border-radius: 0;
     font-size: 12px;
     font-weight: 500;
     height: 40px;
     line-height: 30px;
     margin-top: 25px;
     width: 110px;
 }
 
 /*-- ./ Sidebar --*/
 
 /*-- Short By --*/
 .listing-box {
     margin-bottom: 15px;
 }
 
 .listing-wrap .pagination-1 {
     text-align: right;
 }
 
 .style-one .listing-feature {
     float: left;
     width: 45%;
 }
 
 .style-one .listing-info {
     float: left;
     width: 55%;
 
 }
 
 .style-one .listing-info .detail {
     border-right: 1px solid #dddddd;
     float: left;
     padding: 20px 5px 20px 20px;
     width: 65%;
     height: 350px;
 }
 
 .style-one .listing-info .booking {
     float: left;
     width: 35%;
 }
 
 .listing-feature {
     border-right: 4px solid #dcdcdc;
     height: 350px;
     position: relative;
 }
 
 .listing-feature::before {
     background-color: #666666;
     border-radius: 5px;
     content: "";
     height: 60px;
     position: absolute;
     top: 10px;
     right: -4px;
     width: 4px;
 }
 
 .listing-box .img {
     float: left;
     position: relative;
     width: 75%;
     height: 350px;
 }
 
 .listing-box .bg-img {
     width: 100%;
     height: 350px;
     background-position: center center;
 }
 
 .listing-feature .hotel-feature {
     background-color: #ffffff;
     text-align: center;
     width: 25%;
     z-index: 1;
     list-style: none;
     float: left;
     height: 350px;
     margin: 0;
 }
 
 .listing-feature .hotel-feature li {
     height: 25%;
     padding: 10px;
     position: relative;
 }
 
 .listing-feature .hotel-feature li+li {
     border-top: 1px solid #ddd;
 }
 
 .listing-feature .hotel-feature li span {
     font-size: 10px;
     font-weight: 500;
     display: block;
     margin-top: 8px;
 }
 
 .listing-box .rating {
     margin-right: 10px;
 }
 
 .listing-box .img .review {
     border-top: 1px solid rgba(255, 255, 255, 0.5);
     bottom: 0;
     left: 0;
     padding: 10px;
     position: absolute;
     right: 0;
     text-align: center;
     z-index: 5;
 }
 
 .listing-box .rating span.star::before {
     font-size: 11px;
 }
 
 .listing-info {
     background-color: #f4f4f4;
 }
 
 .listing-info .list-unstyled>li {
     display: inline-block;
     margin-bottom: 5px;
     width: 100%;
 }
 
 .listing-info .left {
     padding-top: 10px;
     border-radius: 3px;
     float: left;
     height: 50px;
     text-align: center;
     width: 50px;
 }
 
 .listing-info .left>span {
     display: block;
     line-height: 1;
 }
 
 .listing-info .right {
     display: block;
     overflow: hidden;
     padding: 5px 10px;
 }
 
 .listing-info .right h4 {
     line-height: 1.2;
 }
 
 .listing-info .list-unstyled {
     display: inline-block;
     margin: 10px 0 0;
     width: 100%;
 }
 
 .listing-info .booking {
     background-color: #fafafa;
     padding: 20px 20px 25px;
 }
 
 .listing-info .search-form {
     margin-top: 30px;
 }
 
 .listing-info .form-control {
     border: 1px solid #dddddd;
     font-size: 12px;
     height: 45px;
     padding: 10px;
 }
 
 .listing-info .form-group span {
     right: 25px;
     top: 15px;
 }
 
 .listing-info .theme-btn {
     width: 100%;
     height: 45px;
     padding: 10px;
 }
 
 .style-two .listing-info {
     display: inline-block;
     width: 100%;
 }
 
 .style-two .detail {
     border-bottom: 1px solid #dddddd;
     padding: 35px 40px;
     height: 370px;
 }
 
 .style-two .booking {
     padding: 40px 40px 50px;
 }
 
 
 @media (max-width: 1199px) {
 
     .style-one .listing-feature,
     .style-one .listing-info .detail,
     .style-one .listing-info .booking,
     .style-one .listing-info {
         display: inline-block;
         vertical-align: middle;
         float: none;
         height: auto;
         width: 100%;
     }
 
     .style-one .listing-info .detail {
         border: none;
     }
 
     .widget-nav {
         padding: 40px 25px;
     }
 }
 
 /*-- ./ Short By --*/
 
 /***** Listing Detail ************/
 /*-- Detail Tabs --*/
 
 .select2-results__option:not(.select2-results__option--selectable):not(.select2-results__option--disabled) {
     /* background: #f47520; */
     background: var(--colorButton);
     color: #fff;
 }
 
 .detail-tabs {
     box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.1)
 }
 
 .detail-tabs .list-inline>li {
     border-left: 1px solid #dddddd !important;
     margin-left: -4px;
     text-align: center;
     vertical-align: middle;
     width: 20%;
     border-bottom: 4px solid transparent;
 }
 
 .detail-tabs .list-inline {
     margin: 0;
 }
 
 .detail-tabs .list-inline>li:last-child {
     border-right: 1px solid #dddddd !important;
 }
 
 .detail-tabs .list-inline>li a {
     font-size: 14px;
     font-weight: 500;
     padding: 35px 10px;
     display: inline-block;
     width: 100%;
 }
 
 @media (min-width: 768px) and (max-width: 991px) {
     .detail-tabs .list-inline>li:nth-child(3n) {
         border-right: 1px solid #dddddd;
     }
 
     .detail-tabs .list-inline>li {
         width: 33.3333%;
         padding: 0px;
     }
 
     .detail-tabs .list-inline>li a {
         padding: 20px 10px;
     }
 }
 
 @media (max-width: 767px) {
     .detail-tabs .list-inline>li a {
         padding: 20px 10px;
     }
 
     .detail-tabs .list-inline>li {
         width: 50%;
         border-left: none;
         padding: 0px;
     }
 
     .detail-tabs .list-inline>li:last-child {
         border-right: none;
     }
 }
 
 /*-- ./ Detail Tabs --*/
 
 /*-- Overview --*/
 .overview .title-wrap .title {
     font-size: 35px;
     font-weight: 600;
 }
 
 .overview .title-wrap li {
     line-height: 1;
     margin-left: 5px;
     padding-left: 12px;
 }
 
 .overview .title-wrap li+li {
     border-left: 1px solid #ddd;
 }
 
 .overview .price {
     text-align: right;
     margin-bottom: 40px;
 }
 
 .overview .price>.label-one {
     margin-top: 10px;
 }
 
 .label-one {
     border-radius: 3px;
     color: #ffffff;
     display: inline-block;
     height: 70px;
     padding: 15px 35px;
     position: relative;
     text-align: center;
     z-index: 1;
 }
 
 .label-one>strong {
     font-size: 30px;
     margin-right: 10px;
     vertical-align: middle;
 }
 
 .label-one>span {
     font-size: 12px;
     letter-spacing: 3px;
     vertical-align: middle;
 }
 
 .label-one::before {
     border: 1px dashed #ffffff;
     border-radius: 3px;
     bottom: 5px;
     content: "";
     left: 5px;
     position: absolute;
     right: 5px;
     top: 5px;
     z-index: -1;
 }
 
 .overview .info>p {
     display: inline-block;
     font-size: 15px;
     width: 100%;
 }
 
 .overview .info .list-unstyled i {
     border-radius: 2em;
     color: #ffffff;
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 30px;
     margin-right: 15px;
 }
 
 .overview .info .list-unstyled>li {
     padding: 5px 0;
     font-weight: 500;
     display: inline-block;
     width: 100%;
 }
 
 .overview .widget-map {
     margin-top: 15px;
     display: inline-block;
     width: 100%;
 }
 
 .overview .contact-map,
 .overview #map {
     height: 500px;
 }
 
 /*-- ./ Overview --*/
 
 /*-- Hotels and Rooms --*/
 .hotels-rooms .white-bg {
     margin-top: 25px;
 }
 
 .hotels-rooms .title-wrap {
     margin-bottom: 10px;
 }
 
 .hotels-rooms .title-wrap>h2 {
     margin: 0px;
 }
 
 .hotels-rooms .info {
     float: left;
     width: 75%;
     box-shadow: 5px 0 11px 0 rgba(0, 0, 0, 0.1);
 }
 
 .hotels-rooms .hotel-feature {
     float: left;
     height: 550px;
     list-style: outside none none;
     margin: auto;
     text-align: center;
     vertical-align: top;
     width: 25%;
     z-index: 1;
 }
 
 .hotels-rooms .hotel-feature li {
     height: 16.6667%;
     padding: 10px;
     position: relative;
 }
 
 .hotels-rooms .hotel-feature li+li {
     border-top: 1px solid #ddd;
 }
 
 .hotels-rooms .hotel-feature li span {
     font-size: 10px;
     font-weight: 500;
     display: inline-block;
     margin-top: 8px;
 }
 
 .hotels-rooms .hotel-feature li span.text {
     display: block;
     font-size: 25px;
     font-weight: 900;
     line-height: 1;
     margin: 0;
 }
 
 .hotels-rooms .price {
     background-color: #0073b7;
     color: #ffffff;
 }
 
 .hotels-rooms .price del {
     color: rgba(255, 255, 255, 0.5);
     display: inline-block;
     font-weight: 400;
     width: 50px;
 }
 
 .hotels-rooms .price>div span {
     display: block;
     font-size: 10px;
     line-height: 0;
     color: #fff;
 }
 
 .hotels-rooms .price>div {
     color: #ffffff;
     display: inline-block;
     vertical-align: middle;
 }
 
 .hotels-rooms .price ins {
     font-size: 20px;
     font-weight: 600;
     text-decoration: none;
 }
 
 .hotels-rooms .detail {
     display: inline-block;
     padding: 30px 40px;
     vertical-align: middle;
     width: 100%;
     height: 265px;
 }
 
 .hotels-rooms .detail .text {
     line-height: 1;
     margin: 0;
     font-size: 30px;
     font-weight: 600;
 }
 
 .hotels-rooms .text small {
     font-size: 14px;
 }
 
 .hotels-rooms .hotel-feature li i {
     font-size: 25px;
     display: block;
 }
 
 .hotels-rooms .detail .theme-color {
     display: inline-block;
     margin-bottom: 10px;
     text-decoration: underline;
 }
 
 .hotels-rooms .theme-btn {
     border-radius: 0;
     font-size: 18px;
     font-weight: 400;
     margin-top: 15px;
     text-align: left;
     text-transform: none;
     width: 100%;
     position: relative;
 }
 
 .hotels-rooms .theme-btn i {
     position: absolute;
     right: 15px;
     top: 15px;
 }
 
 .img-slider.dots-2 .owl-dots {
     bottom: 20px;
 }
 
 @media (max-width: 380px) {
     .hotels-rooms .detail {
         padding: 30px 15px;
     }
 }
 
 /*-- ./ Hotels and Rooms --*/
 
 /*-- Hotels Review --*/
 .hotels-review {
     background-image: url(../images/background/1920x750-1.jpg);
     background-size: cover;
 }
 
 .review-slider .img {
     color: #ffffff;
     float: left;
     width: 25%;
     text-align: center;
 }
 
 .review-slider .img>span {
     display: block;
 }
 
 .review-slider .img>img {
     margin-bottom: 30px;
     border-radius: 50%;
 }
 
 .review-slider .info {
     background-color: #ffffff;
     border-radius: 3px;
     float: right;
     padding: 35px 45px;
     position: relative;
     width: 72%;
 }
 
 .review-slider .info::before {
     border-color: rgba(0, 0, 0, 0) #ffffff;
     border-style: solid;
     border-width: 15px 15px 15px 0;
     content: "";
     height: 0;
     left: -15px;
     position: absolute;
     top: 35px;
     width: 0;
 }
 
 .review-slider .info>p {
     margin-top: 30px;
 }
 
 .review-slider .owl-nav>div {
     bottom: -20px;
     color: #ffffff;
     font-weight: 600;
     line-height: 1;
     position: absolute;
     right: 0;
     z-index: 5;
 }
 
 .review-slider .owl-nav>.owl-prev {
     border-right: 1px solid #ffffff;
     padding-right: 15px;
     right: 50px;
 }
 
 .hotels-review .all-show {
     font-size: 14px;
     font-weight: 600;
     margin: 0;
 }
 
 @media (max-width: 767px) {
     .review-slider .img {
         float: none;
         width: auto;
     }
 
     .review-slider .info {
         float: none;
         margin: 50px auto auto;
         width: 90%;
     }
 
     .review-slider .info::before {
         border-width: 0 15px 15px 15px;
         border-color: transparent transparent #ffffff;
         left: 50%;
         top: -15px;
         transform: translate(-15px);
         -webkit-transform: -webkit-translate(-15px);
     }
 }
 
 /*-- ./ Hotels Review --*/
 
 /*-- Photo Gallery By --*/
 .photo-gallery .filtrable {
     margin: 25px 0 0;
     text-align: right;
 }
 
 .photo-gallery .filtrable li {
     position: relative;
     transition: all 0.4s ease-in-out 0s;
 }
 
 .photo-gallery .filtrable li+li {
     margin-left: 20px;
 }
 
 .gallery-wrap {
     position: relative;
     display: table;
     margin: 30px auto auto;
     position: relative;
 }
 
 .gallery-wrap .info {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: rgba(0, 0, 0, 0.5);
     padding: 20px 25px;
 }
 
 .gallery-wrap .info .title {
     color: #ffffff;
     margin: 0;
     font-size: 18px;
 }
 
 filtrable a {
     font-weight: 500;
     position: relative;
     display: inline-block;
 }
 
 .filtrable a:before {
     height: 3px;
     background-color: transparent;
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     transform: translateY(0);
     -webkit-transform: -webkit-translateY(0);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
 }
 
 .filtrable a:hover:before,
 .filtrable .current a:before {
     transform: translateY(40px);
     -webkit-transform: -webkit-translateY(40px);
     opacity: 1;
     visibility: visible;
 }
 
 @media (max-width: 991px) {
     .photo-gallery .filtrable {
         text-align: left;
     }
 
     .photo-gallery .filtrable li {
         padding: 5px;
     }
 }
 
 /*-- ./ Photo Gallery By --*/
 
 /*-- Hotel Aminities --*/
 .aminities {
     background-image: url(../images/background/1920x870-1.jpg);
     background-size: cover;
 }
 
 .aminities-wrap {
     margin-top: 40px;
 }
 
 .aminities .right {
     float: right;
 }
 
 .aminities .right .img {
     float: left;
     width: 25%;
 }
 
 .aminities .right .title {
     float: left;
     margin-top: 10px;
     width: 75%;
 }
 
 .aminities-wrap li>.right span {
     padding: 9px;
 }
 
 .aminities-wrap li {
     border-radius: 3px;
     display: inline-block;
     width: 100%;
     position: relative;
 }
 
 .aminities-wrap li::before {
     border-right: 1px solid #dddddd;
     bottom: 0;
     content: "";
     left: 25%;
     position: absolute;
     top: 0;
 }
 
 .aminities-wrap li:not(.highlights) {
     background-color: #fff;
 }
 
 .aminities-wrap li:not(.highlights)>.right {
     padding: 17px 25px;
 }
 
 .aminities-wrap li>.left {
     float: left;
     padding: 10px 25px;
     vertical-align: middle;
     width: 25%;
 }
 
 .aminities-wrap li>.right {
     float: left;
     font-size: 12px;
     font-weight: 500;
     padding: 12px 25px;
     vertical-align: middle;
     width: 75%;
 }
 
 .aminities-wrap li.highlights>.right span {
     background-color: #ffffff;
     border-radius: 3px;
     display: inline-block;
     margin: 5px auto;
     padding: 9px 25px;
 }
 
 .aminities-wrap li>.right span {
     display: inline-block;
     padding: 5px 15px 5px 0;
 }
 
 @media (max-width: 767px) {
     .aminities .col-sm-7.right {
         float: none;
         margin-top: 25px;
     }
 
     .aminities-wrap li::before {
         left: 30%;
     }
 
     .aminities-wrap li>.left {
         padding: 10px;
         width: 30%;
     }
 
     .aminities-wrap li>.right {
         width: 70%;
     }
 
     .aminities-wrap li:not(.highlights)>.right {
         padding: 17px 10px;
     }
 }
 
 /*-- ./ Hotel Aminities --*/
 
 /*-- Listing Slider --*/
 .listing-slider .navigation .item {
     cursor: pointer;
     position: relative;
 }
 
 .listing-slider .navigation .item::before {
     background-color: rgba(255, 255, 255, 0.5);
     bottom: 0;
     content: "";
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 1;
 }
 
 .listing-slider .navigation .synced .item::before,
 .listing-slider .navigation .item:hover::before {
     background-color: transparent;
 }
 
 .listing-slider .contact-map,
 .listing-slider #map {
     height: 250px;
 }
 
 .tab-holder {
     margin: 50px 0 0 0;
 }
 
 .tab-holder.no-margin-top {
     margin-top: 0;
 }
 
 .tab-holder .tab-pane h3 a:hover,
 .tab-holder .tab-pane h3 a:focus {
     text-decoration: none;
     cursor: pointer;
 }
 
 .tab-holder .tab-pane h3 a:after {
     content: "\f0d7";
     color: #999999;
     margin: 0 0 0 10px;
     font-family: fontawesome;
 }
 
 .tab-holder .list-inline {
     background-color: #eeeeee;
     border: 1px solid #dddddd;
     margin: 0;
 }
 
 .tab-holder .list-inline a {
     display: inline-block;
     padding: 15px;
     text-transform: capitalize;
     position: relative;
 }
 
 .tab-holder .list-inline a::before {
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     right: 0;
     top: -3px;
     width: 100%;
 }
 
 .tab-holder .list-inline li {
     padding: 0;
 }
 
 .tab-holder .list-inline .active>a {
     background-color: #ffffff;
 }
 
 .tab-holder .tab-content {
     padding: 15px;
     border: 1px solid #dddddd;
     border-top: 0;
 }
 
 /*-- ./ Listing Slider --*/
 
 /*******************************
     7 - LISTING CSS ENDS
  ********************************/
 
 
 /*******************************
     8 - BLOG CSS STARTS
  ********************************/
 /*--------- 1.12 Breadcrumb Starts ---------- */
 .breadcrumb-bg {
     background-image: url("../images/background/1920x600-2.jpg");
     background-repeat: no-repeat;
     background-size: cover;
 }
 
 .breadcrumb-bg.payment {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background/paymentBanner.jpg");
     text-align: center;
 }
 
 .breadcrumb-bg.hotel-list {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background/hotelListBanner.jpg");
     text-align: center;
 }
 
 .breadcrumb-bg.contacto {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background/contactoBanner.jpg");
     text-align: center;
 }
 
 .breadcrumb-bg.circuito {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background/circuitoBanner.jpg");
     text-align: center;
 }
 
 /* BACKGROUND NOSOTROS */
 .breadcrumb-bg.bg-2 {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background/nosotrosBanner.jpg");
     text-align: center;
 }
 
 /* BACKGROUND EXPERIENCIAS*/
 .breadcrumb-bg.bg-4 {
     background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/background//experienciasBanner.jpg");
     text-align: center;
 }
 
 .site-breadcumb {
     padding: 14% 0 11%;
 }
 
 .site-breadcumb.small-breadcumb {
     padding: 5% 0 0;
 }
 
 .site-breadcumb .section-title {
     font-size: 45px;
     color: #fff;
     letter-spacing: 10px;
     font-weight: 700;
 }
 
 .breadcrumb-menubar {
     background: transparent none repeat scroll 0 0;
 }
 
 .breadcrumb-menubar>li {
     text-transform: uppercase;
     font-weight: 500;
     width: 100%;
     font-size: 12px;
 }
 
 .breadcrumb-menubar>li>a:after {
     content: ">";
     padding: 0 3px;
 }
 
 @media (max-width: 767px) {
     .site-breadcumb .section-title {
         font-size: 24px;
     }
 }
 
 /*--------- ./Breadcrumb Ends ---------- */
 
 /*---- Sidebar Widget ----*/
 .widget-wrap+.widget-wrap {
     margin-top: 60px;
 }
 
 .widget-title {
     font-size: 20px;
     margin-bottom: 35px;
     font-weight: 800;
     letter-spacing: 1px;
     text-transform: uppercase;
 }
 
 .widget-wrap ul {
     list-style: none;
 }
 
 .widget-wrap ul li {
     display: inline-block;
     padding: 10px 0;
     width: 100%;
 }
 
 .widget-wrap .category a {
     font-size: 15px;
     font-weight: 600;
     position: relative;
 }
 
 .widget-wrap .category {
     border-top: 1px solid #ddd;
 }
 
 .widget-wrap .category li {
     border-bottom: 1px solid #ddd;
 }
 
 .widget-wrap .category a:before {
     font-family: FontAwesome;
     margin-right: 10px;
 }
 
 .widget-wrap .category a span {
     color: #999999;
     float: right;
     font-weight: 500;
 }
 
 .recent-post img {
     float: left;
 }
 
 .recent-post .info {
     display: block;
     overflow: hidden;
     padding-left: 20px;
 }
 
 .tags a {
     color: #999999;
     display: inline-block;
     padding-bottom: 3px;
     padding-right: 3px;
 }
 
 /*---- ./Sidebar Widget ----*/
 
 /*---- Search Widget ----*/
 .widget-search {
     position: relative;
     margin-bottom: 55px;
 }
 
 .widget-search .form-control {
     background-color: #ffffff;
     border: medium none;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     height: 60px;
 }
 
 .widget-search>button {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     position: absolute;
     right: 25px;
     top: 15px;
     font-size: 20px;
     color: #999;
 }
 
 .blog-wrap {
     position: relative;
     z-index: 1;
 }
 
 .blog-wrap::after {
     /*background-color: #f7f7f7;*/
     bottom: 0;
     content: "";
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     width: 33.3333%;
     z-index: -1;
 }
 
 .blog-box {
     margin-bottom: 65px;
 }
 
 .blog-img {
     margin-bottom: 50px;
     position: relative;
 }
 
 .blog-img .video-icon {
     bottom: 0;
     height: 100px;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     width: 100px;
 }
 
 .blog-img .video-icon>a {
     color: #ffffff;
     font-size: 60px;
 }
 
 .blog-img .video-icon>.title {
     font-size: 14px;
     text-transform: uppercase;
 }
 
 .meta li {
     color: #999999;
     display: inline-block;
     font-size: 13px;
 }
 
 .meta a {
     color: #999;
 }
 
 .blog-title {
     margin-bottom: 40px;
 }
 
 .blog-title .section-title {
     font-size: 30px;
 }
 
 .pagination-1 {
     margin: 50px auto;
 }
 
 .pagination-1 a {
     color: #cccccc;
     font-weight: 600;
 }
 
 .pagination-1 a:hover {
     color: #000;
 }
 
 .dropcaps {
     display: inline-block;
     float: left;
     font-size: 60px;
     font-weight: 700;
     line-height: 60px;
     margin: -5px 0 0 -4px;
     padding: 0 10px 0 0;
 }
 
 blockquote {
     border: 1px solid #333333;
     clear: both;
     display: inline-block;
     margin: 40px auto;
     padding: 6% 5%;
     position: relative;
     text-align: center;
     width: 100%;
 }
 
 blockquote .quote-icon {
     background-color: #fdfdfd;
     border-radius: 50%;
     display: inline-block;
     height: 70px;
     left: 0;
     margin: auto;
     padding: 10px;
     position: absolute;
     right: 0;
     text-align: center;
     top: -40px;
     width: 70px;
 }
 
 blockquote .quote-icon>span {
     border: 1px dashed #ffffff;
     border-radius: 50%;
     font-size: 25px;
     height: 50px;
     line-height: 50px;
     width: 50px;
 }
 
 blockquote p {
     font-size: 18px;
     font-style: italic;
     font-weight: 500;
     margin-bottom: 20px;
 }
 
 blockquote footer {
     font-size: 15px;
 }
 
 /*-- Comment --*/
 .comment-wrap .comments-body {
     border-bottom: 1px solid #dddddd;
     display: inline-block;
     margin-bottom: 35px;
     padding-bottom: 35px;
     width: 100%;
 }
 
 .comment-wrap>.title-2 span {
     color: #cccccc;
     font-size: 14px;
 }
 
 .comment-child {
     margin-left: 12%;
 }
 
 .commenter-img {
     float: left;
     margin-right: 40px;
 }
 
 .comment-info {
     overflow: hidden;
 }
 
 .comment-info .title-3 {
     display: inline-block;
     margin: 0 10px 0 0;
     font-size: 16px;
 }
 
 .comment-info .reply {
     float: right;
     margin-top: 5px;
 }
 
 .comment-info p {
     margin: 10px auto auto;
     display: inline-block;
     width: 100%;
 }
 
 .reply-wrap .form-control {
     border: 1px solid #dddddd;
     border-radius: 0;
 }
 
 @media screen and (max-width: 767px) {
     .post-wrap {
         margin-bottom: 50px;
     }
 
     .blog-sidebar {
         margin-bottom: 50px;
     }
 }
 
 @media screen and (max-width: 480px) {
     .commenter-img {
         margin-right: 15px;
     }
 }
 
 /*******************************
     8 - Blog CSS STARTS
  ********************************/
 
 /*******************************
      9 - CONTACT US CSS STARTS
  ********************************/
 .about-us .img {
     margin-bottom: 25px;
 }
 
 .about-us .sign {
     margin: 45px 0 15px;
 }
 
 .contact-us .best-place-menu {
     height: 600px;
 }
 
 .contact-us .social-icons-3 {
     margin-bottom: 60px;
     text-align: center;
 }
 
 .social-icons-3 li {
     line-height: 1;
 }
 
 .social-icons-3 li+li {
     border-left: 1px solid;
     margin-left: 5px;
     padding-left: 10px;
 }
 
 #map,
 .contact-map {
     height: 600px;
     width: 100%;
 }
 
 @media (max-width: 767px) {
     .contact-us .best-place-menu {
         height: auto;
     }
 
     #map,
     .contact-map {
         height: 400px;
     }
 }
 
 /*******************************
      9 - CONTACT US CSS ENDS
  ********************************/
 
 /*---------- 3.3 Trip List ----------*/
 .item-list {
     border: 1px solid #e6e6e6;
     background: #fff;
     margin-bottom: 30px;
 }
 
 .item-list:after {
     clear: both;
     display: table;
     content: '';
 }
 
 .item-list .item-img {
     height: 250px;
     width: auto;
     background-color: #eee;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     position: relative;
 }
 
 .item-list .item-img .item-overlay {
     width: 100%;
     height: 100%;
     line-height: 100%;
     font-size: .9em;
     text-align: center;
     color: #fff;
     background: rgba(244, 117, 32, 0.7);
     position: absolute;
     top: 0;
     left: 0px;
     opacity: 0;
     cursor: pointer;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-list .item-img .item-overlay [class^="icon-"] {
     margin-top: 100px;
     display: inline-block;
     font-size: 0px;
     width: 0;
     height: 0;
     line-height: 0;
     background: #783F63;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-list .item-img .item-overlay a {
     color: #fff;
 }
 
 .item-list .item-img:hover .item-overlay {
     opacity: 1;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     transition: all 0.1s linear;
 }
 
 .item-list .item-img:hover .item-overlay [class^="icon-"] {
     font-size: 30px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
 }
 
 .item-list .item-desc {
     padding: 5px 0px;
     clear: both;
     overflow: hidden;
 }
 
 .item-list .item-desc [class^='icon-'],
 .item-list .item-desc .fa,
 .item-list .item-desc .glyphicon {
     font-size: 15px;
     vertical-align: middle;
     margin-right: 5px;
     color: #f47520;
 }
 
 .item-list .item-desc .item-title {
     font-size: 1.4em;
     font-weight: 600;
 
     font-family: 'Raleway', sans-serif;
 }
 
 .item-list .item-desc .sub-title {
     min-height: 20px;
     margin-bottom: 5px;
     font-size: .8em;
     color: #979797;
     clear: both;
 }
 
 .item-list .item-desc .item-excerpt {
     max-height: 32px;
     margin-bottom: 15px;
     overflow: hidden;
     font-size: .9em;
     color: #5a5a5a;
 }
 
 .item-list .item-desc .left {
     width: 50%;
     float: left;
 }
 
 .item-list .item-desc .right {
     text-align: right;
 }
 
 .item-list .item-book {
     border-top: 1px solid #f2f2f2;
     margin: 0 0 5px;
     padding-top: 15px;
     overflow: hidden;
     clear: both;
 }
 
 .item-list .item-book .price {
     float: right;
     font-size: 1.4em;
     line-height: 36px;
 }
 
 .item-list .item-book .btn {
     width: 130px;
     float: left;
 }
 
 @media screen and (max-width: 767px) {
 
     .item-list .item-desc .left,
     .item-list .item-desc .right {
         float: none;
         text-align: left;
         width: 100%;
     }
 }
 
 /*---------- 3.4 Trip Detail ----------*/
 .trip-insight .insight-list-wrap {
     margin: 0 auto;
     padding: 30px 0 10px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 .trip-insight .insight-list-wrap .insight-list {
     display: table;
     margin: 20px auto 20px;
 }
 
 .trip-insight .insight-list-wrap .insight-list [class^='icon-'],
 .trip-insight .insight-list-wrap .insight-list .fa,
 .trip-insight .insight-list-wrap .insight-list .glyphicon {
     font-size: 40px;
     float: left;
 }
 
 .trip-insight .insight-list-wrap .insight-list .txt {
     margin-left: 46px;
 }
 
 .trip-insight .insight-list-wrap .insight-list .txt p,
 .trip-insight .insight-list-wrap .insight-list .txt h1,
 .trip-insight .insight-list-wrap .insight-list .txt h2,
 .trip-insight .insight-list-wrap .insight-list .txt h3,
 .trip-insight .insight-list-wrap .insight-list .txt h4,
 .trip-insight .insight-list-wrap .insight-list .txt h5,
 .trip-insight .insight-list-wrap .insight-list .txt h6 {
     margin: 0;
     padding: 0;
 }
 
 .trip-insight .social-icon {
     display: table;
     margin: 60px auto 0;
     padding: 0;
     text-align: center;
 }
 
 .trip-insight .social-icon li {
     display: inline-block;
     list-style: none;
     margin: 0 30px 15px;
 }
 
 .main-price {
     margin-top: 40px;
     text-align: center;
 }
 
 .main-price div {
     font-style: italic;
 }
 
 .main-price .price {
     font-style: normal;
     font-size: 1.8em;
     font-family: 'Raleway', sans-serif;
 }
 
 .main-price .btn {
     margin-top: 20px;
     padding-left: 40px;
     padding-right: 40px;
 }
 
 .tab-wrap {
     margin-top: 60px;
     margin-bottom: 60px;
 }
 
 .tab-wrap .affix {
     position: fixed;
     top: 69px;
     z-index: 99;
     left: 0px;
     width: 100% !important;
 }
 
 .tab-wrap .nav-tabs {
     width: 100%;
     display: -webkit-flex;
     /* NEW */
     display: flex;
     -webkit-flex-wrap: wrap;
     /* NEW */
     flex-wrap: wrap;
     border-bottom: none;
     border-bottom: 5px solid #5E314E;
 }
 
 .tab-wrap .nav-tabs li {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     background: #fff;
     font-size: 1.6em;
     text-transform: uppercase;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     text-align: center;
     position: relative;
 }
 
 .tab-wrap .nav-tabs li a {
     height: 100%;
     padding: 10px;
     margin: 0;
     border-color: transparent;
     border-right: 0;
     background: #fff;
     color: #4b4b4b;
     font-size: 1.2rem;
 }
 
 .tab-wrap .nav-tabs li a:hover {
     color: #783F63;
 }
 
 .tab-wrap .nav-tabs li a:hover:after {
     content: '';
     height: 4px;
     width: 100%;
     background: #783F63;
     position: absolute;
     bottom: -5px;
     left: 0;
     z-index: 99;
 }
 
 .tab-wrap .nav-tabs li:first-child {
     margin-left: 0;
     border-left: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 .tab-wrap .nav-tabs li:last-child {
     margin-right: 0;
     border-right: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 .tab-wrap .nav-tabs li.active a {
     color: #783F63;
     color: #fff;
     border: 1px solid #783F63;
     border-bottom: none;
     background: #783F63;
 }
 
 .tab-wrap .nav-tabs li.active a:hover {
     border-right: none;
 }
 
 .tab-wrap .nav-tabs li.active a:hover:after {
     display: none;
 }
 
 .trip-detail {
     margin-bottom: 60px;
     /*For date & price table */
 }
 
 .trip-detail .table td {
     vertical-align: middle;
 }
 
 /*used in trip-detail*/
 .paper-effect {
     background: #fff;
     padding: 30px;
     border: 1px solid rgba(0, 0, 0, 0.1);
     position: relative;
 }
 
 .paper-effect:before,
 .paper-effect:after {
     position: absolute;
     width: 40%;
     height: 10px;
     content: ' ';
     left: 20px;
     bottom: 22px;
     background: transparent;
     -webkit-transform: skew(-5deg) rotate(-5deg);
     -moz-transform: skew(-5deg) rotate(-5deg);
     -ms-transform: skew(-5deg) rotate(-5deg);
     -o-transform: skew(-5deg) rotate(-5deg);
     transform: skew(-5deg) rotate(-5deg);
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
     z-index: -1;
 }
 
 .paper-effect:after {
     left: auto;
     right: 20px;
     -webkit-transform: skew(5deg) rotate(5deg);
     -moz-transform: skew(5deg) rotate(5deg);
     -ms-transform: skew(5deg) rotate(5deg);
     -o-transform: skew(5deg) rotate(5deg);
     transform: skew(5deg) rotate(5deg);
 }
 
 /*overview*/
 ul.trip-overview {
     padding: 0;
     margin: 0;
     width: 100%;
 }
 
 ul.trip-overview li {
     list-style: none;
     clear: both;
     display: block;
     border-bottom: 1px dashed #e6e6e6;
     padding: 15px 10px;
 }
 
 ul.trip-overview li:last-child {
     border-bottom: 0px;
 }
 
 ul.trip-overview [class^='icon-'],
 ul.trip-overview .fa,
 ul.trip-overview .glyphicon {
     font-size: 30px;
     color: #783F63;
     float: left;
     width: 40px;
 }
 
 ul.trip-overview .detail {
     margin-left: 50px;
 }
 
 ul.trip-overview .detail .title {
     font-weight: bold;
     font-size: .8em;
 }
 
 ul.trip-overview .detail .desc {
     color: #797979;
 }
 
 /*inclusion*/
 ul.clean-ul {
     list-style: none;
     margin: 0;
     padding: 0;
     line-height: 1.2;
 }
 
 ul.clean-ul li {
     margin-bottom: 5px;
     display: block;
     clear: both;
     min-height: 30px;
 }
 
 ul.clean-ul [class^='icon-'],
 ul.clean-ul .fa,
 ul.clean-ul .glyphicon {
     margin-top: -3px;
     font-size: 20px;
     vertical-align: middle;
     color: #4b4b4b;
     float: left;
 }
 
 ul.clean-ul .desc {
     margin-left: 30px;
     margin-bottom: 20px;
 }
 
 @media screen and (max-width: 767px) {
     .trip-insight .insight-list {
         display: table;
         margin: 0 auto;
     }
 
     .tab-wrap .nav-tabs {
         display: block;
     }
 
     .tab-wrap .nav-tabs li {
         display: block;
         width: 100%;
         margin: 0 0 5px;
     }
 
     .tab-wrap .nav-tabs li a {
         display: block;
     }
 
     .paper-effect {
         padding: 15px;
     }
 
     .trip-overview {
         padding: 0;
         margin: 15px 0 0;
     }
 
     .trip-overview tr td {
         padding: 5px;
     }
 }
 
 
 /*******************************
      10 - EXTRA PAGES CSS STARTS
  ********************************/
 
 .panel {
     border: 1px solid #e6e6e6;
     border-radius: 0;
     box-shadow: none;
     margin-bottom: 20px;
 }
 
 .panel>.panel-heading {
     background-color: #fff;
     border-bottom: medium none;
     border-radius: 0;
     padding: 18px 20px;
     text-transform: uppercase;
     position: relative;
 }
 
 .panel-title {
     font-size: 1.5rem;
 }
 
 .panel-title>a {
     color: #4b4b4b;
     display: block;
     letter-spacing: 2px;
     padding: 0 55px 0 0;
 }
 
 .panel-title>a::before {
     border-left: 1px solid #e6e6e6;
     color: #888;
     content: "\f068";
     font-family: FontAwesome;
     font-size: 18px;
     font-style: normal;
     font-weight: normal;
     line-height: 24px;
     height: 100%;
     margin-top: 0;
     padding: 16px 20px 14px;
     position: absolute;
     right: 0;
     top: 0;
     background: #fff;
 }
 
 .panel-title>a.collapsed::before {
     border-left: 1px solid #e6e6e6;
     color: #888;
     content: "\f067";
     font-family: FontAwesome;
     font-size: 18px;
     font-style: normal;
     font-weight: normal;
     height: 100%;
     margin-top: 0;
     padding: 16px 20px 14px;
     position: absolute;
     right: 0;
     top: 0;
     background: #fff;
 }
 
 .panel-group .panel-heading+.panel-collapse>.panel-body,
 .panel-group .panel-heading+.panel-collapse>.list-group {
     border-top: 1px solid #e6e6e6;
     padding: 18px 23px;
 }
 
 .panel-base .panel-title>a::before {
     color: #fff;
     background: #111111;
 }
 
 .panel-base .panel-title>a.collapsed::before {
     color: #fff;
     background: #111111;
 }
 
 
 
 
 /*-- Confirm Page --*/
 .social-icon li {
     display: inline-block;
     list-style: none;
     margin: 15px 10px 15px 0;
 }
 
 /*---------- 2.15 Modal ----------*/
 /*bootstrap modal overwrite*/
 .modal-header .close {
     font-size: 35px;
 }
 
 /*jqueryui dialog overwrite*/
 .modal-dialog {
     margin: 95px auto;
 }
 
 .modal-footer .btn {
     margin-bottom: 0;
 }
 
 .modal-book-now .modal-body {
     background: #F1F2F8;
 }
 
 .modal-book-now .preview-wrap {
     height: 100%;
     width: 100%;
     margin: 0px auto;
     position: relative;
 }
 
 .modal-book-now .preview-wrap .preview-img {
     height: 100%;
     width: 60%;
     background-color: #eee;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     position: absolute;
     top: 0;
     left: 0;
 }
 
 .modal-book-now .preview-wrap .form-wrap {
     margin-left: 60%;
     padding: 30px;
     width: 40%;
     background: #fff;
 }
 
 .modal-book-now .preview-wrap .form-wrap .btn {
     width: 100%;
     padding: 15px;
 }
 
 @media screen and (max-width: 992px) {
     .modal-book-now .preview-wrap .preview-img {
         width: 40%;
     }
 
     .modal-book-now .preview-wrap .form-wrap {
         margin-left: 40%;
         width: 60%;
     }
 }
 
 @media screen and (max-width: 767px) {
     .modal-book-now .preview-wrap .preview-img {
         height: 200px;
         width: 100%;
         position: relative;
     }
 
     .modal-book-now .preview-wrap .form-wrap {
         margin-left: 0;
         width: 100%;
     }
 }
 
 
 /*---------- 2.12 Form Elemets ----------*/
 label {
     margin-bottom: 3px;
     font-size: .9em;
     font-weight: normal;
 }
 
 .required {
     color: #d9534f;
 }
 
 .form-control {
     border: 1px solid #e6e6e6;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     box-shadow: none;
 }
 
 .form-control:focus {
     border-color: rgba(120, 63, 99, 0.5);
     box-shadow: none;
     outline: 0 none;
 }
 
 textarea.form-control {
     min-height: 105px;
 }
 
 select.form-control {
     border: 0;
     outline: none;
     background-color: white;
     position: relative;
     border: 1px solid #e6e6e6;
 }
 
 select.form-control:focus {
     border: 0;
     outline: 1px solid #e6e6e6;
     background-color: white;
 }
 
 select.form-control option {
     position: absolute;
     bottom: 0;
     left: 0;
 }
 
 .radio label,
 .checkbox label {
     line-height: 20px;
 }
 
 .input-group .input-group-addon {
     font-size: 20px;
     border-radius: 0px;
     color: #783F63;
     padding: 0 12px;
 }
 
 .input-group .input-group-btn .btn {
     margin-bottom: 0;
 }
 
 .datepicker.form-control[readonly],
 .datepicker.form-control[disabled],
 input.datepicker {
     background: url('../img/calendar.png') no-repeat center right 5px;
     background-color: #fff;
 }
 
 
 
 .confirm-page article {
     margin: 43px 0 0;
 }
 
 .tabled-ul .lbl {
     color: #999;
     float: left;
     width: 30%;
 }
 
 .tabled-ul .value {
     color: #333333;
     display: inline-block;
     font-style: italic;
     width: 70%;
 }
 
 .tabled-ul {
     list-style: none;
     text-transform: capitalize;
 }
 
 .tabled-ul li {
     padding: 5px 0;
 }
 
 .spicifications-widget .button {
     margin: 50px 0 0 0;
 }
 
 .spicifications-widget ul {
     margin: -5px 0 0 0;
 }
 
 .spicifications-widget ul li {
     margin: 0 0 24px 0;
     line-height: 18px;
 }
 
 .spicifications-widget .lbl {
     color: #333;
     display: block;
     text-transform: capitalize;
     font-weight: bold;
 }
 
 .spicifications-widget .value {
     color: #999999;
     display: block;
     text-transform: capitalize;
 }
 
 .spicifications-widget .total-price {
     font-size: 16px;
     line-height: 16px;
     font-weight: 600;
     margin: 0 0 30px;
 }
 
 .spicifications-widget .total-price .desc {
     color: #999999;
     font-style: italic;
     display: block;
     font-weight: normal;
     margin: 5px 0 0 0;
     font-size: 13px;
 }
 
 .login .form-group [type="checkbox"] {
     position: static;
     margin: 0 10px 0 0;
     vertical-align: middle;
 }
 
 .login .remember-me {
     text-align: left;
 }
 
 .login .remember-me>a {
     float: right;
 }
 
 .faq #accordion {
     text-align: left;
 }
 
 .faq-wrap .media {
     border: 1px solid #dddddd;
     margin-top: 30px;
     padding: 40px 15px 15px;
     background-color: #ffffff;
 }
 
 .faq-wrap .media-body {
     max-width: 350px;
     margin: 0 auto;
 }
 
 .faq-wrap {
     text-align: center;
 }
 
 .faq-wrap .media .title-4 {
     margin-top: 30px;
     margin-bottom: 20px;
 }
 
 .faq-wrap .media .media-object {
     border-radius: 45px;
     color: #ffffff;
     font-size: 50px;
     height: 90px;
     line-height: 50px;
     margin: auto;
     padding: 20px;
     position: relative;
     width: 90px;
 }
 
 .faq-wrap .media:hover .media-object,
 .faq-wrap .media.hover .media-object {
     background-color: #999;
 }
 
 /** Insurance **/
 .insurance .media .media-heading {
     color: #242424;
     font-size: 18px;
 }
 
 .insurance .media .media-object {
     font-size: 20px;
     line-height: 20px;
     width: 50px;
     height: 50px;
     padding: 15px;
     text-align: center;
     border-radius: 25px;
     color: #ffffff;
 }
 
 .insurance .media:hover .media-object,
 .insurance .media.hover .media-object {
     background-color: #999;
 }
 
 .address-details .left {
     float: left;
     font-size: 24px;
     margin-right: 15px;
 }
 
 .address-details .right {
     display: block;
     overflow: hidden;
 }
 
 
 /*-- Insurance ---*/
 .stories .story .media-heading {
     color: #8bcf17;
 }
 
 .stories .story {
     margin-bottom: 50px;
 }
 
 .stories .story-meta {
     text-align: right;
     background-color: #eef1f3;
     padding: 5px 10px;
 }
 
 .stories .story-meta .fa {
     margin-right: 5px;
 }
 
 .stories .story-miles {
     display: inline-block;
     margin-left: 10px;
 }
 
 .stories .story-author {
     display: inline-block;
     float: left;
 }
 
 ul.my-photos {
     overflow: hidden;
     margin-top: 0;
     margin-bottom: 30px;
     list-style: none;
 }
 
 ul.my-photos .thumbnail {
     margin-top: 0;
 }
 
 ul.my-photos li {
     float: left;
     width: 100px;
     height: auto;
     margin-right: 10px;
     margin-bottom: 10px;
 }
 
 .thumbnails .thumbnail.no-padding {
     padding: 0;
 }
 
 .thumbnails .thumbnail.no-border,
 .thumbnails .thumbnail.no-border.hover,
 .thumbnails .thumbnail.no-border:hover {
     border: medium none;
     position: relative;
     transition: all 0.2s ease-in-out 0s;
     margin: auto auto 30px;
     display: table;
 }
 
 .thumbnails .thumbnail .caption.hovered {
     bottom: 0;
     color: #ffffff;
     height: 100%;
     left: 0;
     opacity: 0;
     overflow: hidden;
     padding: 15px;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     width: 100%;
     z-index: 10;
     transition: all 0.2s ease-in-out 0s;
 }
 
 .thumbnails .thumbnail.hover .caption.hovered,
 .thumbnails .thumbnail:hover .caption.hovered,
 .thumbnails .thumbnail.hover .caption.hovered,
 .thumbnails .thumbnail:hover .caption.hovered {
     opacity: 1;
 }
 
 .thumbnails .thumbnail .caption .caption-buttons {
     margin-bottom: 0;
 }
 
 .thumbnails .thumbnail .caption .caption-buttons .btn {
     color: #ffffff;
     font-size: 30px;
 }
 
 .stories .story-date {
     display: inline-block;
     margin-left: 10px;
 }
 
 .stories .story-category {
     display: inline-block;
     margin-left: 10px;
 }
 
 /*-- Holidays --*/
 .thumbnails .thumbnail .caption.after-media {
     background-color: #f7f7f7;
     padding: 20px;
 }
 
 .thumbnail .caption .caption-price {
     margin-top: 4px;
     font-size: 11px;
     font-weight: 600;
 
 }
 
 .thumbnails .thumbnail .caption .caption-price small {
     color: #95a7b3;
     display: block;
     font-size: 12px;
     font-weight: normal;
     text-transform: uppercase;
 }
 
 ul.list-caret {
     margin-bottom: 30px;
     list-style: none;
 }
 
 ul.list-caret li {
     position: relative;
     padding-left: 15px;
 }
 
 ul.list-caret li:before {
     font-family: fontawesome;
     content: "\f0da";
     position: absolute;
     top: 1px;
     left: 0;
 }
 
 ul.list-caret li+li {
     margin-top: 15px;
 }
 
 ul.list-caret small {
     display: block;
     font-size: 11px;
     line-height: 1;
     text-transform: uppercase;
     color: #95a7b3;
 }
 
 
 /*******************************
      10 - PAGES CSS ENDS
  ********************************/
 
 
 /*******************************
      11 - ERROR CSS STARTS
  ********************************/
 .error-search {
     display: inline-block;
     margin: 25px auto auto;
     position: relative;
     vertical-align: middle;
     width: 350px;
 }
 
 .error-search .form-control {
     border: 1px solid #e7e7e6;
     border-radius: 2em;
     height: 40px;
     padding: 5px 20px;
 }
 
 .error-search button {
     background-color: rgba(0, 0, 0, 0);
     border: medium none;
     color: #bababa;
     padding: 0;
     position: absolute;
     right: 20px;
     top: 10px;
 }
 
 .error-search .btn:hover,
 .error-search .btn:focus {
     color: #525252;
 }
 
 /*******************************
      11 - ERROR CSS STARTS
  ********************************/
 
 /*******************************
      12 - COMINGSOON CSS STARTS
  ********************************/
 .countdown-section {
     display: inline-block;
     margin: 0 15px;
     text-align: center;
 }
 
 .countdown-amount {
     color: #333;
     display: inline-block;
     font-size: 80px;
     height: 100px;
     line-height: normal;
     margin: 0;
     text-align: center;
     text-transform: capitalize;
 }
 
 .countdown-period {
     clear: both;
     color: #999;
     display: block;
     font-size: 16px;
     line-height: normal;
     margin: 0;
     overflow: hidden;
     position: relative;
     text-transform: uppercase;
 }
 
 .coming-wrap::after {
     background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 }
 
 .coming-wrap {
     background-image: url(../images/background/1920x1080-1.jpg);
     background-size: cover;
     position: relative;
     border-radius: 0;
 }
 
 .coming-wrap .logo-title {
     color: #a3a3a3;
     display: block;
     text-transform: uppercase;
 }
 
 .coming-wrap .logo {
     display: inline-block;
     text-align: left;
 }
 
 @media (max-width:767px) {
 
     .countdown-amount {
         font-size: 50px;
         height: auto;
     }
 
     .countdown-period {
         font-size: 14px;
         margin-bottom: 15px;
     }
 }
 
 /*******************************
      12 - COMINGSOON CSS ENDS
  ********************************/
 
 /*******************************
      13 - MY ACCOUNT
  ********************************/
 
 
 .chk-panel {
     border: 1px solid #e5e5e5;
 }
 
 .chk-body {
     padding-left: 25px;
 }
 
 .chk-body form .form-group {
     margin-bottom: 15px;
 }
 
 .chk-panel .panel {
     border-bottom: 1px solid #e5e5e5;
     border-radius: 0;
     box-shadow: none;
     padding: 20px 30px;
 }
 
 .chk-panel .panel+.panel {
     margin-top: 0;
 }
 
 .chk-panel .panel:last-child {
     border-bottom: none;
 }
 
 .chk-form .radio-inline {
     display: inline-block;
     margin: 10px 0 0;
     width: 100%;
 }
 
 .chk-body p,
 .chk-body ul li {
     color: #999;
 }
 
 .chk-body ul li {
     display: inline-block;
     margin: 8px 0 0;
     width: 100%;
 }
 
 .chk-body ul li span {
     line-height: normal;
     margin-right: 10px;
     vertical-align: text-bottom;
 }
 
 .registed-form .fpw {
     float: left;
     margin: 10px auto auto;
 }
 
 .registed-form label {
     font-size: 13px;
     margin-bottom: 15px;
 }
 
 .account-body {
     padding-left: 35px;
     padding-top: 20px;
 }
 
 .acnt-list li {
     padding: 5px 0;
 }
 
 .acnt-list li i {
     margin-right: 5px;
 }
 
 .account-wrap {
     border: 1px solid #e5e5e5;
     padding: 30px;
 }
 
 .account-wrap .form-control,
 .account-wrap .bootstrap-select .btn {
     border: 1px solid #e5e5e5;
 }
 
 .subscribe-group>label {
     padding-right: 15px;
 }
 
 .subscribe-group>.radio-inline {
     margin-top: -10px;
 }
 
 .order-status>.btn {
     margin: 5px;
 }
 
 .review-table td {
     text-align: left;
 }
 
 .review-table td {
     border-bottom: 1px solid #eeeeee;
 }
 
 .review-table .ratings {
     width: 40%;
 }
 
 .product-table {
     height: auto;
     overflow: auto;
     width: 100%;
 }
 
 .product-table th {
     font-weight: normal;
     padding: 13px 20px;
     text-transform: capitalize;
     background-color: #f5f4f0;
     color: #7d7d7d;
     font-weight: 700;
     font-size: 15px;
     text-align: center;
 }
 
 .product-table td {
     border-top: 1px solid #eeeeee;
     padding: 30px 10px;
     vertical-align: top;
     vertical-align: middle;
     text-align: center;
 }
 
 .product-table td.image,
 .product-table td.description {
     text-align: left;
 }
 
 .product-table .prod-btns {
     border: none;
 }
 
 .product-table .prod-btns>div {
     margin: 5px auto;
 }
 
 .product-table .remove {
     background-color: #f7f6f2;
     border-radius: 15px;
     float: right;
     font-size: 12px;
     height: 25px;
     line-height: 25px;
     width: 25px;
 }
 
 .product-table .remove:hover,
 .product-table .remove:focus {
     background-color: #525252;
     color: #fff;
 }
 
 .account-body {
     padding-left: 35px;
     padding-top: 20px;
 }
 
 .acnt-list li {
     padding: 5px 0;
 }
 
 .acnt-list li i {
     margin-right: 5px;
 }
 
 .account-wrap {
     border: 1px solid #e5e5e5;
     padding: 30px;
 }
 
 .subscribe-group>label {
     padding-right: 15px;
 }
 
 .subscribe-group>.radio-inline {
     margin-top: -10px;
 }
 
 .order-status>.btn {
     margin: 5px;
 }
 
 .review-table td {
     text-align: left;
 }
 
 .review-table td {
     border-bottom: 1px solid #eeeeee;
 }
 
 .review-table .ratings {
     width: 40%;
 }
 
 .shp-btn>.btn {
     margin: 15px;
 }
 
 .continue-shopping {
     border-bottom: 1px solid #eeeeee;
     border-top: 1px solid #eeeeee;
     display: inline-block;
     margin-bottom: 20px;
     padding: 30px 0 40px;
     vertical-align: middle;
     width: 100%;
 }
 
 .continue-shopping .left {
     float: left;
     width: 370px;
 }
 
 .continue-shopping .right {
     float: right;
     margin-top: 25px;
 }
 
 .coupan-form {
     overflow: hidden;
     position: relative;
 }
 
 .coupan-form .btn {
     background-color: #fbfaf6;
     border-left: 1px solid #e7e7e6;
     border-radius: 0 5em 5em 0;
     font-size: 13px;
     font-weight: 900;
     height: 43px;
     padding: 10px 25px;
     position: absolute;
     right: 1px;
     top: 1px;
 }
 
 .account-page .theme-btn {
     display: inline-block;
     height: auto;
     margin: 5px;
     padding: 10px;
     width: 150px;
 }
 
 @media (max-width: 991px) {
     .product-table {
         display: block;
         overflow-x: auto;
     }
 
     .continue-shopping .left {
         width: auto;
     }
 }
 
 @media (max-width: 767px) {
     .chk-panel .panel {
         padding: 20px 15px;
     }
 
     .chk-body {
         padding-left: 0;
     }
 
     .chk-form {
         margin-bottom: 30px;
     }
 
     .account-wrap {
         margin-bottom: 30px;
     }
 }
 
 /*******************************
      13 - MY ACCOUNT
  ********************************/
 
 /*******************************
      14 - FOOTER STARTS
  ********************************/
 
 
 /*---------- 2.33 Footer ----------*/
 #footer {
     padding-top: 60px;
     background: #1a1a1a;
     color: white;
     line-height: 1.6;
     font-size: .9em;
 }
 
 #footer h1,
 #footer h2,
 #footer h3,
 #footer h4,
 #footer h5,
 #footer h6 {
     color: #f47520;
     position: relative;
     margin-bottom: 30px;
 }
 
 #footer h1:after,
 #footer h2:after,
 #footer h3:after,
 #footer h4:after,
 #footer h5:after,
 #footer h6:after {
     content: '';
     height: 2px;
     width: 30px;
     background: #f47520;
     position: absolute;
     bottom: -10px;
     left: 0;
 }
 
 #footer a {
     color: #ffffff;
     ;
 }
 
 #footer a:hover {
     font-size: 15px;
     color: #f47520;
     transition: ease-in-out 0.2s;
 }
 
 #footer p {
     margin-top: 15px;
 }
 
 #footer ul {
     margin: 15px 0px 0px;
     padding: 0px;
     list-style: none;
 }
 
 #footer ul li {
     margin-bottom: 2px;
 }
 
 #footer .social-icon-list {
     margin: 0;
 }
 
 #footer .social-icon-list ul {
     margin-top: 5px;
 }
 
 #footer .social-icon-list a {
     color: #fff;
 }
 
 #footer .copy {
     margin-top: 60px;
     padding: 10px;
     background: rgba(255, 255, 255, 0.04);
     color: rgba(255, 255, 255, 0.871);
     font-size: .9em;
     text-align: center;
 }
 
 #footer .copy span {
     font-size: 1.6em;
     position: relative;
     top: 2px;
 }
 
 @media screen and (max-width: 767px) {
     #footer {
         padding-top: 10px;
         text-align: center;
     }
 
     #footer h1:after,
     #footer h2:after,
     #footer h3:after,
     #footer h4:after,
     #footer h5:after,
     #footer h6:after {
         left: 50%;
         margin-left: -15px;
         bottom: -15px;
     }
 
     #footer .row>div {
         display: block;
         padding: 10px 30px;
     }
 
     #footer .social-icon {
         margin: 10px auto 0;
     }
 }
 
 /*-- Page Footer One --*/
 .page-footer .logo {
     margin: 25px auto auto;
     text-align: center;
     width: 50%;
 }
 
 .page-footer .logo p {
     margin-top: 25px;
 }
 
 .footer-menu .primary-navbar li {
     display: inline-block;
     width: auto;
 }
 
 .footer-menu .primary-navbar a {
     padding: 0 15px;
 }
 
 .footer-menu {
     margin-top: 20px;
 }
 
 @media (max-width: 767px) {
     .newsletter .container {
         position: static;
     }
 
     .page-footer .logo {
         width: 100%;
         margin: 0;
     }
 
     .newsletter-form input {
         float: none;
         margin-bottom: 25px;
     }
 }
 
 /*-- Page Footer Two --*/
 .page-footer-two {
     background-image: url("../images/background/1920x890-1.jpg");
     background-size: cover;
     color: #ffffff;
     text-align: center;
 }
 
 .page-footer-two a {
     color: #ffffff;
 }
 
 .page-footer-two .footer-menu {
     margin: 60px auto;
 }
 
 .page-footer-two .copyright {
     padding-bottom: 25px;
     padding-top: 25px;
 }
 
 /*******************************
      14 - FOOTER ENDS
  ********************************/
 
 /*******************************
      15 - COLOR STARTS
  ********************************/
 /* Color */
 .theme-color,
 a:hover,
 a:focus,
 .main-slider-1 .search-tabs a:hover,
 .main-slider-1 .search-tabs .active a,
 .white-color a.theme-color,
 .primary-navbar>li.active>a,
 .main-slider-1 .search-tabs a:hover span,
 .main-slider-1 .search-tabs .active a span,
 .main-banner-1 .search-tabs .active a,
 .btn.focus,
 .btn:focus,
 .btn:hover,
 .current a,
 .detail-tabs .list-inline>li.active a,
 .tab-holder .tab-pane h3 a.collapsed:after,
 ul.list-caret li:before,
 .search-form button.form-control:hover {
     color: var(--colorButton);
 }
 
 
 /* Background Color */
 .boxLoading::after,
 .theme-color-bg,
 .theme-btn,
 .primary-navbar>li .dropdown-menu>li a:hover,
 .mega-dropdown-menu .title-2::after,
 .dots-1 .owl-dot.active>span,
 .dots-1 .owl-dot:hover>span,
 .social-icons-1>li a:hover,
 .social-icons-1>li a:focus,
 .social-icons-2>li a:hover,
 .social-icons-2>li a:focus,
 .theme-tabs-1>li a:hover,
 .theme-tabs-1>li.active a,
 .dots-2 .owl-dot.active>span,
 .main-banner-1 .search-tabs .active .icon,
 .main-banner-1 .search-tabs .active a::before,
 .slider-wrap .search-tabs .active .icon,
 .slider-wrap .search-tabs .active a::before,
 .widget-deal .title-2::after,
 .filtrable a:hover:before,
 .filtrable .current a:before,
 .tab-holder .list-inline .active a::before {
     /* background-color: #f47520; */
     background-color: var(--colorButton);
 }
 
 .thumbnails .thumbnail .caption.hovered {
     background-color: rgba(244, 117, 32, 0.7);
 }
 
 .feature-2 .info {
     background-color: rgba(244, 117, 32, 0.8);
 }
 
 /* Border Color */
 .primary-navbar>li>.dropdown-menu,
 .social-icons-1>li a:hover,
 .social-icons-1>li a:focus,
 .social-icons-2>li a:hover,
 .social-icons-2>li a:focus,
 .testimonials-thumb .synced .item,
 .testimonials-thumb .item:hover,
 .promotion .navigation img:hover,
 .promotion .navigation .synced img,
 .main-banner-1 .search-tabs .active .icon,
 .slider-wrap .search-tabs .active .icon,
 .detail-tabs .list-inline>li:hover,
 .detail-tabs .list-inline>li.active {
     border-color: #f47520;
 }
 
 /*******************************
      15 - COLOR ENDS
  ********************************/
 
 
 .multi-item-carousel {
     .carousel-inner {
         >.item {
             transition: 500ms ease-in-out left;
         }
 
         .active {
             &.left {
                 left: -33%;
             }
 
             &.right {
                 left: 33%;
             }
         }
 
         .next {
             left: 33%;
         }
 
         .prev {
             left: -33%;
         }
 
     }
 
     .carouse-control {
 
         &.left,
         &.right {
             background-image: none;
         }
     }
 }
 
 
 /*----------  2.21 Sort Bar ----------*/
 .sort-wrap {
     border: 1px solid #e6e6e6;
     background: #fff;
     display: block;
     padding: 10px 20px;
     margin-bottom: 30px;
     box-sizing: content-box;
 }
 
 .sort-wrap .sort-title {
     color: #4b4b4b;
     font-size: 1.2em;
     letter-spacing: 2px;
     display: inline-block;
     margin: 20px 0;
 }
 
 .sort-wrap label {
     color: #888;
 }
 
 .sort-wrap .form-control {
     display: inline-block;
 }
 
 .sort-wrap .form-group {
     display: inline-block;
     width: auto;
     min-width: 120px;
     margin-right: 15px;
     margin-bottom: 10px;
 }
 
 .sort-wrap .form-group.form-group-sm {
     width: 60px;
     min-width: 60px;
 }
 
 .sort-wrap .form-group.form-group-sm .form-control {
     height: 34px;
 }
 
 .sort-wrap .btn {
     margin-bottom: 0px;
 }
 
 .toogle-view {
     float: right;
     margin-top: 20px;
 }
 
 .toogle-view .icon {
     display: inline-block;
     font-size: 20px;
     height: 30px;
     width: 30px;
     line-height: 30px;
     margin-left: 5px;
     text-align: center;
     background: #fff;
     color: #888;
     border: 1px solid #e6e6e6;
 }
 
 .toogle-view .icon:hover,
 .toogle-view .icon.active {
     background: #f47520;
 
     color: #fff;
 }
 
 .toogle-view .icon:first-child {
     margin-left: 0;
 }
 
 @media (min-width: 1199px) {
     #currency_Responsive {
         display: none;
     }

     #redeSocialesResponsive {
        display: none;
     }
 
     .bootstrap-select.btn-group .dropdown-toggle .caret {
         border: 1px;
         margin-top: 0;
         right: 0;
         top: 15px;
     }
     .boton-filtros {
        display: none;
     }
 }
 
 @media screen and (max-width: 992px) {
     .toogle-view {
         float: none;
         margin-top: 5px;
     }
 }
 
 @media screen and (max-width: 767px) {
 
     .sort-wrap .form-group,
     .sort-wrap .form-group.form-group-sm {
         width: 100%;
     }
 }
 
 @media (max-width: 762px) {
     #footerContent {
        display: block;
        text-align: center;
     }
 
     .li_item_one {
        display: block;
        text-align: center;
     }
 }

 @media (max-width: 759px) {
    .motorHotel {
        margin-top: -20% !important;
    }
 }
 
 .iconCountdates {
    background-color: #f47520;
    border-radius: 2px;
    padding: 0 3.5px;
    color: white;
 }

 .cleanText {
    color: red;
    background-color: #D6C7AE;
    border-radius: 0 6px 6px 0px;
 }

 #table-right {
    display: none !important;
}

#dateprice td {
    padding: 20px;
}

select option {
    color: #666666;
}

.oculto {
    display: none;
}

/*TABLA DE PRECIOS*/
.tituloPax{
    background-color:#f1f1f1; 
    text-align: center;    
}
.tdPrecios{
    background-color: #c7dff2; 
    color:black;    
}
#loadingPrices{
    overflow: hidden;   
    position: relative; 
}
.imgLoading{
    max-width: 100%;
    height: 50px;
    width: 100%;
    object-fit: cover;   
}
.txtLoading{
    /* position: absolute; */
    top: 15px;
    left: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;    
}
.descripcionExperiencia{
    height: 80px;
}
.iconoIncluido{
    color: var(--colorButton);
}
#superbuscador .tab-content {
    background: unset;
    padding: unset;
    border: unset;
    border-top: unset;
}

#superbuscador .nav-tabs {
    border-bottom: 0;
}

#superbuscador .nav-tabs li a {
    color: white !important;
}

#superbuscador .nav-tabs li a:hover {
    color: black !important;
}

#superbuscador .nav-tabs .active a {
    color: black !important;
}

#superbuscador.search-bar {
    background-color: rgb(255 99 48 / 80%);
    color: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-bottom: 10px;
}

#superbuscador label {
    color: white;
}

select option {
    color: #666666;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
    top: 25px;
    right: 20px;
}

.pedritomarginsbuscador {
    margin-top: -32px;
    margin-bottom: 27px;
}


/*---------- 2.28 Search Bar ----------*/
.search-bar {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.8);
    z-index: 9;
    position: relative;
    text-align: left;
}

.search-bar:after {
    content: '';
    clear: both;
    display: block;
}

.search-bar .text-wrap {
    text-align: right;
    margin-top: 22px;
    border-right: 1px solid rgba(120, 63, 99, 0.2);
}

.search-bar .text-wrap h1,
.search-bar .text-wrap h2,
.search-bar .text-wrap h3,
.search-bar .text-wrap h4,
.search-bar .text-wrap h5,
.search-bar .text-wrap h6 {
    margin: 0;
}

.search-bar .form-group {
    margin-top: 20px;
}

.search-bar label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
}

.search-bar .form-control {}

.search-bar .btn-search {
    margin: 43px 0 20px;
    width: 100%;
}

.search-bar.bottom {
    margin-top: -230px;
}

.search-bar.boxed {
    background: transparent;
}

.search-bar.boxed .container {
    background: rgba(0, 0, 0, 0.8);
}

.boxed+.search-bar {
    margin-bottom: 0px;
}

.boxed+.search-bar.container {
    margin-top: -120px;
}

@media screen and (max-width: 767px) {
    .search-bar {
        margin-top: 0;
        background: #000;
    }

    .search-bar.container {
        margin-top: 0;
    }

    .search-bar .text-wrap {
        text-align: left;
        border-right: 0;
    }

    .search-bar .btn-search {
        margin: 10px 0 30px;
    }

    .search-bar.bottom {
        position: relative;
        bottom: auto;
    }

    .boxed+.search-bar.container {
        margin-top: 0;
    }
}

.primary-navbar>li>a {
    padding: 13px;
}

.logo>a {
    margin-right: 10px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 37vh;
    margin: auto;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.blog-wrap::after {
    background-color: none;
}

@media (max-width: 970px) {
    #footer__menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 800px) {
    #footer__menu {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

#card-tour {
    transition: all 0.3s;
}

#card-tour:hover {
    transform: scale(1.05);
}

.li__a {
    transition: all 0.5s;
}

.li__a:hover {
    /* color: #747373 !important; */
    color: var(--colorThirdWebSite) !important;
    /* color: #000 !important; */
}

.button__input {
    transition: all 0.5s;
}

.button__input:hover {
    color: #e9e9e9 !important;
}

.boton-whats {
    position: fixed;
    bottom: 15%;
    right: 30px;
    z-index: 5001;
}

.boton-whats i{
    font-size:35px;
    color:#26ed16 !important;
}

.firstDropdown + .dropdown-backdrop {
    display:none;
}

.firstDropdownMoney + .dropdown-backdrop {
   display:none;
}

@media (max-width: 350px) {
    #smallPrice {
        font-size: 23px;
    }    
}

.primary-navbar>li>a {
    color: var(--colorLetrers);
}

.logo>span {
    color: var(--colorLetrers);
}

.footerClass {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

@media (max-width: 987px) {
    .menuSections {
        text-align: center;
        justify-content: center;
    }
    .menuTitle {
        text-align: center;
    }
}

@media (max-width: 472px) {
    .footerClass {
        flex-direction: column;
    }

    .border-box {
        padding: 7px;
    }
}

.blog-info * {
    /* overflow: hidden; */
    overflow-wrap: break-word;
}

.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;
}

@media (max-width: 440px) {
    .pricesExperiences {
        flex-direction: column;
    }
}

@media (max-width: 275px) {
    .small, small {
        font-size: 70%;
    }
}

.liPrices {
    background-color: var(--colorSecondWebSite);
    padding: 7px 7px;
    border-radius: 4px;
    color: var(--colorLetrers);
}

.btnReserva {
    background-color: var(--colorButton);
}

.btn-warning {
    background-color: var(--colorButton);
}

.btn-warning:hover {
    background-color: var(--colorThirdWebSite);
    color: #fff;
}

.to-top {
    background-color: var(--colorButton);
}

@media (max-width: 1500px) {
    .search-bar.bottom {
        margin-top: -175px;
    }
}

@media (max-width: 1050px) {
    .search-bar.bottom {
        margin-top: -160px;
    }
}

/* .infoReservHotel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */

.btnHabitReserva {
    padding: 5px 7px;
    background-color: var(--colorButton) !important;
}

.btnMediaResponsive {
    height: 26px;
    margin-top: 11px;
    padding: 8px 13px;
    border-radius: 7px
}

.containerBtnPrice {
    height: 76px;
    align-items: center;
}

.lineHeightLetters {
    line-height: 36px;
}

@media (max-width: 300px) {
    .containerBtnPrice {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .btnMediaResponsive {
        height: 26px;
        margin-top: 11px;
        padding: 8px 13px;
        border-radius: 7px
    }

    .btnContainerMain {
        margin-top: 10px;
    }
    .lineHeightLetters {
        line-height: 22px;
    }

    .section-title {
        line-height: 40px;
    }
}

.spacingHabitations {
    background-color: #ffff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 12px; 
    border-radius: 0.8rem;
}

.containerMotorHotelInputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 460px) {
    .containerMotorHotelInputs {
        display: block;
    }
}

.civiSubCon {
    /* max-width: 330px; */
    min-width: 220px;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 2.6px;
}
.civitatisContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 930px) {
    .civitatisContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 630px) {
    .civitatisContainer {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .civiSubCon {
        /* width: 260px; */
        width: 248px;
    }
    /* .containerImgSubcarrousel {
        height: 10vh;
    } */
}

/* .containerImgSubcarrousel {
    height: 17vh;
} */

.imgPreloaderLogo {
    position: relative; 
    top: 40px; 
    width: 70%; 
    max-width: 300px; 
    height: auto; 
    min-width: 170px;
}

@media(max-height: 290px) {
    .imgPreloaderLogo {
        position: relative; 
        top: 40px;
        width: 100px; 
        height: auto; 
        min-width: 10px;
    }   
}
/* preloader new */
.position-absolute {
    height: fit-content;
    width: fit-content;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.pl {
	display: block;
	margin: auto;
	width: 16em;
	height: auto;
}
.pl line {
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.pl__line1,
.pl__line9 {
	animation-name: line1;
}
.pl__line2,
.pl__line8 {
	animation-name: line2;
}
.pl__line3,
.pl__line7 {
	animation-name: line3;
}
.pl__line4,
.pl__line6 {
	animation-name: line4;
}
.pl__line5 {
	animation-name: line5;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),90%,10%);
		--fg: hsl(var(--hue),90%,90%);
	}
}

/* Animations */
@keyframes line1 {
	from,
	8% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	18% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	28% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	38% {
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	48% {
		opacity: 1;
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	53% {
		opacity: 0;
		stroke-dashoffset: 31.99;
		transform: translate(8px,16px);
	}
	56% {
		animation-timing-function: steps(1,start);
		opacity: 0;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	60% {
		animation-timing-function: ease-out;
		opacity: 1;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	70% {
		animation-timing-function: ease-in-out;
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	80% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	90% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	to {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
}
@keyframes line2 {
	from,
	6% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	16% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	26% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	36% {
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	46% {
		opacity: 1;
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	51% {
		opacity: 0;
		stroke-dashoffset: 31.99;
		transform: translate(8px,16px);
	}
	54% {
		animation-timing-function: steps(1,start);
		opacity: 0;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	58% {
		animation-timing-function: ease-out;
		opacity: 1;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	68% {
		animation-timing-function: ease-in-out;
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	78% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	88% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	98%,
	to {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
}
@keyframes line3 {
	from,
	4% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	14% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	24% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	34% {
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	44% {
		opacity: 1;
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	49% {
		opacity: 0;
		stroke-dashoffset: 31.99;
		transform: translate(8px,16px);
	}
	52% {
		animation-timing-function: steps(1,start);
		opacity: 0;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	56% {
		animation-timing-function: ease-out;
		opacity: 1;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	66% {
		animation-timing-function: ease-in-out;
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	76% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	86% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	96%,
	to {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
}
@keyframes line4 {
	from,
	2% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	12% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	22% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	32% {
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	42% {
		opacity: 1;
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	47% {
		opacity: 0;
		stroke-dashoffset: 31.99;
		transform: translate(8px,16px);
	}
	50% {
		animation-timing-function: steps(1,start);
		opacity: 0;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	54% {
		animation-timing-function: ease-out;
		opacity: 1;
		stroke-dashoffset: 32;
		transform: translate(0,16px);
	}
	64% {
		animation-timing-function: ease-in-out;
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	74% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	84% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	94%,
	to {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
}
@keyframes line5 {
	from {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	10% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	20% {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	30% {
		stroke-dashoffset: 0;
		transform: translate(0,0);
	}
	40% {
		stroke-dashoffset: -16;
		transform: translate(0,15px);
	}
	50% {
		stroke-dashoffset: -31;
		transform: translate(0,-48px);
	}
	58% {
		stroke-dashoffset: -31;
		transform: translate(0,8px);
	}
	65% {
		stroke-dashoffset: -31.99;
		transform: translate(0,-24px);
	}
	71.99% {
		animation-timing-function: steps(1);
		stroke-dashoffset: -31.99;
		transform: translate(0,-16px);
	}
	72% {
		animation-timing-function: ease-in-out;
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}
	82% {
		stroke-dashoffset: 16;
		transform: translate(0,8px);
	}
	92%,
	to {
		stroke-dashoffset: 31.99;
		transform: translate(0,16px);
	}

}
.spotlight-wrap>a {
    z-index: 5;
}
.dimensionesSVG {
    width: 160px;
    height: 200px;

}
.circuitInfo {
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 6px 6px 5px #dadada;
}

.circuitName {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.circuitBtn {
    background-color: #F3F3F3;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 6px auto;
    justify-content: center;
    display: flex;
    width: max-content;
}

@media (max-width: 400px) {
    .containerInfoGr {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    
    .containerInfoGG {
        width: 100%;
    }
}

.containerInformationUser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 7px 20px;
    border-radius: 12px;
    /* border: 2px solid red; */
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55);
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25); */
}

.otrasExperiencias {
    background-image: url('../assets/images/backgrounds/imagen-viaje-2.jpg');
}

.containeTitleCircuitVi {
    background-color: #fff;
    padding: 10px;
    margin-top: 21px;
    font-family: 'LOVELOBLACK';
}

.img-wrapper {  
    /* width: 400px;
    height: 400px; */
    overflow: hidden; 
}  

.inner-img {
    transition: 0.3s;
}
  
.inner-img:hover {
    transform: scale(1.1);
}

.btnDatosCompra {
    background-color: var(--colorButton);
    color: white;
}

.btnDatosCompra:active {
    background-color: var(--colorThirdWebSite);
    color: #000;
}

.btnDatosCompra:hover {
    background-color: var(--colorThirdWebSite);
    color: #fff;
}

/* new card */
.blog-card {
    max-width: 80%;
    box-sizing: border-box;
    margin: 2rem auto;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
  }
  
  .blog-card:hover {
    transform: scale(1.03);
  }
  
  .blog-card img {
    height: 15rem;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
  }
  
  .blog-content {
    background-color: rgb(245, 250, 250);
    padding: 0.3rem 2rem 1rem 2rem;
  }
  
  .author {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    overflow: hidden;
  }
  
  .author img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    border: 1px solid rgb(164, 160, 160);
  }
  
  .author p {
  font-style: italic;
  }
  
  .blog-label {
    display: inline-block;
    background-color: rgb(194, 131, 16);
    color: white;
    border-radius: 15px;
    padding: 0 1rem;
  }
  
  /* @media (min-width: 48rem) {
    .blog-card {
      max-width: 30%;
    }
  } */
  
    .containBtnArticulo {
        height: 44px;
        /* background: red; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btnArticulo {
        border: none;
        border-radius: 5px;
        padding: 8px 7px;
        color: var(--colorLetrers);
        background-color: var(--colorButton);
    }

    .containerCategoria {
        background: #FF8080;
        padding: 10px;
    }
    .categoriaTitle {
        color: white;
        background-color: #EF9595;
        padding: 8px 6px;
    }
    .contentCategoria {
        background-color: #FFC5C5;
        padding: 2px;
    }

    .containerUl {
        list-style: none;
        color: white;
    }

    .liStyleData {
        margin: 10px 13px;
    }

    .selectedOptionCategory {
        text-decoration: none;
        background-color: #010440;
        color: #fff;
        padding: 0px 11px;
        border-radius: 15px;
    }

    .containerNotFoundArticules {    
        padding: 120px 10px;
        text-align: center;
        width: 100%;
    }

    .rowArticuloInformation {
        margin: 16px 0; 
        padding: 10px; 
        background-color: var(--colorLetrers); 
        display: flex;
        align-items: center;
    }

    .containerImageMainArticulo {
        display: flex; 
        flex-direction: column; 
        margin: 0.5rem 0;
    }

    .imagenMainArticulo {
        display: flex; 
        width: 96%; 
        height: 280px; 
        margin: 0 auto; 
        justify-content: center;
    }

    @media (max-width: 1000px) {
        .imagenMainArticulo { 
            width: 90%; 
            height: 220px;
        }    
    }

    @media (max-width: 680px) {
        .rowArticuloInformation {
            flex-direction: column;
        }
        .imagenMainArticulo {
            /* width: initial;  */
            width: 96%;
        }
    }

    .subtitleContainer {
        display: block; 
        /* justify-content: justify;  */
        /* align-items: center; */
    }

    @media (max-width: 400px) {
        .subtitleContainer {
            /* flex-direction: column; */
        }
    }

    /* Cupones styles Unique */
    .containerCupones {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 3px;
    }

    .comprobarValidateCupon {
        border: none; 
        border-radius: 5px; 
        margin: 0 4px;
        background-color: #5AA469;
        padding: 5px;
        height: 28px;
    }

    .mensajeStyleCupon {
        padding: 2px 10px;
        background-color: #B31312;;
        border-radius: 5px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
    }
    .backgroundValid {
        /* background-color: #5AA469; */
        background-color: #0e6e21;
    }
    .backgroundNotValid {
        background-color: #B31312;
    }

    .containerTheMessageCuponResponse {
        background-color: green;
        color: white;
        text-align: center;
        border-radius: 5px; 
        width: auto;
        padding: 0px 4px;
        margin: 0;
        height: min-content;

        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        padding: 2px 7px;
    }

    @media(max-width: 448px) {
        .mensajeStyleCupon {
            max-width: 373px;
        }
    }

    @media(max-width: 419px) {
        .containerTheMessageCuponResponse {
            max-width: 345px;
        }
    }

    @media(max-width: 386px) {
        .containerTheMessageCuponResponse {
            max-width: 336px;
        }
    }

    @media(max-width: 386px) {
        .containerTheMessageCuponResponse {
            max-width: 336px;
        }
    }

    @media(max-width: 376px) {
        .containerTheMessageCuponResponse {
            max-width: 325px;
        }
    }

    @media(max-width: 400px) {
        .comprobarValidateCupon {
            width: 120px;
            height: 28px;
        }
        .containerCupones {
            /* flex-direction: column; */
        }
        .mensajeStyleCupon {
            max-width: 330px;
        }
    }

    @media(max-width: 330px) {
        .mensajeStyleCupon {
            max-width: 257px;
        }
    }

    @media(max-width: 300px) {
        .mensajeStyleCupon {
            max-width: 237px;
        }
    }

    .categoryDefined {
        background: #685454;
        color: #fff;
        padding: 2px 7px;
        border-radius: 10px;
    }

    .myTextBreak {
        word-wrap: break-word;
    }