@import url(https://fonts.googleapis.com/css?family=Lato:400, 300italic, 300, 400italic, 700, 700italic, 900, 900italic);

/* @import url(https://fonts.googleapis.com/css?family=Playfair+Display:400, 400italic, 700, 700italic, 900, 900italic); */

#preloader,
body {
    background-color: #fff;
}

.site-title {
    font-size: 2.5em;
}

.section-title small,
.text-uppercase,
ul.list-caret small {
    text-transform: uppercase;
}

#header .toggle-menu-holder .toggle-menu:after,
#main-menu>nav>ul>li,
.button,
.button.wide-fat,
.goto-top:after,
.grid.about-details,
.section .section-intro,
noscript {
    text-align: center;
}

.dropcaps,
form.location-search .search-field .col-field-left {
    float: left;
}

.font-playfair {
    font-family: 'Lato';
    /* ont-family: 'Playfair Display' */
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.section.holidays-bg,
.section.image-bg {
    background-position: center center;
    background-size: cover;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    color: #51575b;
}

a:visited {
    color: #0F0;
}

a:hover {
    color: #0F0;
}

p {
    margin-bottom: 30px;
    margin-top: 0;
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

.higlight {
    color: #8bcf17;
}

.orange {
    color: orange;
}

.emphasize {
    font-weight: 900;
}

.wide-fat {
    width: 100%
}

.clearfix {
    display: table;
    content: '';
    clear: both;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.margin-top-40 {
    margin-top: 40px!important;
}

.font-family-icon {
    font-family: ElegantIcons;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-ultra-bold {
    font-weight: 900;
}

.button-hover {
    color: #fff;
    text-decoration: none;
    background-color: #8bcf17;
    border-top: solid 1px #8bcf17;
    border-left: solid 1px #8bcf17;
    border-right: solid 1px #8bcf17;
    border-bottom: solid 1px #8bcf17;
}

noscript {
    display: block;
    color: red;
    margin: 100px 0 0;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.light {
    background-color: #f5f8f9;
}

.section.image-bg {
    background-image: url(images/content/camel-caravane.webp);
}

.section.holidays-bg {
    background-image: url(images/content/feature-img.jpg);
}

.section.holidays-bg .section-title {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.section.holidays-bg .section-title small {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.section.no-padding {
    padding: 0;
}

.section.no-padding-bottom,
.section.no-padding-top {
    padding-top: 0;
}

.section.sm-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.xs-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

#special-offers .section-intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#testimonials .section {
    color: #fff;
}

.page-title {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-size: 48px;
    color: #51575b;
    margin-bottom: 20px;
}

blockquote {
    background-color: #f8f9fa;
    border-left: solid 3px #8bcf17;
    margin: 0 0 30px;
    padding: 20px;
}

.dropcaps {
    display: inline-block;
    margin: -5px 0 0 -4px;
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #8bcf17;
}

.section-title,
ul.list-bullets,
ul.list-caret {
    margin-bottom: 30px;
}

.text-marked {
    color: #8bcf17;
}

ul.list-bullets li {
    position: relative;
    padding-left: 15px;
}

ul.list-bullets li:before {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    top: 1px;
    left: 0;
    color: #8bcf17;
}

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;
    color: #8bcf17;
}

ul.list-caret li+li {
    margin-top: 15px;
}

ul.list-caret a {
    color: #51575b;
    text-decoration: none;
}

ul.list-caret a:hover {
    color: #8bcf17;
}

ul.list-caret small {
    display: block;
    font-size: 11px;
    line-height: 1;
    color: #95a7b3;
}

.section-title {
    margin-top: 30px;
    color: #8bcf17;
}

.section-title small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #95a7b3;
}

.block-title {
    margin-top: 0;
    color: #8bcf17;
}

#special-offers h1.page-title,
#testimonials h2.page-title {
    color: #fff;
}

.button {
    display: inline-block;
    padding: 9px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: solid 1px #95a8b4;
    border-left: solid 1px #95a8b4;
    border-right: solid 1px #95a8b4;
    border-bottom: solid 1px #95a8b4;
    background-color: #629B62;
    color: #FFF;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.button.green,
input.green {
    background: #8bcf17;
    border-color: #8bcf17;
    color: #fff;
}

.button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8bcf17;
    border-top: solid 1px #8bcf17;
    border-left: solid 1px #8bcf17;
    border-right: solid 1px #8bcf17;
    border-bottom: solid 1px #8bcf17;
}

.button.mini {
    padding: 3px 16px;
}

.button.narrow {
    padding: 8px 20px;
}

.button.wide-fat {
    padding-left: 0;
    padding-right: 0;
}

.iconic-field {
    position: relative;
}

.iconic-field i {
    position: absolute;
    right: 10px;
    top: 12px;
}

input.green .placeholder {
    color: red;
}

input.green:focus {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.button.navy {
    background: #95a8b4;
    border-color: #95a8b4;
    color: #fff;
}

.button.navy:hover {
    background: #778f9f;
    border-color: #778f9f;
}

.button.iconic {
    padding: 15px;
    font-size: 22px;
}

.button.orange {
    background: #F69423;
    border-color: #F69423;
    color: #fff;
}

.button.orange:hover {
    background: #dd7b09;
    border-color: #dd7b09;
}

.button.orange2 {
    background: #FFB515;
    border-color: #FFB515;
    color: #fff;
}

.button.orange2:hover {
    background: #e19a00;
    border-color: #e19a00;
}

.button.orange3 {
    background: #FAAE83;
    border-color: #FAAE83;
    color: #fff;
}

.button.orange3:hover {
    background: #f88e52;
    border-color: #f88e52;
}

.button.purple {
    background: #7F59A0;
    border-color: #7F59A0;
    color: #fff;
}

.button.purple:hover {
    background: #65477f;
    border-color: #65477f;
}

.button.blue2 {
    background: #70D0F6;
    border-color: #70D0F6;
    color: #fff;
}

.button.blue2:hover {
    background: #40c0f3;
    border-color: #40c0f3;
}

.button.blue {
    background: #0683CF;
    border-color: #0683CF;
    color: #fff;
}

.button.blue:hover {
    background: #05649d;
    border-color: #05649d;
}

.button.low-blue {
    background: #E3E7EA;
    border-color: #E3E7EA;
    color: #95a8b4;
}

.button.low-blue:hover {
    background: #c6ced4;
    border-color: #c6ced4;
}

.button.green:hover {
    background: #8bcf17;
    border-color: #8bcf17;
}

.button.close {
    border: none;
    padding: 0;
    margin-top: 20px;
    margin-right: 20px;
    text-shadow: none;
    color: #fff;
}

.button.close:hover {
    background: 0 0;
}

.button.close i {
    font-size: 40px;
    color: #fff;
}

@media screen and (min-width:1200px) {
    .section .section-intro .entry-content {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media screen and (min-width:998px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.goto-top {
    transition: all .3s ease;
    background-color: #8bcf17;
    border-radius: 4px;
    position: fixed;
    opacity: 0;
    right: 5px;
    bottom: 20px;
    padding: 20px;
}

#main-menu li a:hover:before,
#main-menu li.active a:before {
    opacity: 1;
}

#header,
.goto-top {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.goto-top:after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
}

#header {
    transition: all .3s ease;
    z-index: 500;
    position: relative;
    background-color: #fff;
}

#header.splited {
    top: 0!important;
}

#header .container:after,
#header .container:before {
    display: table;
    content: '';
    clear: both;
}

#header .branding {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
}

#header .branding a:hover {
    text-decoration: none;
}

#header #main-menu {
    margin: 0 0 0 5%;
    display: inline-block;
    width: 100%
}

.head-container {
    width: 1300px;
    margin: 0 auto;
    min-height: 200px;
}

#header .branding {
    display: table;
}

#header .toggle-menu-holder .toggle-menu {
    transition: all .5s ease;
    display: block;
    width: 50px;
    height: 50px;
    top: 22px;
    right: 29px;
    cursor: pointer;
    z-index: 50;
    background-color: #D8E0E4;
    border-radius: 3px;
}

#header .toggle-menu-holder .menu-body,
#header .toggle-menu-holder .toggle-menu {
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#header .toggle-menu-holder .toggle-menu.active,
#header .toggle-menu-holder .toggle-menu:hover {
    background-color: #8bcf17;
}

#header .toggle-menu-holder .toggle-menu:after {
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    color: #fff;
    font-family: fontawesome;
}

#header .toggle-menu-holder .menu-body {
    transition: all .5s ease;
    background-color: #fff;
    z-index: 1030;
    border-bottom: 10px solid #8bcf17;
}

#header .toggle-menu-holder .menu-body.closed {
    right: -100%
}

#header .toggle-menu-holder .menu-body.opened {
    right: 0;
}

#header .toggle-menu-holder .menu-body ul li {
    border-left: 1px solid #d1d9de;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e5e9;
}

#header .toggle-menu-holder .menu-body ul li a {
    padding: 18px 20px;
    display: block;
    min-width: 390px;
    color: #95a8b4;
}

#header .toggle-menu-holder .menu-body ul li a i {
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin: 0 20px 0 0;
}

#header .toggle-menu-holder .menu-body ul li a:hover {
    color: #8bcf17;
    text-decoration: none;
}

.modal-body input {
    margin-bottom: 15px;
}

#main-menu:after,
#main-menu:before {
    display: table;
    content: '';
    clear: both;
}

#main-menu a {
    color: #51575b;
    position: relative;
}

#main-menu a:hover {
    color: #8bcf17;
}

#main-menu .btn-group {
    float: right;
}

#main-menu>nav>ul>li {
    margin: 0 0 0 0;
}

#main-menu>nav>ul>li>a {
    padding-top: 50px;
    height: 97px;
    min-width: 110px;
    position: relative;
}

#main-menu>nav>ul>li>a i {
    color: #5e7584;
    font-size: 24px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -12px;
    transition: all .2s ease;
}

#main-menu li a,
#main-menu>nav>ul>li>a i {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#main-menu>nav>ul>li>a:hover i {
    color: #495a66;
}

#main-menu li {
    float: left;
    position: relative;
}

#main-menu li:last-child {
    margin-right: 0;
}

#main-menu li .dropdown-menu {
    top: 80px;
}

#main-menu li .dropdown-menu li {
    width: 100%
}

#main-menu li .dropdown-menu li a {
    text-transform: capitalize;
    display: block;
    background-color: #fff;
    border: none;
    color: #95a8b4;
}

#main-menu li .dropdown-menu li a:before {
    display: none;
}

#main-menu li .dropdown-menu li a:hover {
    color: #8bcf17;
    background-color: #edf3f7;
}

#main-menu li a {
    transition: all .2s ease;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

#main-menu li a:hover {
    text-decoration: none;
}

#main-menu li.active a {
    color: #8bcf17;
    text-decoration: none;
}

#main-menu li.external a {
    color: #c10e60;
    text-decoration: none;
}

#main-menu li a:before {
    transition: all .2s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    border-bottom: 3px solid #8bcf17;
    display: block;
    opacity: 0;
}

#main-menu li.external a:before {
    border-bottom: 5px solid #c10e60;
}

#main-menu li a:before,
.featured-overlay {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#featured {
    position: relative;
}

.featured-teaser-text {
    margin: 95px 0 0;
}

#featured img {
    display: block;
    margin: 0 auto;
}

.flex-direction-nav a {
    width: 50px;
    height: 50px;
    background-color: rgba(139, 207, 23, .8);
    background: 0 0\9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc8bcf17', endColorstr='#cc8bcf17');
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.flex-direction-nav a:not([dummy]) {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
}

.flex-direction-nav a:hover {
    background: rgba(0, 0, 0, .7);
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    font-family: ElegantIcons;
    font-size: 40px;
    margin-top: -8px;
    color: #fff;
}

.flex-direction-nav a.flex-next:before {
    content: "\35"
}

.flex-direction-nav a.flex-prev:before {
    content: "\34"
}

.flex-control-nav {
    bottom: 20px!important;
    display: table;
}

.flex-control-nav.flex-control-paging li a {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
    text-indent: -9999px;
}

.flex-control-nav.flex-control-paging li a.flex-active,
.flex-control-nav.flex-control-paging li a:hover {
    background: #8bcf17;
    border: 2px solid #fff;
}

.featured-overlay {
    transition: all .2s ease;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 41.5%;
    height: 100%;
    background: rgba(18, 55, 78, .6);
    z-index: 10;
    color: #fff;
}

.featured-overlay form.location-search .search-field {
    margin-bottom: 26px!important;
}

.featured-overlay form.location-search .search-field input[type=submit] {
    margin-top: 6px;
}

.featured-overlay label {
    margin: 0 0 12px!important;
    line-height: 21px!important;
}

.featured-overlay .featured-overlay-inner {
    margin: 100px 30px 30px;
    padding-left: 10%;
    padding-right: 68px;
}

.featured-overlay .featured-overlay-inner label {
    margin-bottom: 8px;
}

.featured-overlay-inner .featured-teaser-text,
.featured-overlay-inner .social-networks,
.featured-overlay-inner form.location-search {
    width: 100%
}

form.location-search .search-field {
    margin-bottom: 20px;
}

form.location-search .search-field label {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    margin: 0 0 12px;
}

form.location-search .search-field:after,
form.location-search .search-field:before {
    display: table;
    content: '';
    clear: both;
}

form.location-search .search-field .col-field-right {
    float: right;
}

form.location-search div[class^=col-field-] {
    width: 46%
}

form.location-search div[class^=col-field-]:after,
form.location-search div[class^=col-field-]:before {
    display: table;
    content: '';
    clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    form.location-search input[type=text],
    form.location-search input[type=date],
    form.location-search input[type=time],
    form.location-search select,
    form.location-search select option {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #000;
        height: 38px;
        padding-left: 10px;
    }
}

form.location-search input[type=text],
form.location-search input[type=date],
form.location-search input[type=time],
form.location-search select,
form.location-search select option {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background: #dfe7eb;
    color: #000;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    form.location-search input[type=text],
    form.location-search input[type=date],
    form.location-search input[type=time],
    form.location-search select,
    form.location-search select option {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        background: #dfe7eb;
        color: #000;
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
    }
}

.button.load-more,
form.location-search input[type=submit].button {
    background: #8bcf17;
    border-color: #8bcf17;
    color: #fff;
}

button.load-more:hover,
form.location-search input[type=submit].button:hover {
    background: #8bcf17;
    border-color: #8bcf17;
}

form.location-search label[for=destination] {
    font-size: 24px;
}

form.location-search #destination {
    background: url(images/magnify.png) 97.5% 50% no-repeat #dfe7eb;
}

