body{margin:0px;padding:0px; font-size:16px;font-family: 'SofiaProRegular';}
@font-face {
    font-family: 'SofiaProExtraLight';
    src: url('../fonts/SofiaProExtraLight.eot');
    src: url('../fonts/SofiaProExtraLight.eot') format('embedded-opentype'),
         url('../fonts/SofiaProExtraLight.woff2') format('woff2'),
         url('../fonts/SofiaProExtraLight.woff') format('woff'),
         url('../fonts/SofiaProExtraLight.ttf') format('truetype'),
         url('../fonts/SofiaProExtraLight.svg#SofiaProExtraLight') format('svg');
}

@font-face {
    font-family: 'SofiaProLight';
    src: url('../fonts/SofiaProLight.eot');
    src: url('../fonts/SofiaProLight.eot') format('embedded-opentype'),
         url('../fonts/SofiaProLight.woff2') format('woff2'),
         url('../fonts/SofiaProLight.woff') format('woff'),
         url('../fonts/SofiaProLight.ttf') format('truetype'),
         url('../fonts/SofiaProLight.svg#SofiaProLight') format('svg');
}


@font-face {
    font-family: 'SofiaProRegular';
    src: url('../fonts/SofiaProRegular.eot');
    src: url('../fonts/SofiaProRegular.eot') format('embedded-opentype'),
         url('../fonts/SofiaProRegular.woff2') format('woff2'),
         url('../fonts/SofiaProRegular.woff') format('woff'),
         url('../fonts/SofiaProRegular.ttf') format('truetype'),
         url('../fonts/SofiaProRegular.svg#SofiaProRegular') format('svg');
}
@font-face {
    font-family: 'SofiaProSemiBold';
    src: url('../fonts/SofiaProSemiBold.eot');
    src: url('../fonts/SofiaProSemiBold.eot') format('embedded-opentype'),
         url('../fonts/SofiaProSemiBold.woff2') format('woff2'),
         url('../fonts/SofiaProSemiBold.woff') format('woff'),
         url('../fonts/SofiaProSemiBold.ttf') format('truetype'),
         url('../fonts/SofiaProSemiBold.svg#SofiaProSemiBold') format('svg');
}

@font-face {
    font-family: 'Sofia Pro Bold';
    src: url('../fonts/SofiaPro-Bold.eot');
    src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('../fonts/SofiaPro-Bold.woff') format('woff'),
        url('../fonts/SofiaPro-Bold.ttf') format('truetype'),
        url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Black';
    src: url('../fonts/SofiaPro-Black.eot');
    src: url('../fonts/SofiaPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Black.woff2') format('woff2'),
        url('../fonts/SofiaPro-Black.woff') format('woff'),
        url('../fonts/SofiaPro-Black.ttf') format('truetype'),
        url('../fonts/SofiaPro-Black.svg#SofiaPro-Black') format('svg');
    font-weight: 900;
    font-style: norma

}
.wrapper{max-width:1310px;margin:auto; position:relative}

