﻿/*
Around The Globe styles
Date: 2017-06-15
Fonts: Source Sans Pro
---------------------------------------------------------------------------------------------------- */

/* HTML5 CSS Reset ------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: black;
    background: white
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

.clearfix:after, .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* source-sans-pro-regular - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
    url('../font/web/source-sans-pro-v13-latin-ext_latin-regular.woff2') format('woff2');
}

/* source-sans-pro-700 - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
    url('../font/web/source-sans-pro-v13-latin-ext_latin-700.woff2') format('woff2'); /* Legacy iOS */
}


/*-----------------------------------------------------------------------------------*/
/*  Global
/*-----------------------------------------------------------------------------------*/
body {
    background-color: #fff;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #0c5495;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #0c5495;
    text-decoration: none;
}

input:focus, textarea:focus {
    outline: none;
}

p {
    margin-bottom: 1.20em;
    line-height: 1.4;
}


/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
body {
    font-family: 'Source Sans Pro', Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    color: #0c5495;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.square-list > li > b, i, blockquote p {
    font-weight: 600;
    font-style: italic;
}


/*-----------------------------------------------------------------------------------*/
/*  Layouts
/*-----------------------------------------------------------------------------------*/
html, body {
    height: 100%;
}

.container {
    width: 100%;
    margin: auto;
    position: relative;
}

.row:before, .row:after {
    content: "";
    display: table;
    clear: both;
}

.row [class*='col-'] {
    float: left;
    min-height: 1px;
    position: relative;
}

.img-responsive {
    max-width: 100%;
    /*height: auto;*/
}

input::-webkit-input-placeholder {
    color: #3c7ab1;
}

input::-moz-placeholder {
    color: #3c7ab1;
}

input:-ms-input-placeholder {
    color: #3c7ab1;
}

input:-moz-placeholder {
    color: #3c7ab1;
}

.fixed {
    overflow: hidden;
}

/* Layout -> Page Header */
.pageheader {
    height: 80px;
    background-color: #000;
}

.logo {
    float: left;
    margin: 25px 0 0;
}

/*.logo img { width: 100%; } */
.topright {
    float: right;
    line-height: 80px;
}

.topright a {
    width: 39px;
    height: 39px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 100%;
    margin-right: 15px;
}

.topright a:hover {
    background-color: #3c7ab1;
}

.topright a:last-child {
    margin-right: 0;
}

.topright a i {
    font-size: 19px;
}

.topright a:hover i {
    color: #fff;
}


/* Navigation */
.navigation {
    background-color: #3c7ab1;
    height: 56px;
    color: #fff;
}

.navigation nav {
    float: left;
}

.navigation nav ul > li {
    display: inline;
}

.navigation nav ul > li > a {
    color: #fff;
    font-weight: 600;
    line-height: 56px;
    font-size: 1.25rem;
    text-transform: uppercase;
    float: left;
    margin-right: 1.8em;
}

.user-menu {
    float: right;
    width: 285px;
    text-align: right;
}

.user-menu ul {
    line-height: 54px;
}

.user-menu ul li {
    display: inline;
    border-right: 2px solid #fff;
}

.user-menu li:last-child {
    border-right: 0 !important;
}

.user-menu li > a {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 0 15px;
    text-transform: uppercase;
}

.user-menu li:last-child a {
    padding-right: 0;
}

.user-menu > li a i {
    font-size: 1.30rem;
}

/* Navigation -> Login, Admin Menu */
#login-content {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 999;
    background-color: #0c5495;
    padding: 15px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .4);
    border-radius: 0;
    width: 255px;
    line-height: 1;
    text-align: initial;
}

#login-content form h4 {
    margin: 0 0 15px;
    color: #fff;
    text-align: right;
    font-size: 1.65rem;
    text-transform: uppercase;
}

#login-content form h4 i {
    margin-right: 5px;
    font-size: .85em;
}

#login-content form .form-group {
    margin-bottom: 8px;
}

#login-content form .form-control {
    background-color: #ffffff;
    border-radius: 4px;
    border: 0;
    width: 100%;
    padding: 12px 12px;
}

#login-content form input::-webkit-input-placeholder {
    color: #ccc;
}

#login-content form input::-moz-placeholder {
    color: #ccc;
}

#login-content form input:-ms-input-placeholder {
    color: #ccc;
}

#login-content form input:-moz-placeholder {
    color: #ccc;
}

#login-content form #submit {
    background-color: #3c7ab1;
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    text-align: left;
    border: 0;
    text-transform: uppercase;
    color: #dce8f3;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

#login-content form p {
    margin: 0;
    text-align: center;
    padding-left: 0;
}

#login-content form p a {
    font-size: .75rem !important;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
    text-transform: uppercase;
}

#login-content form p a:last-child {
    margin-right: 0;
}

#user-content {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 999;
    background-color: #0c5495;
    padding: 15px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .4);
    border-radius: 0;
    width: 300px;
    line-height: 1;
    text-align: initial;
}

#user-content .user-pic, .image-menu .user-pic {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background-color: #000;
    border: 4px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}

#user-content p {
    font-weight: 600;
    text-align: center;
    margin: 0;
}

#user-content ul li {
    display: block;
    border: 0;
    line-height: 2.2;
}

#user-content ul li a {
    font-weight: 600;
    padding-left: 20px;
}

#user-content ul li a i {
    margin-right: 12px;
}

#user-content ul > li > a span {
    position: relative;
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    text-align: center;
}

#user-content ul > li > a span em {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #3c7ab1;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 100%;
    font-style: normal;
}


.navbar-toggle {
    position: absolute;
    right: 15px;
    top: 22px;
}

.navbar-toggle a {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
}

.navbar-toggle a i {
    font-size: 1.60rem;
}

/* Navigation - Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    z-index: 99;
    background-color: #0d5595;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.mobile-menu.active {
    display: block;
    overflow-x: scroll;
}

.mobile-menu nav ul > li {
    display: block;
}

.mobile-menu nav > ul > li > a {
    border-bottom: 4px solid #0b4a81;
    display: block;
    padding: 12px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.30rem;
}

.mobile-menu nav > ul > li > a i {
    margin-right: 3px;
}

.mobile-menu .dropbox {
    background-color: #0b4a81;
    padding: 12px 15px;
}

.mobile-menu .user {
    margin-bottom: 5px;
}

.mobile-menu .profile-pic {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
}

.mobile-menu .name {
    font-weight: 700;
    font-size: 1.32rem;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

.mobile-menu nav > ul ul > li > a {
    display: block;
    padding: 8px 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.30rem;
}

.mobile-menu nav > ul ul > li > a span {
    position: relative;
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    text-align: center;
}

.mobile-menu nav > ul ul > li > a span em {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #3c7ab1;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 100%;
    font-style: normal;
}

.mobile-menu form {
    padding: 10px 15px;
}

.mobile-menu form .form-group {
    position: relative;
}

.mobile-menu form .form-control {
    width: 100%;
    border: 0;
    border-radius: 30px;
    height: 42px;
    padding: 0 45px 0 15px;
    text-transform: uppercase;
    color: #3a7bb2;
    font-weight: 700;
    text-align: right;
}

.mobile-menu form .form-group i {
    color: #3a7bb2;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.35rem;
}

.mobile-menu p {
    text-align: right;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 10px 0;
}

.mobile-menu p a {
    color: #fff;
}


/* Featured */
.featured {
    clear: both;
}

/* Error */
.error {
    color: #993236;
    font-weight: bold;
    display: block;
    text-align: left;
}

/* Layout -> Page Content */
.pagecontent {
    padding: 30px 0 0;
}

.box-section {
    margin-bottom: 40px;
}

.headtitle {
    margin-bottom: .7em;
    clear: both;
}

.headtitle h1 {
    font-size: 2.625rem;
    text-transform: uppercase;
}

.section1 .col-item {
    padding: 0;
    margin-right: 1.20%;
    width: 32.50%;
}

.section1 .col-item:last-child {
    margin-right: 0;
}

.section1 .box-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section1 .box-caption a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.section1 .box-caption i {
    margin-top: 28%;
    font-size: 7em;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .4);
    color: #fff;
}

.section1 .box-caption h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: .3em 0 0;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .4);
}

.contact nav {
    background-color: #0c5495;
    margin-bottom: 2.5rem;
}

.contact nav ul {
    display: block;
}

.contact nav ul li {
    display: inline;
}

.contact nav ul li a {
    padding: 11px 20px 14px 19px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.32rem;
    float: left;
    margin-left: -8px;
}

.contact .post-content .post-title h1 {
    font-size: 1.8rem;
}

.contact .form-control {
    background: #d7d7d7;
    color: #5e5e5e;
    font-weight: 600;
    padding: 10px 12px;
    margin: 5px auto 12px;
    border: 0;
}

.contact .form-group {
    margin-bottom: 1em;
}

.contact .form-group .form-control::placeholder {
    color: #5e5e5e;
    opacity: 1;
}

.contact .form-group .form-control:-ms-input-placeholder {
    color: #5e5e5e;
}

.contact .form-group .form-control::-ms-input-placeholder {
    color: #5e5e5e;
}

.contact .form-group .form-half {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.headtitle h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
}

.headtitle .view-all {
    float: right;
    font-size: 1rem;
    margin: 16px 0 0;
    font-weight: 600;
}

.breadcrumb .view-all {
    float: right;
    font-size: 1rem;
    margin: -10px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.find-destination {
    height: 55px;
    background-color: #3c7ab1;
    line-height: 55px;
    color: #fff;
    text-align: right;
    padding-right: 25px;
    border-radius: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.35rem;
}

.find-destination i {
    margin-left: 5px;
}

.search-destination {
    height: 55px;
    background-color: #3c7ab1;
    line-height: 50px;
    color: #fff;
    text-align: right;
    border-radius: 32px;
    margin-bottom: 30px;
    position: relative;
}

.search-destination form .form-control {
    border: 0;
    width: 100%;
    background: transparent;
    text-align: left;
    padding: 0 54px 0 30px;
    font-weight: 600;
    font-size: 1.35rem;
    color: #fff;
}

.search-destination #searchBtn {
    position: absolute;
    border: 0;
    background: transparent;
    top: 2px;
    right: 20px;
}

.search-destination i {
    color: #fff;
    font-size: 1.25rem;
}

.search-destination input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-destination input::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-destination input:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-destination input:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.popular-articles .col-item {
    width: 23.973%;
    padding: 0;
    margin-right: 1em;
    margin-bottom: .50em;
}

.product-reviews .module9 .col-item .img-responsive {
    max-height: 189px
}

.blog-page .module9 .col-item .img-responsive {
    max-height: 189px
}

.popular-articles .col-item:nth-child(4n+0) {
    margin-right: 0;
}

.popular-articles .col-item p {
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 35px;
    line-height: 1.3;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
}

.module15 .col-item img {
    height: 186px;
}

.continents .col-item {
    width: 23.973%;
    padding: 0;
    margin-right: 1em;
    margin-bottom: 1em;
}

.continents .col-item:nth-child(4n+0) {
    margin-right: 0;
}

.continents .col-item p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.20rem;
    margin: 0;
    margin-right: 35px;
    line-height: 1.3;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
}

.popular-places .col-item {
    width: 11.6%; /* 190 / 1170 */
    padding: 0;
    margin-right: 1.0256410256410256%; /* 12 / 1170 */;
    margin-bottom: 1em;
}

.popular-places .col-item:last-child {
    margin-right: 0;
}

.popular-places .col-item p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.20rem;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .5);
}

.community .col-item {
    padding: 0;
}

.community .col-item.col-1 {
    width: 73.7%;
    margin-right: 1%;
}

.pagecontent .box-item {
    background-color: #0c5495;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 1.5em;
}

.community .box-item ul {
    float: left;
    width: 50%;
}

.community .box-item ul li {
    margin-bottom: 12px;
}

.community .box-item ul li:last-child {
    margin-bottom: 0;
}