form.location-search #destination:focus {
    background: url(images/magnify-active.png) 97.5% 50% no-repeat #dfe7eb;
}

form.location-search #hotel {
    background: url(images/magnify.png) 94% 50% no-repeat #dfe7eb;
}

form.location-search #hotel:focus {
    background: url(images/magnify-active.png) 94% 50% no-repeat #dfe7eb;
}

form.location-search div.quantity {
    position: relative;
}

form.location-search div.quantity input.minus,
form.location-search div.quantity input.plus {
    border: none;
    width: 20px;
    height: 19px;
    color: #fff;
    text-indent: -9999px;
}

form.location-search div.quantity input.minus {
    bottom: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    background: url(images/down-arrow.png) 50% 15% no-repeat #8bcf17;
    -webkit-border-radius: 0 0 3px;
    border-radius: 0 0 3px;
}

form.location-search div.quantity input.minus,
form.location-search div.quantity input.plus {
    right: 0;
    position: absolute;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

form.location-search div.quantity input.plus {
    top: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    background: url(images/up-arrow.png) 50% 85% no-repeat #8bcf17;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.featured-teaser-text h1,
.featured-teaser-text h2 {
    /* font-family: 'Playfair Display', serif; */
    margin: 0;
}

.featured-teaser-text h1 {
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 15px;
}

.featured-teaser-text h2 {
    font-size: 40px;
    margin: 0;
}

.featured-overlay-inner .social-networks {
    margin: 107px 0 0;
}

.featured-overlay-inner .social-networks a {
    font-size: 23px;
}

footer input[type=submit] {
    width: auto;
}

.featured-teaser-text p {
    margin: 9px 0;
    font-size: 16px;
}

.social-networks ul:after,
.social-networks ul:before {
    display: table;
    content: '';
    clear: both;
}

.social-networks ul li {
    float: left;
    margin-right: 25px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #fff;
}

.social-networks ul li a:hover {
    color: #8bcf17;
    text-decoration: none;
}

.index-mini #amazing-tours {
    padding-top: 50px;
}

.homepage#about-us,
.index2 #amazing-tours {
    padding-top: 0;
}

.index2 .section-amazing-tours .slide-holder {
    margin: 0 0 48px;
}

.index2 #our-travel {
    padding-bottom: 0;
}

.index2 #our-travel .tour-category-item {
    margin-bottom: 0;
}

.index2 #amazing-tours .page-title {
    margin-bottom: 41px;
}

.index2 #amazing-tours .caroufredsel_wrapper p {
    margin-bottom: 25px;
}

.index2 #top-slider {
    margin: 0 0 52px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .featured-overlay {
        width: 43%
    }
    .featured-overlay .featured-overlay-inner {
        margin: 30px;
        padding-left: 0;
    }
    .featured-overlay-inner .featured-teaser-text,
    .featured-overlay-inner .social-networks,
    .featured-overlay-inner form.location-search {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:1199px) {
    .featured-teaser-text {
        display: none;
        visibility: hidden;
    }
}

#about-us {
    background-color: #fff;
    border-bottom: 1px solid #e9eff4;
}

#about-us .page-title {
    margin: 25px 0 0;
}

#about-us .about-details {
    margin: 90px 0 0;
}

.grid.about-details p {
    margin: 10px 0 27px;
}

.grid.about-details h2 {
    font-size: 18px;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

.grid.about-details .button {
    padding: 4px 16px;
}

.grid.about-details div[class*=about-detail-] {
    padding-top: 200px;
}

.grid.about-details div[class*=about-detail-]:hover h2 {
    color: #8bcf17;
}

.grid.about-details div[class*=about-detail-]:hover .button {
    color: #fff;
    text-decoration: none;
    background-color: #8bcf17;
    border-top: solid 1px #8bcf17;
    border-left: solid 1px #8bcf17;
    border-right: solid 1px #8bcf17;
    border-bottom: solid 1px #8bcf17;
}

#mi-nav a,
#mi-nav a:hover {
    text-decoration: none!important;
}

.grid.about-details .honey-moon {
    background: url(images/honey-moon.png) 50% 0 no-repeat;
}

.grid.about-details .honey-moon:hover {
    background: url(images/honey-moon-active.png) 50% 0 no-repeat;
}

.grid.about-details .explore-nature {
    background: url(images/explore-nature.png) 50% 0 no-repeat;
}

.grid.about-details .explore-nature:hover {
    background: url(images/explore-nature-active.png) 50% 0 no-repeat;
}

.grid.about-details .amazing-travel {
    background: url(images/amazing-travel.png) 50% 0 no-repeat;
}

.grid.about-details .amazing-travel:hover {
    background: url(images/amazing-travel-active.png) 50% 0 no-repeat;
}

@media screen and (max-width:991px) {
    .grid.about-details div[class*=about-detail-] {
        margin-bottom: 50px;
    }
}

#awesome-destinations {
    background: url(images/world-map-bg.png) 50% 50% no-repeat fixed #e9eff4;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 60px;
    padding-bottom: 127px;
}

#awesome-destinations .page-title {
    margin: 23px 0 0;
}

.destinations ul.destination-lists:after,
.destinations ul.destination-lists:before {
    display: table;
    content: '';
    clear: both;
}

.destinations ul.destination-lists .destination {
    display: inline-block;
    float: left;
    padding: 10px;
}

.destinations ul.destination-lists .destination img {
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.destinations ul.destination-lists .post .post-thumbz {
    position: relative;
    display: block;
    text-align: left;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.destinations ul.destination-lists .post .post-thumbz .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: block;
    opacity: 0;
    transition: all .2s ease;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#mi-nav a span,
.destinations ul.destination-lists .post .post-thumbz .info {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#mi-nav a:hover span,
.destinations ul.destination-lists .post .post-thumbz:hover .info {
    opacity: 1;
}

.destinations ul.destination-lists .post .post-thumbz .info:after,
.destinations ul.destination-lists .post .post-thumbz .info:before {
    display: table;
    content: '';
    clear: both;
}

.destinations ul.destination-lists .post .post-thumbz .info:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background: #8bcf17;
    border-top: none;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
}

.destinations ul.destination-lists .post .post-thumbz .info span.title {
    color: #fff;
    width: 80%;
    float: left;
    line-height: 24px;
}

.destinations ul.destination-lists .post .post-thumbz .info span.title span {
    font-size: 30px;
}

.destinations ul.destination-lists .post .post-thumbz .info span.title span.small {
    font-size: 16px;
}

.destinations ul.destination-lists .post .post-thumbz .info .button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    float: right;
    text-align: center;
}

.post-navigation:after,
.post-navigation:before {
    display: table;
    content: '';
    clear: both;
}

.post-navigation .more-destinations,
.post-navigation .nex-prev-post {
    display: table;
    float: left;
}

.post-navigation .nex-prev-post a {
    margin-right: 15px;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 24px;
}

.post-navigation .button:hover {
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .7);
}

@media screen and (min-width:797px) and (max-width:1199px) {
    .destination-lists li {
        width: 33%
    }
}

@media screen and (max-width:992px) {
    .post-navigation .nex-prev-post a {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:796px) {
    .destinations {
        width: 390px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .destinations ul.destination-lists .destination {
        float: none;
        max-width: 100%
    }
}

#special-offers {
    position: relative;
    background-color: #51575b;
    border-top: 1px solid #e9eff4;
    padding-top: 0;
    padding-bottom: 0;
}

#special-offers .page-title {
    margin: 86px 0 24px;
}

#special-offers .section-intro h2 {
    font-size: 36px;
    line-height: 36px;
}

#special-offers .price {
    background: #8bcf17;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding: 7px 60px;
    margin: 1px 0 0;
}

#special-offers .section-intro {
    width: 550px;
    color: #51575b;
}

#special-offers .section-intro h1.page-title,
#special-offers .section-intro h2 {
    color: #51575b;
}

#special-offers .star-ratings i {
    font-size: 36px;
    color: #8bcf17;
    margin-right: 8px;
}

#special-offers .star-ratings i:last-child {
    margin-right: 0;
}

.mi-slider:after,
.mi-slider:before {
    display: table;
    content: '';
    clear: both;
}

.mi-slider img,
.mi-slider li {
    max-width: 100%;
    height: auto;
}

#mi-nav,
#mi-nav:before,
.mi-slider li a {
    height: 100%
}

.mi-slider li h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff000;
}

#mi-nav a:before,
#mi-nav:before {
    content: "";
    background-color: #8bcf17;
}

.mi-slider li div.container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
}

#mi-nav {
    top: 440px;
    left: 123px;
    width: 250px;
    max-height: 650px;
    border-top: none;
    position: relative;
}

#mi-nav:before {
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

#mi-nav a {
    display: block;
    float: none;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 25px;
    width: 30px;
    height: 104px;
    overflow: visible;
}

#mi-nav a:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 200px;
    top: -12.5px;
    left: -12.5px;
}

#mi-nav a.mi-selected:before {
    display: none;
    visibility: hidden;
}

#mi-nav a.mi-selected:after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    color: #444;
    padding: 3px 0 0;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #8bcf17;
    background-color: #fff;
    border-radius: 200px;
    top: -17px;
    left: -17px;
}

#mi-nav a.mi-selected span {
    display: block;
}

#mi-nav a span {
    position: relative;
    top: -30px;
    left: 40px;
    width: 160px;
    background: #3a3e4a;
    padding: 15px 20px;
    color: #fff;
    display: block!important;
    opacity: 0;
    transition: all .2s ease;
}

#mi-nav a span:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: -webkit-calc(22%);
    top: calc(22%);
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #3a3e4a;
    border-bottom: 15px solid transparent;
}

#our-travel {
    padding-top: 52px;
    padding-bottom: 42px;
    background: url(images/world-map-bg.png) 50% 50% no-repeat fixed #e9eff4;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#our-travel .page-title {
    margin: 32px 0 0;
}

#our-travel .controls {
    margin: 42px 0 50px;
}

#our-travel .controls li {
    padding: 9px 20px;
}

#our-travel.sidebar .star-holder .star {
    min-width: 80px;
}

#our-travel.sidebar .entry {
    border: 1px solid #e0e5e9;
}

#our-travel.sidebar .part {
    float: none;
    width: 100%
}

#our-travel.sidebar .list-heading {
    background-color: #eff2f3;
    margin: 0;
    padding: 10px 0 10px 20px;
}

#our-travel.sidebar .load-more-hotel {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0 15px;
}

.tour-category-item {
    margin-bottom: 30px;
}

.tour-category-item .inner {
    background-color: #f5f8f9;
}

.tour-category-item .inner:after,
.tour-category-item .inner:before {
    display: table;
    content: '';
    clear: both;
}

.tour-category-item .part {
    width: 50%;
    float: left;
}

.tour-category-item .part h3 {
    padding: 25px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.tour-category-item .part h3.category-heading {
    background-color: #8bcf17;
    color: #fff;
    position: relative;
    height: 41px;
}

.tour-category-item .part h3.category-heading:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: -webkit-calc(15%);
    top: calc(15%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #eff2f3;
    border-bottom: 15px solid transparent;
}

.tour-category-item .part h3.list-heading {
    background-color: #eff2f3;
    color: #95a8b4;
}

.tour-category-item .hotel-lists .hotel-list-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e5e9;
}

.tour-category-item .hotel-lists .hotel-list-item:after,
.tour-category-item .hotel-lists .hotel-list-item:before {
    display: table;
    content: '';
    clear: both;
}

.tour-category-item .hotel-lists .hotel-list-item .thumbnailz {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}

