@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,300italic,300,600italic,700italic,800,800italic&subset=latin,latin-ext);

body {
    background-color: #f2f2f2;
    font-family: 'Open Sans';
    font-weight: 400;
}
header {
    color: #000;
}
a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}
input, select {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px dashed #21d8de;
}
input[type="date"] {
    background: url(../img/icon-calendar.png) right center no-repeat;
    padding-right:20px;
}
select {
    padding-right: 20px;
    background: url(../img/icon-arrow.png) right center no-repeat;
}
.background-wrapper {
    background-image: url('/img/beach.jpg');
    background-position: center center;
    background-size: cover;
}
.main-search-row {
    padding-top: 60px;
    min-height: 550px;
    display: flex;
    align-items: center;
}

#mainSearch label {
    font-weight: 400 !important;
}
.search input, .search select {
    font-weight: 400;
    margin: 10px 0px;
}
.search .children input {
    margin: 0px 10px;
}
.fullwidth {
    width: 100%;
}
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select option {
    background: #fff;
    color:#000;
}
strong {
    font-weight: 400;
}

.search.panel {
    background-color: rgba(255,255,255, 0.8);
}
.search.panel .panel-body {
    border-top: 5px solid #21d8de;
    background: #fff;
}
.search.panel .panel-footer {
    background: transparent;
}
.search .btn {
    margin-top: 10px;
}
.btn.btn-default {
    background-color: #1ec3c8;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
    padding: 8px 30px;
    border-radius: 3px;
}
.btn.btn-default:active, .btn.btn-default:hover, .btn.btn-default:focus  {
    background-color: #21d8de;
}
.btn.btn-xs{
    padding: 4px 14px;
    font-size: 11px;
}
.btn.btn-grey {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #333;
}
.m-10-l {
    margin-left: 10px;
}
.m-10-t {
    margin-top: 10px;
}
.children {
    display: none;
    border: 1px solid rgb(242, 242, 242);
    margin: 0px;
    padding: 10px 0px 0px;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
}


.filters ul {
    padding: 0px;
    list-style-type: none;
}
.filters .panel-title {
    color: #000;
    font-size: 20px;
}
.filters .panel-title a {
    display: block;
}
.filters .panel-title a:hover, .filters .panel-title a:focus {
    text-decoration: none;
}
.filters .panel-body {
    border-top: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
}
.filters .panel {
    padding: 10px 15px;
}
.filters .panel-body a {
    color: #333;
    font-size: 12px;
}
.filters .panel-body a label {
    font-weight: 400;
    cursor: pointer;
}
.filters .panel-body a label:hover {
    color: #21d8de;
}

    /**** OFFER LIST ****/
.offer-list {
    margin-top: 10px;
}
.offer-list figure {
    border-right: 1px dashed #21d8de;
}
.offer-list .offer-info .hotelName a {
    font-size: 30px;
    color: #333;
    font-weight: 300;
}
.offer-list .offer-info .hotelName p {
    max-width: 80%;
}
.offer-list .offer-info .hotelName a:hover {
    color: #21d8de;
}
.offer-list .offer-info .hotelRating .stars {
    color: #21d8de;
}
.offer-list .offer-info .hotelLocation p.grey {
    font-weight: 400;
    color: #999;
}

.offer-list .offer-info .user-rating {
    position: absolute;
    right: 15;
    top: 0px;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
}
.offer-list .offer-info .user-rating ins {
    text-decoration: none;
    font-size: 30px;
}
.offer-list .offer-info .user-rating ins small {
    font-weight: 300;
}
.offer-list .offer-info .user-rating .reviewers {
    color: #999;
    border-top: 1px solid #d2d2d2;
}
.offer-list .offer-info .hr {
    width: 30px;
    margin: 0;
    height: 4px;
    background-color: #111;
}
.offer-list .offer-info .price small {
    font-weight: 300;
    color: #333;
    font-size: 14px;
}
.offer-list .offer-info .price {
    color: #21d8de;
    font-size: 24px;
}


.white {
    color: #fff;
    font-weight: 300;
}
.bg-white {
    background-color: #fff;
    padding-top: 60px;
}
.subtitle {
    font-size: 40px;
}
strong {
    font-weight: 600;
}
.bg-white.research {
    background-color: #fff;
    margin-top: -100px;
    padding-top: 30px;
    min-height: 100px;
}
.m-neg-200-t {
    margin-top: -200px;
}
.bg-grey {
    background-color: #f2f2f2;
    padding: 15px;
    border-bottom: 1px dashed #21d8de;
}
.offer-container .offer-panel {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.offer-container .help p {
    font-weight: 300;
    font-size: 14px;
    margin: 0px;
}
.offer-container .offer-panel .help p strong{
    font-weight: 500;
    font-size: 18px;
}
.offer-container .offer-panel figure {
}
.offer-container .offer-panel .offer-info p.hotelName  {
    font-size: 36px;
    color: #333;
    font-weight: 300;
    margin: 0px;
}
.offer-container .offer-panel .offer-info .hotelRating .stars {
    color: #21d8de;
}
.offer-container .offer-panel .offer-info p.grey {
    font-weight: 400;
    color: #999;
}
.offer-container .offer-panel .price small {
    font-weight: 300;
    color: #333;
    font-size: 14px;
}
.offer-container .offer-panel .price {
    color: #21d8de;
    font-size: 24px;
}
.offer-container #map {
    height: 400px;
    width: auto;
}