.community .box-item ul li a, .community .box-item ul li h3 {
    color: #fff;
}

.community .box-item ul li h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-right: 15px;
}

.community .box-item ul li p {
    margin-bottom: 0;
    font-weight: 300;
}

.community .col-item.col-2 {
    width: 25%;
}

.community .col-item.col-2 .box-item {
    margin-top: 52px;
}

.community .col-item.col-2.module2 {
    float: left;
    clear: left;
}

.community .col-item.col-2.module2 .box-item {
    margin-top: 30px;
}

.community .col-item.col-2.module2 ul {
    width: 100%;
}

.community .col-item.col-1.module2 {
    margin-left: 1%;
    margin-right: auto;
    float: right;
}

.community .col-item.col-1.module2 .box-item {
    margin-top: 30px;
}

.home .community .box-item ul {
    width: 33.3333%;
}

.home .community .col-full.module2 .box-item ul {
    width: 50%;
}

.home .community .box-item ul li h3 span {
    margin-bottom: 0;
    font-weight: 300;
    text-transform: initial;
    font-size: 1rem;
}

.other-link {
    clear: both;
    width: 100%;
    text-align: right;
    margin-bottom: .5em;
}

.other-link a {
    color: #fff;
    text-transform: uppercase;
    font-size: .95rem;
    font-weight: 600;
}

.other-link a i {
    font-size: .85rem;
}

.pagecontent .box-item ul li a {
    color: #fff;
}

.pagecontent .box-item ul li a.offline {
    color: #FBA918;
}

.pagecontent .box-item ul li a.offline:after {
    content: "\f071";
    font-family: FontAwesome;
    margin-left: 1.2em;
    color: #FBA918;
}

.box-item.users-online {
    min-height: 256px;
    display: block;
    width: 100%;
}

.users-online h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .8em;
    font-size: 1.5rem;
}

.box-item.users-online ul {
    width: 100%;
}

.box-item.users-online ul li {
    width: 31%;
    float: left;
    background-color: #fff;
    height: 78px;
    margin-right: 3%;
    margin-bottom: .50em;
    overflow: hidden;
    position: relative;
}

.box-item.users-online ul li img {
    width: 100%;
}

.users-online ul li {
    display: block;
}

.users-online ul li .status {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 2;
    color: #fff;
    font-size: 0.8em;
    background-color: #445e69
}

.users-online ul li:nth-of-type(3n+0) {
    margin-right: 0;
}

.users-online ul li img {
    width: 100%;
    float: left;
}

.community.module2 .box-item h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 .5em;
}

.community.module2 .col-item.col-1 {
    width: 74.7%;
    margin-right: 0;
    margin-left: 1%;
}

.community.module2 .col-2 .box-item {
    margin-top: 0;
}

.community.module2 .box-item ul {
    width: 45%;
}

.community.module2 .col-2 ul {
    width: 100%;
}

/* Layout -> Page Footer */
.pagefooter {
    background-color: #000000;
    padding: 30px 0;
    clear: both;
}

.pagefooter h6 {
    font-size: 1.050rem;
    color: #0c5495;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: .50em;
    font-weight: 600;
}

.pagefooter .col-item {
    padding-top: 0;
    padding-left: 0;
    width: 25%;
    font-weight: 600;
}

.pagefooter nav li a {
    color: #fff;
    font-size: .95rem;
    line-height: 22px;
}

.pagefooter nav li a:hover {
    color: #0c5495;
}

.copyright {
    text-align: right;
    color: #0c5495;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    text-transform: uppercase;
    font-size: .95rem;
    margin-top: 10px;
}

.pagefooter form {
    display: block;
    margin: 20px 0;
    position: relative;
    height: 42px;
}

.pagefooter form .form-group {
    position: absolute;
    float: left;
    width: 100%;
    height: 42px;
    padding-right: 110px;
}

.pagefooter form .form-control {
    width: 100%;
    border: 0;
    border-radius: 30px;
    height: 42px;
    padding: 0 45px 0 15px;
    text-transform: uppercase;
    color: #3a7bb2;
    font-weight: 700;
    text-align: right;
}

.pagefooter form .form-group > i {
    color: #3a7bb2;
    position: absolute;
    top: 10px;
    right: 125px;
    font-size: 1.35rem;
}

.pagefooter form .media-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}

.pagefooter form a {
    width: 43px;
    height: 43px;
    line-height: 48px;
    float: right;
    text-align: center;
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
}

.pagefooter form a:last-child {
    margin-right: 0;
}

.pagefooter form a i {
    font-size: 20px;
}

/* Modal Popup */
.box-modal {
    padding: 35px 0 35px;
    text-align: center;
    max-height: calc(100% - 100px);
    position: fixed;
    width: 680px;
    z-index: 9999;
    background-color: rgba(60, 122, 177, 0.94);
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

.box-modal .close-modal {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
}

.box-modal h1 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    margin: .3em 3% .5em;
    text-transform: uppercase;
}

.box-modal h1 span {
    display: block;
    font-size: 1.7rem;
}

.box-modal p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 5% .3em;
    display: block;
}

.box-modal .btn-link {
    display: inline-block;
    margin: 30px 0;
    padding: 24px 36px;
    background-color: #0c5495;
    border-radius: 9px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.45rem;
}

.box-modal .modal-inner > span {
    display: block;
}

.box-modal .modal-inner > span a {
    color: #fff;
}

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Layout - > Inner Pages
/*-----------------------------------------------------------------------------------*/
.inner-page {
    padding-bottom: 2em;
}

.set-height {
    height: 100vh;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 25px;
    clear: both;
}

.breadcrumb li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #0c5495;
}

.breadcrumb li a {
    color: #0c5495;
}

.breadcrumb li span {
    display: inline-block;
    margin: 0 3px;
    color: #000;
}

.inner-page .headtitle h1 {
    font-size: 2.2rem;
}


#mapdiv {
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
}

.amcharts-chart-div a {
    display: none !important;
}

.information ul {
    display: block;
}

.information ul li {
    float: left;
    margin-bottom: .8em;
    position: relative;
}

.information ul li p {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.95rem;
    margin: 0;
    margin-right: 35px;
    line-height: 1.3;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
}

.information ul li:nth-of-type(2), .information ul li:nth-of-type(3) {
    width: 49.5%;
    margin-right: 1%;
}

.information ul li:nth-of-type(3) {
    margin-right: 0;
}

.information ul li:nth-of-type(4), .information ul li:nth-of-type(5) {
    width: 24.3%;
    margin-right: 1%;
    height: 273px;
    overflow: hidden;
}

.information ul li:nth-of-type(6) {
    width: 49.3%;
}

.home .information ul li:nth-of-type(4), .home .information ul li:nth-of-type(5) {
    height: auto;
}


.module2 {
    margin-bottom: 30px;
}

.module2 .left-column {
    width: 68%;
    margin-right: 1%;
}

.module2 .left-column p {
    font-weight: 600;
    color: #5e5e5e;
    text-align: justify;
    font-size: 1.050rem;
    padding-right: 10px;
}

.module2 .right-column {
    width: 30.50%;
}

.module2 .box-item h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .4em;
    font-size: 1.45rem;
}

.module2 .box-item ul li {
    margin-bottom: .60em;
    color: #fff;
    line-height: 1.3;
}

.module2 .box-item ul li span {
    font-weight: 700;
    font-size: 1.25rem;
}


.module3 {
    margin-bottom: 25px;
}

.module3 .col-item {
    width: 15.8%;
    height: 140px;
    padding: 0;
    margin-right: 1.0256410256410256%; /* 12 / 1170 */;
    margin-bottom: 1em;
    background-color: #0c5495;
}

.module3 .col-item:nth-child(6n+0) {
    margin-right: 0;
}

.module3 .col-item p {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
}

.module4 .col-item:nth-of-type(1) {
    width: 78.6%;
    margin-right: 1.2%;
}

.module4 .col-item:nth-of-type(2) {
    width: 20%;
}

.airinfo {
    border: 4px solid #0c5495;
}

.airinfo h2 {
    color: #fff;
    background-color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 16px;
    font-size: 1.85rem;
}

.airinfo .inner-box {
    padding: 25px 30px 10px 20px;
}

.airinfo ul > li {
    height: 42px;
    margin: 5px 0 15px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 40px;
    color: #5e5e5e;
}

.airinfo ul li em {
    font-style: normal;
    color: #0c5495;
}

.airinfo ul li a {
    float: right;
    background-color: #3c7ab1;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 4px 24px;
}

.airinfo ul li i {
    margin-right: 12px;
    font-size: 1.5em;
    float: left;
}

.module-articles .col-item {
    width: 49.20%;
    margin-right: 1.2%;
}

.module-articles .col-item:nth-of-type(2) {
    margin-right: 0;
}

.module-articles .col-item:nth-of-type(1) .box-item {
    padding-top: 28px;
}

.module-articles .col-item:nth-of-type(1) li {
    margin-bottom: 1.4em;
}

.module-articles .col-item:nth-of-type(1) li a {
    color: #fff;
    font-weight: 600;
    font-size: 1.20rem;
}

.module-articles .headtitle h2 a {
    color: #0c5495;
    font-weight: 600;
}

.module-articles .article-item {
    display: block;
    margin-bottom: 12px;
}

.module-articles .article-item .item-img {
    float: left;
    background-color: #ffffff;
    margin-right: 15px;
    overflow: hidden;
}

.module-articles .article-item .item-img a {
    float: left;
    width: 75px;
    height: 75px;
}

.module-articles .article-item .item-img img {
    width: 64px;
    height: fit-content;
}

.module-articles .article-item p {
    margin: 15px 0 0;
    font-size: 1.35rem;
    color: #fff;
}

.module-articles .article-item p a {
    color: #fff;
}

.module-articles .article-item p:last-child {
    margin-top: 0;
    font-size: 1rem;
}


.module5 ul li {
    line-height: 24px;
    margin-bottom: 1em;
    font-size: 1.050rem;
    color: #5e5e5e;
}

.module5 ul li span {
    display: inline-block;
    margin-right: 12px;
}

.module5 ul li span a {
    color: #5e5e5e;
}

.module7 .col-item.col-1 {
    width: 24%;
    margin-right: 1%;
    text-align: center;
    color: #fff;
}

.module7 .col-item.col-2 {
    width: 74.7%;
}

.module7 .col-1 h3 {
    font-size: 7.5rem;
    color: #fff;
    font-weight: 700;
    margin: .3em 0 .25em;
    line-height: 80px;
}

.module7 .box-item h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 1.45rem;
}

.module7 .box-item ul li {
    margin-bottom: .60em;
    color: #fff;
    line-height: 1.3;
    font-size: .90rem;
    margin-right: 10%;
}

.module7 .box-item ul li span {
    font-weight: 700;
    font-size: 1.30rem;
}


.all-destinations .col-item {
    width: 49.20%;
    margin-right: 1em;
}

.all-destinations .col-item:nth-of-type(2) {
    margin-right: 0;
}

.locaton-lists ul {
    float: left;
    width: 33%;
}

.locaton-lists ul li {
    line-height: 20px;
}

.locaton-lists ul li a {
    color: #0c5495;
    font-weight: 600;
    text-transform: uppercase;
}


.module8 .col-item.col-1 {
    width: 26%;
}

.module8 .col-item.col-2 {
    width: 76%;
    margin: 0 1%;
}

/* 50%; */
.module8 .col-item.col-3 {
    width: 22%;
}


.module8 .text-content p {
    color: #5e5e5e; /*font-weight: 700;*/
}