.tour-category-item .hotel-lists .hotel-list-item .thumbnailz img {
    margin-right: 0;
    z-index: 1;
}

.tour-category-item .hotel-lists .hotel-list-item .thumbnailz .overlay {
    width: 70px;
    height: 70px;
    position: absolute;
    color: #fff;
    background: url(images/arrow-right.png) 50% 50% no-repeat #8bcf17;
    text-align: center;
    display: block;
    opacity: 0;
    transition: all .3s ease;
}

.thumbnailz .overlay,
.tour-category-item .hotel-lists .hotel-list-item .thumbnailz .overlay {
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.tour-category-item .hotel-lists .hotel-list-item .thumbnailz:hover .overlay {
    opacity: 1;
}

.tour-category-item .hotel-lists .hotel-list-item img {
    display: table;
    float: left;
    margin-right: 20px;
}

.tour-category-item .hotel-lists .hotel-list-item .entry-content {
    float: left;
}

.tour-category-item .hotel-lists .hotel-list-item .entry-content h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.tour-category-item .hotel-lists .hotel-list-item .entry-content h3 a {
    color: #51575b;
}

.tour-category-item .hotel-lists .hotel-list-item .entry-content h3 a:hover {
    text-decoration: none;
    color: #8bcf17;
}

.tour-category-item .hotel-lists .load-more-hotel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

.tour-category-item .hotel-lists .load-more-hotel a {
    text-transform: uppercase;
    font-weight: 700;
}

.tour-category-item .hotel-lists .button {
    margin-top: 5px;
    background: #fff;
    border-color: #cedbe3;
    color: #cedbe3;
}

.tour-category-item .hotel-lists .button.green {
    margin-top: 5px;
    background: #629B62;
    border-color: #8bcf17;
    color: #fff;
}

.tour-category-item .hotel-lists .button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8bcf17;
    border: 1px solid #8bcf17;
}

.tour-category-item .hotel-lists .button.green:hover {
    color: #8bcf17;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #8bcf17;
}

.entry {
    border: 1px solid #e0e5e9;
    border-top: none;
}

.entry .entry-content {
    padding: 15px 20px;
}

.entry .entry-content li {
    font-size: 70%;
}

.entry .entry-content ul {
    list-style: square inside;
}

.entry .entry-content h1,
.entry .entry-content h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 900;
}

.entry .entry-content h1 a,
.entry .entry-content h2 a {
    color: #51575b;
}

.entry .entry-content h1 a:hover,
.entry .entry-content h2 a:hover {
    text-decoration: none;
    color: #8bcf17;
}

.entry .entry-content p {
    margin: 7px 0 0;
}

.entry .entry-meta {
    border-top: 1px solid #e0e5e9;
    padding: 10px 5px;
}

.entry .entry-meta:after,
.entry .entry-meta:before {
    display: table;
    content: '';
    clear: both;
}

.entry .entry-meta span {
    width: 33%;
    float: left;
}

.entry .entry-meta span.rating {
    color: #ffc000;
}

.entry .entry-meta span.rating span {
    display: inline;
    text-indent: -9999px;
    width: 71px;
    height: 14px;
    margin-top: 3px;
    background: url(images/rating-star.png) top left no-repeat;
}

.entry .entry-meta span.review {
    width: 46%;
    text-align: center;
}

.entry .entry-meta span.review a {
    color: #8bcf17;
}

.entry .entry-meta span.review a:before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 5px;
}

#Grid:after,
.controls ul:after,
.controls ul:before,
.criteria:after,
.criteria:before,
.hotels-filter .search-heading:after,
.hotels-filter-form ul:after,
.hotels-filter-form ul:before,
.infoBox:after {
    content: ''
}

.entry .entry-meta span.go-detail {
    width: 20%;
    text-align: right;
}

#sliding-testimony .entry-content,
.criteria {
    text-align: center;
}

.entry .entry-meta span.go-detail a {
    color: #95a8b4;
}

.entry .entry-meta span.go-detail a:hover {
    color: #8bcf17;
}

.price {
    display: inline-block;
}

.price .value {
    font-size: 18px;
}

.thumbnailz {
    display: block;
    position: relative;
}

.thumbnailz .overlay {
    position: absolute;
    color: #fff;
    background: #8bcf17;
    text-align: center;
    display: block;
    opacity: 0;
    transition: all .3s ease;
}

.thumbnailz:hover .overlay {
    opacity: 1;
}

.controls {
    margin-bottom: 50px;
}

.controls ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    border: 1px solid #e7eef1;
    border-left: none;
}

.controls ul:after,
.controls ul:before {
    display: table;
    clear: both;
}

.controls ul li {
    float: left;
    cursor: pointer;
    border-left: 1px solid #e7eef1;
    border-top: none;
    border-bottom: none;
    padding: 15px 20px;
}

.controls ul li.active {
    color: #8bcf17;
}

#Grid:after {
    display: inline-block;
    width: 100%
}

#Grid .mix {
    display: none;
    opacity: 0;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .tour-category-item .part:first-child {
        width: 46.3%
    }
    .tour-category-item .part:last-child {
        width: 53.7%
    }
    .tour-category-item .hotel-lists .hotel-list-item .thumbnailz {
        margin-right: 8px;
    }
    .entry .entry-meta span.rating {
        width: 50%
    }
    .entry .entry-meta span.review {
        width: 50%;
        padding: 0;
    }
    .entry .entry-meta span.review a {
        padding-left: 0;
    }
    .entry .entry-meta span.go-detail {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width:991px) {
    .tour-category-item .inner {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
}

#testimonials {
    padding-top: 52px;
    color: #fff;
    background: url(images/content/camel-caravane.webp) top center no-repeat fixed;
    padding-bottom: 0;
}

.testimonials h2 {
    text-shadow: 0 1px 3px #333;
}

#sliding-testimony {
    margin: -17px 0 0;
}

#sliding-testimony .impressive-figures-heading,
#sliding-testimony .star-ratings i,
#sliding-testimony h1,
#sliding-testimony h2,
#sliding-testimony p {
    text-shadow: 0 1px 3px #333;
}

#sliding-testimony .impressive-figures-heading {
    margin: 87px 0 67px;
}

#sliding-testimony .impressive-figures-heading,
#sliding-testimony .testimony-author {
    font-size: 36px;
}

#sliding-testimony .testimony-author {
    padding: 0;
    margin-bottom: 13px;
}

#sliding-testimony .star-ratings i {
    font-size: 18px;
    color: #fff;
    margin-right: 3px;
}

#sliding-testimony .star-ratings i:last-child {
    margin-right: 0;
}

.criteria {
    padding-bottom: 10px;
}

.criteria:after,
.criteria:before {
    display: table;
    clear: both;
}

.criteria .criteria-item {
    float: left;
    width: 25%
}

.criteria .criteria-item .circle {
    width: 201px;
    height: 201px;
    -webkit-border-radius: 205px;
    -moz-border-radius: 205px;
    border-radius: 205px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.criteria .criteria-item .circle:hover {
    background: #fff;
    border-color: #8bcf17;
}

.criteria .criteria-item .circle i {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: #8bcf17;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 36px;
}

.criteria span {
    color: #8bcf17;
}

.criteria span.number {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (min-width:698px) and (max-width:991px) {
    .criteria .criteria-item .circle {
        width: 160px;
        height: 160px;
        -webkit-border-radius: 165px;
        -moz-border-radius: 165px;
        border-radius: 165px;
    }
    .criteria .criteria-item .circle i {
        display: block;
        width: 100px;
        height: 100px;
        margin-top: 28px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        line-height: 100px;
        font-size: 36px;
    }
}

@media screen and (max-width:697px) {
    .criteria .criteria-item .circle {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 105px;
        -moz-border-radius: 105px;
        border-radius: 105px;
    }
    .criteria .criteria-item .circle i {
        display: block;
        width: 70px;
        height: 70px;
        margin-top: 13px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        line-height: 70px;
        font-size: 36px;
    }
}

.pagination-holder.left {
    text-align: left;
    margin-left: -3px;
}

.pagination-holder.right {
    text-align: right;
}

.pagination-holder.center {
    text-align: center;
}

.pagination-holder .pagination {
    margin: 6px 0;
}

.pagination-holder .pagination li.active a {
    background-color: #8bcf17;
    color: #fff;
}

.pagination-holder .pagination li a {
    padding: 4px 10px;
    margin: 0 3px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

#hotels {
    background-color: #fff;
    border-bottom: 1px solid #e9eff4;
    padding: 43px 0 56px;
}

#hotels.page {
    padding: 100px 0 68px;
}

#hotels.page .grid-contents .entry .entry-content {
    padding: 23px 20px 12px;
}

#hotels.page .wide .entry .entry-content {
    padding: 14px 20px 0 0!important;
}

#hotels.page .wide .book-holder {
    padding: 22px 30px 2px;
}

#hotels.page .wide .eticket-holder {
    padding: 8px 0 27px;
    font-size: 12px;
}

#hotels.page .wide .eticket-holder.pull-right {
    padding: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #8bcf17;
}

#hotels.page .wide .eticket-holder .check li {
    color: #fff;
    list-style-type: square;
}

#hotels.page .wide .eticket-holder span {
    margin: 0;
}

#hotels .section-intro .entry-content {
    margin: 10px 20px 12px;
}

#hotels .entry-content p {
    margin: 9px 0 46px;
}

#hotels .page-title {
    margin: 43px 0 0;
}

#hotels .sidebar h3.widget-title {
    font-size: 17px;
    line-height: 17px;
}

.hotels-filter {
    margin-bottom: 50px;
}

.hotels-filter .container {
    background: #edf3f7;
}

.hotels-filter .search-heading {
    background: #8bcf17;
    color: #fff;
    height: 40px;
    position: relative;
}