img{ max-width: 100% }
a, button{  -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
a:hover, a:focus{outline:none;text-decoration:none}
hr{border-top: solid 1px #cccccc; margin-bottom:30px; margin-top:30px;}
.container{width:100%; margin:auto}
.header-main{ position: absolute; left: 0;right: 0; z-index: 10; top: 0 }
.header-main.sticky-header{ position: sticky; }
.header-main.sticky-header .header-top{ display: none }

header{background: #fff;padding:15px 0 0;position: sticky; top: 0}
header .container{padding:0px;width:100%}
.header-top{padding:15px 0 10px; background: rgba(211,211,211,0.7);}
.tagline{ font-size: 24px; color: #1565c0; text-align: right; font-family: 'SofiaProRegular';padding:7px 0; }

.header-left{margin:0px;padding:0px;}
.header-left span{ margin-right:15px;}

.header-right{ margin:0; padding:0; float:right}
.header-right li{ list-style:none; float:left; margin-left:15px;}
.header-right li a{ color:#000; font-size:20px;}

.home-slider{ position: relative; }
#home-slider img{width:100%; height: auto; position: relative;}
.slider-caption{ background: rgba(0,0,0,0.5); position: absolute; max-width:700px; width: 100%; left: 0; right:0; bottom: 130px; margin:auto;padding:5px 15px; text-align: center; color: #fff;font-family: 'SofiaProExtraLight'; font-size: 23px; }
.slider-caption h2{ color: #fff; font-size: 35px;font-family: 'SofiaProSemiBold'; }
.navbar-collapse{padding: 0}
.navbar{float: none; margin:10px 0 0; background:#1565c0; border-radius:0; min-height:100%}
.navbar-nav>li{margin-left:8px;}
.navbar-nav>li>a{font-family: 'SofiaProLight'; font-size: 15px; text-transform:uppercase; color: #fff; border:none;padding: 10px 7px}
.navbar-nav>li.active a{ border:none;color:#ffb042; background: none }
.navbar-nav>li a:hover{color:#ffb042; background: none }
.navbar-nav>li ul{ display:none}
.navbar-nav>li:hover ul{ display:block;padding:0 0 0px; margin:0; position:absolute; left:0; top:100%;background:#1565c0;width:210px;z-index: 10; }
.navbar-nav>li:hover ul li{ list-style:none; border-bottom:solid 1px #10539e}
.navbar-nav>li:hover ul li a{color:#fff; font-size:12px;padding:10px 10px; display:block; line-height:15px;}
.navbar-nav>li:hover ul li a:hover{color:#ffb042}
.navbar-nav>li:hover ul li ul{display: none;max-height:250px; overflow:auto}
.navbar-nav>li:hover ul li{ position: relative; }
.navbar-nav>li ul li:hover ul{display: block; left: 100%; top:0}
.nav>li>a:hover, .nav>li>a:focus{ background:none; }

.owl-carousel .owl-nav button{ position: absolute; top: 0; bottom: 0; height: 60px; width: 60px; background: rgba(0,0,0,0.2) !important; margin:auto; display: block; }
.owl-carousel .owl-nav button:hover{background: rgba(0,0,0,0.5) !important; }
.owl-carousel .owl-nav button span{ font-size:0px; color: #fff }
.owl-carousel .owl-nav button.owl-next{right: 0}
.owl-carousel .owl-nav button.owl-next:before{ content: '\f105';font-family: 'FontAwesome'; font-size:35px;  color: #fff; margin-left: 5px; }
.owl-carousel .owl-nav button.owl-prev{ left: 0 }
.owl-carousel .owl-nav button.owl-prev:before{content: '\f104';font-family: 'FontAwesome'; font-size:35px; color: #fff; margin-left: -15px;}

.body-container{ padding:20px 0; }
.body-container h2{ text-align: center; background: url(../images/heading-bg.png) center top no-repeat; padding:35px 0; font-size:35px; text-transform: uppercase; color: #666666;font-family: 'SofiaProExtraLight';}
.box-outer{ margin: 0;padding:30px 0px }
.grey-box{ background: #f4f4f4;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26); }
.grey-box img{width: 100%;}
.box-des{ padding:20px; color: #666 }
.box-des h3{ color: #484848; font-size: 20px; text-transform: uppercase; margin:0; padding: 0 0 15px; }
.box-des a{ border:solid 2px #ffb042; padding:10px 25px; color: #ffb042; text-transform: uppercase; margin-top: 25px; display: inline-block; }
.box-des a:hover{ background: #ffb042; color: #fff}

footer{ background: #3e3e3e;padding:18px 0 10px; text-align: center; }
.footer-link{ display: inline-block; margin:0;padding:0px 0 10px; }
.footer-link li{ list-style: none; display: inline-block; margin: 0 15px; }
.footer-link li a{ font-size:16px; color: #e8e8e8;font-family: 'SofiaProExtraLight';}

.footer-social{ display: inline-block; margin: 0; padding: 0}
.footer-social li{ display: inline-block; list-style: none; margin:0 15px; }
.footer-social li a{ color: #8a8a8a; font-size:20px; }
footer li a:hover{ color: #ffb042 }

.inner-body-container{margin-top:250px; padding: 0 0px 50px;}
.nav-tabs>li>a{ text-transform: uppercase; font-size:18px; letter-spacing: 1.5px; background: #ffbb5b; color: #fff; border-radius: 0 }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{ background: #f9f9f9;border-bottom: 1px solid #ededed;border-bottom-color: transparent;  }
.tab-inner{ background: #f9f9f9;padding:40px 40px;border-left: 1px solid #ededed; border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; margin-bottom: 40px;border-top: 1px solid #ededed;  }
.search-form label{ text-transform: uppercase; font-size: 11px; color: #666666;font-family: 'SofiaProLight'; margin-bottom:8px; min-height:30px; display:block}
.search-form select{ border-radius: 0;padding:10px; height: auto; box-shadow: none; color: #999;margin-bottom: 15px; font-size: 15px; border: solid 1px #e3e3e3}
.search-form input{ border-radius: 0;padding:10px; height: auto; box-shadow: none; color: #999; margin-bottom: 15px; font-size: 15px;border: solid 1px #e3e3e3}
.search-form .input-group-addon{ border-radius: 0; background: none; }
.search-form .input-group-addon i{ font-size: 22px; }
.search-form .form-group{ margin-bottom:25px; }
.search-form button{ background:#ffb042; text-transform: uppercase; font-size: 20px; padding:8px 35px; border-radius: 0; color: #fff; float: right;}
.search-form button:hover{ background:#1565c0; color: #fff }

.search-form input::-webkit-input-placeholder {color:#999;}
.search-form input::-moz-placeholder { color: #999;}
.search-form input:-ms-input-placeholder {color: #999;}
.search-form input:-moz-placeholder { color: #999;}

.search-heading{ border-bottom: solid 1px #d6d6d6;padding-bottom: 20px;}
.result-heading picture{width:74px; float: left; margin:10px 15px 0 0;}
.result-heading h3{color:#1565c0; font-size: 30px; margin:0;padding:0;}
.result-heading span{ font-size: 20px;color: #666666 }
.result-heading .rating{ margin:0px;padding:0px; }
.result-heading .rating li{ list-style: none; float: left; margin-right:5px; }

.search-button{ margin:30px 0 0px; padding:0px; float: right; }
.search-button a{ background: #ffbb5b; color: #fff; text-transform: uppercase;padding:8px 15px; margin-left: 10px; }

.seach-result-table{ width: 100%; border: solid 1px #eeeeee }
.seach-result-table th{ background: #1565c0; color: #fff;padding:10px; font-weight: normal; font-size: 20px; }
.seach-result-table td{ background: #f9f9f9; border-bottom:solid 1px #d5d5d5;padding:10px; }
.seach-result-table td select{margin-top:10px;width: 100px;}

.header-inner{ position: relative; }
.inner-container{padding:50px 0;}
.inner-banner{ position: relative; }
.inner-banner .container{ margin:auto; position: relative; }
.inner-caption{ position: absolute;; bottom: 0; background: rgba(0,59,109,0.7);padding:15px; left: 0; right: 0 }
.inner-caption h2{text-transform: uppercase;color: #fff; letter-spacing: 3px;font-family: 'SofiaProSemiBold'; margin:0px;padding:0px 0 15px;}
.breadcrumb{margin:0px;padding:0px; background: none}
.breadcrumb li{list-style: none; margin-right:25px; position: relative;}
.breadcrumb li a{color:#fff;font-family: 'SofiaProExtraLight';}
.breadcrumb>li+li:before{ content: "\f105"; font-family: 'FontAwesome';position: absolute;left: -22px; font-size: 20px; top: -2px; color: #fff;}

.left-sidebar{border:solid 2px #c2c2c2; background: #e5e5e5;padding:30px;border-radius: 3px;}
.left-sidebar h3{color:#003b6f;font-family: 'Sofia Pro Black';font-size:30px; margin:0px;padding:0px; line-height:45px;}
.left-sidebar h4{font-size:28px;color:#6d6d6d;font-family: 'SofiaProExtraLight';}
.left-sidebar .booking-price{color:#1ea4e3;font-family: 'Sofia Pro Bold'; font-size:22px;margin:10px 0 0;}
.edit-btn{border:solid 1px #ff9a0e;color:#ff9a0e;font-family: 'Sofia Pro Bold';text-transform: uppercase;font-size:15px;letter-spacing: 3px;background: #fff; text-align: center;padding:13px 35px; display: block;}

.sidebar-box{ border:solid 1px #ff9a0e;margin:25px 0; }
.sidebar-box h2{background:#ff9a0e;color:#fff;letter-spacing: 3px; font-size:15px;font-family: 'SofiaProSemiBold';text-align: center;margin:0px;text-transform:uppercase;}
.sidebar-box h2 a{color: #fff;padding: 15px; display: block;}
.border-box-inner{ padding:20px; }
.sidebar-subhedaing{color:#ff9a0e;font-family: 'Sofia Pro Bold';font-size:20px; margin-bottom: 5px}

.sidebar-select label{color:#1ba0e1;font-family: 'Sofia Pro Bold';font-size:18px;margin-bottom: 5px;}
.sidebar-select .select-outer{background: #1ba0e1;padding:5px 5px 5px 25px; font-size:15px;text-transform:uppercase;letter-spacing: 3px;font-family: 'SofiaProSemiBold';color:#fff; max-width: 250px;}
.sidebar-select .select-outer select{width:100px; height: 35px; border:solid 1px #0274a6; color: #666; background:#fff url(../images/select-arrow.png) 95% 10px no-repeat; -webkit-appearance: none;
   -moz-appearance:none;appearance:none;padding:5px 7px;}

 .sidebar-box .total-price span{font-size:25px;color:#6a6a6a;}
 .sidebar-box .total-price{color:#ff9a0e; font-size:40px;font-family: 'SofiaProSemiBold';}  
 .sidebar-proname{font-size:25px;color:#6a6a6a;font-family: 'SofiaProSemiBold'; line-height: 20px; margin-bottom: 15px}
  .sidebar-proname span{font-size:20px;font-family: 'SofiaProRegular';}
.sidebar-pro-view{margin:15px 0 15px;float: left;width: 100%}
  .sidebar-pro-view ul{margin:0px;padding:0px;}
  .sidebar-pro-view ul li{ list-style: none; float: left;color:#535353;border-left:solid 1px #535353; font-size:15px;padding:0 8px; }
  .sidebar-pro-view ul li:first-child{border: none}

  .total-booking-price{background: #003a6c;color: #ff9a0e; font-size:45px;font-family: 'Sofia Pro Bold';padding:25px 30px;margin:35px 0 20px;}
  .total-booking-price label{color:#fff; font-size:22px; display: block; line-height: 15px;}

  .btn-orange{background: #ff9a0e; display: block;padding:12px 0; color: #fff;font-size:15px; letter-spacing: 3px;text-transform: uppercase;text-align: center;font-family: 'Sofia Pro Bold'; margin-bottom: 20px;}

.right-panel h2{color: #003868;font-family: 'Sofia Pro Black';font-size:35px; letter-spacing:normal; margin-bottom: 25px;}
.grey-box{ background: #ebebeb; padding:0px 0px;border-radius: 0;box-shadow: none }
.white-box{background:#fff; padding:30px 40px;border-radius: 0;box-shadow: none}
.white-box hr{margin:55px 0;}
.grey-box h3, .white-box h3{color: #1ba0e1; font-size:22px; margin:0px 0 35px;padding:0px;font-family: 'Sofia Pro Bold';}
.right-panel{color:#666;}
.right-panel label{text-transform: uppercase;color: #003b6d;font-size:15px; letter-spacing: 2px;}
.right-panel .form-group{margin-bottom: 30px;}
.right-panel select{ border-radius: 0px;min-width:200px;background:#fff url(../images/select-arrow.png) 95% 10px no-repeat;-webkit-appearance: none;-moz-appearance:none;appearance:none; height: 35px; border:solid 1px #dcdcdc;padding:5px 25px 5px 10px;}
.right-panel .dob select{min-width:100px;}
.right-panel input{border-radius: 0; height: 35px;border:solid 1px #dcdcdc; box-shadow: none}
.privacy-line{ margin-bottom:45px; display: block; }
.privacy-line a{font-style: italic;text-decoration:underline;color: #1ba1e0}
.right-panel .btn-orange{padding:12px 0; font-size:14px;}
.contact-tagline{ margin-top:75px; display: block; }
.right-panel .form-inline button{ border: none; background: #1ba1e0; letter-spacing: 3px;text-transform: uppercase;color: #fff; height: 35px; font-size: 13px; padding:5px 15px; margin-left: 10px; vertical-align:top ;font-family: 'SofiaProSemiBold';}


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
   font-size:13px;
   line-height: 25px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align:top;
  width: 27px;
  height: 27px;
  background: white;
  border:solid 1px #dbdbdb;
}
.styled-checkbox:hover + label:before {
  background: #023a6d;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #023a6d;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left:9px;
  top:12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "\f107";
  top:15px;
  right:30px;
  width: 0;
  height: 0;
font-family: 'FontAwesome';
font-size: 20px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  content: "\f106";
  top:15px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #666;
  padding:8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-selected {padding:18px 16px; color:#ccc;}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 8px 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox-list{margin:20px 0 30px;padding:0px; float: left; width: 100%}
.checkbox-list li{ list-style: none; float: left; margin-right: 25px;}

.similar-hotels{ background: #e5e5e5;padding:60px 0; }
.similar-hotels-heading h2{color:#003a6c; text-transform: uppercase;letter-spacing: 3px; font-size:22px;font-family: 'Sofia Pro Black'; position: relative; display: inline-block; margin-bottom: 15px; }
.similar-hotels-heading h2:before{content:'';background: #ff9a0e; height: 2px; width: 30px; position: absolute; left:-60px; top: 12px;}
.similar-hotels-heading h2:after{content:'';background: #ff9a0e; height: 2px; width: 30px; position: absolute; right:-60px; top: 12px;}
.similar-hotels-heading{ text-align: center; font-family: 'SofiaProLight'; max-width: 710px; margin:auto; }

.hotel-filters{ background: #c5c3c4;padding:15px; margin:100px 0 30px; }
.hotel-filters select{width:400px; height: 60px;}

.hotel-caption{background: #fff;padding:15px;}
.hotel-caption h2{color:#003a6c;font-size:22px;font-family: 'Sofia Pro Black'; margin:0px;padding:0px;}
.hotel-caption span{color:#666; font-size: 15px; margin-top: 15px; display: block;}
.hotel-caption span i{color: #ccc}

.owl-pagination{
        display: none;
}
.customNavigation a{
    color: #fff;
}
.customNavigation .btn{
    border-radius: 0;
    background-color: #7B797A;
    font-size: 13px;
    padding: 0 6px;
}
.owl-carousel .owl-item img{
    margin: 0 auto;
}

.customNavigation{float: right;}
.customNavigation .btn{ background: none; font-size:30px; color: #003c77 }

.car-hire-des{padding:50px 0;}
.select-outer{ background: #1ba0e1;padding:7px; display: table; width: 100%;margin-bottom: 30px;}
.select-outer input{width:100%;background:#fff url(../images/select-arrow.png) 98% 10px no-repeat;}
.select-outer .form-inline{ width:65%; display: table-cell;}
.select-outer label{width:35%;display: table-cell;color: #fff }

.pickup-outer{padding:0px 0;}
.pickup-time{color:#00386d; text-transform: uppercase;letter-spacing:2px;font-family: 'Sofia Pro Black';padding:0 15px;}
.pickup-time input{background:#fff url(../images/select-arrow.png) 95% 10px no-repeat;font-size:14px; border:solid 1px #dcdcdc; width:150px; margin-left:0px;padding:10px 20px 10px 10px;  font-family: 'SofiaProRegular'; color:#666;}
.pickup-time label{float: left; width: 50%; margin-top:8px;}

.pickup-time input::-webkit-input-placeholder { color:#ccc; font-style: italic;font-family: 'SofiaProExtraLight';}
.pickup-time input:-ms-input-placeholder {color:#ccc; font-style: italic;font-family: 'SofiaProExtraLight';}
.pickup-time input::placeholder {color:#ccc; font-style: italic;font-family: 'SofiaProExtraLight';}
.pickup-outer hr{margin:40px 0;}

.carhire-tabs{padding:40px 0;}
.carhire-tabs .nav-tabs{border-top:solid 1px #cccccc; border-bottom: solid 1px #cccccc;padding:10px 0;}
.carhire-tabs .nav-tabs>li{margin-right:5px;}
.carhire-tabs .nav-tabs>li>a{background:#cccccc;color:#003a6c;font-family: 'Sofia Pro Bold';font-size: 15px; letter-spacing: 3px;padding:13px 45px;}
.carhire-tabs .nav-tabs>li.active a{background:#003a6c;color: #fff;font-family: 'Sofia Pro Bold'; font-weight: normal; position: relative;}
.carhire-tabs .nav-tabs>li.active a:after{ width:25px;height: 0; margin:auto; border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #003a6c;content: " ";position: absolute;pointer-events: none;
    left: 0;right: 0; bottom: -21px;}

.carhire-tabs .tab-content{padding:25px 0 0;}


.sortby{ float: right;max-width: 270px; margin:0px 0 25px; }
.sortby select{min-width:170px; margin-left: 15px;}
.carhire-list{ box-shadow: 1px 1px #ccc; position: relative;margin-bottom:5px;padding:15px; -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.34);-moz-box-shadow:3px 3px 6px -3px rgba(0,0,0,0.34);box-shadow:3px 3px 6px -3px rgba(0,0,0,0.34)}

/*.carhire-list:after{content:'';background:#f8f8f8; right: 0; position: absolute;; height: 100%; width: 100%; max-width: 242px; top: 0}*/

.carheading{ font-size:22px; color: #0a0a0a;font-family: 'Sofia Pro Black'; max-width: 172px; margin-bottom: 15px; line-height: 20px;}
.carheading span{font-family: 'SofiaProLight'; font-size:18px;}
.carhire-info .sidebar-pro-view li{ font-size: 15px;padding:0 5px; line-height: 15px;color: #0a0a0a }
.carhire-info .sidebar-pro-view li:first-child{padding-left: 0}

.manual-list{ float: left;width: 100% }
.manual-list ul{margin:0px;padding:0px;}
.manual-list ul li{ list-style: none; background: url(../images/icon-right.jpg) left 5px no-repeat;padding-left: 18px;color: #0c0c0c; font-size: 15px; }

.milage-fuel ul{margin:0px;padding:0px;}
.milage-fuel ul li{ list-style: none;color:#0c0c0c; margin-bottom: 15px; font-size: 15px; line-height: 18px;}
.milage-fuel ul li strong{ display: block; margin-left:25px; }
.milage-fuel ul li i{margin-right:5px; width:15px;}
.milage-fuel ul li img{margin-right:5px;}

.carhire-price{padding:12px 0 12px 0; position: relative; z-index: 1;right: -15px;}
.carrentel-logo{margin-bottom:70px; text-align: right;}
.hire-price{color: #313131;font-family: 'Sofia Pro Bold'; font-size: 40px; text-align: right; line-height:28px; letter-spacing:1px;}
.hire-price span{font-family: 'SofiaProRegular'; font-size:15px; display: block;}
.btn-bordered{border:solid 1px #ff9a0e; color: #ff9a0e; display: block; text-align: center;text-transform: uppercase;font-family: 'Sofia Pro Black';font-size: 14px; letter-spacing: 2px;padding:12px 0;}
.carhire-price .btn-orange{letter-spacing: 2px; margin-bottom: 10px;}

.attraction-collapse{margin:0px;}
.attraction-collapse .panel-heading{background:#ff9a0e;border: none;padding:0;border-radius: 0}
.attraction-collapse .panel-heading h4 a{ display: block;padding:25px 25px;font-family: 'Sofia Pro Black'; font-size: 22px;color: #fff; position: relative;}
.panel{border: none; box-shadow: none}
.attraction-collapse.panel-group .panel+.panel{margin-top:30px;}
.attraction-collapse .panel-heading h4 a[aria-expanded="true"]:before{position: absolute; content: "\f106"; top: 15px;right: 30px; font-family: 'FontAwesome'; font-size:35px;}
.attraction-collapse .panel-heading h4 a[aria-expanded="false"]:before{content: "\f107";top: 15px;right: 30px; font-family: 'FontAwesome'; font-size:35px;position: absolute;}

#big .item { text-align: center; }
#thumbs{margin-top: 20px;}
#thumbs .item { background: #C9C9C9; max-height:120px; line-height:70px; padding: 0px; margin:0px; color: #FFF; border-radius:0px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

.property-timining{ background: #ff9a0e;padding:30px 30px 0; margin: 50px 0 0; font-size: 20px; font-family: 'SofiaProRegular';}
.property-timining .start-time{font-family: 'Sofia Pro Black';color: #053670; font-size: 20px; margin-bottom:30px;}
.property-info{ padding:25px 0; line-height:28px; color: #666;font-family: 'SofiaProLight'; }
.property-info h3{color: #013d73; font-size: 25px;font-family: 'Sofia Pro Black'; margin-bottom: 20px;}
.info-btn{ background: #ff9a0e; color:#fff; text-transform: uppercase;padding:12px 80px; letter-spacing: 3px; font-size: 15px; margin-top:30px; display: inline-block; }

.attraction-collapse .grey-box{padding:30px;}
.attraction-collapse .grey-box h3{color: #023b70; font-size: 25px;font-family: 'Sofia Pro Black';}
.attraction-collapse .grey-box h4{color: #ff9a0e;font-size: 25px;font-family: 'Sofia Pro Black';}
.ticket-typelist{padding:5px 0;}
.ticket-typelist select{min-width:120px;}
.ticket-typelist label{ display: inline-block; width: auto }
.ticket-typelist .select-outer{margin:0;}
.ticket-typelist span{color:#1ba0e1;font-family: 'Sofia Pro Black'; font-size: 22px; margin-top:8px; display: inline-block;}
.total-price{color:#f89c0d; font-family: 'Sofia Pro Black'; margin-bottom: 35px;}
.total-price span{color: #6c6c6c; font-size: 22px;}
.attraction-collapse .grey-box .btn-orange{margin-bottom: 0}

.attraction-tabs .tab-content h3{color: #1ba0e1;font-size: 22px;font-family: 'Sofia Pro Bold';}
.attraction-tabs .tab-content strong{color:#003a6c; font-family: 'SofiaProRegular'; display: block;}
.attraction-tabs .tab-content ul{ margin:0px;padding:25px 0 25px; }
.attraction-tabs .tab-content li{background: url(../images/icon-star.jpg) left 5px no-repeat; padding-left: 25px; list-style: none; margin-bottom:0px; line-height: 25px;}
.attraction-tabs .tab-content li strong{color:#003a6c;font-family: 'SofiaProRegular'; font-weight:bold;}

/* --------------------------- Custom -----------------------------------*/


#overlay {
    background: rgba(0,0,0,0.5);
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

    #overlay img {
        border: solid 10px #fff;
        border-radius: 10px;
        background: #fff;
    }

.field-validation-error {
    font-size: 11px;
    color: red;
    float:left;

}


/*-------------------------------------------------*/


.grey-bg {
    background: #efefef;
    padding: 15px;
}

.search-hotel h2 {
    background: #243675;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
}

.grey-bg button {
    background: #243675;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 0px;
    margin-top: 15px;
    float: right;
}

    .grey-bg button:hover {
        background: #fdbb2f;
        color: #666;
    }

.search-result {
    margin: 0px 0 20px;
    padding: 0px;
}

    .search-result h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #353535;
        font-weight: 500;
        margin: 0px;
        padding: 0px 0 5px;
    }

    .search-result span {
        font-size: 15px;
        color: #243675;
        margin-bottom: 10px;
    }

.search-button {
    margin-top: 15px;
}

    .search-button a {
        background: #ffb042;
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 15px;
        color: #fff;
        margin-right: 10px;
    }

        .search-button a:hover {
            background: #243675;
            color: #fff;
        }

.table-white {
    background: #fff;
    font-size: 15px;
    margin-top: 20px;
}

    .table-white table {
        width: 100%;
    }

        .table-white table th {
            border-bottom: solid 1px #243675;
            font-size: 16px;
            text-transform: uppercase;
            color: #243675;
            vertical-align: middle !important;
        }

        .table-white table td {
            color: #666;
            vertical-align: middle !important;
        }

        .table-white table tr.grey td {
            background: #f5f5f5;
        }

/* -------------------- Tickets Image Gallery----------------------- */

.gallery {
    margin: 0px !important;
    padding: 0px;
    text-align: center;
}

.gallery li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 4px 0;
    padding: 0px !important;
    text-align: center;
    float: none !important;
}

.gallery li img {
    border: solid 1px #fff;
}
.search-middle{background: #f6f6f6;padding:15px; margin:35px 0;}
.search-middle h2{color:#015fa7;font-family: 'Sofia Pro Bold'; font-size: 35px; text-align: center;;margin: 0; padding:0 0 35px;}
.search-middle label{ min-height: 45px; }
.search-middle label span{ display: block; }

.sidebar-boxouter{margin-bottom: 35px;}
.offer-price{background: url(../images/offer-banner-bg.png) right top no-repeat;width:103px; height: 81px; color: #fff; text-align: center; font-size: 15px; line-height: 15px;padding:10px 10px;
float: right;position: absolute;bottom:-35px;right: 0}
.offer-price strong{ font-size: 25px; margin-bottom: 10px; line-height: 20px; }
.sidebar-offer img{width:100%;}
.sidebar-offer { position: relative; margin-bottom: 35px; }
.sidebar-des h2{color:#015fa7; font-size: 22px; line-height: 18px;}
.sidebar-des strong{color:#015fa7; font-size: 16px;}
.sidebar-des ul{margin:15px 0px;padding:0px;}
.sidebar-des ul li{ list-style: none;background: url(../images/color-star.png) left 5px no-repeat;padding:0 0 0 25px;  margin-bottom: 10px;}
.car-hire-container{padding:215px 0 0}
.blank-label{margin-top:0px; display:block}
.form-group .fromDate{background:url(../images/calendar.svg) 96% top no-repeat;background-size:22px 40px;}

.universal-sidebar {font-size: 14px;line-height: 16px;font-weight: 100;}
.universal-sidebar h2{color:#ff9a0e; margin:0; padding:0 0 15px}
.universal-sidebar h3{color:#000; margin:0; padding:10px 0 15px;text-transform: uppercase; font-size: 16px; font-weight: 600}
.universal-sidebar .btn-default{background: #ff9a0e; color: #fff;text-transform: uppercase; padding: 12px 30px; letter-spacing: 3px; font-size: 15px; margin-top:10px; display: inline-block;}
.universal-sidebar .btn-default:hover {background: #1565c0; color: #fff;}

.large-thumb-slider button i{display:none}
.large-thumb-slider .owl-nav button{width:50px !important;}
.large-thumb-slider .owl-nav button.owl-prev:before{margin:0px;}
.large-thumb-slider .owl-nav button.owl-next:before{margin:0px;}
.large-thumb-slider .item img{max-height:530px;}

.tab-menu{background:#ffa12d;padding:12px; height: auto !important; max-width: 1310px; margin:auto;}
.tab-menu ul{margin:0px;padding:0px; text-align: center;}
.tab-menu ul li{ display: inline-block;}
.tab-menu ul li a{color:#fff;padding:9px 35px 10px;text-transform: uppercase; display: inline-block; position: relative;}
.tab-menu ul li a:focus::before{top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #ff9b0f;
    border-width:15px;
    margin-left: -15px;}

.spa-main{margin-top:30px;}
.spa-main section{padding:30px 0}
.details-tab h2{background:#023b72;color:#fff;font-size:20px; text-transform: none;padding:10px 15px; margin-bottom: 20px;}
.details-tab h3{color:#023b72;font-size:18px; font-weight: 600; text-transform: none;margin-bottom: 20px;}
.details-tab .tab-inner{padding:30px 0; background: none; border:none;}
.details-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background:#fff}
.details-tab .nav-tabs>li>a{padding:8px 10px; font-size: 14px; background: #ff9a0e}
.details-tab .tab-inner ul{margin:0px;padding:0px 0 0 25px;}
.details-tab .tab-inner ul li{margin:0px 0 5px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    max-width:800px;
    margin:auto;
    box-sizing:border-box;
    max-height: 650px;
    overflow: auto
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity:1 !important;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}



/* --------------- cookies ------------------ */

.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

        .cookies-eu-banner button:hover {
            background: #fff;
            color: #222;
        }


.hidden {
    display: none;
}