.module8 .text-content h2 {
    color: #5e5e5e;
    text-transform: uppercase;
    font-size: 1.30rem;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.module8 .boxitem {
    border: 4px solid #0c5495;
}

.module8 .boxitem h2 {
    color: #fff;
    background-color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 8px 10px;
    font-size: 1.25rem;
}

.module8 .boxitem .inner-box {
    padding: 15px;
}

.module8 .boxitem p {
    font-size: 1rem;
    margin-bottom: .7em;
    font-weight: 700;
    color: #4f4f4f;
    text-transform: uppercase;
}

.module8 .boxitem p span {
    display: block;
}

.module8 blockquote {
    color: #3c7ab1;
    font-style: italic;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 600;
}

.module8 nav {
    text-transform: uppercase;
    font-weight: 700;
}

.module8 nav span {
    color: #5e5e5e;
    display: block;
    margin-bottom: 1em;
}

.module8 nav li {
    margin-bottom: .90em;
}

.module8 nav li a {
    color: #0c5495;
    font-size: 1.20rem;
}

/* Weather Gadget */
.weather-gadget {
    color: #fff;
    text-align: center;
    background-color: #3b98e2;
    height: 213px;
    overflow: hidden;
}

.weather-gadget .label {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 7px 0 0;
    font-size: 1.55rem;
    margin: 0;
}

.weather-gadget .temperature i.wi {
    display: inline-block;
    font-size: 1.40em;
    margin-right: 5px;
    max-width: 1.2em;
}

.weather-gadget .temperature {
    padding: 4px 0px 10px;
    color: #fff;
    font-size: 3.1em;
}

.weather-gadget .temperature h3 {
    display: inline;
    color: #fff;
    font-weight: 600;
}

.weather-gadget .temperature h3 span.celcius {
    display: inline-block;
    margin: 20px 0 0 -10px;
    color: #fff;
    font-size: 0.5em;
    font-weight: 700;
    vertical-align: top;
}

.day-stat {
    background-color: #2e7fbf;
    height: 100px;
}

.day-stat ul li {
    display: inline-block;
    float: left;
    width: 25%;
}

.day-stat ul li .day {
    display: block;
    font-weight: 700;
    font-size: 1.20rem;
    margin: 7px 0 5px;
}

.day-stat ul li i.wi {
    font-size: 1.55em;
}

.day-stat ul li h3 {
    margin: 10px 0 0;
    font-size: 1.25rem;
    color: #fff;
}


/* Layout -> Blog */
.infobox {
    background-color: #00a651;
    text-align: center;
    padding: 11px 12px 11px 18px;
    font-weight: 600;
    color: #fff;
}

.infobox i {
    margin-right: 8px;
    font-size: 1.35rem;
}

.infobox a {
    color: #fff;
    text-decoration: underline;
}

.warningbox {
    background-color: #FBA918;
    text-align: center;
    padding: 11px 12px 11px 18px;
    font-weight: 600;
    color: #fff;
}

.warningbox i {
    margin-right: 8px;
    font-size: 1.35rem;
}

.warningbox a {
    color: #fff;
    text-decoration: underline;
}

.errorbox {
    background-color: #993236;
    text-align: center;
    padding: 11px 12px 11px 18px;
    font-weight: 600;
    color: #fff;
}

.errorbox i {
    margin-right: 8px;
    font-size: 1.35rem;
}

.errorbox a {
    color: #fff;
    text-decoration: underline;
}


.main-section .side-menu, .main-section .sidebar {
    width: 25%;
}

.main-section .right-content {
    width: 73%;
    padding-bottom: 30px;
    float: right;
}

.main-section .left-content {
    width: 73%;
    padding-bottom: 30px;
    float: left;
    margin-right: 2%;
}


.side-menu nav {
    text-transform: uppercase;
    font-weight: 700;
    height: 15em;
}

.side-menu nav span {
    color: #5e5e5e;
    display: block;
    margin-bottom: 1em;
}

.side-menu nav li {
    margin-bottom: .70em;
}

.side-menu nav li a {
    color: #0c5495;
    font-size: 1.6rem;
}


.main-section .headtitle h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.sidebar .box-item {
    margin-bottom: 30px;
}

.sidebar .box-item li {
    margin-bottom: 1em;
    display: block;
}

.sidebar .box-item li:last-child {
    margin-bottom: 0;
}

.sidebar .box-item li a {
    color: #fff;
    font-weight: 600;
    font-size: 1.150rem;
}

.user-preference {
    margin-bottom: 30px;
}

.user-preference a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background-color: #0c5495;
    border-radius: 8px;
    padding: 20px 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.30rem;
}

.sidebar .stat-number {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}

.sidebar .stat-number h3 {
    font-size: 7.5rem;
    color: #fff;
    font-weight: 700;
    margin: .3em 0 .25em;
    line-height: 80px;
}


.box-module1 {
    border: 4px solid #0c5495;
    margin-bottom: 30px;
}

.box-module1 h2 {
    color: #fff;
    background-color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 16px 10px;
    font-size: 1.65rem;
}

.box-module1 .inner-box {
    padding: 15px 10px 10px 10px;
}

.sidebar .box-module1 .meter {
    position: relative;
    background-color: #aaaaaa;
    height: 45px;
    margin-bottom: 5px;
}

.sidebar .box-module1 .meter span {
    background-color: #0c5495;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.sidebar .label {
    color: #0c5495;
}

.sidebar .box-module1 ul li {
    margin-bottom: 5px;
}

.sidebar .box-module1 li a {
    font-weight: 600;
    color: #184678;
    text-transform: uppercase;
    font-size: 1.050rem;
}

.revelant-links {
    margin-bottom: 30px;
}

.revelant-links h3 {
    text-transform: uppercase;
    margin-bottom: .5em;
}

.revelant-links ul li a {
    color: #5e5e5e;
    font-size: 1.20rem;
    font-weight: 600;
    line-height: 25px;
}


/* Blog - Right Content */
.analytics .col-item {
    width: 60%;
}

.analytics .col-item:last-child {
    width: 40%;
}

.analytics .table {
    margin-bottom: 30px;
    width: 100%;
}

.analytics .table thead tr th,
.analytics .table tbody tr td {
    padding: 0;
    vertical-align: middle;
    height: 25px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: 600;
    font-size: .95rem;
}

.analytics .col-item:nth-of-type(2) .table tbody tr td:nth-child(2n+0) {
    text-align: right;
}

.analytics .table-module2 thead tr th:last-child {
    width: 13%;
}

.analytics .table-module2 i {
    float: right;
}

.comment-wrap {
    margin: 35px 0;
}

.comment-wrap h2 {
    color: #0c5495;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: .5em;
}

.comment-wrap h2 span {
    font-weight: 400;
    text-transform: initial;
    color: #5e5e5e;
    font-size: 1.50rem;
}

.comment-wrap .form-group {
    margin-bottom: 10px;
}

.comment-wrap .form-control {
    background-color: #c2c2c2;
    border: 0;
    width: 100%;
    height: 150px;
    padding: 8px;
}

.comment-wrap .btn-comment {
    border-radius: 3px;
    background-color: #3c7ab1;
    border: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 12px 70px 12px 18px;
    cursor: pointer;
}

.comment-form {
    margin-bottom: 45px;
}

.comment-list .comment-item {
    display: block;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-width: 1px;
    border-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5em;
    margin-bottom: 10px;
}

.comment-list .comment-item p {
    margin-bottom: 0;
    font-size: 1.050rem;
}

.comment-item .avator {
    float: left;
    margin-right: 12px;
}

.comment-item h4 {
    font-size: 1.20rem;
    margin-bottom: 1.6em;
}

.comment-item h4 span {
    color: #6b6b6b;
    font-size: .95rem;
    font-weight: 400;
}

.comment-item ul, .comment-item ol {
    margin: 0.8em 0 0.9em 3em;
    font-size: 1.05rem;
}

.comment-item li {
    margin-bottom: 0.8em
}

.comment-item {
    line-height: 1.4;
}

.post-content {
    font-size: 1.5em;
    margin-bottom: 30px;
}

.post-content .featured-img {
    margin-bottom: 22px;
}

.post-content .post-title {
    margin-bottom: 1em;
}

.post-content .post-title h1 {
    color: #0c5495;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 700;
}

.post-content .post-title h1::first-line {
    line-height: 22px !important;
}

.post-content ul > li > b, .post-content blockquote p {
    font-weight: 600;
    font-style: italic;
}

.post-content ul > li > em, .post-content blockquote p {
    font-weight: 600;
    font-style: italic;
}

.post-content p i {
    font-weight: normal;
    font-style: italic;
}

.post-content ul {
    margin: 0 0 1.5em 0;
    list-style-type: none;
}

.post-content ol {
    margin: 0 0 1.5em 2em;
    list-style-type: decimal;
}

.post-content ul > li, .post-content ol > li {
    position: relative;
    padding-left: 2.85em;
    margin-top: 1em;
    line-height: 1.2;
}

.post-content ul > li > b {
    font-size: 1.15rem;
    color: #5e5e5e;
    margin-bottom: .35rem;
    display: block;
}

.post-content ul > li, .post-content ol > li > {
    line-height: 1.4em;
}

.post-content ul > li a, .post-content ol > li a {
    color: #0c5495;
    font-weight: 700;
}

.post-content ul li::before {
    color: #0c5495;
    content: "■";
    font-size: 1.1em;
    padding-right: 1.1225em;
    position: absolute;
    top: -2px;
    left: 22px;
}

.post-content img {
    width: 100%
}

.post-content .author-img img {
    width: 66px;
    max-height: 66px
}

.post-content figcaption {
    margin: 0 0 1.5em 0;
    font-style: italic;
}

.post-content .simple-box {
    background: #f5f5f5;
    padding: 1em 1.2em 0.5em 1.2em;
    margin-bottom: 1.2em;
}

.post-content .simple-box a {
    font-weight: normal;
}

.post-content .simple-box .simple-box-button {
    float: right;
    cursor: pointer
}

.post-content .simple-box .simple-box-description {
    display: none;
}

.post-content .simple-box .simple-box-button {
    position: relative;
}

.post-content .simple-box .simple-box-button:before {
    content: "\f0c9";
    font-family: FontAwesome;
    left: -5px;
    font-style: normal;
    position: absolute;
    top: 0;
}