.hotels-filter .search-heading:after {
    position: absolute;
    display: inline-block;
    top: -webkit-calc(32%);
    top: calc(32%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #edf3f7;
    border-bottom: 8px solid transparent;
}

.hotels-filter .search-heading h3 {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.hotels-filter-form ul {
    display: block;
    width: 100%
}

.hotels-filter-form ul .short-by {
    width: 11%!important;
}

.hotels-filter-form ul:after,
.hotels-filter-form ul:before {
    display: table;
    clear: both;
}

.hotels-filter-form ul li.form-member {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 16.285%;
    height: 40px;
    margin-right: 7px;
}

.hotels-filter-form ul li.form-member.filter-btn {
    text-align: right;
    width: 12px!important;
    margin: 0;
}

.hotels-filter-form ul li.form-member>span {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 30px;
}

.hotels-filter-form ul li.form-member.most-popular>span {
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hotels-filter-form ul li.form-member select {
    display: block;
    width: 96%
}

form.hotels-filter-form input[type=submit] {
    text-indent: -9999px;
    background: url(images/magnify.png) center center no-repeat;
    border: none;
    width: 18px;
    height: 40px;
    margin-right: 10px;
}

form.hotels-filter-form .chosen-container-single .chosen-single div b {
    background: url(images/select-dropdown.png) center center no-repeat #8bcf17;
}

form.hotels-filter-form .chosen-results li {
    margin-right: 5px;
}

form.hotels-filter-form .chosen-container .chosen-results li.highlighted {
    background-color: #8bcf17;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #8bcf17), color-stop(90%, darker(#8bcf17, 7%)));
    background-image: -webkit-linear-gradient(#8bcf17 20%, darker(#8bcf17, 7%) 90%);
    background-image: -moz-linear-gradient(#8bcf17 20%, darker(#8bcf17, 7%) 90%);
    background-image: -o-linear-gradient(#8bcf17 20%, darker(#8bcf17, 7%) 90%);
    background-image: linear-gradient(#8bcf17 20%, darker(#8bcf17, 7%) 90%);
    color: #fff;
}

form.hotels-filter-form a.chosen-single {
    color: #95a8b4;
}

@media screen and (max-width:1199px) {
    .hotels-filter .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hotels-filter-form ul li.form-member {
        width: 17.080%
    }
    .hotels-filter-form ul li.form-member.short-by {
        width: 9.285%
    }
    .hotels-filter-form ul li.form-member.filter-btn {
        width: 5.285%
    }
}

@media screen and (max-width:991px) {
    .hotels-filter .search-heading,
    .hotels-filter .vertical-hotel-filter {
        float: none;
        width: 100%
    }
    #hotels .contents .inner,
    #hotels .load-more-posts {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .hotels-filter .search-heading:after {
        display: none;
        visibility: hidden;
    }
    .hotels-filter-form ul li.form-member {
        width: 17.080%
    }
    .hotels-filter-form ul li.form-member.short-by {
        width: 9.285%
    }
    .hotels-filter-form ul li.form-member.filter-btn {
        width: 5.285%
    }
    #hotels .contents,
    #hotels .sidebar {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #hotels .load-more-posts {
        width: 270px;
        text-align: center;
    }
}

#hotels .grid-contents .entry .entry-content {
    padding: 23px 20px;
}

#hotels .grid-contents .entry .entry-content p {
    margin: 9px 0;
}

.grid-contents .content {
    margin-bottom: 30px;
}

.grid-contents .content .inner {
    background-color: #f5f8f9;
    position: relative;
}

.grid-contents .content .inner .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
    overflow: hidden;
    height: 100px;
    width: 100px;
}

.grid-contents .content .inner .discount-text {
    width: 200px;
    position: absolute;
    left: -60px;
    top: 30px;
    background-color: #fff;
    color: #8bcf17;
    font-weight: 700;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.grid-contents h2.post-title {
    margin-bottom: 5px;
}

.grid-contents .thumbnailz {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.grid-contents .thumbnailz img {
    width: 100%
}

.no-margin {
    padding: 0;
    margin: 0!important;
}

.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}

.no-margin-right {
    margin-right: 0;
    padding-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.contents.grid-contents>.row {
    margin: 0 0 20px;
}

.contents.grid-contents .content.wide {
    float: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #edf3f7;
    min-height: 200px;
    border: 1px solid #cadbe7;
}

.contents.grid-contents .content.wide .entry {
    border: none;
}

.contents.grid-contents .content.wide .entry .entry-content {
    padding: 16px 20px;
}

.contents.grid-contents .content.wide .entry .entry-meta {
    padding: 5px 15px;
    border: none;
}

.contents.grid-contents .content.wide .right-area {
    min-height: 203px;
    border-left: 1px solid #cadbe7;
}

.contents.grid-contents .content.wide .right-area .eticket-holder {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background-color: #6095b8;
    padding: 8px 10px 27px;
    text-transform: capitalize;
    text-align: center;
}

.contents.grid-contents .content.wide .right-area .eticket-holder span {
    font-size: 25px;
    font-weight: 700;
    margin: 0 10px;
    vertical-align: middle;
}

.contents.grid-contents .content.wide .right-area .book-holder {
    padding: 22px 30px;
}

.contents.grid-contents .content.wide .right-area .book-holder .old-price,
.contents.grid-contents .content.wide .right-area .book-holder .price {
    display: block;
}

.contents.grid-contents .content.wide .right-area .book-holder .price {
    font-size: 18px;
    margin: 0 0 20px;
}

.old-price {
    text-decoration: line-through;
    color: bordeau;
}

.contents.grid-contents .content.wide:hover {
    cursor: pointer;
    background-color: #fff;
}

.contents.grid-contents .content.wide:hover .eticket-holder {
    background-color: #8bcf17;
}

.grid-contents .thumbnailz .overlay {
    width: 100%;
    min-height: 200px;
    max-width: 100%;
    height: 100%;
    background: url(images/arrow-right-circle.png) 50% 50% no-repeat #8bcf17;
    text-indent: -9999px;
    display: block;
}

.grid-contents .load-more-posts .button,
.grid-contents .load-more-posts .button:hover {
    background: #8bcf17;
    border-color: #8bcf17;
}

.grid-contents .load-more-posts .button {
    color: #fff;
}

#contact {
    background: url(images/world-map-bg.png) 50% 50% no-repeat fixed #e9eff4;
    border-top: 1px solid #fff;
    padding: 100px 0 100px;
}

#contact .page-title {
    margin-bottom: 10px;
}

.webp #contact, .webp #our-travel, .webp #awesome-destinations {
    background: url(images/world-map-bg.webp) 50% 50% no-repeat fixed #e9eff4;
}

.main-contact-form form input[type=text] {
    width: 33.05%;
    background: #fff;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d0d7de;
    margin-bottom: 30px;
}

.main-contact-form form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #d0d7de;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}

.main-contact-form .button {
    text-shadow: 0 1px 0 #FFF;
    background-color: #e0e5e9;
    border-bottom: 1px solid #95a8b4;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.main-contact-form .form-control {
    background: #fff;
    border: 1px solid #dfe7eb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%!important;
}

.main-contact-form textarea.form-control {
    height: 250px;
    resize: none;
}

.home-map {
    width: 100%;
    height: 500px;
}

#map_canvas {
    height: 400px;
    margin: 0 0 40px;
    padding: 0;
}

.infoBox {
    position: relative;
    font-size: 13px;
}

.infoBox div {
    background-color: #8bcf17!important;
}

.infoBox:after {
    display: block;
    bottom: -12px;
    left: 0;
    margin-left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #8bcf17;
}

.infoBox h3 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.hotel-type-filter-widget ul li,
.rating-filter-widget ul li,
.rating-filter-widget ul li label ul li {
    line-height: 25px;
}

.infoBox img {
    display: none;
    visibility: hidden;
}

@media screen and (max-width:730px) {
    .main-contact-form form input[type=text] {
        width: 100%;
        float: none;
    }
    #contact {
        padding-top: 200px;
    }
}

.widget {
    margin-bottom: 50px;
}

.widget h3.widget-title {
    color: #8bcf17;
    font-size: 18px;
    background: url(images/widget-title-bg.png) 100% 50% no-repeat;
    margin-top: 0;
    margin-bottom: 25px;
}

.location-search-widget form.location-search input[type=text],
.location-search-widget form.location-search input[type=date],
.location-search-widget form.location-search input[type=time],
.location-search-widget form.location-search select {
    background: #fff;
    border: 1px solid #dfe7eb;
}

.location-search-widget form.location-search #destination {
    background: url(images/magnify.png) 97.5% 50% no-repeat #fff;
}

.location-search-widget form.location-search #destination:focus {
    background: url(images/magnify-active.png) 97.5% 50% no-repeat #fff;
}

.location-search-widget form.location-search #check-in-date2,
.location-search-widget form.location-search #check-out-date2 {
    background: url(images/calendar.png) 94% 50% no-repeat #fff;
}

.location-search-widget form.location-search #check-in-date2:focus,
.location-search-widget form.location-search #check-out-date2:focus {
    background: url(images/calendar-active.png) 94% 50% no-repeat #fff;
}

.location-search-widget form.location-search #hotel {
    background: url(images/magnify.png) 94% 50% no-repeat #fff;
}

.location-search-widget form.location-search #hotel:focus {
    background: url(images/magnify-active.png) 94% 50% no-repeat #fff;
}

.hotel-type-filter-widget ul li:after,
.hotel-type-filter-widget ul li:before,
.rating-filter-widget ul li:after,
.rating-filter-widget ul li:before {
    display: table;
    content: '';
    clear: both;
}

.hotel-type-filter-widget,
.rating-filter-widget ul li label {
    margin-top: -12px;
}

.hotel-type-filter-widget ul li label,
.rating-filter-widget ul li label ul li label {
    font-weight: 400;
}

.hotel-type-filter-widget ul li .styledCheckbox,
.rating-filter-widget ul li .styledCheckbox {
    display: inline;
    float: left;
    margin-right: 14px;
    margin-top: 3px;
}

.rating-filter-widget {
    margin: 0 0 36px;
}

.rating-filter-widget ul li img {
    margin-top: -4px;
}

.price-range-slider {
    margin-top: 54px;
}

.price-range-slider .ui-rangeSlider-container {
    width: 100%!important;
}

.price-range-slider .ui-rangeSlider .ui-rangeSlider-innerBar {
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #dfe8ee;
    width: 100%!important;
}

.price-range-slider .ui-rangeSlider .ui-rangeSlider-bar {
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    background: #8bcf17;
}

.price-range-slider .ui-rangeSlider .ui-rangeSlider-handle {
    width: 18px;
    height: 18px;
    background: url(images/range-slider-handler.png) center center no-repeat;
    margin-top: -1px;
}

#footer,
#footer-2 {
    background-color: #8bcf17;
}

.price-range-slider .ui-rangeSlider .ui-rangeSlider-label-value:before {
    content: '$'
}

#footer-2 {
    text-align: center;
    color: #fff;
    padding: 100px 0 22px;
    border-bottom: 10px solid #6ca112;
}

#footer-2 .footer-social-icons {
    margin: 0 0 40px;
}

#footer-2 .footer-social-icons li {
    margin: 0 9px;
}

#footer .footer-inner {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .footer-inner p.credit {
    margin-bottom: 0;
}

.center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.amazing-tours-item {
    width: 100%
}

.amazing-tours-item .permanent-link,
.amazing-tours-item .readmore-link {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
}

.amazing-tours-item .permanent-link:hover span,
.amazing-tours-item .readmore-link:hover span {
    color: #8bcf17;
}

.amazing-tours-item .permanent-link span,
.amazing-tours-item .readmore-link span {
    color: #fff;
}

.amazing-tours-item .readmore-link {
    margin: auto auto auto 31%
}

.amazing-tours-item .permanent-link {
    margin: auto 31% auto auto;
}

.amazing-tours-item .featured-tour:hover .readmore-link {
    opacity: 1;
    margin: auto auto auto 37%
}

.amazing-tours-item .featured-tour:hover .permanent-link {
    opacity: 1;
    margin: auto 37% auto auto;
}

.amazing-tours-item .featured-tour:hover h3 {
    background-color: #8bcf17!important;
}

.amazing-tours-item .image {
    width: 100%;
    display: block;
    position: relative;
}

.amazing-tours-item .image:hover .hover {
    background-color: rgba(0, 0, 0, .5);
}

.amazing-tours-item .image .hover {
    transition: all .2s ease;
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%
}

.amazing-tours-item .image .hover,
.amazing-tours-item h3 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.amazing-tours-item .image img {
    width: 100%
}

.amazing-tours-item h3 {
    transition: all .2s ease;
    padding: 14px;
    margin: 0;
    color: #fff;
    background-color: #95a7b3;
}

.amazing-tours-item h3:after {
    display: none;
}

.caroufredsel_wrapper {
    margin: 0 auto!important;
}

.capital {
    text-transform: capitalize;
}

.section-amazing-tours .slide-holder {
    margin: 0 0 95px;
}

.section-amazing-tours .items-holder .item {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.section-amazing-tours .items-holder .item .thumb {
    display: inline-block;
    overflow: hidden;
    margin: 15px auto 30px;
    text-align: center;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    -moz-border-radius-bottomleft: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 10px solid #8bcf17;
    width: 120px;
    height: 120px;
    position: relative;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.section-amazing-tours .items-holder .item .thumb:hover {
    border-color: #6ca112;
}

.section-amazing-tours .items-holder .item .thumb:hover,
.section-amazing-tours .items-holder .item .thumb:hover a,
.section-amazing-tours .items-holder .item .thumb:hover i,
.section-amazing-tours .items-holder .item .thumb:hover:after,
.section-amazing-tours .items-holder .item .thumb:hover:before {
    color: #6ca112;
}

.section-amazing-tours .items-holder .item .thumb a,
.section-amazing-tours .items-holder .item .thumb i,
.section-amazing-tours .items-holder .item .thumb img {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-amazing-tours .items-holder .item .thumb img {
    border-radius: 120px;
    position: relative!important;
}

.section-amazing-tours .items-holder .item .item-tag {
    font-size: 25px;
    line-height: 25px;
}

.section-amazing-tours .items-holder .item .item-tag span {
    text-transform: capitalize;
    font-weight: 700;
    color: #8bcf17;
}

.hotel-detail .sidebar-holder h2,
.rating-area h1,
.widget-support h2 {
    text-transform: capitalize;
    font-weight: 400;
}

.section-amazing-tours .post-navigation .nex-prev-post a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.section-amazing-tours .post-navigation {
    text-align: center;
}

.section-amazing-tours .post-navigation .more-destinations,
.section-amazing-tours .post-navigation .nex-prev-post {
    display: inline-block;
    float: none;
}

.opener-area {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(18, 55, 78, .6);
    width: 100px;
    left: -100px;
    padding: 20px 30px 30px 40px;
    z-index: 100;
    height: 100%;
    position: absolute;
}

.opener-area .social-icons.vertical {
    position: absolute;
    bottom: 0;
}

.opener-area .open-btn {
    color: #fff;
    font-size: 30px;
}

.social-icons.vertical {
    margin: 0;
}

.social-icons.vertical li {
    margin: 0 0 20px;
    font-size: 26px;
    width: 20px;
    text-align: center;
}

.social-icons.vertical li a {
    text-decoration: none;
    color: #fff;
}

.social-icons.vertical li a:hover {
    color: #8bcf17;
}

.page-head-holder {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    min-height: 100px;
    background-color: #edf3f7;
}

.page-head-holder h2 {
    text-transform: capitalize;
    color: #8bcf17;
    /* font-family: 'Playfair Display'; */
    margin: 30px 0;
    font-size: 30px;
}

.page-head-holder .breadcrumb-holder {
    float: right;
    margin: 41px 0;
}

.page-head-holder .breadcrumb-holder .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.page-head-holder .breadcrumb-holder .breadcrumb>li+li:before {
    content: "";
    font-family: fontawesome;
    padding: 0 5px;
    color: #8bcf17;
}

.page-head-holder .breadcrumb-holder .breadcrumb li a {
    text-transform: capitalize;
    color: #8bcf17;
}

.page-head-holder .breadcrumb-holder .breadcrumb li.active a {
    color: #95a8b4;
}

#footer-black {
    background-color: #2c3437;
    padding: 32px 0;
    min-height: 332px;
    border-bottom: 10px solid #212729;
}

#footer-black a,
#footer-black p {
    color: #FFF;
}

#footer-black a:hover {
    text-decoration: none;
}