/* calendar override */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1ec3c8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #B4B4B4;
}
.bootstrap-datetimepicker-widget table th {
    font-weight: 200;
    background-color: #f2f2f2;
    border-radius: 0px;
}
.table {
    border: 1px solid #d2d2d2;
}
.table.offer-table {
    border: 1px solid #d2d2d2;
    font-size: 14px;
}
.table > tbody > tr > td {
    font-weight: 300;
    border: 1px solid #d2d2d2;
}
.table > thead > tr > th {
    font-weight: 500;
    border: 0px;
}
.table > thead > tr {
    border: 0px;
}

.table.offer-table.borderless {
    border: 0px;
    font-size: 14px;
}
.table.borderless > tbody > tr > td {
    font-weight: 300;
    vertical-align: middle;
    border: 0px;
    border-top: 1px dashed #d2d2d2;
}
.table.borderless > thead > tr > th {
    font-weight: 500;
    border: 0px;
    vertical-align: middle;
}
.table > thead > tr {
    border: 0px;
}

h1 a{
    color: #fff;
}
h1 a:hover{
    color: #f2f2f2;
}

.fa-sun-o {
    color: rgb(255, 198, 0);
    margin-right: 10px;
}

.fa-tint {
    color: #2f6590;
    margin-right: 10px;
}


.light {
    font-weight: 300;
}
.normal-important {
    font-weight: 400 !important;
}
hr.small-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 4px solid #f2f2f2;
    width: 30px;
    margin-right: 0px;
}
.teal {
    color: #21d8de;
}
.border-r-dashed {
    border-right: 1px dashed #21d8de;
}
.row .map-switch {
    margin: 0px;
}
.row .map-switch div {
    padding: 10px;
    background: #21d8de;
    color: #fff;
    cursor: pointer;
}
.row .map-switch div.active {
    background: #1ec3c8;
}

#footer {
    background-color: rgb(22, 150, 177);
    margin-top: 40px;
    padding: 40px 0px;
    color: #fff;
}
#footer a {
    color: #c3c3c3;
}
#footer a:hover {
    color: #23527c;
}

#footer .white-links a {
    color: #fff;
    text-transform: uppercase;
}
#footer .white-links a:hover {
    color: #f2f2f2;
}
.offerForm input {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

pre {
    background-color: #fff;
}

.title-hr:before {
    content: "";
    width: 10em;
    height: 2px;
    background-color: #21d8de;
    position: absolute;
}
.title-hr {
    background-color: #ddd;
    height: 2px;
    border-top: 0px;
}
.home-sales-img img{
    width: 100%;
}
.home-sales-text {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
.sales-item .small-hr {
    margin-right: auto;
    margin-left: auto;
}
.sales-item {
    cursor: pointer;
}
.sales-item .home-sales-img, .sales-item .small-hr, .sales-item .home-sales-text, .offer-list img{
    transition: all .2s ease-in-out;
}
.sales-item:hover .home-sales-img, .offer-list img:hover {
    opacity: 0.7;
}
.sales-item:hover .small-hr {
    border-color: #21d8de;
}
.sales-item:hover .home-sales-text {
    color: #21d8de;
}
.navbar-default {
    background-color: rgba(33,33,33, 0.5);
    border: 0px none;
    color: #fff;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-brand:hover {
    color: #21d8de;
}

.partners {
    margin-top: 5em;
}

#aer1, #aer2, #aer3, #aer4 {
    margin-right: 10px;
}

.pagination .drop {
    padding: 4px 12px 5px 12px;
}
.line-height {
    line-height: 2.5em;
}
.rating-text p{
    font-weight: 300;
    text-align: center;
}
.grade-text {
    font-size: 40px;
}
.easy-autocomplete {
    width: 100%;
}
.easy-autocomplete-container {
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 210px;
}
.easy-autocomplete-container ul {
    display: none;
    background-color: #fff;
    border: 1px dashed #21d8de;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    list-style-type: none;
    padding: 5px;
    max-height: 200px;
    overflow-y: scroll;
}
.easy-autocomplete-container ul li {
    padding: 5px;
}
.easy-autocomplete-container ul li:hover {
    cursor: pointer;
    background-color: #eff8f8;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}