.related-posts {
    border: 1px dashed #acacac;
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.related-posts h3 {
    color: #5e5e5e;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .50em;
    font-size: 1.3rem;
}

.related-posts ul {
    float: left;
    width: 40%;
    list-style: none;
}

.related-posts ul:nth-of-type(1) {
    width: 60%;
}

.related-posts ul li a {
    color: #0c5495;
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 22px;
    font-weight: 700;
}

.post-content .text-wrap {
    margin: 35px 0 35px 45px;
    text-transform: uppercase;
}

.post-content .text-wrap h3 {
    color: #5e5e5e;
}

.post-content .text-wrap ul li {
    color: #0c5495;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 20px;
    font-weight: 700;
}

.post-content .text-wrap ul li a {
    color: #0c5495;
    font-weight: 700;
}

.post-content > h2 {
    color: #5e5e5e;
    text-transform: uppercase;
    font-size: 1.45rem;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.post-content > h3 {
    color: #5e5e5e;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.post-content > h4 {
    font-size: 1.0rem;
    margin-bottom: .85rem;
    text-transform: uppercase;
    color: #4d4d4d;
}

.post-content {
    color: #5e5e5e;
}

.post-content p {
    text-align: justify;
    margin-bottom: 1.5em;
    line-height: 1.2;
}

.post-content p span {
    color: #5e5e5e;
    font-weight: 600;
}

.post-content p strong, .right-content p a, .left-content p a, .left-content p i a {
    color: #0c5495;
    font-weight: 700;
}

.post-content .post-img {
    margin-bottom: 15px;
}

.post-content .post-img p {
    margin: .3em 0 0;
    text-align: right;
    font-size: .90rem;
}

.post-content .list-item {
    margin: 10px 0 0 40px;
    padding: 0;
    list-style-type: initial;
}

.post-content .list-item li {
    line-height: 20px;
    color: #0c5495;
}

.post-content .list-item li span {
    color: #5e5e5e;
}

.post-content .list-item li strong {
    color: #0c5495;
}

.post-content .editimage {
    background: #0d5595;
    color: #fff;
    margin-bottom: 10px;
    padding: 8px;
    margin-top: -4px;
    display: block
}

.post-content-top {
    background-color: #f5f5f5;
    padding: 1.2em 1.2em 0 1.2em;
    margin-bottom: 1.5em;
    display: inline-block;
}

.post-content figcaption {
    background-color: #f5f5f5;
    caption-side: bottom;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word;
}

.post-content table {
    width: 100%
}

.post-content table tr:first-child td {
    color: #5e5e5e;
    margin-bottom: .35rem;
    font-weight: 600;
}

.post-content table td {
    line-height: 1.5;
}

.ad-box {
    border: 1px dashed #acacac;
    padding: 8px 8px 8px 0;
    margin: 20px 0;
    text-align: left;
}

.part-box {
    text-align: left;
    font-size: inherit;
}

.part-box .btn {
    color: #fff !important;
}

.article-share {
    margin: 60px 0 0;
    display: block;
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 8px;
}

.article-share p {
    float: left;
    color: #5e5e5e;
    margin: 15px 0 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.article-share .social {
    float: right;
    width: 330px;
}

.article-share .social strong {
    float: left;
    font-weight: 700;
    color: #0c5495;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 1.50rem;
    margin: 5px 0 0;
}

.social .vote {
    display: inline-block;
    margin: 0;
}

.social .vote li:before {
    content: none
}

.social .vote li {
    float: left;
    margin: 0 4px;
    padding: 0;
}

.social .vote li a {
    color: #0c5495;
    font-size: 1.80rem;
}

.social-share {
    display: inline-block;
}

.social-share a {
    color: #0c5495;
    font-size: 1.80rem;
    display: inline-block;
    margin-left: 5px;
}

.meta-box {
    display: block;
    padding: 20px 0;
}

.meta-box .col-item:nth-of-type(1) {
    width: 80%;
}

.meta-box .col-item p {
    display: block;
    margin-bottom: .2em;
}

.meta-box .author-img {
    float: left;
    margin-right: 15px;
}

.meta-box .col-item:nth-of-type(2) {
    text-align: right;
    width: 20%;
    margin-top: 50px;
}

.meta-box .col-item:nth-of-type(2) a {
    display: inline-block;
    color: #5e5e5e;
    font-size: 1.50rem;
    margin: 0 8px;
}

.meta-box .col-item a:hover {
    color: #0c5495;
}

.headtitle.head2 {
    display: block;
    background-color: #3c7ab1;
    padding: 12px 22px;
    display: none;
}

.headtitle.head2 h2 {
    color: #fff;
    font-size: 1.4rem;
}


/* PopUps */
h1.modal-head-title {
    margin-top: 0;
    margin-bottom: .3em;
    font-weight: 600;
}

h1.modal-head-title .fa {
    font-size: 1.55rem;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.btn {
    display: inline-block;
    margin: 0 0 10px;
    padding: 14px 42px;
    background-color: #0c5495;
    border-radius: 9px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.30rem;
    border: 0;
    cursor: pointer;
}

.btn:hover {
    color: #fff;
}

.btn-cancel {
    background-color: #993236
}

.box-modal .form-control {
    background: #d7d7d7;
    color: #5e5e5e;
    font-weight: 600;
    padding: 10px 12px;
    margin: 5px auto 12px;
    border: 0;
}

.box-modal .form-group {
    margin-bottom: 1em;
}

.modal-popup1 .form-group p {
    font-size: 1rem;
}

.modal-popup1 .form-group .date-picker {
    background: #d7d7d7;
    width: 260px;
    color: #5e5e5e;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    margin: 5px auto 12px;
    position: relative;
}

.modal-popup1 .date-picker .form-control {
    margin: 0;
}

#daterangePicker {
    text-transform: capitalize;
}

.box-modal.modal-popup1 .modal-head-title {
    margin-bottom: .85em;
}

.modal-popup1 .form-group {
    margin-bottom: .5em;
}

.modal-popup1 .date-picker i {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 1.45rem;
}

.modal-popup1 .form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: .45em;
}

.modal-popup1 .form-group .form-control {
    width: 260px;
    text-align: center;
}

.modal-popup4 .form-control {
    padding: 2px 12px;
    margin: 0;
}

.modal-popup4 .images h3 {
    float: left;
}

.modal-popup4 .orderby {
    margin-bottom: 10px;
}

.box-modal .form-group .form-control::placeholder {
    color: #5e5e5e;
    opacity: 1;
}

.box-modal .form-group .form-control:-ms-input-placeholder {
    color: #5e5e5e;
}

.box-modal .form-group .form-control::-ms-input-placeholder {
    color: #5e5e5e;
}

.box-modal.modal-popup1, .box-modal.modal-popup2 {
    padding: 20px;
}

.close-window {
    cursor: pointer !important;
}

/* .modal-popup2: Gelukt */
.modal-popup2 h1 {
    margin-bottom: 1em;
}

.modal-popup2 p {
    font-size: 1.3rem;
    margin-bottom: .7em;
    font-weight: 400;
}

.modal-popup2 span {
    margin-top: 3em;
    display: block;
}

.modal-save p {
    font-size: 1.25rem;
    margin: 1.5em 0 2em;
}

.modal-save .btn.btn-primary {
    margin: 0 5px 30px;
    width: 180px;
    font-size: 1.15rem;
    padding-left: 0;
    padding-right: 0;
}

.addtoTrip p {
    font-size: 1.35rem;
    margin: 1.5em 0 2em;
}

.addtoTrip .form-group {
    margin-bottom: 1.5em;
}

.addtoTrip .form-group .form-control {
    padding: 14px 16px;
    border-radius: 9px;
    width: 280px;
    text-align: left;
    margin-right: 5px;
}

/* .modal-login: Popup login */
.modal-login h1.modal-head-title {
    font-weight: 700;
    margin-bottom: 1em;
}

.modal-login p {
    font-size: 1.15rem;
    margin-bottom: 1.2em;
    font-weight: 400;
}

.modal-login .form-group {
    margin-bottom: 0;
}

.modal-login .form-group .form-control {
    width: 270px;
    text-align: left;
    background: #fff;
    font-weight: 400;
    padding: 7px 12px;
}

.modal-login .form-group.form-link {
    width: 270px;
    margin: 0 auto 2em;
}

.modal-login .form-group.form-link a {
    color: #fff;
    font-size: .80rem;
    text-transform: uppercase;
}

.modal-login .form-group.form-link a:nth-of-type(1) {
    float: left;
}

.modal-login .form-group.form-link a:nth-of-type(2) {
    float: right;
}

.modal-login .form-group .btn {
    width: 220px;
    margin-bottom: 1.5em;
}


/* Product Review */
.product-filter {
    margin-bottom: 3em;
}

.product-filter > ul > li {
    float: left;
    position: relative;
    margin-right: 1em;
}

.product-filter > ul > li > a {
    display: block;
    border-radius: 36px;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    background-color: #5e5e5e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-filter > ul > li > a.active {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #0c5495;
    padding-bottom: 4px;
}

.product-filter li:last-child {
    margin-right: 0;
}

.product-filter li.active a, .product-filter li a:hover {
    background-color: #0c5495;
}

.product-filter > ul ul {
    position: absolute;
    background-color: #0c5495;
    width: 100%;
    border-radius: 0 0 16px 16px;
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 4px 0;
    display: none;
}

.product-filter > ul ul > li > a {
    padding: 6px 19px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: .90rem;
}

.product-filter > ul ul > li > a:hover {
    background: transparent;
}

.product-filter h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.grid-item-3 .col-item {
    width: 32.47863247863248%; /* 380 / 1170 */
    margin-right: 0.9375rem;
    overflow: hidden;
    margin-bottom: 0.9375rem;
}

.grid-item-3 .col-item:nth-of-type(4) {
    margin-right: 0.9375rem;
}

.grid-item-3 .col-item:nth-child(3n+0) {
    margin-right: 0;
}

.grid-item-3 .col-item img {
    width: 100%;
    max-height: 252px;
}

.grid-item-3 .col-item p {
    font-size: 1.30rem;
    margin-bottom: 0;
    bottom: 15px;
}

.paginate {
    float: right;
}

.paginate.right {
    float: right;
    margin: -17px 0 0;
}

.right.no-margin {
    margin: 15px 0 0;
}

.paginate ul > li.current {
    padding: .28rem .55rem;
    background: #3c7ab1;
}

.paginate ul > li.dots {
    padding: .30rem .55rem;
    background: #fff;
    color: #000;
}

.paginate ul > li {
    float: left;
    background: #0c5495;
    color: #ffffff;
    margin-left: 4px;
}

.paginate ul > li a {
    display: block;
    padding: .30rem .55rem;
    font-size: .85rem;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 3px;
    background: transparent !important;
}

.paginate ul > li.active a {
    border-color: #5296b8;
    color: #5296b8;
}

.paginate ul > li:first-child a {
    margin-right: 12px;
    border: 0;
    padding: .35rem .55rem;
}

.paginate ul > li:last-child a {
    margin-left: 12px;
    border: 0;
    padding: .35rem .55rem;
}


.latest-messages table {
    width: 100%;
}

.latest-messages tr:first-child td {
    padding-top: 0;
}

.latest-messages tr:last-child td {
    padding-bottom: 0;
}

.latest-messages tr td {
    color: #fff;
    font-size: 1.145rem;
    padding: 5px 0 10px;
}

.latest-messages tr td:nth-of-type(2) {
    text-align: right;
}

.latest-messages tr td a {
    font-size: 1.245rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


/* ATG Ads */
.box-ad {
    border: 2px dotted #acacac;
    height: 95px;
    clear: both;
}

.box-ad.box-ad-large {
    width: 100%;
    margin: 4em 0 0;
}

.box-ad.box-ad-large img {
    width: 680px;
}

.box-ad.box-ad-320x250 {
    height: auto;
    border: 3px dashed #2b2b2b;
    margin-top: 52px;
}

.sidebar .mt {
    margin-top: 0 !important;
}

.product-reviews .sidebar .users-online {
    margin-top: 0 !important;
}

.product-reviews .sidebar .box-ad {
    margin-bottom: 30px;
    text-align: center;
}

.product-reviews .sidebar img {
    width: 90%;
}

.sidebar-title {
    text-transform: uppercase;
    margin-bottom: .5em;
    font-size: 1.55rem;
}

.btn.tip-product {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 1em;
}

.btn.tip-product i {
    margin-right: 5px;
}

.most-read-articles article {
    margin-bottom: 1em;
    line-height: 1.2;
}

.most-read-articles article a {
    color: #fff;
    font-weight: 600;
    font-size: 1.050rem;
}

.tipaproduct p, .contentfeedback p {
    font-size: .95rem;
    text-align: left;
    margin: 0 21% 1.3em;
}

.tipaproduct .form-group, .contentfeedback .form-group {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.contentfeedback .form-group span {
    font-style: italic;
    margin-bottom: 2em;
    display: block;
    background-color: #0c5495;
    padding: 0.8em;
}

.tipaproduct label, .contentfeedback label {
    display: block;
    text-align: left;
    padding-bottom: 3px;
}

.tipaproduct .form-control, .contentfeedback .form-control {
    width: 100%;
    font-weight: 400;
    background-color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tipaproduct .form-control, .contentfeedback .form-control {
    text-align: left;
}

.tipaproduct .btn, .contentfeedback .btn {
    margin: 1em 110px 1.5em;
}

.modal-ner {
    width: inherit;
    top: 35%;
}

.modal-ner .modal-inner {
    background-color: #ffffff;
    text-align: left;
}

.modal-ner .modal-inner h1 {
    color: #0c5495;
}

.modal-ner .modal-inner p {
    color: #5e5e5e;
    font-weight: normal;
    font-size: inherit;
    margin: 0.5em 3.2%;
}

.modal-ner .modal-inner .close-window {
    background-color: rgba(60, 122, 177, 0.94);
    text-align: center;
    padding: 10px 0;
}

.modal-ner .modal-inner label {
    color: #5e5e5e;
    margin: 0.5em 3.2%;
    width: 105px;
    display: inline-block
}

.modal-ner .modal-inner span {
    color: #5e5e5e;
}

.modal-ner .modal-inner select {
    width: 204px
}

.modal-ner .modal-inner .close-window {
    color: #ffffff;
}

.modal-ner .modal-inner .marker {
    background-color: lightblue;
}

.modal-ner .modal-inner .sentences {
    max-height: 250px;
    overflow-y: scroll;
    margin: 10px 0;
    display: none;
}

.modal-ner .modal-inner .fa-save {
    display: none;
    cursor: pointer;
    float: right
}

.modal-ner .modal-inner .fa-edit {
    cursor: pointer;
    float: right;
}

/* My Planned Travel */
.listing-edit {
    display: inline-block;
    padding-left: 10px;
}

.listing-edit a {
    color: #3c7ab1;
    font-size: 27px;
    display: inline-block;
    margin-right: 5px;
}

.box-section.module10 {
    display: flex;
    flex-wrap: wrap;
}

.box-section.module10 article {
    flex-direction: row
}

.box-section.module10 article h3 {
    margin: .5em 0 .2em;
    font-weight: 700;
    font-size: 1.65rem;
    letter-spacing: -1px;
}

.box-section.module10 article h3 a {
    color: #0c5495;
}

.box-section.module10 article p {
    position: relative;
    text-shadow: none;
    color: #5e5e5e;
    left: auto;
    bottom: auto;
    font-weight: 400;
    text-transform: initial;
    font-size: 1.2rem;
}

.box-section.module10 .img-box {
    position: relative;
}

.box-section.module10 .img-box img {
    display: block;
}

.box-section .edit-travel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, .65);
    line-height: 3.5;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.box-section .edit-travel a {
    color: #0c5495;
    font-size: 4.2rem;
    margin: 0 4px;
}

.box-section .img-box:hover .edit-travel {
    opacity: 1;
    visibility: visible;
}

.pagetitle {
    font-size: 2.7rem;
    margin-bottom: .7em;
}

.pagetitle h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.pagetitle h1 i {
    font-size: 2rem;
}

.sub-info {
    margin-bottom: 1.5em;
    display: block
}

.sub-info h4 {
    float: left;
    color: #5e5e5e;
    font-size: 1.65rem;
    font-weight: 600;
}

.sub-info .fa {
    color: #0c5495;
    font-size: 1.45rem;
    position: relative;
    top: -1px;
}

.sub-info a {
    float: right;
}

.sub-info a span {
    font-size: 1.65rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #5e5e5e;
}

.subpagetitle {
    background-color: #0c5495;
    padding: 10px 12px;
    margin: 15px 0 10px;
    width: 100%;
}

.subpagetitle h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.55rem;
}

.subpagetitle h2 i {
    margin-right: 5px;
}

.map-stats {
    display: block;
    margin: 1.5em 0 1.5em;
}

.map-stats li {
    float: left;
    margin-right: 6%;
    font-size: 1.65rem;
    color: #5e5e5e;
    text-transform: uppercase;
    font-weight: 700;
}

.map-stats li:last-child {
    margin-right: 0;
}

.map-stats li i {
    color: #0c5495;
}

.map-wrap {
    position: relative;
    border: 3px solid #0c5495;
    margin-bottom: 3em;
}

.map-wrap #mapdiv {
    margin-bottom: 0;
}

.map-wrap .btn {
    position: absolute;
    bottom: 5px;
    left: 10px;
    padding: 20px 16px;
    border-radius: 6px;
}

.map-wrap .btn i {
    margin-right: 5px;
}


.box-accordion .btn {
    padding: 16px 20px;
}

.box-accordion h3 {
    background-color: #0c5495;
    padding: 10px 15px 10px 8px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.45rem;
    cursor: pointer;
}

.box-accordion h3 i {
    float: right;
    color: #fff;
    font-size: 1rem;
    margin-top: 2px;
}

.box-accordion .accordion-panel {
    padding-top: 10px;
    margin-bottom: 30px;
}

.accordion-panel .map-wrap {
    margin-top: -10px;
    border-top: 0;
    margin-bottom: 20px;
}

.accordion-panel.step2-panel {
    padding-top: 0;
}

.step4-content p {
    font-weight: 700;
    font-size: 1.3rem;
    color: #2b2b2b;
}

.step4-content p i {
    display: block;
}

.flex-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-grid .col-item {
    flex: 1;
}

.accordion-panel .form-group {
    display: block;
    margin-bottom: 1em;
}

.accordion-panel .form-group .col-item {
    margin-right: 1em;
    width: 48%;
}

.accordion-panel .form-group label {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-weight: 600;
    color: #2b2b2b;
    font-size: 1.3rem;
}

.accordion-panel .form-control {
    background-color: #d7d7d7;
    border: 0;
    height: 40px;
    padding: 0 45px 0 15px;
    font-weight: 600;
    font-size: 1.15rem;
}

#city-duration {
    padding-left: 36px;
}

.accordion-panel .form-group .datespan {
    position: relative;
    width: auto;
    margin-left: 0;
}

.accordion-panel .form-group .datespan i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -9px;
}