#footer-black .footer-logo h1 {
    /* font-family: 'Playfair Display' */
}

#footer-black .footer-logo h1 a {
    color: #fff;
}

#footer-black h3 {
    color: #8bcf17;
    text-transform: capitalize;
}

#footer-black input[type=text] {
    border-radius: 3px;
    background-color: #434f53;
    border: 1px solid #15191b;
    color: #95a8b4;
    padding: 10px;
    transition: all .3s ease;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

#footer-black input[type=text],
.footer-social-icons li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#footer-black input[type=text]:focus {
    outline: 0;
    background-color: #596a70;
}

#footer-black p {
    margin: 10px 0 15px;
}

.footer-social-icons {
    padding: 0;
    margin: 0;
}

.footer-social-icons li {
    display: inline-block;
    margin: 0 6px;
}

.footer-social-icons li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #7cb814;
    -webkit-box-shadow: 0 0 0 4px #FFF;
    box-shadow: 0 0 0 4px #FFF;
    color: #fff;
    transition: all .3s ease;
    border-radius: 100px;
    vertical-align: middle;
}

.footer-social-icons li a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 17px;
    height: 17px;
    width: 17px;
}

.footer-social-icons li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 8px #7cb814;
    box-shadow: 0 0 0 8px #7cb814;
    color: #7cb814;
}

.star-holder {
    display: inline-block;
    float: left;
    margin: -1px 0 0;
}

.star-holder .star {
    display: inline-block;
    max-width: 69px;
}

.star.big {
    min-width: 90px;
}

#search-result .contents.grid-contents .content.wide .right-area {
    min-height: 211px;
}

#search-result .contents.grid-contents .content.wide .entry .entry-meta {
    padding: 16px 15px;
}

.widget-support {
    margin: 63px 0 0;
}

.widget-support h2 {
    color: #8bcf17;
    font-size: 18px;
    margin: 0 0 12px;
}

.widget-support a {
    color: #95a8b4;
}

.widget-support ul li {
    line-height: 34px;
    border-bottom: 1px solid #eee;
    height: 39px;
}

.widget-support ul li .lbl {
    width: 30%;
    color: #8bcf17;
    text-transform: capitalize;
    float: left;
}

.widget-support ul li .value {
    float: left;
    width: 70%
}

.rating-area h1 {
    margin: 0 0 13px;
    color: #8bcf17;
    line-height: 35px;
    font-size: 35px;
}

.rating-area .button {
    margin: 0 0 30px;
}

.rating-area .stats {
    margin: 0 0 20px;
}

.rating-area .stats i {
    color: #8bcf17;
}

.bars .bar-item .bar {
    background-color: #edf3f7;
    width: 100%;
    height: 10px;
    position: relative;
}

.bars .bar-item .bar .pbar {
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8bcf17;
}

.single-slider-holder {
    position: relative;
    overflow: hidden;
}

.single-slider-holder .hotel-detail-gallery-item {
    display: inline-block;
}

.single-slider-holder .single-slider-thumb-gallery .caroufredsel_wrapper {
    margin: 0;
}

.single-slider-holder .single-slider-thumb-gallery .nav-holder {
    text-align: right;
}

.single-slider-holder .single-slider-thumb-gallery .next-btn,
.single-slider-holder .single-slider-thumb-gallery .prev-btn {
    color: #333;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-slider-holder .single-slider-thumb-gallery .next-btn:before,
.single-slider-holder .single-slider-thumb-gallery .prev-btn:before {
    vertical-align: middle;
    line-height: 15px;
    height: 15px;
    text-align: center;
    width: 15px;
    display: inline-block;
    font-size: 15px;
}

.single-slider-holder .single-slider-thumb-gallery .next-btn:hover,
.single-slider-holder .single-slider-thumb-gallery .prev-btn:hover {
    background-color: rgba(139, 207, 23, .2);
    background: 0 0\9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#338bcf17', endColorstr='#338bcf17');
    text-decoration: none;
}

.single-slider-holder .single-slider-thumb-gallery .next-btn:hover:not([dummy]),
.single-slider-holder .single-slider-thumb-gallery .prev-btn:hover:not([dummy]) {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
}

.single-slider-holder .single-slider-thumb-gallery ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.single-slider-holder .main-slide-nav .next-btn,
.single-slider-holder .main-slide-nav .prev-btn {
    z-index: 100;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(139, 207, 23, .5);
    background: 0 0\9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#808bcf17', endColorstr='#808bcf17');
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 36%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-slider-holder .main-slide-nav .next-btn:not([dummy]),
.single-slider-holder .main-slide-nav .prev-btn:not([dummy]) {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
}

.single-slider-holder .main-slide-nav .next-btn:before,
.single-slider-holder .main-slide-nav .prev-btn:before {
    vertical-align: middle;
    line-height: 15px;
    height: 15px;
    text-align: center;
    width: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
}

.single-slider-holder .main-slide-nav .next-btn:hover,
.single-slider-holder .main-slide-nav .prev-btn:hover {
    background-color: rgba(51, 51, 51, .9);
    background: 0 0\9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6333333', endColorstr='#e6333333');
    text-decoration: none;
}

.single-slider-holder .main-slide-nav .next-btn:hover:not([dummy]),
.single-slider-holder .main-slide-nav .prev-btn:hover:not([dummy]) {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false');
}

.single-slider-holder .main-slide-nav .prev-btn {
    left: 1%
}

.single-slider-holder .main-slide-nav .next-btn {
    right: 1%
}

.hotel-detail .sidebar-holder .entry-content .post-title {
    color: #8bcf17;
    margin: 0;
    font-size: 23px;
    line-height: 23px;
}

.hotel-detail .sidebar-holder .entry-content .post-title a:hover {
    text-decoration: none;
}

.hotel-detail .sidebar-holder .entry-content .price {
    font-size: 19px;
}

.hotel-detail .sidebar-holder .entry-content .price .value {
    font-size: 28px;
}

.hotel-detail .sidebar-holder .entry-content .star-holder {
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px 23px;
    margin: 16px 0 15px;
    width: 100%;
    float: none;
}

.hotel-detail .sidebar-holder h2 {
    color: #8bcf17;
    font-size: 18px;
}

.hotel-detail .sidebar-holder .recommended-hotels {
    margin: 47px 0 0;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists {
    margin: 15px 0 0;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul {
    margin: 0 0 48px;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li .thumbnailz {
    display: inline-block;
    vertical-align: top;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li .entry-content {
    margin: 0 0 0 16px;
    display: inline-block;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li .entry-content h3 {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li .entry-content .price {
    margin: 0 0 8px;
    font-size: 14px;
}

.hotel-detail .sidebar-holder .recommended-hotels .hotel-lists ul li .entry-content .price .value {
    font-size: 18px;
}

.tab-holder {
    margin: 50px 0 0;
}

.tab-holder.no-margin-top {
    margin-top: 0;
}

.tab-holder .tab-pane h3 a:focus,
.tab-holder .tab-pane h3 a:hover {
    text-decoration: none;
    cursor: pointer;
}

.tab-holder .tab-pane h3 a:after {
    content: "";
    color: #95a8b4;
    margin: 0 0 0 10px;
    font-family: fontawesome;
}

.tab-holder .tab-pane h3 a.collapsed:after {
    color: #8bcf17;
}

.tab-holder .nav-tabs {
    border: 1px solid #e0e5e9;
}

.tab-holder .nav-tabs,
.tab-holder .nav-tabs>li {
    background-color: #eff2f3;
}

.tab-holder .nav-tabs>li {
    border: none;
    position: relative;
}

.tab-holder .nav-tabs>li a {
    border-bottom: 1px solid #e0e5e9;
    border-right: 1px solid #fefefe;
    border-left: 0;
    border-top: 0;
}

.tab-holder .nav-tabs>li a:hover {
    border-right: 1px solid #95a8b4;
}

.tab-holder .nav-tabs>li,
.tab-holder .nav-tabs>li a {
    text-transform: capitalize;
    border-radius: 0;
    color: #95a8b4;
    margin-right: 0;
}

.tab-holder .nav-tabs>li a:hover,
.tab-holder .nav-tabs>li:hover {
    background-color: #95a8b4;
    color: #fff;
}

.tab-holder .nav-tabs>li a:before,
.tab-holder .nav-tabs>li:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #8bcf17;
    position: absolute;
    display: block;
    top: -3px;
    opacity: 0;
}

.tab-holder .nav-tabs>li.active,
.tab-holder .nav-tabs>li.active a {
    color: #8bcf17;
}

.tab-holder .nav-tabs>li.active a:hover,
.tab-holder .nav-tabs>li.active:hover {
    background-color: #95a8b4;
    color: #fff;
}

.tab-holder .nav-tabs>li.active:before {
    opacity: 1;
}

.tab-holder .tab-content {
    border: 1px solid #e0e5e9;
    border-top: 0;
    padding: 15px;
}

#footer-3rd {
    min-height: 330px;
    padding: 100px 0 0;
    background-color: #8bcf17;
    text-align: center;
    color: #fff;
    border-bottom: 10px solid #7cb814;
}

.tab-pane#comment h2 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 18px;
    color: #8bcf17;
}

.tab-pane#comment .comments-holder {
    margin: 45px 0 0;
}

.tab-pane#comment .comments-holder .comment-item {
    border-bottom: 1px solid #e0e5e9;
    padding: 10px 0;
    min-height: 105px;
}

.tab-pane#comment .comments-holder .comment-item .avatar,
.tab-pane#comment .comments-holder .comment-item .avatar img {
    border-radius: 500px;
    width: 85px;
    height: 85px;
}

.tab-pane#comment .comments-holder .comment-item .comment-body {
    margin: 0 0 0 -30px;
}

.tab-pane#comment .comments-holder .comment-item .comment-body p {
    margin: 8px 0;
}

.tab-pane#comment .comments-holder .comment-item .comment-body .author {
    color: #8bcf17;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    margin: 0 8px 0 0;
}

.tab-pane#comment .comments-holder .comment-item .comment-body .date-time {
    color: #D9E0E6;
}

.tab-pane#comment .comment-form-holder {
    margin: 30px 0 0;
}

.tab-pane#comment .comment-form-holder h3 {
    margin: 0;
    color: #8bcf17;
    text-transform: capitalize;
}

.tab-pane#comment .comment-form-holder .submit-comment-form input,
.tab-pane#comment .comment-form-holder .submit-comment-form textarea {
    border: 1px solid #e0e5e9;
}

.tab-pane#comment .comment-form-holder .submit-comment-form input:focus,
.tab-pane#comment .comment-form-holder .submit-comment-form textarea:focus,
input:focus,
textarea:focus {
    outline: 0;
    border-color: #8bcf17;
}

.tab-pane#comment .comment-form-holder .submit-comment-form input {
    width: 100%;
    padding: 8px;
    color: #95a8b4;
    margin: 0 0 30px;
}

.tab-pane#comment .comment-form-holder .submit-comment-form textarea {
    margin: 0 0 30px;
    padding: 10px;
}

.tab-pane#map .hotel-map-holder,
.tab-pane#map .hotel-map-holder #hotel-map {
    width: 100%;
    height: 500px;
}

.area-404,
.tab-pane#availability .thumbnailz,
.tab-pane#availability .thumbnailz img {
    height: 100%
}

.tab-pane#availability>h2 {
    color: #8bcf17;
    text-transform: capitalize;
    display: inline-block;
    font-size: 17px;
    line-height: 16px;
}

.tab-pane#availability .date {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 18px;
    margin: 12px 0 0;
}

.tab-pane#availability hr {
    margin-top: 0;
    margin-bottom: 20px;
}

.tab-pane#availability .right-area {
    min-height: 200px;
}

.tab-pane#availability .book-holder {
    padding: 0;
}

.tab-pane#availability .field {
    padding: 12px 10px;
    border-bottom: 1px solid #cadbe7;
}

.tab-pane#availability .field:last-child {
    border-bottom: none;
}

.tab-pane#availability .star-holder {
    display: block;
    float: none;
}

.tab-pane#availability .max-holder span {
    margin: 0 0 0 5px;
}

.tab-pane#availability .button {
    background-color: #fff;
}

.tab-pane#availability .button:hover {
    background-color: #8bcf17;
}

.tab-pane#availability .review i {
    margin: 0 5px 0 0;
}

.tab-pane#availability .review,
.tab-pane#availability .review a,
.tab-pane#availability .review i {
    color: #8bcf17;
}

input,
textarea {
    border: 1px solid #b3c1c9;
}

input[type!="checkbox|radio"] {
    width: 100%;
    padding: 8px;
    color: #b3c1c9;
}

input {
    padding: 8px;
    color: #b3c1c9;
}

textarea {
    margin: 0 0 30px;
    padding: 10px;
}

.reservation-pages input {
    margin: 0 0 30px!important;
}

