* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}
@font-face {
    font-family: 'DINMedium';
    src: url('../fonts/DINMedium.ttf');
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.otf') format('opentype');
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
body {
    font-family: 'Raleway-Medium';
    color: #373736;
}
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}
.top-animate {
    background: #3C3C3B !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #3C3C3B !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 15px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 25px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #3C3C3B;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}
.icon {
    z-index: 999;
    position: fixed;
    /*    background: rgba(0, 0, 0, 0.21);*/
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 0;
    left: 0;
}
.navigation_bar {
    background: #595958 none repeat scroll 0 0;
    display: none;
    font-family: inherit;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 999;
}
.navigation_bar > ul > li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
}
.navigation_bar a {
    color: hsl(0, 0%, 100%);
    font-family: "Raleway-Medium";
    font-size: 40px;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}
.navigation_bar > ul:first-child {
    margin-top: 60px;
}
.navigation_bar > ul:last-child {
    margin-bottom: 60px;
}
.icon.menu_icon {
    background-color: #fff;
    height: 92px;
    margin-left: 3%;
    text-align: center;
    text-decoration: none;
    width: 92px;
}
.icon.menu_icon p {
    color: #3c3c3b;
    display: block;
    font-size: 10.41px;
    font-weight: bold;
    margin: 50px 0 0;
    overflow: hidden;
}
.menui {
    height: 4px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    right: 0;
    text-align: center;
    width: 33px;
}
.icon.menu_icon:focus {
    outline: medium none;
}
ul.sign_message_option {
    margin-right: 3%;
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 999;
}
.nav.navbar-nav.sign_message_option a {
    color: #fff;
    font-size: 26px;
    padding: 10px;
}
.nav.navbar-nav.sign_message_option a:hover,
.nav.navbar-nav.sign_message_option a:focus,
.nav.navbar-nav.sign_message_option a:active,
.nav.navbar-nav.social_icon a:hover,
.nav.navbar-nav.social_icon a:focus,
.nav.navbar-nav.social_icon a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.sign_message_option .fa.fa-search {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation_bar > ul > li > ul {
    display: block;
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
}
.navigation_bar > ul > li > ul > li {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}
.navigation_bar > ul > li > ul > li::before {
    color: #fff;
    content: "/";
    display: inline-block;
    font-size: 22px;
    line-height: 15px;
    margin-right: 20px;
    overflow: hidden;
}
.navigation_bar > ul > li >ul > li:first-child::before {
    display: none;
}
.navigation_bar > ul > li > ul > li:last-child {
    margin-right: 0;
}
.navigation_bar > ul > li > ul > li > a {
    font-size: 22px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav.nav.social_icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navbar-nav.nav.social_icon > li {
    display: inline-block;
    float: none;
}
.navigation_bar > ul {
    padding: 0;
}
.navbar-nav.nav.social_icon a {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
}
section.home_callaction {
    background-color: #9d9d9c;
    display: block;
    overflow: hidden;
    padding-bottom: 34px;
    padding-top: 40px;
    width: 100%;
}
section.home_callaction p {
    color: #fff;
    font-family: raleway-medium;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0;
}
.navbar-nav.nav.social_icon a {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
}
.welcome_area {
    display: block;
    overflow: hidden;
    padding: 90px 0;
    width: 100%;
}
.wText_inner h2 {
    font-family: Raleway-Medium;
    font-size: 40px;
    margin-top: 0;
}
.content_area {
    background-color: #d4edfc;
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.title > h2 {
    font-family: raleway-medium;
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.feature_content_img img {
    width: 100%;
}
.content_inner {
    display: block;
    margin: 50px auto;
    overflow: hidden;
}
.readmore {
    background-color: #fff;
    color: inherit;
    display: inline-block;
    letter-spacing: 2px;
    padding: 18px 30px 16px;
    text-transform: uppercase;
}
.home_box_section {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.home_box_section .col-xs-12.col-sm-6:first-child .single_homebox_inner {
    float: left;
}
.home_box_section .col-xs-12.col-sm-6:last-child .single_homebox_inner {
    float: right;
}
.single_homebox_inner a > img {
    display: block;
    max-width: 100%;
    min-width: 530px;
    overflow: hidden;
    width: 100%;
}
.single_homebox_inner {}
.single_homebox_inner h3 {
    font-size: 22px;
    margin: 40px auto 30px;
}
.service_area_title {
    display: block;
    overflow: visible;
    padding-top: 70px;
    position: relative;
    width: 100%;
}
.service_bg_image {
    display: block;
    height: 621px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1200px;
    z-index: 333;
}
.service_area_title .container {
    min-height: 380px;
    z-index: 555;
}
.service_bg_image > img {
    float: right;
    width: 1164px;
}
.service_area_icon {
    background-color: #9d9d9c;
    display: block;
    overflow: hidden;
    padding: 240px 0 60px;
    width: 100%;
}
.service_area_title .col-xs-12 {
    z-index: 555;
}
.service_bg_image:after {
    border-color: #fff #fff #9D9D9C #9D9D9C;
    border-style: solid;
    border-width: 33px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 32px;
    position: absolute;
    width: 1px;
}
.single_service hr {
    background-color: #fff;
    clear: both;
    display: block;
    float: left;
    margin: 40px auto;
    overflow: hidden;
    width: 50%;
}
.single_service > img {
    display: block;
    overflow: hidden;
}
.single_service > h3 {
    clear: both;
    color: #fff;
    display: block;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 60px auto;
    overflow: hidden;
    width: 100%;
}
.single_service > p {
    color: #fff;
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
}
.service_area_icon .col-xs-12.col-sm-6.col-md-3:nth-child(3) .single_service {
    margin-top: 22px;
}
.service_area_icon .col-xs-12.col-sm-6.col-md-3:nth-child(4) .single_service {
    margin-top: 8px;
}
.service_area_icon .col-xs-12.col-sm-6.col-md-3:nth-child(1) .single_service {
    margin-top: 2px;
}
.home_gallery {
    display: block;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
}
.single_home_gallery_item {
    display: block;
    float: left;
    height: 285px;
    overflow: hidden;
    position: relative;
    width: 285px;
}
.single_home_gallery_item > img {
    height: 100%;
    margin: 0 auto;
    max-width: none;
    min-height: 285px;
    min-width: 285px;
}
.shg_overlay {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.single_home_gallery_item:hover .shg_overlay {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: visible;
}
.shg_overlay > hr {
    border-color: #373736;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 46%;
    width: 50%;
}
.single_home_gallery_item:hover .shg_overlay hr {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.shg_overlay h2 {
    color: #373736;
    font-family: Raleway-Medium;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.top_text {
    opacity: 0;
    top: -20%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.bottom_test {
    bottom: -20%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.single_home_gallery_item:hover .shg_overlay .top_text {
    opacity: 1;
    top: 10%;
}
.single_home_gallery_item:hover .shg_overlay .bottom_test {
    bottom: 16%;
    opacity: 1;
}
.home_slider > img {
    height: auto;
    width: 100%;
}
.home_news {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.single_new_home > h2 {
    font-size: 40px;
}
.single_new_home > hr {
    border-color: #373736;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
}
.time {
    display: block;
    font-size: 22px;
    margin: 40px auto;
    overflow: hidden;
    padding-top: 16px;
    width: 100%;
}
.single_new_home img {
    width: 100%;
	height:auto;
}
.single_new_home > p {
    display: block;
    margin: 40px auto;
    overflow: hidden;
    width: 100%;
}
.home_news .readmore {
    background-color: #ececec;
    color: #646363;
}
.home_news .col-xs-12.col-sm-4:nth-child(1) .single_new_home {
    float: left;
}
.home_news .col-xs-12.col-sm-4:nth-child(3) .single_new_home {
    float: right;
}
.home_news .col-xs-12.col-sm-4:nth-child(2) .single_new_home {
    margin-left: auto;
    margin-right: auto;
}
.single_new_home {
    width: 346px;
}
footer .title > h2 {
    color: #646363;
}
footer {
    color: #646363;
    display: block;
    overflow: hidden;
    padding: 70px 0 30px;
}
.tour-operator_logo > img {
    width: 160px;
    height: auto;
    margin-top: -66px;
}
footer .col-xs-12.col-sm-6 > h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 56px;
    margin-top: 34px;
}
footer label {
    margin-left: 2px;
    margin-top: 6px;
    text-transform: uppercase;
}
footer input.form-control,
footer textarea.form-control {
    background-color: transparent;
    border-color: #646363;
    border-left: medium none #646363;
    border-radius: 0;
    border-right: medium none #646363;
    border-top: medium none #646363;
    box-shadow: none;
}
footer textarea.form-control {
    border: 1px solid #646363;
    height: 70px;
}
input.readmore.btn.btn-default {
    background-image: none;
    border: medium none;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 24px;
}
.footer_social > p {
    display: block;
    font-size: 2vw;
    font-weight: bolder;
    overflow: hidden;
}
.footer_social a {
    color: inherit;
    letter-spacing: 4px;
}
footer .navbar-nav.nav.social_icon {
    text-align: left;
}
footer .navbar-nav.nav.social_icon a {
    font-size: 38px;
    margin-right: 12px;
}
.footer_social {
    display: block;
    margin-top: 0;
    overflow: hidden;
}
.gallery_item_area_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 1352px;
}
.single_home_gallery_item {
    display: block;
    float: left;
    height: 338px;
    overflow: hidden;
    position: relative;
    width: 338px;
}
footer input.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.readmore:hover,
.readmore:focus {
    background-color: #9D9D9C;
    background-position: 0 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    text-decoration: none;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
    color: #96D6F7;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
nav {
    margin-top: -1px;
}
.page_header_slider .item {
    width: 100%;
}
.owl-nav > * {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 45%;
}
.owl-nav > * > .fa {
    background-color: rgba(0, 0, 0, 0.2);
    height: 60px;
    text-align: center;
    width: 50px;
    padding-top: 1px;
}
.owl-nav > *:hover > .fa {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.owl-prev {
    left: 2%;
}
.owl-next {
    right: 2%;
}
.innerpage .title > h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.innerpage .content_inner {
    margin-bottom: 0;
}
.single_team_member img {
    max-width: 100%;
}
.our_team_area {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.single_team_member_content {
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
    overflow: hidden;
}
.single_team_member_content > h2 {
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0;
}
.single_team_member_content > h3 {
    color: #96d6f7;
    letter-spacing: 2px;
    margin: 0 0 40px;
}
.page_logo {
    height: 99px;
    left: 12%;
    position: fixed;
    top: 26px;
    width: 120px;
    z-index: 999999;
}
.page_logo > img {
    height: auto;
    max-width: 100%;
}
.team_Box {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single_team_member {
    -webkit-box-ordinal-group: 201;
    -webkit-order: 200;
    -ms-flex-order: 200;
    order: 200;
    width: 45%;
}
.single_team_member:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 45%;
}
.single_team_member:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
}
.single_team_member:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 45%;
}
.single_team_member:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 45%;
}
.our_partner_area {
    background-color: #9d9d9c;
    color: #fff;
    display: block;
    overflow: visible;
    padding: 70px 0;
}
.partner_images {
    margin: 0;
    padding: 0;
}
.partner_images > li {
    background-color: #b1b1b0;
    border-radius: 50%;
    display: block;
    float: left;
    height: 100px;
    list-style: outside none none;
    margin: 0 16px 32px;
    overflow: hidden;
    width: 100px;
}
.partner_images a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.op_inner > h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 60px;
    margin-top: 12px;
}
.op_inner > p {
    margin-bottom: 40px;
}
.section_t_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    position: relative;
}
.section_t_image > img {
    float: right;
    margin-top: -21%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.testimonial_area {
    display: block;
    overflow: hidden;
    padding: 70px 0;
    width: 100%;
}
blockquote {
    border: medium none;
    padding-left: 0;
}
blockquote:before {
    background-image: url("../img/blockquote.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 52px;
    overflow: hidden;
    width: 70px;
}
.single_testimonial blockquote h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.23;
    margin-bottom: 40px;
    margin-top: 0;
}
.single_testimonial blockquote h3 {
    font-family: Raleway-Bold;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.single_testimonial blockquote h4 {
    color: #96d6f7;
    letter-spacing: 2px;
    margin-top: 0;
}
.single_testimonial blockquote p {
    font-size: 14px;
}
.margin_top_fix_t {
    display: block;
    margin-top: 50%;
    overflow: hidden;
}
.gray-btn {
    background-color: #ededed;
}
.page_inline_text h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
}
.page_inline_text {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.page_gallery_slider .owl-nav > * {
    top: 41%;
}
.page_three_box_area {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.title.inline_title > h2 {
    display: inline-block;
    margin-top: 10px;
}
.single_page_theme_detail img {
    height: auto;
    max-width: 100%;
}
.page_three_box_area .col-xs-12.col-sm-4 {
    padding-left: 24px;
    padding-right: 24px;
}
.page_three_box_area .row_custom {
    margin-left: -24px;
    margin-right: -24px;
}
.single_page_theme_detail > h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 40px auto;
}
.page_map_area,
.more_coming_soon_area,
.news_page {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.page_map_area {
    padding-bottom: 0;
}
.more_option_slider .owl-nav > * {
    top: 21%;
}
.more_option_slider .owl-nav > .owl-prev {
    left: -40px;
}
.more_option_slider .owl-nav > .owl-next {
    right: -40px;
}
header {
    display: block;
	position:fixed;
	top:0;
	width:100%;
	height:93px;
	z-index:999;
}
section {
    display: block;
    overflow: hidden;
    width: 100%;
}
.page_map_inner {
    display: block;
    overflow: hidden;
    width: 100%;
}
.page_map_area iframe {
    width: 100%;
}
.single_more_coming > h2 {
    font-size: 24px;
    margin: 36px auto;
}
.single_new_home.news_fullwidth {
    padding-right: 24px;
    width: 100%;
}
.single_new_home.news_fullwidth > h2 {
    margin: 0;
}
.news_fullwidth .time {
    margin: 10px auto;
}
footer#contact_area .row {
    margin-left: -40px;
    margin-right: -40px;
}
footer#contact_area .col-xs-12.col-sm-6 {
    padding-left: 40px;
    padding-right: 40px;
}
.service_page_icon > img {
    height: auto;
    max-width: 100%;
}
.innerpage_service .title > h2 {
    color: #fff;
}
.innerpage_service .content_inner {
    color: #fff;
}
.filter_menu_items {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.filter_menu {
    padding: 70px 0 0;
}
.filter_menu_items > li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: bold;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: outside none none;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
}
.filter_menu_items > li:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.filter_menu_items > li:nth-child(1) a {
    color: #64636e;
    font-size: 22px;
    letter-spacing: 2px;
}
.filter_menu_items > li a {
    color: hsl(0, 0%, 100%);
    display: block;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 14px;
    text-decoration: none;
    width: 100%;
}
.filter_menu_items > li:nth-child(2) {
    background-color: #96d6f7;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.filter_menu_items > li:nth-child(3) {
    background-color: #85c8b1;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.filter_menu_items > li:nth-child(4) {
    background-color: #f7a600;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.filter_menu_items > li:nth-child(5) {
    background-color: #722c63;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.filter_menu_items > li:nth-child(6) {
    background-color: #e83943;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.row.row_custom {
    margin-left: -40px;
    margin-right: -40px;
}
.row.row_custom > * {
    padding-left: 40px;
    padding-right: 40px;
}
.service_page_section .single_page_theme_detail {
    margin-bottom: 50px;
}
.service_page_section .title.inline_title > h2 {
    margin-bottom: 0;
}
.service_page_section {
    padding: 70px 0;
}
.single-destinations .row.row_custom > *:nth-child(3n+4) {
	clear:both;
}
.row.row_custom > *:nth-last-of-type(-n+2) .single_page_theme_detail {
    margin-bottom: 0;
}
.single_page_theme_detail > a {
    display: block;
    max-height: 330px;
    overflow: hidden;
    width: 100%;
}
.accommodation_page_section .content_inner {
    margin: auto;
}
.accom_area_one .location_map iframe {
    width: 100%;
}
.accom_area_two,
.accom_area_three,
.accom_area_four {
    display: block;
    overflow: hidden;
    margin: 50px auto;
}
.accom_area_one {
    display: block;
    overflow: hidden;
    padding: 50px 0;
}
.accommodation_page_section .title h2 {
    margin-top: 0;
	margin-bottom:20px;
}
.accommodation_page_section {
    margin-top: 70px;
}
.accommodation_page_section .row.row_custom {
	padding-bottom:40px;
}
.content_inner > ul {
    margin: 30px auto;
    padding-left: 15px;
}
.content_inner ul li {
    line-height: 1.6;
}
.page_feature_image {
    display: block;
    overflow: hidden;
}
.page_feature_image > img {
    height: auto;
    max-width: 100%;
}
.page_slider {
    display: block;
    overflow: hidden;
    width: 100%;
	position:relative;
}
.page_slider .down-arrow {
	position:absolute;
	bottom:0;
	right:0;
	z-index:999;
}
.page-template-template-gallery .page_slider {
	max-height:80vh;
}
.accom_area_two:after,
.accom_area_three:after {
    background-color: #767676;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 150px;
    marign-top: 26px;
}
.accommodation_page_section .list-inline > li {
    margin-right: 20px;
}
.accommodation_page_section > *:last-child:after {
    display: none;
}
.accommodation_page_section .list-inline > li > a > img {
    max-height: 100px;
    width: auto;
}
.pages_gallery_items {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single_gp_item {
    /*height: 54vh;*/
    -webkit-box-ordinal-group: 201;
    -webkit-order: 200;
    -ms-flex-order: 200;
    order: 200;
    overflow: hidden;
    width: 25%;
}
.single_gp_item img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.gallery_page_items {
    display: block;
    margin-top: 70px;
    overflow: hidden;
}
/*
.single_gp_item:nth-child(5),
 .single_gp_item:nth-child(16) img {
    width: 100%;
}
.single_gp_item:nth-child(5) img, .single_gp_item:nth-child(16) img {
  height: auto;
  width: 100%;
}
.single_gp_item:nth-child(14),
.single_gp_item:nth-child(15) {
    width: 50%;
}
.single_gp_item:nth-child(14) img,
.single_gp_item:nth-child(15) img {
    height: auto;
    width: 100%;
}*/
.arrow_down_fix > img {
    width: 74px;
    height: auto;
    margin-top: 24px;
    margin-left: 6px;
}
.menuAbsolute nav {
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.menuFixed nav {
	top:0;
    background-color: hsla(60, 1%, 61%, 0.70);
    height: 93px;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
}
.dropdown-menu.search_dropdown {
    left: -955px;
    width: 1000px;
}
.btn.btn-default.readmore.btn-gray {
    background-color: #9d9d9c;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 24px;
    width: 170px;
}
.search_dropdown .form-group .form-control {
    border-color: #9d9d9c;
    border-radius: 0;
    box-shadow: none;
    height: 53px;
    margin-top: -6px;
    width: 794px;
}
.partner_images img {
  display: block;
  overflow: hidden;
  width: 100%;
}
.page-template-template-service .single_page_theme_detail {
  display: block;
  max-height: 530px;
  overflow: hidden;
}
.page-template-template-news .page_slider {
	max-height:75vh;
}
#other_destinations .col-sm-6 {
	padding-bottom: 40px;
}
#other_destinations .single_homebox_inner:nth-of-type(odd) {
	float: left;
}
#other_destinations .single_homebox_inner:nth-of-type(even) {
	float: right;
}
#gallery_area {
	padding-top: 70px;
}
@media (max-width: 768px) {
#gallery_area {
   padding-top: 0;
}
	.tour-operator_logo img {
    height: 62px !important;
}
}