.accordion-panel .form-group .styled-checkbox {
    border: 1px solid red;
}

.accordion-panel .form-group .custom-checkbox label {
    font-weight: 400;
    width: 73%;
    position: relative;
    bottom: -4px;
}

.accordion-panel .styled-checkbox + label:before {
    vertical-align: initial;
}

.accordion-panel .form-control.form-block {
    width: 100%;
}

.accordion-panel .form-group .form-control::placeholder {
    color: #5e5e5e;
    opacity: 1;
}

.accordion-panel .form-group .form-control:-ms-input-placeholder {
    color: #5e5e5e;
}

.accordion-panel .form-group .form-control::-ms-input-placeholder {
    color: #5e5e5e;
}

.accordion-panel select.form-control {
    height: 40px;
    float: left;
    margin-right: 10px;
}

.accordion-panel .form-group span {
    display: inline-block;
    font-size: 1.2rem;
    color: #5e5e5e;
    margin-left: .5em;
}

.accordion-panel .form-group .btn {
    padding: 13px 42px;
    margin-top: -3px;
}


.step2-panel .form-group {
    overflow: hidden !important;
}

.step2-panel .form-group .col-item.col-one {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 1em;
}

.step2-panel .form-group .col-item.col-two {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    margin-right: 0;
}

.step2-panel .form-group span {
    width: 54%;
    float: left;
}

/* erik added float:left; */
.step2-panel .form-group span a {
    float: right;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0c5495;
}

.step2-panel .form-group span a i {
    font-size: .95rem;
}

.table-listing table {
    width: 100%;
    margin-bottom: 20px;
}

.table-listing table tr td {
    width: 37%;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0c5495;
    padding: 10px 0 15px;
}

.table-listing table tr td:last-child {
    text-align: right;
}

.table-listing table tr td:last-child a {
    color: #3c7ab1;
    margin-left: 8px;
}

.step3-panel .form-group .col-item.col-one,
.step3-panel .form-group .col-item.col-two {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 1em;
}

.step3-panel .form-group .col-item.col-two {
    margin-right: 0;
}

.step3-panel .form-group .col-item {
    width: 49.30%;
    margin-right: 1em;
}

.step3-panel .form-group .col-item:last-child {
    margin-right: 0;
}

.step3-panel .form-group .form-control {
    width: 65%;
}

.step3-panel .form-group a {
    margin-left: 10px;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0c5495;
}

.step3-panel .form-group label a {
    margin-left: 20px;
    font-weight: 400;
}

.step3-panel table {
    margin-top: 1.5em;
}

.step3-panel table tr td {
    width: 50%;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0c5495;
    padding: 10px 0 15px;
}

.step3-panel table tr td:last-child {
    text-align: left;
    width: 30%;
}

.step3-panel .user-list {
    margin: 1.5em 0 0;
}

.step3-panel .user-list li {
    display: block;
    margin-bottom: 8px;
    clear: both;
    height: 50px;
    line-height: 45px;
}

.step3-panel .user-list li img {
    float: left;
    width: 45px;
    margin-right: 8px;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: inline-block !important;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 2px solid #a1a1a1;
}