.reservation-pages .chosen-container {
    width: 100%!important;
    border: 1px solid #b3c1c9;
    margin: 0 0 30px;
    color: #b3c1c9;
}

.reservation-pages .chosen-container .chosen-drop {
    box-shadow: 0 0 0 1px #b3c1c9!important;
    border: none!important;
    margin: 1px 0 0;
}

.reservation-pages .chosen-container a {
    border: 0!important;
    margin: 2px 0 3px;
    box-shadow: none!important;
}

.reservation-pages .chosen-container a,
.reservation-pages .chosen-container a div,
.reservation-pages .chosen-container a span {
    border-radius: 0!important;
}

.area-404 .content-holder .iconic-field input,
.area-404-2 .content-holder .iconic-field input,
.coming-soon .content-holder .iconic-field input,
.login-wrapper .content-holder .iconic-field input {
    border-radius: 2px;
}

.reservation-pages .chosen-container:focus a {
    padding: 0!important;
    outline: 0;
}

.reservation-pages .sidebar-holder h2 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 23px;
}

.reservation-pages .sidebar-holder h2 a:hover {
    text-decoration: none;
}

.reservation-pages .sidebar-holder .price {
    font-size: 18px;
}

.reservation-pages .sidebar-holder .price .value {
    font-size: 30px;
    line-height: 20px;
}

.reservation-pages .sidebar-holder .star-holder {
    margin: -3px 0 0;
}

.reservation-pages .sidebar-holder .stats {
    float: right;
}

.reservation-pages .sidebar-holder .spicifications-widget .button {
    margin: 50px 0 0;
}

.reservation-pages .sidebar-holder .spicifications-widget ul {
    margin: -5px 0 0;
}

.reservation-pages .sidebar-holder .spicifications-widget ul li {
    margin: 0 0 24px;
    line-height: 18px;
}

.reservation-pages .sidebar-holder .spicifications-widget .lbl {
    color: #333;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
}

.reservation-pages .sidebar-holder .spicifications-widget .value {
    color: #95a8b4;
    display: block;
    text-transform: capitalize;
}

.reservation-pages .sidebar-holder .spicifications-widget .total-price {
    color: #8bcf17;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: -8px 0 0;
}

.reservation-pages .sidebar-holder .spicifications-widget .total-price .desc {
    color: #95a8b4;
    font-style: italic;
    display: block;
    font-weight: 400;
    margin: 5px 0 0;
    font-size: 13px;
}

.custom-checkbox-holder .custom-checkbox,
.tabled-ul .value {
    display: inline-block;
}

.page-head-holder h1 {
    color: #147F00;
    font-weight: 700;
}

.reservation-pages .confirm-page h1,
.reservation-pages .confirm-page h2 {
    color: #8bcf17;
    text-transform: capitalize;
}

.reservation-pages .confirm-page h1 {
    margin: 0;
    font-size: 23px;
    line-height: 23px;
}

.reservation-pages .confirm-page h2 {
    font-size: 17px;
    margin: 0 0 12px;
    line-height: 17px;
}

.reservation-pages .confirm-page .strong {
    font-weight: 700;
    text-transform: capitalize;
}

.reservation-pages .confirm-page article {
    margin: 43px 0 0;
}

.reservation-pages .form-holder {
    margin: 0 0 20px;
}

.form-holder .field-row input {
    margin: 0 0 10px;
}

.tabled-ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.tabled-ul li {
    line-height: 30px;
}

.tabled-ul .lbl {
    float: left;
    width: 30%;
    color: #95a8b4;
}

.tabled-ul .value {
    width: 70%;
    font-style: italic;
    color: #333;
}

.custom-checkbox-holder {
    margin: 0 0 20px;
}

.custom-checkbox-holder span {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 0 0 5px;
}

.page404 #top-slider {
    margin: 0;
}

.area-404 {
    z-index: 10;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    position: absolute;
    top: 0;
}

.area-404 .content-holder,
.area-404-2 .content-holder,
.coming-soon .content-holder {
    text-align: center;
    height: 400px;
    width: 500px;
}

.area-404 .content-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.area-404 .content-holder h1,
.area-404 .content-holder h2,
.area-404 .content-holder h3 {
    text-transform: capitalize;
}

.area-404 .content-holder h1 {
    color: #8bcf17;
    margin: 30px 0 0;
}

.area-404 .content-holder h3 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin: 19px 0 0;
}

.area-404 .content-holder p {
    margin: 9px 0 25px;
}

.area-404 .content-holder .iconic-field i {
    color: #fff;
    font-size: 15px;
}

.area-404-2 .content-holder {
    margin: 0 auto;
}

.area-404-2 .content-holder h1,
.area-404-2 .content-holder h2,
.area-404-2 .content-holder h3 {
    text-transform: capitalize;
}

.area-404-2 .content-holder h1 {
    color: #8bcf17;
    margin: 30px 0 0;
}

.area-404-2 .content-holder h3 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin: 19px 0 0;
}

.area-404-2 .content-holder p {
    margin: 9px 0 25px;
}

.area-404-2 .content-holder .iconic-field i {
    color: #fff;
    font-size: 15px;
}

.coming-soon .content-holder {
    margin: 0 auto;
}

.coming-soon .content-holder h1,
.coming-soon .content-holder h2,
.coming-soon .content-holder h3 {
    text-transform: capitalize;
}

.coming-soon .content-holder h1 {
    color: #8bcf17;
    margin: 30px 0 0;
}

.coming-soon .content-holder h3 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin: 19px 0 0;
}

.coming-soon .content-holder p {
    margin: 9px 0 25px;
}

.coming-soon .content-holder .iconic-field i {
    color: #fff;
    font-size: 15px;
}

.countdown-wrapper {
    margin-top: 30px;
}

.countdown-wrapper .defaultCountdown {
    background-color: transparent;
    border-color: transparent;
    width: 100%
}

.countdown-wrapper .countdown-amount {
    font-size: 65px;
    font-weight: 900;
    color: #8bcf17;
    text-transform: uppercase;
    margin: 30px 0 0;
}

@media (max-width:767px) {
    .coming-soon .content-holder {
        width: 100%
    }
    .countdown-wrapper .countdown-amount {
        font-size: 33px;
    }
}

.countdown-wrapper .countdown-period {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #8bcf17;
    clear: both;
    text-transform: uppercase;
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

@media (max-width:767px) {
    .countdown-wrapper .countdown-period {
        font-size: 13px;
    }
}

.coming-soon.alt .countdown-wrapper .defaultCountdown {
    background-color: #8bcf17;
    padding: 10px 20px 20px;
}

.coming-soon.alt .countdown-wrapper .countdown-amount,
.coming-soon.alt .countdown-wrapper .countdown-period {
    color: #fff;
}

.login-wrapper .content-holder {
    margin: 0 auto;
    text-align: center;
    width: 500px;
    height: 400px;
}

.login-wrapper .content-holder h1,
.login-wrapper .content-holder h2,
.login-wrapper .content-holder h3 {
    text-transform: capitalize;
}

.login-wrapper .content-holder h1 {
    color: #8bcf17;
    margin: 30px 0 0;
}

.login-wrapper .content-holder h3 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin: 19px 0 0;
}

.login-wrapper .content-holder p {
    margin: 9px 0 25px;
}

.login-wrapper .content-holder .iconic-field i {
    color: #fff;
    font-size: 15px;
}

@media (max-width:767px) {
    .login-wrapper .content-holder {
        width: 100%
    }
}

.login-page-bg {
    background-image: url(images/content/login-page-bg.jpg);
    background-position: center center;
    background-size: cover;
}

#our-travel-detail #frame {
    padding: 0;
    width: 100%
}

#our-travel-detail #frame .slidee {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#our-travel-detail .right-area {
    position: relative;
}

#our-travel-detail .right-area .scrollbar {
    z-index: 500;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    background-color: #edf3f7;
    height: 100%
}

#our-travel-detail .right-area .scrollbar .handle {
    width: 100%;
    height: 50px;
    background: #8bcf17;
    border-radius: 10px;
}

#our-travel-detail .hotel-list-item {
    height: 110px;
    padding: 19px;
    border-bottom: 1px solid #cadbe7;
}

#our-travel-detail .hotel-list-item .entry-content {
    min-height: 100px!important;
    margin: 0 0 0 -17px;
}

#our-travel-detail .hotel-list-item .entry-content h3 {
    margin: 0;
    line-height: 12px;
    font-size: 14px;
}

#our-travel-detail .hotel-list-item .entry-content .price {
    margin: 0 0 7px;
}

#our-travel-detail .hotel-list-item .thumbnailz {
    width: 65px;
    margin: 0 0 0 10px;
    text-align: right;
}

#our-travel-detail .hotel-list-item .thumbnailz img {
    display: inline-block;
}

#our-travel-detail #hotels-list-row {
    margin: 80px 0 0;
}

#our-travel-detail .grid-contents .content {
    border: none;
}

#our-travel-detail .grid-contents .content .entry-meta {
    border-top: 1px solid #cadbe7;
}

#our-travel-detail .grid-contents .content .entry-content {
    min-height: 295px;
}

#our-travel-detail .grid-contents .content .post-title {
    font-size: 20px;
    line-height: 20px;
}

#our-travel-detail .single-slider-holder .hotel-detail-gallery-item img {
    width: 380px;
    height: 330px;
}

#our-travel-detail .single-slider-holder .next-btn,
#our-travel-detail .single-slider-holder .prev-btn {
    top: 46%
}

#our-travel-detail .travel-detail .wide,
#our-travel-detail .travel-detail .wide:hover {
    background-color: #f4f8fa!important;
    display: inline-block;
}

#our-travel-detail .travel-detail .head .category-heading {
    margin: 0;
    background-color: #8bcf17;
    color: #fff;
    position: relative;
    height: 41px;
    padding: 20px;
    line-height: 1px;
}

#our-travel-detail .travel-detail .head .category-heading:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: -webkit-calc(15%);
    top: calc(15%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #eff2f3;
    border-bottom: 15px solid transparent;
}

#our-travel-detail .travel-detail .head .list-heading {
    line-height: 1px;
    background-color: #edf3f7;
    color: #95a8b4;
    margin: 0;
    padding: 20px;
}

.tour-category-item .part h3.category-heading .tour-category-item .part h3.list-heading {
    background-color: #eff2f3;
    color: #95a8b4;
}

.tour-category-item .part h3.category-heading,
.tour-category-item .part h3.list-heading {
    line-height: 1px;
}

.small-nav {
    margin-top: 30px!important;
}

.small-nav a {
    background-color: #edf3f7;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    padding: 5px 11px!important;
    margin: 3px 1px;
}

.small-nav a:hover {
    background-color: #8bcf17;
    color: #fff!important;
}

select.top-drop-menu {
    margin: 23px 0 0;
    padding: 13px;
}

@media (min-width:1200px) {
    #hotels.page .wide .middle-column {
        width: 46.4%
    }
    #hotels.page .wide .right-column {
        width: 20.17%
    }
}

@media (max-width:1199px) {
    #hotels.page .contents.grid-contents .content.wide .right-area .eticket-holder {
        padding: 8px 10px 10px!important;
    }
    #hotels.page .contents.grid-contents .content.wide .right-area .book-holder {
        padding: 10px 20px 10px 30px!important;
    }
    #header #main-menu {
        width: auto;
        margin: 0 0 0 10%
    }
    .contents.grid-contents .content.wide .right-area .book-holder {
        padding: 34px 30px 35px;
    }
    .contents.grid-contents .content.wide p {
        line-height: 17px;
    }
    .section-amazing-tours .slide-holder {
        margin: 0 0 95px;
    }
    .top-drop-menu {
        min-width: 600px;
    }
}

@media all and (max-width:991px) {
    #hotels.page .contents.grid-contents .content.wide .right-area {
        min-height: 173px;
    }
    #hotels.page .contents.grid-contents .content.wide .right-area .book-holder {
        text-align: center;
    }
    #hotels.page .grid-contents .entry .entry-content {
        padding: 23px 20px 12px!important;
    }
    #hotels.page .grid-contents .no-margin-left {
        margin: 0!important;
        padding: 0!important;
    }
    .contents.grid-contents .content.wide .entry .entry-meta {
        margin: auto auto 10px;
    }
    .pagination-holder.left {
        text-align: left;
    }
    .pagination-holder.center,
    .pagination-holder.right {
        text-align: center;
    }
    #header #main-menu {
        margin: 0 0 0 30%
    }
    #special-offers .section-intro h2 {
        font-size: 26px;
        color: #8bcf17!important;
    }
    #our-travel.sidebar .load-more-hotel {
        position: relative;
        bottom: -20px;
        padding: 15px;
        margin: 20px 0;
    }
    .featured-tour a {
        position: relative;
        display: block;
    }
    .featured-tour a img {
        width: 100%
    }
    .widget .hotel-lists {
        border: none;
    }
    .contents.grid-contents .content.wide .right-area {
        border: 0;
    }
    #special-offers {
        height: 440px!important;
    }
    #mi-nav {
        top: 120px;
        left: -110px;
    }
    #mi-nav a {
        height: 30px;
    }
    .top-drop-menu {
        min-width: 300px;
    }
}