.styled-checkbox:hover + label:before {
    background: #0c5495;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #0c5495;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Navigation -> Mega Menu */
.product-menu {
    background-color: #0c5495;
    width: 100%;
    position: relative;
    z-index: 99;
}


.menu-lists {
    margin-bottom: 2em;
}

.menu-lists ul li {
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.menu-lists ul li a {
    color: #0c5495;
    font-weight: normal;
    text-transform: none;
}

.menu-lists {
    -moz-columns: 17em;
    -webkit-columns: 17em;
    columns: 17em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.menu-lists ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.menu-lists ul {
    margin: 0 0 1em;
    padding: .5em;
}

/* Search Results */
.search-results .left-content {
    width: 73%;
    padding-bottom: 30px;
    float: left;
}

.search-results .sidebar {
    float: right;
}

.search-results .popular-articles {
    margin-bottom: 30px;
}

.num-search-results {
    margin-bottom: 3em;
}

.num-search-results p {
    display: block;
    margin-bottom: 1.5em;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.num-search-results span {
    display: block;
    font-size: 1.94rem;
    text-transform: uppercase;
    font-weight: 700;
}

.num-search-results span a {
    color: #3c7ab1;
}

.search-results .module9 .col-item {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    width: auto;
    margin-right: 1em;
}

.search-results .module9 .col-item:nth-child(3n+0) {
    margin-right: 0;
}

.search-results .popular-articles {
    border-bottom: 3px solid #5e5e5e;
    padding-bottom: 10px;
}

.search-results h2 {
    color: #5e5e5e;
    text-transform: uppercase;
    font-size: 2.275rem;
    margin-bottom: .7em;
}

.filter-results {
    display: block;
    margin-bottom: 0;
}

.filter-results span {
    color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.35rem;
    float: left;
    margin-right: 10px;
}

.filter-results ul li {
    float: left;
    margin-top: -3px;
}

.filter-results ul li a {
    display: block;
    background-color: #5e5e5e;
    padding: .45rem .975rem;
    margin-right: .5rem;
    border-radius: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.filter-results ul li.active a, .filter-results ul li a:hover {
    background-color: #0c5495;
}

.paginate.top {
    clear: both;
    margin-bottom: .6em;
}

.search-result-box {
    clear: both;
    margin: 2em 0 0;
}

.search-result-box article {
    margin-bottom: 2em;
    font-weight: 600;
}

.search-result-box h3 {
    font-size: 1.2rem;
    margin-bottom: .5em;
}

.search-result-box h3 span {
    font-size: .90rem;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    color: #5e5e5e;
}

.search-result-box article p {
    margin-bottom: 5px;
    color: #5e5e5e;
}

.search-result-box article a {
    color: #3c7ab1;
    font-weight: normal;
}

.search-result-box h3 a {
    color: #0c5495;
    font-weight: 700;
}

.destination-box h4 {
    background-color: #0c5495;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 12px;
    font-size: 1.35rem;
    margin-bottom: .45rem;
    font-weight: 600;
}

.destination-box ul {
    margin-left: .65em;
}

.destination-box ul li {
    line-height: 1.3;
}

.destination-box ul li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #0c5495;
}

.search-results .headtitle h2 {
    color: #0c5495;
}

.search-results .boxitem {
    border: 4px solid #0c5495;
    margin-bottom: 2em;
}

.search-results .boxitem h2 {
    color: #fff;
    background-color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 8px 10px;
    font-size: 1.25rem;
}

.search-results .boxitem .inner-box {
    padding: 15px;
}

.search-results .boxitem p {
    font-size: 1rem;
    margin-bottom: .7em;
    font-weight: 700;
    color: #4f4f4f;
    text-transform: uppercase;
}

.search-results .boxitem p span {
    display: block;
}

.side-boxmap {
    margin-top: 3.85em;
}

.side-boxmap #mapdiv {
    border: 4px solid #0c5495;
    height: 315px;
}

.filter-results .filter-link {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: .475rem 0;
    cursor: pointer;
    font-size: 1.65rem;
}

.blog-page .module9, .box-section.module11 {
    margin-bottom: 20px;
}

.module11 {
    display: flex;
    flex-wrap: wrap;
}

.module11 article {
    width: 32%
}

.module11 article .img-box {
    display: block;
    position: relative;
}

.module11 article .article-desc {
    display: block;
    clear: both;
    padding-top: .5em;
}

.module11 article .article-desc p {
    position: relative;
    bottom: auto;
    left: 0;
    text-shadow: none;
    color: #000;
    text-transform: initial;
    font-size: .90rem;
    margin: 0 5px .65em 0;
    text-align: justify;
    line-height: 1.5;
}

.module11 article .article-desc a {
    color: #0c5495;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.35rem;
}

.blog-page .latest-messages {
    background-color: #3c7ab1;
}

.blog-page .box-ad.box-ad-large {
    margin-top: 2em;
}

.blog-page .box-ad.box-ad-320x250 {
    margin-bottom: 1.5em;
}

.blog-page-ads {
    margin-top: 2em;
    display: flex;
}

.blog-page-ads .col-item {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.blog-page-ads .col-item:first-child {
    margin-right: 1em;
}

.blog-page-ads img {
    width: 100%;
}

/* Mew Seryp  */
.home .box-section {
    margin-bottom: 1em;
}

.popup-buttons {
    margin: 1em 0 1.2em;
}

.popup-buttons .btn {
    border-radius: 30px;
    background-color: #3c7ab1;
    margin-right: .85em;
    padding-left: 3.9rem;
    padding-right: 4rem;
}

.home.pagecontent .module9 {
    margin-bottom: 30px;
}

.home .map-wrap {
    margin-bottom: 1em;
}

.home .col-full {
    width: 100%;
}

.maketrip.btn {
    border-radius: 0;
    width: 100%;
    font-size: 1.65rem;
}

.maketrip.btn i {
    font-size: 1.9rem;
    margin-right: 5px;
}

.bb-0 {
    border-bottom: 0;
}

.square-list {
    margin: 0 0 2.5em 0;
    list-style-type: none;
}

.square-list > li {
    position: relative;
    padding-left: 2.85em;
}

.square-list > li > b {
    font-size: 1.15rem;
    color: #5e5e5e;
    margin-bottom: .35rem;
    display: block;
}

.square-list > li > p {
    line-height: 1.4;
}

.square-list li::before {
    color: #0c5495;
    content: "■";
    font-size: 1.1em;
    padding-right: 1.1225em;
    position: absolute;
    top: -2px;
    left: 22px;
}

.article-markup b i {
    font-size: 1.15rem;
}

blockquote {
    margin: 2.5em;
    position: relative;
    border-left: 5px solid #3c7ab1;
    padding-left: 0.5em
}

blockquote cite {
    color: #3c7ab1;
    padding-right: 10px;
}

blockquote p, blockquote div {
    font-size: 1.15rem;
    color: #aaaaaa;
    margin-bottom: .85em;
}

blockquote:before {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 75px;
    opacity: .2;
    position: absolute;
}

blockquote:before {
    content: '\201C';
    left: -40px;
    top: 5px;
}

.article-markup .user-avator {
    float: left;
    margin-left: -175px;
}

.article-markup .user-avator img {
    border-radius: 100%;
}

.article-markup .user-avator span {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #0c5495;
    text-transform: uppercase;
}

.article-markup .user-avator span i {
    font-style: normal;
    color: #5e5e5e;
}

.article-markup .table {
    width: 100%;
}

.article-markup .table > thead > tr > th {
    font-weight: 700;
    padding: 5px 0 8px;
}

.item-block-list {
    margin: 0 0 2em 4em;
}

.item-block-list li h3 {
    color: #5e5e5e;
    margin-bottom: .35rem;
    font-weight: 600;
}

.item-block-list li {
    line-height: 1.5;
}

.item-block-list li span {
    width: 60%;
    display: inline-block;
}

.box-content {
    border: 8px solid #0c5495;
    border-top-width: 0;
    background-color: #ffffff;
    margin-bottom: 2em;
}

.box-content > nav {
    background-color: #0c5495;
}

.box-content > nav > ul {
    display: block;
}

.box-content > nav > ul > li {
    display: inline;
}

.box-content > nav > ul > li a {
    padding: 11px 20px 14px 19px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.32rem;
    float: left;
    margin-left: -8px;
}

.box-content > nav > ul > li a i {
    margin-right: 4px;
}

.box-content nav ul li.current a {
    background-color: #3c7ab1;
}

.box-content .box-inner {
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.box-content .box-inner p {
    margin-bottom: 0;
}

.box-content .box-inner .post-content p {
    margin-bottom: 1.5em;
}

.box-content .box-inner form {
    max-width: 520px;
    margin: auto;
}

.box-content .box-inner form .form-group {
    margin-bottom: .95rem;
    padding: 0 12% 0;
}

.box-content .box-inner form .form-checkbox {
    text-align: left;
    color: #5e5e5e;
}

.box-content .box-inner form .form-checkbox label {
    margin-left: 8px;
}

.box-content .box-inner form .form-control {
    background-color: #d7d7d7;
    height: 50px;
    line-height: 50px;
    border: 0;
    width: 100%;
    color: #5e5e5e;
    padding: 0 .8rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.box-content .box-inner form .btn {
    width: 100%;
    margin: 0;
}

.box-content .box-inner form .form-btn {
    margin: 2.5em 0 2em;
}

.box-content form input::-webkit-input-placeholder {
    color: #5e5e5e;
}

.box-content form input::-moz-placeholder {
    color: #5e5e5e;
}

.box-content form input:-ms-input-placeholder {
    color: #5e5e5e;
}

.box-content form input:-moz-placeholder {
    color: #5e5e5e;
}

.box-content .box-inner form p:nth-of-type(1) {
    text-transform: uppercase;
    font-weight: 700;
    color: #5e5e5e;
    font-size: 1.25rem;
}

.box-content .box-inner form p a {
    color: #0c5495;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px;
}

/* Profile */
.profile .post-title {
    margin-bottom: 1em;
}

.profile .post-title h1 {
    color: #0c5495;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 22px;
    font-weight: 700;
}

.profile .form-control {
    background: #d7d7d7;
    color: #5e5e5e;
    font-weight: 600;
    padding: 10px 12px;
    margin: 5px auto 12px;
    border: 0;
}

.profile .form-group input[type="text"] {
    width: 48%;
}

.profile .form-group input[type="radio"] {
    margin-bottom: 1em;
    vertical-align: baseline
}

.profile .form-group .form-control::placeholder {
    color: #5e5e5e;
    opacity: 1;
}

.profile .form-group .form-control:-ms-input-placeholder {
    color: #5e5e5e;
}

.profile .form-group .form-control::-ms-input-placeholder {
    color: #5e5e5e;
}

.profile .form-group .exp {
    color: #a4a4a4;
    font-size: 0.750em;
    margin-bottom: 1em;
    display: block;
}

.profile section {
    margin-bottom: 1em;
}

.profile .profile-photo img {
    object-fit: cover;
    width: 300px;
    height: 300px;
}

.profile .drop-area {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    color: #727272;
    padding: 40px 70px;
}

.profile .drop-area input[type=file] {
    opacity: 0;
    position: absolute;
}

.profile .drop-area label {
    cursor: pointer;
}

.profile .drop-area i {
    text-align: center;
    color: #0c5495;
    font-size: 9.25rem;
}

.profile .hide {
    display: none;
}

.profile .photo {
    position: relative;
    margin-bottom: 1em;
}

.profile .photo ul {
    position: absolute;
    bottom: 2px;
    right: 0;
    background-color: #0c5495;
    display: none;
}

.profile .photo ul li {
    float: left;
    padding: 5px 10px;
}

.profile .photo ul li a {
    color: #fff;
    font-weight: initial;
}

.profile .photo:hover img + ul {
    display: block;
}

.profile .public .profile-avatar {
    position: absolute;
    top: 329px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 208px;
    height: 208px;
    border-radius: 50%;
    z-index: 1;
    border-color: #2c6fab;
    border-style: solid;
    border-width: 6px;
}

.profile .public .profile-background {
    width: 100%;
    height: 291px;
    background-image: url('/img/mountains.gif');
}

.profile .public .profile-info {
    width: 100%;
    min-height: 291px;
    background: #ebebeb;
}

.profile .public .profile-info section {
    height: 50%
}

.profile .public .profile-info section div {
    margin: auto;
    width: fit-content;
    padding-top: 110px;
}

.profile .public .profile-info section div span {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    font-size: 0.65em;
    font-weight: 600;
}

.profile .public .profile-info section div .online {
    background-color: #00a651;
}

.profile .public .profile-info section div .offline {
    background-color: #993235;
}

.profile .public .profile-info .profile-column {
    padding: 0 3em;
    width: 33%
}

.profile .public .profile-info .profile-column .btn-primary {
    font-size: 1rem;
    padding: 14px 42px;
}

.profile .public .profile-info .profile-column:nth-child(2) {
    padding-top: 2em
}

.profile .public .profile-info .profile-column:nth-child(3) {
    padding-top: 2em
}

.profile .public .profile-info .profile-column h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

.profile .public .profile-info .profile-column p {
    margin-bottom: 0.4em;
    display: flex;
    justify-content: space-between;
}

/*-----------------------------------------------------------------------------------*/
/*  Responsive (Media queries)
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 641px) {
    .product-menu .toggle-submenu {
        display: none;
    }
}

@media screen and (min-width: 731px) {
    .product-menu .container:before {
        content: "\f0d8";
        left: 33%;
        top: -8px;
        height: 10px;
        width: 10px;
        position: absolute;
        font-family: FontAwesome;
         font-style: normal;
        font-weight: normal;
         text-decoration: inherit;
        color: #0c5495;
        font-size: 1.2rem;
        line-height: .6;
    }

    .navbar-toggle {
        display: none;
    }

    .product-menu ul.dropdown {
        position: relative;
        display: block;
    }

    .product-menu ul.dropdown li {
        font-weight: 600;
        float: left;
        transform: scale(1);
        position: relative;
    }

    .product-menu ul.dropdown a:hover {
        color: #7aaddb;
    }

    .product-menu ul.dropdown a:active {
        color: #7aaddb;
    }

    .product-menu ul.dropdown li a {
        font-size: .95rem;
        display: block;
        padding: 10px 8px;
        color: #fff;
    }

    .product-menu ul.dropdown li a i {
        margin-left: 3px;
    }

    .product-menu ul.dropdown > li:first-child a {
        padding-left: 0;
    }

    .product-menu ul.dropdown li.hover,
    .product-menu ul.dropdown li:hover {
        color: #fff;
        position: relative;
    }

    .product-menu ul.dropdown li.hover a {
        color: #fff;
    }

    .product-menu ul.dropdown ul {
        width: 195px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .product-menu ul.dropdown ul li {
        font-weight: normal;
        background: #0c5495;
        color: #fff;
        border-bottom: 1px solid #3c7ab1;
        float: none;
    }

    .product-menu ul.dropdown ul li:last-child,
    .product-menu ul.dropdown ul li:last-child a:hover {
        border: 0;
        border-radius: 0 0 6px 6px;
    }

    .product-menu ul.dropdown ul li a {
        border-right: none;
        width: 100%;
        display: inline-block;
    }

    .product-menu ul.dropdown ul li a:hover {
        background-color: #3c7ab1;
    }

    .product-menu ul.dropdown ul ul {
        left: 100%;
        top: 0;
    }

    .product-menu ul.dropdown li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .product-filter h4 {
        display: none;
    }

    .maketrip {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .pagefooter form {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .container {
        max-width: 830px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 1024px;
    }

    .hidden-md-up {
        display: none !important;
    }

    .m-md-b {
        margin-bottom: 3.5em;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 980px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1400px) {
    .featured img {
        max-width: auto;
        width: 100%;
    }
}


@media screen and (max-width: 1199px) {
    .popular-articles .col-item {
        width: 32.20%;
        padding: 0;
        margin-right: 1em;
        margin-bottom: .50em;
    }

    .popular-articles .col-item:nth-of-type(3),
    .popular-articles.module9 .col-item:nth-of-type(7) {
        margin-right: 0;
    }

    .popular-articles .col-item:last-child,
    .popular-articles.module9 .col-item:nth-of-type(4) {
        display: none;
    }

    .blog-page .popular-articles.module11 .col-item:last-child {
        display: block;
    }

    .continents .col-item {
        width: 24.2%;
        margin-right: 1%;
    }

    .box-item.users-online ul li {
        height: 55px;
    }

    .find-destination {
        font-size: 1.1rem;
    }

    .all-destinations .col-item {
        float: none;
        width: auto;
        margin: 0;
        display: block;
    }

    .headtitle.head2 {
        display: block;
    }

    .locaton-lists ul {
        width: 40%;
    }

    .locaton-lists ul li {
        width: 50%;
        float: left;
    }

    .locaton-lists ul li a {
        color: #5e5e5e;
    }

    .module7 .box-item ul li {
        margin-right: 0;
    }

    .post-content .post-title h1 {
        line-height: 35px;
    }

    .accordion-panel .form-group span {
        margin: 10px 0 0 0;
    }

    .step2-panel .form-group span {
        width: 100%;
    }

    .step2-panel.accordion-panel .form-group span {
        margin-top: 0;
    }

    .search-results .module9 .col-item {
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        max-width: 32.5%;
        width: auto;
        margin-right: .5em;
    }

    .search-results .popular-articles .col-item:nth-of-type(7) {
        margin-right: .5em;
    }

    .search-results .popular-articles .col-item:nth-child(3n+0) {
        margin-right: 0;
    }

    .search-results .popular-articles .col-item:last-child,
    .search-results .popular-articles.module9 .col-item:nth-of-type(4) {
        display: block;
    }

    .popup-buttons .btn {
        padding-left: 2.4rem;
        padding-right: 2.5rem;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .weather-gadget .temperature i.wi {
        display: inline-block;
        font-size: 1.10em;
    }

    .weather-gadget .temperature {
        font-size: 2.9em;
    }

    .weather-gadget .temperature h3 span.celcius {
        margin: 5px 0 0 -10px;
    }

    .day-stat {
        margin-top: 16px;
    }


}

@media screen and (max-width: 991px) {
    .logo {
        width: 345px;
        margin: 25px 0 0;
    }

    .pageheader {
        height: 78px;
    }

    .topright {
        line-height: 80px;
    }

    .topright a {
        width: 45px;
        height: 45px;
        line-height: 47px;
        margin-right: 5px;
    }

    .topright a i {
        font-size: 18px;
    }

    .navigation {
        height: 50px;
    }

    .navigation nav ul > li > a {
        line-height: 47px;
        font-size: 18px;
        margin-right: 1.2em;
    }

    .user-menu {
        float: right;
        width: 180px;
        clear: right;
    }

    .user-menu ul {
        line-height: 48px;
    }

    .user-menu ul li {
        border-right: 0;
    }

    .user-menu ul li:last-child {
        border-right: 0;
    }

    .user-menu li a {
        font-size: 18px;
        padding: 0;
    }

    .user-menu li:last-child a {
        padding-right: 0;
        display: none;
    }

    .user-menu li.user-last-nav a {
        display: block !important;
    }

    .user-menu li a i {
        font-size: 1rem;
    }

    .section1 .box-caption i {
        margin-top: 28%;
        font-size: 5em;
    }

    .section1 .box-caption h3 {
        font-size: 1.6em;
        margin: .4em 0 0;
    }

    .popular-articles .col-item {
        width: 32.050%;
        margin-right: 1.8%;
    }

    .popular-places .col-item {
        width: 24.20%;
    }

    .popular-places .col-item img {
        width: 100%;
    }

    .popular-places .col-item:nth-child(4n+0) {
        margin-right: 0;
    }

    .hidden-md-down {
        display: none !important;
    }

    .community .col-item.col-1,
    .module4 .col-item:nth-of-type(1),
    .module4 .col-item:nth-of-type(2),
    .main-section .right-content,
    .main-section .side-menu,
    .search-results .left-content {
        float: none;
        width: auto;
        clear: both;
        margin-right: 0;
    }

    .search-destination {
        display: none;
    }

    .box-item.users-online ul li {
        height: 60px;
        width: 60px;
    }

    .users-online ul li:nth-of-type(3n+0) {
        margin-right: 3%;
    }

    .community .col-item.col-2,
    .community .col-item.col-2.module2 {
        width: 49%;
        margin-right: 2%;
        clear: none;
    }

    .community .col-item.col-2.module2 {
        margin-right: 0;
    }

    .community .col-item.col-2 .box-item {
        margin-top: 28px;
    }

    .community .col-item.col-1.module2, .module2 .left-column,
    .module8 .col-item.col-1, .module8 .col-item.col-2,
    .module8 .col-item.col-3,
    .main-section .sidebar {
        width: auto;
        float: none;
        clear: both;
        height: auto;
    }

    .main-section .left-content {
        width: auto;
    }

    .community .col-item:nth-of-type(3) .box-item {
        padding-bottom: 50px;
    }

    .community .col-item.col-1.module2 .box-item {
        margin-top: 0;
    }

    .community .col-item.col-1.module2 {
        margin-left: 0;
    }

    #login-content, #user-content {
        top: 50px;
    }

    .hidden-md, .search-results .sidebar, .module2 .right-column {
        display: none;
    }

    .module2 .left-column, .module2 .left-column p {
        padding-right: 0;
        margin-right: 0;
    }

    .module3 .col-item p {
        font-size: 1.15em;
    }

    .module8 .col-item.col-1, .module8 .col-item.col-2,
    .module8 .col-item.col-3 {
        margin: 0;
    }

    .module8 nav span, .module8 nav li {
        display: inline-block;
        float: left;
    }

    .module8 nav span {
        margin-right: 10px;
    }

    .module8 nav li {
        margin-right: 12px;
    }

    .module8 blockquote {
        text-align: center;
        margin: 0 0 35px;
    }

    .module7 .col-item.col-1, .module7 .col-item.col-2 {
        width: auto;
        margin: 0 0 15px;
        float: none;
    }

    .module-articles .headtitle h2 {
        font-size: 1.8rem;
    }

    .module4 .col-item:nth-of-type(1),
    .module4 .col-item:nth-of-type(2) {
        margin-bottom: 15px;
    }

    .side-menu nav {
        height: auto;
        margin-bottom: 30px;
    }

    .side-menu nav span, .side-menu nav ul, .side-menu nav li {
        display: inline-block;
        float: left;
    }

    .side-menu nav span {
        margin-right: 10px;
    }

    .side-menu nav li {
        margin-right: 40px;
    }

    .side-menu nav {
        margin-bottom: 15px;
    }

    .side-menu nav span {
        margin-top: 3px;
    }

    .sidebar .box-item.users-online ul {
        width: auto;
    }

    .sidebar .widget-box {
        float: left;
        width: 49%;
        margin-right: 2%;
    }

    .sidebar .widget-box:nth-child(2n+0) {
        margin-right: 0;
    }

    .box-item.users-online ul li {
        width: 60px;
    }

    .search-results .popular-articles {
        border: 0;
        margin-bottom: 0;
    }

    .search-results .paginate,
    .blog-page .paginate {
        text-align: center;
        float: none;
    }

    .search-results .paginate li,
    .blog-page .paginate li {
        display: inline-block;
        float: none;
    }

    .search-results .paginate li a,
    .blog-page .paginate li a {
        font-size: 1.65rem;
    }

    .search-results .paginate ul > li > a i,
    .blog-page .paginate ul > li > a i {
        font-size: 1.25rem;
    }

    .search-results .module9 .col-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0 !important;
        float: none;
    }

    .search-results .module9 .col-item {
        height: 280px;
        overflow: hidden;
    }

    .search-results .module9 .col-item img {
        width: 100%;
    }

    .search-results .headtitle h2 {
        margin-bottom: 0;
    }

    .view-all-mobile {
        margin-bottom: 2em;
        color: #000000;
    }

    .view-all-mobile a {
        text-transform: uppercase;
        color: #000000;
        font-weight: 600;
        font-size: 1.45rem;
    }

    .filter-results {
        position: relative;
    }

    .filter-results ul {
        clear: both;
        position: absolute;
        width: 100%;
        top: 40px;
        display: none;
    }

    .filter-results ul li {
        float: none;
        display: block;
        margin: 0;
    }

    .filter-results ul li a {
        background-color: #0c5495;
        display: block;
        margin: 0;
        border-radius: 0;
        padding: .65rem .975rem;
        font-size: 1.2rem;
    }

    .filter-results ul li.active a, .filter-results ul li a:hover {
        background-color: #5e5e5e;
    }
}


@media screen and (max-width: 899px) {
    .container {
        max-width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright {
        text-align: center;
    }

    .module3 .col-item {
        width: 32.65%;
        margin-right: 1%;
    }

    .module3 .col-item:nth-child(3n+0) {
        margin-right: 0;
    }

    .popular-articles.grid-item-3 article p {
        font-size: .98rem;
    }

}

@media screen and (max-width: 767px) {
    .module-articles .col-item {
        margin-bottom: 30px;
        width: auto;
        float: none;
        clear: both;
    }

    .airinfo ul > li {
        font-size: 1.45rem;
        line-height: 40px;
        color: #5e5e5e;
    }

    .airinfo ul li a {
        font-size: 1rem;
    }

    .airinfo ul li i {
        font-size: 1.2em;
        float: left;
    }

    .related-posts ul, .article-share .social,
    .meta-box .col-item:nth-of-type(2) {
        float: none;
        width: auto;
        clear: both;
    }

    .post-content .post-title h1 {
        font-size: 1.8rem;
    }

    .post-content .text-wrap {
        margin: 18px 0 18px 15px;
    }

    .meta-box .author-img { /*width: 100px; */
    }

    .meta-box .author-img img { /*width: 100%;*/
    }

    .meta-box .col-item:nth-of-type(2) {
        text-align: left;
        float: none;
        padding: 10px 0 0;
    }

    .post-content .post-title h1 {
        font-size: 1.45rem;
        line-height: 28px;
    }

    .modal-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sub-info h4, .sub-info a, .map-stats li {
        float: none;
    }

    .sub-info h4 {
        margin-bottom: 8px;
        font-size: 1.55rem;
    }

    .sub-info a {
        font-size: 1.35rem;
    }

    .map-stats li {
        padding-bottom: 8px;
        font-size: 1.375rem;
    }

    .map-stats li i {
        margin-right: 6px;
    }

    .step2-panel .form-group .col-item.col-one,
    .step2-panel .form-group .col-item.col-two,
    .step3-panel .form-group .col-item.col-one,
    .step3-panel .form-group .col-item.col-two {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .step2-panel.accordion-panel .form-control {
        margin-bottom: 1em;
    }

    .accordion-panel .form-group .datespan i {
        top: 10px;
        margin: 0;
    }

    .step3-panel .form-group .col-item, .step3-panel .form-group .form-control {
        width: 100%;
    }

    .step3-panel .form-group a {
        display: inline-block;
    }

    .step3-panel table {
        margin: .4em 0 2em;
    }

    .step3-panel table tr td {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 730px) {
    .pagefooter .col-item {
        width: 50%;
        min-height: 185px;
    }

    .pagefooter form {
        padding-right: 100px;
    }

    .featured, .topright, .navigation {
        display: none;
    }

    .box-section.section1 {
        padding: 0;
    }

    .section1 .row .col-item {
        padding: 0;
        float: none;
        margin: 0;
        width: auto;
        clear: both;
        height: 240px;
        overflow: hidden;
    }

    .section1 .row .col-item img {
        width: 100%;
    }

    .section1 .box-caption i, .section1 .box-caption h3 {
        float: left;
    }

    .section1 .box-caption i {
        margin: 8% 0 0 18%;
        font-size: 6.5em;
        position: relative;
        width: 120px;
    }

    .section1 .box-caption h3 {
        font-size: 2.5em;
        margin: 13% 0 0 20px;
    }

    .pagecontent {
        padding-top: 0;
    }

    .hidden-sm, .map-container .map-inner,
    .home .community .box-item ul:nth-of-type(2),
    .home .module2 .box-item ul li p, .home .module2 .box-item ul li h3 span {
        display: none;
    }

    .breadcrumb {
        margin-top: 15px;
    }

    .locaton-lists ul {
        width: 50%;
    }

    .locaton-lists ul li,
    .home .community .box-item ul,
    .home .community .col-full.module2 .box-item ul {
        float: none;
        width: auto;
    }

    .box-section {
        margin-bottom: 22px;
    }

    .infobox {
        margin: 0 0 10px 0;
    }

    .related-posts ul li a {
        font-size: 1rem;
    }

    .box-modal {
        width: 98%;
    }

    .meta-box .col-item:nth-of-type(1) {
        width: 100%;
    }

    .social-share a:first-child {
        margin-left: 0;
    }

    .map-wrap .btn {
        font-size: .975rem;
    }

    .latest-messages tr td a {
        font-size: 1.050rem;
        line-height: 1.1;
    }

    .latest-messages tr td:nth-of-type(2) {
        width: 100px;
        font-size: .90rem;
    }

    .box-item.users-online {
        min-height: auto;
    }

    .product-menu {
        padding: 10px 0 15px;
    }

    .product-menu .toggle-submenu {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        display: block;
        cursor: pointer;
        background: transparent !important;
    }

    .product-menu .toggle-submenu i {
        margin-right: 5px;
    }

    .product-menu ul.dropdown {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 30px;
        background-color: #0c5495;
        padding: 10px 15px;
        border-top: 1px solid #1c62a1;
    }

    .product-menu ul.dropdown > li {
        display: block;
        float: none;
    }

    .product-menu ul.dropdown > li a {
        padding: .60rem 0;
        color: #fff;
        display: block;
    }

    .product-menu ul.dropdown ul {
        width: 100%;
        display: none;
    }

    .product-menu ul.dropdown ul > li a {
        padding-left: 22px;
        border-bottom: 1px solid #093e6e;
    }

    .product-filter {
        display: block
    }

    .product-filter > ul ul {
        position: relative;
        border-radius: 0;
    }

    .product-filter > ul > li {
        width: 100%;
        float: none;
        margin-right: 0;
        display: block;
    }

    .product-filter > ul > li a, .product-filter > ul > li > a.active {
        border-radius: 0;
    }

    .product-filter > ul ul > li > a {
        padding-left: 42px;
    }

    .product-filter ul {
        display: none;
    }

    .num-search-results {
        margin-top: 1em;
        margin-bottom: .6em;
    }

    .num-search-results p {
        margin-bottom: .5em;
    }

    .num-search-results span {
        background-color: #0c5495;
        padding: 1rem 1.5rem 1rem .95rem;
    }

    .num-search-results span a {
        font-size: 1.55rem;
        color: #fff;
    }

    .side-boxmap {
        margin-top: 1em;
    }

    .section1 .headtitle h1 {
        margin: .5em 0 .5em;
    }

    .home.pagecontent .module9, .popup-buttons, .map-container, .headtitle h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup-buttons .btn {
        display: block;
        border-radius: 0;
        margin-bottom: 0;
        padding-left: 15px;
        margin: 0;
        background-color: #0c5495;
    }

    .popup-buttons .btn:hover {
        background-color: #5e5e5e;
    }

    .home .community .box-item ul li p {
        font-size: .85rem;
    }
}


@media screen and (max-width: 640px) {
    .logo {
        margin: 23px 0 0;
    }

    .logo img {
        width: 58%;
    }

    .box-section {
        margin-bottom: 20px;
    }

    .section1 .box-caption i {
        margin-left: 14%;
    }

    .popular-articles .col-item:last-child,
    .popular-articles.module9 .col-item:nth-of-type(4) {
        display: block;
    }

    .popular-articles .col-item, .community .box-item ul,
    .community .col-item.col-2,
    .community .col-item.col-2.module2 {
        float: none;
        width: auto;
        clear: both;
        margin-right: 0;
    }

    .popular-articles .col-item img {
        width: 100%;
    }

    .module15 .col-item img {
        height: auto !important;
    }

    .popular-articles .col-item p {
        font-size: 1.45rem;
    }

    .continents .col-item, .popular-places .col-item {
        width: 49%;
        margin-right: 1.5%;
    }

    .continents .col-item:nth-child(2n+0), .popular-places .col-item:nth-child(2n+0) {
        margin-right: 0;
    }

    .popular-places .col-item p,
    .continents .col-item p {
        font-size: 1.60rem;
        width: 100%;
        text-align: center;
        left: 0;
        top: 50%;
        margin-top: -10px;
        bottom: auto;
    }

    .box-item.users-online ul {
        width: 300px;
    }

    .information ul li {
        float: none;
        clear: both;
        width: auto !important;
        margin-right: 0 !important;
        max-height: 150px !important;
        overflow: hidden;
        text-align: center;
    }

    .information ul li img {
        width: 180%;
    }

    .information ul li p {
        width: 100%;
        left: 0;
        bottom: auto;
        top: 45%;
        margin-top: -15px;
        font-size: 2.5rem;
    }

    .airinfo {
        height: auto;
    }

    .airinfo ul li {
        height: auto;
    }

    .airinfo ul li a {
        float: none;
        display: inline-block;
    }

    .box-section .edit-travel {
        line-height: 1;
    }

    .box-section .edit-travel a {
        margin-top: 40%;
        display: inline-block;
    }

    .pagetitle h1 {
        font-size: 2.3rem;
    }

    .popular-articles.grid-item-3 article p {
        font-size: 1.2rem;
    }

    .grid-item-3 .col-item:nth-of-type(4) {
        margin-right: 0;
    }

    .box-ad.box-ad-320x250 {
        height: auto;
    }

    .flex-grid {
        display: block;
        width: 100%;
    }

    .accordion-panel select.form-control {
        float: none;
        width: 100%;
    }

    .accordion-panel .form-control {
        margin-bottom: 1em;
        width: 100%;
    }

    .accordion-panel .form-group .col-item {
        width: 100%;
    }

    .accordion-panel .form-group .btn {
        margin: 10px 0 0;
    }

    .accordion-panel .form-group span {
        margin: 0;
    }

    .pagecontent.blog-page {
        padding-top: 1.5em;
    }

    .module11 article .article-desc,
    .blog-page .module9 .col-item img,
    .blog-page .latest-messages tr td:nth-of-type(2) {
        display: none;
    }

    .blog-page .module11 .img-box {
        height: 250px;
        overflow: hidden;
    }

    .blog-page .module9 p {
        position: relative;
        bottom: auto;
        left: 0;
        text-shadow: none;
        color: #0c5495;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.45rem;
        margin: 0 0 .5em;
    }
}

@media screen and (max-width: 600px) {
    .navbar-toggle {
        top: 25px;
    }

    .navbar-toggle a {
        font-size: 1.60rem;
    }

    .navbar-toggle a i {
        font-size: 1.30rem;
    }

    .section1 .box-caption i {
        margin: 12% 0 0 18%;
    }

    .section1 .box-caption h3 {
        margin: 18% 0 0 10px;
    }

    .hidden-xs {
        display: none;
    }

    .information ul li img {
        width: 150%;
    }

    .module3 .col-item, .module3 .col-item:nth-child(3n+0) {
        width: 49.25%;
        margin-right: 1.5%;
    }

    .module3 .col-item:nth-child(2n+0) {
        margin-right: 0;
    }

    .paginate.right {
        float: none;
        margin: 15px 0 5px;
        height: 20px;
    }

    h1.modal-head-title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 480px) {
    .mobile-menu nav > ul > li > a,
    .mobile-menu nav > ul ul > li > a, .mobile-menu .name {
        font-size: 1.10rem;
    }

    .section1 .box-caption i {
        margin-top: 22%;
    }

    .section1 .box-caption i {
        margin: 12% 0 0 4%;
    }

    .section1 .box-caption h3 {
        margin: 20% 0 0 10px;
        font-size: 2.2rem;
    }

    .headtitle h2 {
        font-size: 1.7rem;
    }

    .locaton-lists ul {
        width: auto;
    }

    .post-content .post-title h1 {
        line-height: 28px;
    }

    .side-menu nav li {
        margin-right: 10px;
    }

    .side-menu nav li a {
        font-size: 1rem;
    }

    .sidebar .widget-box {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .box-section .edit-travel a {
        font-size: 2.5rem;
    }

    .latest-messages tr td a {
        font-size: .9em;
        line-height: 1;
    }

    .table-listing table tr td {
        font-size: 1.1rem;
    }

    .accordion-panel .form-group .custom-checkbox label {
        width: 100%;
    }

    .step2-panel .form-group span a {
        float: none;
        clear: both;
    }

    .step3-panel table tr td {
        width: 80%;
    }

    .step3-panel table tr td:last-child {
        width: 50px;
        text-align: right;
    }

}

@media screen and (max-width: 440px) {
    .section1 .box-caption i, .section1 .box-caption h3 {
        float: none;
    }

    .section1 .box-caption i {
        margin-left: 0;
        font-size: 4em;
        margin-top: 20%;
    }

    .section1 .box-caption h3 {
        margin: 5px 0 0;
    }

    .continents .col-item {
        width: auto;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .continents .col-item p {
        font-size: 1.45rem;
    }

    .popular-places .col-item p, .continents .col-item p {
        font-size: 2.25rem;
    }

    .continents .col-item img {
        width: 100%;
    }

    .information ul li p {
        font-size: 1.80rem;
    }

    .airinfo ul li {
        text-align: center;
    }

    .airinfo ul li span {
        clear: both;
        display: block;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .airinfo ul li i {
        float: none;
    }

    .blog-page .module11 .img-box {
        height: auto;
    }
}

@media screen and (max-width: 360px) {
    .pagefooter .col-item {
        width: auto;
        float: none;
        min-height: auto;
        margin-bottom: 15px;
    }

    .pagefooter .col-item h6 {
        margin-bottom: 0;
    }

    .pagefooter .col-item:last-child h6 {
        display: none;
    }

    .box-item.users-online ul {
        width: 280px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 60%;
        margin: 22px 0 0;
    }
}

.ui-sortable-helper {
    display: table;
    background-color: #EFEFEF;
}

.show {
    display: block !important;
}

.sharing {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: #212a34;
    border-radius: 3px;
}

.sharing i {
    color: #fff;
    display: block;
}

.sharing button {
    border-radius: 0;
    border: 0;
    display: block;
    padding: 8px 6px;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    margin: 0;
    background-color: transparent;
}

.sharing button:hover .icon,
.sharing button:focus .icon,
.sharing button:active .icon {
    fill: #fff;
}

.sharing__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.sharing__triangle {
    background-color: #212a34;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 100%, 0) rotate(45deg);
    transform: translate3d(-50%, 100%, 0) rotate(45deg);
}

.sharing--shown {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sel-mid {
    background-color: lightblue;
}

.sel-handle {
    cursor: ew-resize;
    color: tomato;
    width: 1px;
    display: inline-block;
    overflow: visible;
    background-color: tomato;
    height: 18px;
    vertical-align: top;
    position: relative;
}

.sel-handle:before {
    content: '';
    display: block;
    background-color: tomato;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 100%;
}

.infobox .close {
    margin-left: 2em;
    text-decoration: none;
}