@media (max-width:370px) {
    .grid.about-details h2 {
        font-size: 11px !important;
    }
    .controls ul li {
        float: none;
    }
    #our-travel .page-title {
        line-height: 40px;
    }
    #special-offers .price {
        font-size: 33px;
        padding: 1px 31px;
    }
    #special-offers .page-title {
        margin: 13px 0 24px;
    }
    #special-offers .section-intro {
        max-width: 100%!important;
    }
    .criteria-item {
        width: 48%;
    }
    .criteria-item p {
        font-size: 7px;
    }
}

@media (max-width:460px) {
    .criteria-item {
        width: 48%;
    }
    .criteria-item p {
        font-size: 7px;
    }
    .top-drop-menu {
        min-width: 100%
    }
    #header .toggle-menu-holder {
        display: none;
    }
    #our-travel.sidebar .load-more-hotel {
        bottom: 0;
    }
}

@media (min-width:780) {
    #awesome-destinations .destinations {
        margin: 112px 0 0;
    }
}

@media (min-width:992px) {
    #special-offers {
        height: 1200px!important;
    }
}

@media all and (max-width:530px) {
    .criteria-item {
        width: 48%;
    }
    .criteria-item p {
        font-size: 7px;
    }
    .small-nav {
        display: block!important;
        margin-top: 30px!important;
        top: 100%!important;
    }
    .mi-slider nav#mi-nav {
        display: none;
    }
    #our-travel {
        padding-top: 122px!important;
    }
}

.contents.grid-contents .content.wide .star-holder .star {
    min-width: 100px;
}

@media (max-width:1370px) {
    #main-menu>nav>ul>li {
        margin: 0 0 0 0!important;
    }
    #main-menu>nav>ul>li>a {
        min-width: 100px!important;
    }
}

.index-mini section#featured {
    position: relative;
}

.index-mini section#featured .featured-overlay,
.index-mini section#featured .opener-area {
    z-index: 100;
}

.index-mini section#featured,
.index-mini section#featured #top-slider,
.index-mini section#featured .featured-inner,
.index-mini section#featured .slider {
    height: 100%;
    min-height: 574px!important;
    overflow: hidden;
}

.index-mini section#featured img {
    height: 100%!important;
    width: 100%;
    min-height: 574px!important;
}

.index-mini section#featured .flex-control-nav {
    width: auto;
    right: 7%
}

.index-mini section#featured .featured-overlay-inner .social-networks {
    margin: 40px 0 0;
}

.index-mini .head-image-texts .texts {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 113px;
    z-index: 50;
    width: 70%;
    text-align: center;
}

.index-mini .head-image-texts .texts h1 {
    /* font-family: 'Playfair Display'; */
    font-size: 59px;
    line-height: 53px;
    margin: 0;
    color: #fff;
}

.index-mini .head-image-texts .texts p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

@media (min-width:1199px) and (max-width:1370px) {
    .index2 section#featured,
    .index2 section#featured #top-slider,
    .index2 section#featured .featured-inner,
    .index2 section#featured .slider {
        height: 100%;
        min-height: 936px;
    }
    .index2 section#featured .slider img {
        height: 100%;
        min-height: 936px;
        width: 120%
    }
    section#featured,
    section#featured #top-slider,
    section#featured .featured-inner,
    section#featured .slider,
    section#featured .slider img {
        height: 100%;
        min-height: 900px;
    }
    section#featured .slider img {
        width: 120%
    }
}

@media (max-width:767px) {
    #header .branding,
    .page-head-holder,
    .top-drop-menu {
        text-align: center;
    }
    .index-mini .head-image .texts {
        top: 10%
    }
    #header #main-menu {
        margin: 0;
    }
    #special-offers .section-intro {
        width: 330px;
        background-color: rgba(0, 0, 0, .3);
    }
    #special-offers .section-intro .page-title,
    #special-offers .section-intro h2 {
        color: #fff!important;
    }
    .single-slider-holder .hotel-detail-gallery-item img {
        width: 280px!important;
        height: 230px!important;
    }
    .tab-pane#comment .comments-holder .comment-item .comment-body {
        margin: 10px 0;
    }
    .tab-pane#comment .comments-holder .comment-item .avatar {
        text-align: center;
        margin: 0 auto;
    }
    .sidebar-holder {
        margin: 20px 0;
    }
    .breadcrumb-holder {
        float: none!important;
    }
    .hotels-filter-form ul li.form-member,
    .hotels-filter-form ul li.form-member .chosen-container,
    .hotels-filter-form ul li.form-member select {
        width: 100%
    }
    .criteria .criteria-item {
        margin: 0 0 20px;
        width: 49%
    }
    .criteria .criteria-item p {
        font-size: 7px;
    }
    .criteria .criteria-item .circle {
        margin: 0 auto;
    }
    .criteria .criteria-item .stats .number {
        display: block;
    }
    .category-heading:after {
        display: none!important;
    }
    #top-slider [class^=flex-],
    .featured-overlay #close-form {
        display: none;
    }
    .hotel-lists,
    .list-heading {
        border: 1px solid #e0e5e9;
        border-top: 0;
    }
    .tour-category-item .hotel-lists .load-more-hotel {
        padding: 20px;
    }
    .tour-category-item .part {
        width: 100%;
        float: left;
    }
    .destinations .destination {
        margin: 10px 0;
    }
    .featured-overlay {
        width: 100%;
        background-color: rgba(18, 55, 78, 1);
    }
    .featured-overlay .featured-overlay-inner {
        margin: 10px 20px 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .menu-body.closed {
        right: -120%!important;
    }
    #header .branding {
        width: 100%
    }
    #header #main-menu {
        display: block;
        float: none;
    }
    .top-drop-menu {
        margin: 2px auto!important;
    }
    .site-title {
        margin: 0;
    }
    .widget-support {
        margin: 10px 0!important;
    }
}

.circular-icon-holder {
    margin: 0 0 35px;
    text-align: center;
}

.circular-icon-holder a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    width: 160px;
    height: 160px;
    background-color: #95a8b4;
    border-radius: 300px;
    position: relative;
}

.circular-icon-holder a i,
.circular-icon-holder a i:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

.circular-icon-holder a:hover {
    background-color: #8bcf17;
}

.circular-icon-holder a i {
    background-color: #fff;
    padding: 30px;
    border-radius: 300px;
    font-size: 30px;
}

.circular-icon-holder a i,
.circular-icon-holder a i:before {
    width: 30px;
    height: 30px;
}

.color-switcher {
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    z-index: 500;
}

.color-switcher select {
    padding: 20px 10px;
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #000;
}

.panel-group .panel .panel-heading,
.well {
    border-radius: 0;
    background-color: #EFF2F3;
    border-color: #e0e5e9;
}

.grid-contents.team {
    text-align: center;
}

.grid-contents.team h2.post-title {
    margin-bottom: 5px;
}

.grid-contents.team h2.post-title small {
    display: block;
    font-weight: 400;
}

.grid-contents.team h2.post-title a:hover small {
    color: #51575b;
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-color: #e0e5e9;
}

.ul-images-block {
    width: 240px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.ul-images-block li {
    float: left;
    margin: 0 10px 10px 0;
}

.overflowed {
    overflow: hidden;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well p {
    margin-bottom: 0;
}

.well p+p {
    margin-top: 30px;
}

img.pull-left {
    margin-right: 20px;
}

img.pull-right {
    margin-left: 20px;
}

img[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .ul-images-block {
        width: 160px;
    }
    img[class*=col-] {
        margin-bottom: 20px;
    }
}

.features .media,
.features .media .media-object,
.features .media .media-object:after,
.features .media.hover,
.features .media.hover .media-object,
.features .media.hover .media-object:after,
.features .media:hover,
.features .media:hover .media-object,
.features .media:hover .media-object:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features.with-border .media {
    padding: 40px 10px 0;
    margin-bottom: 30px;
    border: 1px solid #edf3f7;
}

.features.with-border .media-body {
    max-width: 350px;
    margin: 0 auto;
}

.features.style-1 {
    text-align: center;
}

.features.style-1 .media .media-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

.features.style-1 .media .media-object {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding: 20px;
    background-color: #8bcf17;
    color: #fff;
}

.features.style-1 .media.hover .media-object,
.features.style-1 .media:hover .media-object {
    background-color: #a4e831;
}

.features.style-2 .media .media-heading {
    color: #242424;
}

.features.style-2 .media .media-object {
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    background-color: #8bcf17;
    color: #fff;
}

.features.style-3 {
    text-align: center;
}

.features.style-3 .media .media-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

.features.style-3 .media .media-object {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding: 20px;
    background-color: #c31061;
    color: #fff;
}
.features.with-border.style-3 .media {
    padding: 5px 10px 0;
    margin-bottom: 5px;
}

.facts {
    margin-bottom: 30px;
}

.facts .media-heading {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: #51575b;
}

.facts .media-heading .fa {
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: top;
    color: #8bcf17;
}

.facts .media-heading span {
    display: inline-block;
    line-height: 20px;
}

.partners-carousel {
    margin: 30px 0;
}

.partners-carousel .owl-carousel div a {
    display: block;
    text-align: center;
    background-color: #eff2f3;
    border: 1px solid #e0e5e9;
    padding: 10px;
}

.thumbnails .thumbnail.no-padding,
.thumbnails.no-padding [class*=col-] {
    padding: 0;
}

.partners-carousel .owl-carousel div a img {
    display: inline-block;
    max-width: 100%
}

.partners-carousel .owl-carousel .owl-item img {
    width: auto;
}

.thumbnails {
    margin-top: -30px;
}

.thumbnails.no-padding {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.thumbnails.no-padding .thumbnail {
    margin-top: 0;
}

.thumbnails .thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 30px 0 0;
}

.thumbnails .thumbnail.no-border,
.thumbnails .thumbnail.no-border.hover,
.thumbnails .thumbnail.no-border:hover {
    border: none;
}

.thumbnails .thumbnail .media {
    overflow: hidden;
    position: relative;
}

.thumbnails .thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thumbnails .thumbnail .media img {
    max-width: 100%;
    width: 100%
}

.thumbnails .thumbnail .caption {
    padding: 20px 0 0;
    overflow: hidden;
    font-size: 14px;
}

.thumbnails .thumbnail .caption.no-padding-top {
    padding-top: 0;
}

.thumbnails .thumbnail .caption.no-padding-bottom {
    padding-bottom: 0;
}

.thumbnails .thumbnail .caption.after-media {
    padding: 20px;
    background-color: #eff2f3;
}

.thumbnails .thumbnail .caption.hovered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent;
    background-color: rgba(139, 207, 23, .7);
    color: #fff;
    opacity: 0;
    z-index: 10;
}

.div-cell,
.div-table {
    height: 100%!important;
}

.thumbnails .thumbnail .caption .caption-wrapper {
    width: 100%
}

.thumbnails .thumbnail .caption .caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: #0d1d31;
}

.thumbnails .thumbnail .caption .hovered .caption-title {
    color: #fff;
}

.thumbnails .thumbnail .caption .caption-buttons {
    margin-bottom: 0;
}

.thumbnails .thumbnail .caption .caption-buttons .btn {
    color: #fff;
    font-size: 30px;
}

.thumbnails .thumbnail .caption .caption-category {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 12px;
    color: #8bcf17;
}

.thumbnails .thumbnail .caption .caption-read-more {
    font-size: 12px;
    color: #8bcf17;
    text-decoration: underline;
}

.categories a,
.featured-posts .media-heading a,
.tag-cloud li a,
.to-go-filters a:hover {
    text-decoration: none;
}

.thumbnails .thumbnail .caption .caption-read-more:hover {
    color: #000;
}

.thumbnails .thumbnail .caption .caption-see-all {
    margin-top: 20px;
    margin-bottom: 0;
}

.thumbnails .thumbnail .caption .caption-price {
    text-align: right;
    font-weight: 700;
    font-size: 20px;
}

.thumbnails .thumbnail .caption .caption-price small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #95a7b3;
}

.thumbnails .thumbnail.hover,
.thumbnails .thumbnail:hover {
    border: 1px solid #8bcf17;
}

.thumbnails .thumbnail.hover .media:after,
.thumbnails .thumbnail:hover .media:after {
    opacity: .1;
}

.thumbnails .thumbnail.hover .media img,
.thumbnails .thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.thumbnails .thumbnail.hover .caption.hovered,
.thumbnails .thumbnail:hover .caption.hovered {
    opacity: 1;
}

.thumbnails .thumbnail.hover .caption.after-media,
.thumbnails .thumbnail:hover .caption.after-media {
    background-color: #8bcf17!important;
}

.thumbnails .thumbnail.hover .caption-category,
.thumbnails .thumbnail.hover .caption-category a,
.thumbnails .thumbnail.hover .caption-category a:hover,
.thumbnails .thumbnail.hover .caption-price,
.thumbnails .thumbnail.hover .caption-price small,
.thumbnails .thumbnail.hover .caption-title,
.thumbnails .thumbnail:hover .caption-category,
.thumbnails .thumbnail:hover .caption-category a,
.thumbnails .thumbnail:hover .caption-category a:hover,
.thumbnails .thumbnail:hover .caption-price,
.thumbnails .thumbnail:hover .caption-price small,
.thumbnails .thumbnail:hover .caption-title {
    color: #fff;
}

.thumbnails .thumbnail.hover .caption-see-all .button,
.thumbnails .thumbnail:hover .caption-see-all .button {
    border-color: #fff;
    color: #fff;
}

.thumbnails .thumbnail.hover .caption-see-all .button:hover,
.thumbnails .thumbnail:hover .caption-see-all .button:hover {
    background-color: #fff;
    color: #95a7b3;
}

.thumbnails .thumbnail .caption,
.thumbnails .thumbnail .caption-category,
.thumbnails .thumbnail .caption-link,
.thumbnails .thumbnail .caption-title,
.thumbnails .thumbnail .caption-zoom,
.thumbnails .thumbnail .media,
.thumbnails .thumbnail .media .fa,
.thumbnails .thumbnail .media img,
.thumbnails .thumbnail .media:after,
.thumbnails .thumbnail .media:before,
.thumbnails .thumbnail.hover .caption,
.thumbnails .thumbnail.hover .caption-category,
.thumbnails .thumbnail.hover .caption-link,
.thumbnails .thumbnail.hover .caption-title,
.thumbnails .thumbnail.hover .caption-zoom,
.thumbnails .thumbnail.hover .media,
.thumbnails .thumbnail.hover .media .fa,
.thumbnails .thumbnail.hover .media img,
.thumbnails .thumbnail.hover .media:after,
.thumbnails .thumbnail.hover .media:before,
.thumbnails .thumbnail:hover .caption,
.thumbnails .thumbnail:hover .caption-category,
.thumbnails .thumbnail:hover .caption-link,
.thumbnails .thumbnail:hover .caption-title,
.thumbnails .thumbnail:hover .caption-zoom,
.thumbnails .thumbnail:hover .media,
.thumbnails .thumbnail:hover .media .fa,
.thumbnails .thumbnail:hover .media img,
.thumbnails .thumbnail:hover .media:after,
.thumbnails .thumbnail:hover .media:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.div-table {
    display: table!important;
}

.div-cell {
    display: table-cell!important;
    vertical-align: middle!important;
    float: none!important;
}

.row.div-table {
    margin: 0;
}

hr.transparent {
    border-color: transparent;
}

hr.half {
    margin-top: 0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.project-single .project-details .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: left;
    color: #51575b;
    width: 90px;
}

@media (max-width:767px) {
    .row.div-table .div-cell {
        display: block!important;
    }
    .project-single .project-details .dl-horizontal dt {
        float: left;
    }
}

.project-single .project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}

.faq-filters li+li {
    border-top: solid 1px #edf3f7;
}

.faq-filters a {
    display: block;
    padding: 10px 0;
}

.faq-filters a:visited {
    color: inherit;
}

.faq-filters li.active a {
    color: #8bcf17;
}

.to-go-filters a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    text-transform: uppercase;
}

.to-go-filters a:visited {
    color: inherit;
}

.to-go-filters a small {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: #b3c0c8;
}

.to-go-filters .fa {
    float: left;
    margin-top: 14px;
    width: 22px;
}

.to-go-filters li.active .fa,
.to-go-filters li.active a {
    color: #8bcf17;
}

.tag-cloud {
    overflow: hidden;
}

.tag-cloud li {
    float: left;
    margin: 0 5px 5px 0;
}

.tag-cloud li a {
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #8bcf17;
    color: #fff;
}

.tag-cloud li a:hover {
    background-color: #6ca112;
}

.recent-tweets .fa {
    border-radius: 50%;
    background-color: #8bcf17;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.recent-tweets p {
    margin: 0;
}

.recent-tweets p+p {
    margin-top: 10px;
}

.recent-tweets a,
.recent-tweets small {
    color: #8bcf17;
}

.widget-tabs .nav-tabs>li {
    position: relative;
}

.widget-tabs .nav-tabs>li,
.widget-tabs .nav-tabs>li a {
    border-radius: 0;
    color: #95a8b4;
    margin-right: 0;
}

.widget-tabs .nav-tabs>li a:hover,
.widget-tabs .nav-tabs>li:hover {
    background-color: #95a8b4;
    color: #fff;
}

.widget-tabs .nav-tabs>li a:before,
.widget-tabs .nav-tabs>li:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #8bcf17;
    position: absolute;
    display: block;
    top: -3px;
    opacity: 0;
}

.widget-tabs .nav-tabs>li.active,
.widget-tabs .nav-tabs>li.active a {
    color: #8bcf17;
}

.widget-tabs .nav-tabs>li.active a:hover,
.widget-tabs .nav-tabs>li.active:hover {
    background-color: #95a8b4;
    color: #fff;
}

.address-details .address-phone .fa,
.featured-posts .post-date {
    color: #8bcf17;
}

.widget-tabs .nav-tabs>li.active:before {
    opacity: 1;
}

.widget-tabs .tab-content {
    margin-top: 20px;
}

.featured-posts p {
    font-size: 12px;
    margin-bottom: 0;
}

.featured-posts p+p {
    margin-top: 10px;
}

.address-details .address-phone {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
}

.address-details .address-mail {
    display: block;
    font-style: normal;
    padding-left: 25px;
}

.widget.activities .media+.media,
.widget.book-with-us .media+.media {
    padding-top: 15px;
    border-top: solid 1px #eef1f3;
}

.widget.book-with-us .media-object {
    width: 40px;
    height: 40px;
    color: #8bcf17;
    border: 1px solid #8bcf17;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
}

.widget.book-with-us .media-object.pull-left {
    margin-right: 10px;
}

.widget.book-with-us .media-object.pull-right {
    margin-left: 10px;
}

.categories {
    display: block;
}

.categories li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.categories li+li {
    border-top: solid 1px #e0e5e9;
}

.categories a {
    font-weight: 700;
    display: block;
    padding: 10px 0;
}

.about-the-author,
.post-wrap+.post-wrap {
    border-top: solid 1px #e0e5e9;
    padding-top: 40px;
}

.categories a:visited {
    color: inherit;
}

.categories li a:hover,
.categories li.active a {
    color: #8bcf17;
}

.categories .fa {
    position: absolute;
    top: 13px;
    left: 0;
    color: #8bcf17;
}

.categories.filters .fa {
    color: inherit;
}

.categories.filters li.active .fa,
.comment-date {
    color: #8bcf17;
}

.categories.filters small {
    float: right;
}

.post-wrap+.post-wrap {
    margin-top: 40px;
}

.post-header {
    margin-bottom: 20px;
}

.post-meta {
    font-size: 11px;
    line-height: 11px;
    margin-top: 10px;
}

.post-meta .sep:before {
    content: "|";
    margin: 0 5px;
}

.post-media {
    margin-bottom: 20px;
    position: relative;
}

.post-media .thumbnail {
    margin-bottom: 0;
}

.post-excerpt {
    margin-bottom: 20px;
}

.post-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.post-footer {
    margin-top: 20px;
}

.post-footer .fa {
    width: 18px;
}

.post-categories,
.post-tags {
    display: block;
    font-size: 11px;
    line-height: 20px;
}

.comment-date,
.comment-reply {
    font-size: 11px;
    line-height: 11px;
}

.about-the-author {
    margin-top: 40px;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.comments,
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
}

.video-wrap embed,
.video-wrap iframe,
.video-wrap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comments {
    border-top: solid 1px #e0e5e9;
}

.comments>.comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width:479px) {
    .comment-avatar img {
        width: 24px;
        height: auto;
    }
}

.comment-meta {
    margin-bottom: 5px;
}

.comment-reply,
.comment-text {
    margin-bottom: 20px;
}

.comment-reply {
    border-bottom: solid 1px #e0e5e9;
    padding-bottom: 20px;
}

.comments-form {
    border-top: solid 1px #e0e5e9;
}

.comments-form .form-control {
    background: #fff;
    border: 1px solid #dfe7eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments-form textarea.form-control {
    height: 250px;
    resize: none;
}

.stories .story .media-heading {
    color: #8bcf17;
}

.stories .story+.story {
    margin-top: 50px;
}

.stories .story-meta {
    text-align: right;
    background-color: #eef1f3;
    padding: 5px 10px;
}

.stories .story-meta .fa {
    margin-right: 5px;
    color: #8bcf17;
}

.stories .story-miles {
    display: inline-block;
    margin-left: 10px;
}

.stories .story-author {
    display: inline-block;
    float: left;
}

.stories .story-category,
.stories .story-date {
    display: inline-block;
    margin-left: 10px;
}

.address-ul {
    font-style: normal;
    margin-left: 22px;
}

.address-ul strong {
    display: inline-block;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.address-ul .fa,
.box-row .media .media-heading {
    color: #8bcf17;
}

.address-ul li {
    line-height: 20px;
    margin-bottom: 10px;
}

.box-row {
    margin-top: -30px;
}

.box-row .box-block {
    margin-top: 30px;
    background-color: #edf3f7;
}

.box-row .media .media-object {
    display: block;
    margin: 0;
    width: 250px;
}

@media (max-width:1999px) {
    .box-row .media .media-object {
        width: 200px;
    }
}

@media (max-width:767px) {
    .stories .story-author {
        float: none!important;
    }
    .box-row .media .media-object {
        width: auto;
        padding: 20px 20px 0;
        float: none!important;
        margin: 0 auto;
    }
}

.box-row .media .media-body {
    padding: 10px 20px;
}

.box-row .media .media-body p {
    margin-bottom: 0;
}

.box-row .media .media-body p+p {
    margin-top: 20px;
}

.box-row.things-todo-2 .media-object {
    width: 280px;
}

@media (max-width:991px) {
    .box-row.things-todo-2 .media-object {
        width: auto;
        float: none!important;
        padding: 20px 20px 0;
    }
}

@media (max-width:767px) {
    .box-row.things-todo-2 .media-object img {
        width: 100%
    }
}

.box-row.things-todo-2 .media-heading {
    border-bottom: solid 1px #dfe5e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box-row.things-todo-2 .entry-meta {
    float: right;
    margin-top: 3px;
}

.box-row.travel-essentials .media-object {
    width: 150px;
}

@media (max-width:767px) {
    .box-row.travel-essentials .media-object {
        width: auto;
    }
}

.box-row.travel-essentials .media-body {
    margin-right: 130px;
}

.box-row.travel-essentials .media-action {
    width: 130px;
    position: relative;
    text-align: center;
    padding: 15px 10px;
}

.box-row.travel-essentials .media-action .price {
    color: #8bcf17;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.box-row.travel-essentials .media-action .price small {
    font-size: 12px;
    line-height: 1;
    display: block;
}

.before-you-fly {
    margin-bottom: 30px;
}

.before-you-fly .image-wrapper {
    margin-bottom: 5px;
}

.before-you-fly .image-wrapper img {
    width: 100%
}

.booking-form .chosen-container {
    width: 100%!important;
    border: 1px solid #b3c1c9;
    margin: 0 0 30px;
    color: #b3c1c9;
}

.booking-form .chosen-container .chosen-drop {
    box-shadow: 0 0 0 1px #b3c1c9!important;
    border: none!important;
    margin: 1px 0 0;
}

.booking-form .chosen-container a {
    border: 0!important;
    margin: 2px 0 3px;
    box-shadow: none!important;
}

ul.my-photos,
ul.my-photos .thumbnail {
    margin-top: 0;
}

.booking-form .chosen-container a,
.booking-form .chosen-container a div,
.booking-form .chosen-container a span {
    border-radius: 0!important;
}

.booking-form .chosen-container:focus a {
    padding: 0!important;
    outline: 0;
}

ul.my-photos {
    overflow: hidden;
    margin-bottom: 30px;
}

ul.my-photos li {
    float: left;
    width: 120px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

a,
a:active,
a:focus,
button,
button:active,
button:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
    outline: 0!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.caroption {
    list-style: none;
    color: #73787e;
    padding: 3px 0 5px 24px;
    background: url(images/sx-sprite-cardetail-icons.png) no-repeat;
    display: inline;
}

.caroption.opt-doors {
    background-position: -217px -28px;
}

.caroption.opt-clim {
    background-position: -169px -74px;
}

.caroption.opt-noclim {
    background-position: -193px -50px;
}

.caroption.opt-seats {
    background-position: -48px -196px;
}

.caroption.opt-manual {
    background-position: -145px -98px;
}

.caroption.opt-cases {
    background-position: 0 -245px;
}

.caroption.opt-auto {
    background-position: -121px -124px;
}

.featured-tour .responsive-image {
    border-left-color: #e0e5e9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e0e5e9;
    border-right-style: solid;
    border-right-width: 1px;
}

.car-unavailable {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bgred {
    background-color: red;
    color: #ff0;
}

.input-group-addon {
    color: #000;
    background-color: #8bcf17;
}

.errors{
    background: #FFF;
    position: absolute;
    z-index: 10;
}