@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css');

* {
	outline: none !important;
	text-decoration: none !important
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #232323;
	letter-spacing:0.04em;
	font-weight:500;
	background:url(../images/bg.png) repeat-y center;
}

p {
	font-family: 'Montserrat', sans-serif;
	color: #232323;
	margin-bottom: 20px;
}

.container {
	width: 100%;
	max-width: 1170px;
}

a {
	color: #003462;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

a:hover {
	color: #007D80;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 1;
	color:#003462;
}

h1,.h1 {
	font-size: 40px;
	line-height:45px;
}

h2,.h2 {
	font-size: 28px;
	line-height:37px;
	margin-bottom:20px;
}

h3, .h3 {
	font-size:22px;
	line-height:27px;
}

h4, .h4 {
	font-size:17px;
	line-height:25px;
}

.img-full {
	width: 100%
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bttn {
	background: #007D80;
	font-size:20px;
	font-weight:600;
	color:#fff;
	line-height:24px;
	padding:23px 30px;
	text-align:center;
	min-width:240px;
	position:relative;
	z-index:1;
	display:inline-block;
	border-radius:70px;
	left:4px;
}

.bttn:before {
	content:"";
	background:#003462;
	position:absolute;
	top:-4px;
	left:-4px;
	width:100%;
	height:100%;
	border-radius:70px;
	transition:0.3s all;
}

.bttn span {
	position:relative;
	top:-4px;
	left:-4px;
	z-index:1;
	transition:0.3s all;
}

.bttn:hover {
	color: #fff;
}

.bttn:hover:before,
.bttn:focus-visible:before {
	top:0px;
	left:0px;
	transition:0.3s all;
}

.bttn:hover span {
	top:0px;
	left:0px;
}

.bttn:focus-visible:before {
	border:3px solid #EB003F;
}

.page-title {
    padding-bottom: 54px;
    margin: 0;
	position:relative;
}

.page-title:after {
    content: "";
    background: #007D80;
    height: 5px;
    width: 84px;
    border-radius: 5px;
    position: absolute;
    bottom: 27px;
    left: 0;
}

.notice {
	background:#EB003F;
	padding:25px 0;
}

.notice p {
	color:#fff;
	margin:0;
}

.top-bar {
	background:#f6f8fe;
	/* border-bottom:1px solid #b2c2d0; */
	min-height:80px;
}

.top-bar--news {
    position: relative;
    padding-left: 120px;
    min-height: 80px;
}

.top-bar--news > span {
    background: #003462;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 98px;
    padding: 19px 18px;
    line-height: 1.2;
}

.top-bar--news > a {
    color: #232323;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
}

.top-bar--news > a:hover {
	color:#007D80;
}

.top-bar--links {
    padding: 25px 0;
}

.top-bar--links span {
	padding-left:13px;
	margin-left:13px;
	position:relative;
	font-size:15px;
	text-transform:uppercase;
	color:#003462;
	font-weight:600;
	line-height:30px;
	display:inline-block;
}

.top-bar--links span:not(:first-child):before {
    content: "";
    background: #89c0e9;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -4px;
}

.top-bar--links span a {
	color:#232323;
	font-weight:500;
}

.top-bar--links span a:hover {
	color:#007D80;
}

.top-bar--links .social-link {
	padding:4px;
	font-size:20px;
}

.top-bar--links .social-link img {
	height:24px;
	width:auto;
}

.top-bar--links .social-link:first-of-type {
	margin-left:20px;
}

nav {
    padding: 35px 0;
    display: table;
    width: 100%;
    background: #fff;
	position:relative;
	z-index:44;
	border-top:3px solid #124673;
}

.sticky-wrapper.is-sticky nav {
	padding:0;
	transition:0.3s ease-in;
}	

nav .container {
	position:relative;
}

nav .logo {
	float:left;
	transition:0.3s all;
    max-width: 100%;
    position: relative;
    top: 0px;
}

.sticky-wrapper.is-sticky nav .logo {
    max-width: 80px;
    position: relative;
    top: 12px;
	transition:0.3s all;
}

nav .search-trigger {
	float:right;
	color:#232323;
	font-size:14px;
	padding:18px 0 18px 10px;
	margin-left:12px;
	cursor:pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

nav .search-trigger:hover {
	color: #007D80;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

nav ul {
    float: right;
    margin: 0;
    padding: 18px 0;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin-left: 14px;
	position:relative;
}

.sub-menu {
    width: 210px;
    background: #003462;
    padding: 0;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
	border-radius:0px;
	opacity:0;
	visibility:hidden;
	transition:0.3s all;
}

nav ul > li:hover .sub-menu,
nav ul > li:focus-visible .sub-menu {
    top: calc(100% + 30px);
	opacity:1;
	visibility:visible;
	transition:0.3s all;
}

.sub-menu:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 11px 22px;
border-color: #003462 transparent;
display: block;
width: 0;
z-index: 1;
top: -22px;
left: 35px;
}

.sub-menu .sub-menu:after {
	display:none;
}

.sub-menu .sub-menu {
	top:0 !important;
	left:100%;
	opacity:0 !important;
	visibility:hidden !important;;
}

.sub-menu li:hover .sub-menu {
	opacity:1 !important;;
	visibility:visible !important;;
}

.sub-menu li.menu-item-has-children a {
	position:relative;
	padding-right:20px;
}

.sub-menu li.menu-item-has-children:hover > a {
    color: rgba(255,255,255,0.6);
}

.sub-menu li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}


.sub-menu li a {
    color: #fff;
    border-bottom: 1px solid #124673;
    font-size: 14px;
    line-height: 28px;
    padding: 15px 20px;
    font-weight: 600;
    display: table;
    width: 100%;
}

.sub-menu li:last-child a {
	border-bottom:none;
}

.sub-menu li a:hover {
	color:rgba(255,255,255,0.6);
}

.sub-menu li {
    margin-left: 0;
	display:block;
}

nav .container > ul > li > a {
	background:#124673;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	padding:8px;
}

nav .container > ul > li > a:hover {
	background:#007D80;
	color:#fff;
}

.hero-slider {
	background:#eef1f9 url(../images/hero.jpg) no-repeat center;
	background-size:cover;
}

.hero-slider .caption h1 {
    margin: -10px 0 48px;
	position:relative;
}

.hero-slider .caption h1:after {
    content: "";
    background: #007D80;
    height: 5px;
    width: 84px;
    border-radius: 5px;
    position: absolute;
    bottom: -21px;
    left: 0;
}

.hero-slider .caption p {
	color:#003462;
	font-size:28px;
	line-height:40px;
	font-weight:600;
	margin-bottom:35px;
}

.hero-slider .row {
	align-items:center;
}

.slick-dots {
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
	padding:0 15px;
}

.slick-dots li {
	list-style:none;
	display:inline-block;
	margin-right:10px;
}

.slick-dots li button {
	background:#d5d7dc;
	width:24px;
	height:6px;
	border-radius:6px;
	transition:0.3s all;
	border:none;
	font-size:0px;
	padding:0;
	cursor:pointer;
}

.slick-dots li.slick-active button {
	background:#003462;
	width:40px;
	transition:0.3s all;
}

.tour-services {
	padding:0;
}

.tour-services .item {
	margin:15px 0;
	position:relative;
	overflow:hidden;
}

.tour-services .item .overlay {
    position: absolute;
    top: calc(100% - 72px);
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.4s ease-in-out;
}

.tour-services .item:hover .overlay {
    top: 0;
	transition:0.4s ease-in-out;
}

.tour-services .item .overlay h4,
.tour-services .item .overlay .h4 {
	background:rgba(0,52,98,0.7);
	color:#fff;
	display:block;
	padding:22px 40px;
	font-size:22px;
	line-height:28px;
	font-weight:600;
	text-align:center;
}

.tour-services .item .overlay p {
    background: rgba(255,255,255,0.60);
    padding: 15px 40px;
    font-size: 15px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
	width:100%;
}

.info {
	background:#f6f8fe;
	padding:100px 0 0;
}

.info img {
    width: calc(100% + 125px);
    position: relative;
    left: -62px;
    top: -15px;
}	

.info .bttn {
	margin-top:35px;
}

.cta {
	background:#f6f8fe;
}

.cta-inner {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 152px 0px rgba(0, 52, 98, 0.1);
    padding: 25px;
    position: relative;
    top: 45px;
    margin-top: -45px;
}

.bttn-1 {
	background:#003463;
	padding:20px 100px 20px 35px;
	font-size:40px;
	color:#fff;
	display:table;
	width:100%;
	position:relative;
}

.bttn-1:hover {
	background:#054682;
	color:#fff;
}

.bttn-1 span {
	font-size:26px;
	display:block;
	padding:20px 0;
}

.bttn-1:after {
    content: "";
    background: rgba(0,0,0,0.2) url(../images/icon-arrow.png) no-repeat center;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	transition:0.3s all;
}

.bttn-2 {
	background:#eca214;
	padding:20px 100px 20px 35px;
	font-size:40px;
	color:#012c52;
	display:table;
	width:100%;
	position:relative;
}

.bttn-2:hover {
	background:#f9ae1d;
	color:#012c52;
}

.bttn-2 span {
	font-size:26px;
	display:block;
	padding:20px 0;
}

.bttn-2:after {
    content: "";
    background: rgba(0,0,0,0.1) url(../images/icon-arrow.png) no-repeat center;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	transition:0.3s all;
}

footer {
	background:#003462;
	padding:115px 0 0;
	font-size:13px;
	line-height:40px;
	color:#fff;
}

footer .navbar-brand {
	padding-top:25px;
}

footer .logo {
    display: table;
    margin-top: 15px;
}

footer ul:not(.footer-menu) {
	margin:-10px 0 0;
	padding:0;
}

footer ul li {
	margin:0;
	padding:0;
	list-style:none;
}

footer ul li a {
	color:#fff;
}

footer h5 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 45px;
    position: relative;
}

footer h5:after {
    content: "";
    background: #007D80;
    height: 4px;
    width: 41px;
    border-radius: 4px;
    position: absolute;
    bottom: -21px;
    left: 0;
}

footer > .container > .row .col-md-6 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}

footer > .container > .row .col-md-2 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

footer > .container > .row .col-md-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

footer .mc4wp-form p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

footer .mc4wp-form p small {
	font-size:11px;
	line-height:10px;
}

footer form.mc4wp-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
	font-size:11px;
	padding:10px;
	margin-bottom:15px;
}

footer form.mc4wp-form input[type="submit"] {
	margin-bottom:15px;
}

.cinfo {
	color:#fff;
}

.cinfo p {
    position: relative;
    padding-left: 40px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

.cinfo p i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.cinfo a {
	color:#fff;
}

.cinfo a:hover {
	color:#007D80;
}

footer ul.footer-menu {
	margin:0;
	padding:50px 0;
	text-align:center;
}

footer ul.footer-menu li {
	display:inline-block;
	margin:0 16px;
	font-size:16px;
	position:relative;
}

footer ul.footer-menu li:not(:first-child):before {
	content:"";
	background:#fff;
	width:1px;
	height:15px;
	position:absolute;
	left:-19px;
	top:12px;
}

.copyright {
	border-top:1px solid #001f3b;
	padding:40px 0;
}

.copyright p {
	color:#fff;
	font-size:16px;
	margin:0;
}

.copyright .row {
	align-items:center;
}

body:not(.home) .tour-services {
    padding: 115px 0 0px;
}

body:not(.home) .cta {
    background: #fff;
    padding-top: 0;
    margin-top: -15px;
}

.blog-listing {
	background:#f6f8fe;
	padding:90px 0 120px;
	letter-spacing:0px;
}

.blog-listing article {
	margin-bottom:30px;
	background:#fff;
	border:1px solid #cde8ff;
	padding:30px;
	letter-spacing:0px;
}

.blog-listing article .row {
	align-items:center;
}

.blog-listing article .meta span {
	position:relative;
	font-size:17px;
	line-height:25px;
	color:#0b2b44;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}

.blog-listing article .meta span i {
	width:25px;
}

.blog-listing article h4,
.blog-listing article h2 {
    color: #003462;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 43px;
	position:relative;
}

.blog-listing article h4:after,
.blog-listing article h2:after {
    content: "";
    height: 2px;
    background: #0b2b44;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.blog-listing article h4:before {
    content: "";
    height: 2px;
    background: #007D80;
    width: 110px;
    position: absolute;
    bottom: -25px;
    right: 0;
	z-index:22;
}

.blog-listing article p {
	font-size:15px;
	line-height:25px;
	color:#333333;
	font-weight:400;
}

.blog-listing article a.rmore {
	font-size:15px;
	line-height:25px;
	color:#0b2b44;
	font-weight:600;
}

.blog-listing article a.rmore:hover {
	color:#007D80;
}

.blog-listing article a.rmore i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.page-nav ul {
	padding:0;
	margin-top:30px;
}

.page-nav ul li {
	float:left;
	list-style:none;
	margin-right:5px;
}

.page-nav ul li a {
	background: #003462;
	font-size:14px;
	font-weight:600;
	color:#fff;
	line-height:35px;
	padding:0px 12px;
	min-width:35px;
	text-align:center;
	position:relative;
	z-index:1;
	display:inline-block;
    border-radius: 9px;
}

.page-nav ul li a:hover,
.page-nav ul li span {
	background: #007D80;
	font-size:14px;
	font-weight:600;
	color:#fff;
	line-height:35px;
	padding:0px 12px;
	min-width:35px;
	text-align:center;
	position:relative;
	z-index:1;
	display:inline-block;
	border-radius:9px;
}

.widget:not(.widget-image) {
	padding:30px 20px;
}

.widget {
	margin-bottom:20px;
	border-radius:8px;
	background:#fff;
	overflow:hidden;
}

.widget h4 {
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 17px;
}

.widget ul {
	padding:0;
	margin:0;
}

.widget ul li {
	list-style:none;
}

.widget.widget-categories li a {
	font-size:15px;
	line-height:25px;
	display:table;
	width:100%;
	color:#333333;
	font-weight:400;
	position:relative;
	z-index:11;
}

.widget.widget-categories li a span {
    background: #fff;
    padding-right: 9px;
    min-width: 82px;
    display: inline-block;
}

.widget ul li:not(:last-child) {
	margin-bottom:10px;
}

.widget.widget-categories li a i {
    float: right;
    position: relative;
    top: 5px;
}

.widget.widget-categories li a:after {
    content: "";
    background: #bfbfbf;
    height: 1px;
    position: absolute;
    top: 13px;
    width: calc(100% - 25px);
    left: 3px;
    z-index: -1;
}

.widget.widget-categories li a:hover span {
	color:#007D80;
}

.widget.widget-tags {
	padding-bottom:18px;
}

.widget.widget-tags li {
	float:left;
	margin-right:17px;
}

.widget.widget-tags li a {
	font-size:14px;
	line-height:25px;
	display:table;
	width:100%;
	color:#333333;
	font-weight:400;
	position:relative;
	z-index:11;
}

.widget.widget-social li a:hover,
.widget.widget-tags li a:hover {
	color:#007D80;
}

.widget.widget-social ul {
	text-align:center;
}

.widget.widget-social li {
	display:inline-block;
	margin:0 15px 0 !important;
	
}

.widget.widget-social li a {
	font-size:15px;
	line-height:25px;
	display:table;
	width:100%;
	color:#333333;
	font-weight:400;
}

.page-header {
	background:#000 url(../images/page-header.jpg) no-repeat center;
	background-size:cover;
	margin:0;
	padding:100px 0;
	min-height:460px;
	position:relative;
}

.page-header h1 {
	font-size: 50px;
	color: #fff;
	line-height: 64px;
}
	
.page-header h1 span {
    color: #003462;
    background: #ffffff;
    display: table;
    padding: 0 10px;
    border-radius: 10px;
}

.term-multi-day-tours .page-header {
	background-color:#003462 !important;
	min-height:200px;
	padding:0;
}

.term-multi-day-tours .page-header h1 {
	padding-top:40px;
}


.page-header .row {
    position: absolute;
    top: calc(50% - 5px);
    width: 100%;
    transform: translateY(-50%);
}

.blog-single {
	background:#f6f8fe;
	padding:70px 0 100px;
	letter-spacing:0px;
}

.blog-single article {
	letter-spacing:0px;
	font-size:17px;
	line-height:28px;
	font-weight:400;
}

.blog-single article img {
    margin: 10px 0 30px;
}

.blog-single article p:last-child {
	margin-bottom:0px;
}

.blog-single .page-title {
    padding-bottom: 60px;
}

.blog-single .page-title:after {
    bottom: 35px;
}

.tour-listing {
	background:#f6f8fe;
	padding:90px 0 120px;
	letter-spacing:0px;
}

.tour-listing article {
	margin-bottom:30px;
	background:#fff;
	letter-spacing:0px;
	border-radius:20px;
	overflow:hidden;
}

.tour-listing article h4,
.tour-listing article h2 {
	color:#fff;
	background:#008b9d;
	font-size:30px;
	font-weight:600;
	line-height:1.2;
	padding:30px 50px;
	margin:0 0 30px;
}

.tour-content {
	padding:40px 50px;
}

.tour-departure, .tour-meta {
    display: table;
    width: 100%;
    font-size: 17px;
}

.tour-departure div:last-child, .tour-meta div:last-child {
    margin-bottom: 35px;
}

.tour-meta div.first {
	float:left;
	color:#404040;
	font-size:30px;
	font-weight:bold;
}

.tour-meta div.last {
	float:right;
	color:#404040;
	font-size:24px;
	font-weight:bold;
}

.tour-meta div span {
	color:#004582;
}

.tour-departure div {
	color:#404040;
}

.tour-departure div b {
	padding-right:10px;
}

.tour-departure div.first {
	float:left;
}
.tour-departure div.first span{
    margin-left: 110px;  
}

.tour-departure div.last {
	float:right;
}

.tour-content ,
.tour-content p {
	font-weight:400;
	line-height:28px;
}

.tour-content p {
	margin-bottom:30px;
}

.widget.widget-text {
	letter-spacing:0px;
	padding-bottom:15px;
}

.widget.widget-text p {
	font-size:15px;
	line-height:25px;
	color:#0b2b44;
	font-weight:400;
	margin-bottom:15px;
}	

.widget.widget-text p b {
	font-size:17px;
	line-height:25px;
	font-weight:600;
}	

.search-form {
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	padding:8px 15px;
	z-index:22;
	width:250px;
	opacity:0;
	visibility:hidden;
	transition:0.3s all;
}

.search-form.act {
	opacity:1;
	visibility:visible;
	transition:0.3s all;
}

.search-form form {
	border:2px solid #0b2b44;
	height:50px;
	border-radius:25px;
}

.search-form form input {
	background:#fff;
	height:46px;
	border-radius:25px;
	border:none;
	width:100%;	
	padding:0 30px 0 15px;
	font-size:15px;
	color:#000;
}

.search-form form button {
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 31px;
    font-size: 15px;
	color:#0b2b44;
}

.search-form form button:hover {
	color:#007D80;
}


@media only screen and (min-width: 250px) and (max-width: 991px) {

.info .bttn {
    margin-top: 20px;
    margin-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
}

footer ul.footer-menu li:not(:first-child):before {
    height: 14px;
    left: -12px;
    top: 9px;
}



.info img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.info {
    padding: 70px 0 0;
}

.nav-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 44;
    color: #fff;
    cursor: pointer;
    padding: 10px 13px;
	opacity:0;
	visibility:hidden;
	transition:0.4s; 
}

body.nav-act .nav-close {
	opacity:1;
	visibility:visible;
	transition:0.4s; 
	transition-delay:0.3s;
}
	
nav > .container > ul {
    background: #003462;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
	overflow:auto;
	padding-top:30px;
	transition:0.3s ease-in;
}

body.nav-act nav > .container > ul {
	right:0;
	transition:0.3s ease-in-out;
}

nav ul li {
    display: block;
    margin-left: 0;
}

nav .container > ul > li > a {
    padding: 10px 20px;
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
	color:#fff;
}

.sub-menu li a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    line-height: 28px;
    padding: 8px 20px 8px 35px;
    font-weight: 600;
    display: table;
    width: 100%;
}

.sub-menu:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -27px;
	left: auto;
	right:15px;
}

.sub-menu {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05);
}

.blog-listing article .meta span {
    margin-bottom: 10px;
}

.blog-listing article h4 {
    margin-top: 15px;
}

.blog-listing article .row {
    align-items: inherit;
}

.nav-trigger {
    color: #0b2b44;
    float: right;
    font-size: 25px;
}

nav .search-trigger {
    font-size: 20px;
    padding: 0;
	margin:0 13px 0 0;
}

.nav-trigger, nav .search-trigger {
    margin-top: 15px;
}

nav {
    padding: 25px 0;
	transition:0.3s ease-in;
}

nav .logo {
    max-width: 100px;
}

.notice p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
}

.notice {
    padding: 18px 0;
}

.top-bar--news {
	display:none;
}

.top-bar--links {
    padding: 15px 0;
    display: table;
    width: 100%;
}

.top-bar--links span {
    padding-left: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
}

.top-bar--links span:first-child {
	float:left;
}

.top-bar--links span:last-child {
	float:right;
}

.top-bar--links span:not(:first-child):before {
	display:none;
}

.top-bar {
    min-height: auto;
}

.page-header h1 {
    font-size: 37px;
    line-height: 45px;
}

.page-header {
    padding: 30px 0;
    min-height: 350px;
}

.blog-single {
    padding: 60px 0;
}

aside {
	margin-top:40px;
}

body:not(.home) .tour-services {
    padding: 60px 0 0px;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.tour-services .item .overlay h4,
.tour-services .item .overlay .h4 {
    padding: 22px 15px;
    font-size: 20px;
}

.bttn-1 {
	margin-bottom:20px;
}

.bttn-1,
.bttn-2 {
    padding: 20px 70px 20px 15px;
    font-size: 25px;
	width:100%;
}

.bttn-1 span ,
.bttn-2 span {
    font-size: 18px;
    padding: 8px 0;
}

.cta-inner {
    padding: 20px;
    top: 30px;
    margin-top: -30px;
}

body:not(.home) .cta {
    padding-top: 70px;
}

footer {
    padding: 90px 0 0;
    font-size: 14px;
    line-height: 33px;
}

footer .logo {
    margin-bottom: 15px;
}

footer ul:not(.footer-menu) {
    margin: 0px 0 0;
}

footer h5 {
    font-size: 20px;
}

footer ul.footer-menu li {
    margin: 0 10px;
    font-size: 14px;
}

footer ul.footer-menu {
    padding: 0px 0 45px;
}

.copyright p {
    font-size: 13px;
	margin-bottom:8px;
}

.search-form {
    top: -8px;
    width: 100%;
}

.copyright .text-right {
	text-align:center !important;
}

.cinfo p i {
    top: 6px;
    font-size: 17px;
}

.tour-listing article h4 {
    font-size: 25px;
    padding: 15px 30px;
}

.tour-content {
    padding: 40px 30px;
}


.tour-meta div {
    font-size: 25px !important;
}

.tour-departure div {
	float:none !important;
}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.copyright {
	text-align:center;
    padding: 20px 0 25px;
}

.hero-slider img {
	display:none;
}

.hero-slider .caption {
    text-align: center;
    padding: 50px 0 110px;
}

.hero-slider .caption h1 {
    font-size: 32px;
    line-height: 40px;
}

.hero-slider .caption h1:after {
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero-slider .caption p {
    font-size: 22px;
    line-height: 33px;
}

.hero-slider .caption p br {
	display:none;
}

.hero-slider .caption a.bttn {
    transform: scale(0.8);
    margin: -20px 0;
}

.slick-dots {
    text-align: center;
}
}

@media only screen and (min-width: 250px) and (max-width: 551px) {

.blog-listing .meta {
	margin-top:30px;
}

.tour-meta div {
    font-size: 25px !important;
	float:none !important;
}

.tour-departure div {
	float:none !important;
}

.top-bar--links span a {
	display:table;
}

.tour-services .item .overlay p {
	display:none;
}

footer > .container > .row .col-md-2 ,
footer > .container > .row .col-md-4 ,
footer > .container > .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:30px;
}

}

@media only screen and (min-width: 552px) and (max-width: 767px) {

footer > .container > .row .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:30px;
}

footer > .container > .row .col-md-4 ,
footer > .container > .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom:30px;
}

.search-form form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.search-form form button {
    top: 11px;
    right: 18px;
}

.tour-services .item .overlay p {
	display:none;
}

footer .logo {
    margin: 0 auto 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

footer {
    font-size: 13px;
    line-height: 32px;
}

.cinfo p {
    padding-left: 29px;
}

.tour-services .item .overlay p {
	display:none;
}

aside {
    margin-top: 0px;
}

footer ul.footer-menu {
    padding: 20px 0 45px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1050px) {

.blog-listing article .row {
    align-items: inherit;
}

.widget.widget-social li {
    margin: 0 10px 0 !important;
}

nav .container > ul > li > a {
    font-size: 13px;
	letter-spacing:0px;
}

nav .logo {
    float: left;
    width: 120px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1050px) {

nav {
    padding: 30px 0 25px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1100px) {

.blog-listing article .meta span {
    margin-bottom: 10px;
}

.blog-listing article h4 {
    margin-top: 15px;
}

.top-bar--links span {
    padding-left: 15px;
    margin-left: 15px;
    font-size: 14px;
}

.top-bar--links span:first-child {
    padding-left: 0px;
    margin-left: 0px;
}

.page-header .col-md-7 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

footer {
    padding: 100px 0 0;
    font-size: 16px;
    line-height: 37px;
}

footer h5 {
    font-size: 20px;
}

footer ul.footer-menu li {
    margin: 0 10px;
    font-size: 15px;
}

.bttn-1, .bttn-2 {
    font-size: 32px;
    line-height: 34px;
}

.bttn-1 span ,
.bttn-2 span {
    font-size: 21px;
    padding: 16px 0;
}

}

@media only screen and (min-width: 992px) {

.nav-close {
	display:none;
}

.nav-trigger {
	display:none;
}

}

.aside {
	padding:30px 0 15px;
}

@media only screen and (min-width: 768px) {

.hide-desktop {
	display:none;
}

.aside.fixed {
	position: fixed;
	top: 0;
}

.is-sticky .navbar-brand {
    max-width: 85px;
    margin-top: 5px;
}

}

@media only screen and (max-width: 767px) {

.navbar-brand {
    max-width: 70px;
}

.is-sticky .navbar-brand {
    max-width: 70px;
    margin-top: 8px;
}
	
.hide-mobile {
	display:none;
}
.sticky-wrapper.is-sticky nav {
    padding: 0;
    transition: 0.3s ease-in;
    min-height: 65px;
}

}

.tour-listing.tour-single article {
    background: transparent;
    letter-spacing: 0px;
    border-radius: 0px;
}

.tour-listing.tour-single article h2 {
	font-size:35px;
	margin:0 0 25px;
}

.tour-listing.tour-single article img {
	border-radius:10px;
}

.tour-listing.tour-single article .view-flyer {
    content: "";
    border: 1px solid #0b2b44;
    border-width: 1px 0;
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.tour-listing.tour-single article .view-flyer img {
	width:40px;
	margin-left:5px;
}

.tour-listing.tour-single article .view-flyer:hover {
    border: 1px solid #007D80;
    border-width: 1px 0;
}

.tour-listing.tour-single .tour-content li,
.tour-listing.tour-single .tour-content p {
    font-size: 17px;
}

.tour-listing.tour-single .tour-content h3{
	margin-bottom:30px;
}

.tour-listing.tour-single .tour-content {
    padding: 40px 0 0;
}

.embed-responsive {
	margin-bottom:30px;
}

.tour-listing.tour-single .tour-content > ul {
    margin: -20px 0 30px;
}

.gallery {
	margin-bottom:15px;
}

.gallery .item a {
	position:relative;
	display:table;
	width:100%;
}

.gallery .item img {
	border-radius:0px !important;
	transition:0.3s all;
}

.gallery .item a:hover img {
	opacity:0.8;
	transition:0.3s all;
}

.gallery .item a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 44;
    font-size: 60px;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.3s all;
}

.gallery .item a:hover i {
	opacity:1;
	transition:0.3s all;
}

.gallery .slick-dots {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0 0;
    display: table;
}

.gallery .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.gallery .slick-dots li.slick-active button {
    width: 25px;
}

.careers-listing {
	padding:80px 0 0;
}

.careers-listing article {
	border-bottom:1px solid #ddd;
	padding:40px 0;
}

.careers-listing article:first-of-type {
	border-top:1px solid #ddd;
}

.careers-listing h2 {
	margin:0;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:0;
}

.careers-listing h2 + span {
	font-size:16px;
	display:block;
	margin-bottom:25px;
}

.careers-listing p {
    font-size: 17px;
    color: #555;
    letter-spacing: 0;
}

.careers-listing a.rmore {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.careers-listing a.rmore i {
    font-size: 12px;
}

.careers-single {
	padding:80px 0;
	border-bottom:1px solid #ddd;
}


.careers-single h2 {
	margin:0;
	font-size:35px;
	text-transform:uppercase;
	letter-spacing:0;
}

.careers-single h2 + span {
	font-size:16px;
	margin:10px 0 30px;
	display:block;
}

.careers-single li, .careers-single p {
    font-size: 16px;
    color: #555;
    letter-spacing: 0;
    line-height: 30px;
}

.careers-single li {
	margin-bottom:5px;
}

.careers-contact {
	border-top:1px solid #003462;
	border-bottom:1px solid #003462;
	padding:15px 0;
	display:table;
	width:100%;
	text-align:center;
	margin:30px 0 0;
	position:relative;
}

.careers-contact:after {
	content:"";
	background:#003462;
	width:1px;
	height:70%;
	position:absolute;
	top:15%;
	left:50%;
}

.careers-contact a {
	width:50%;
	float:left;
	padding:15px;
	font-weight:bold;
}

.careers-contact i {
	color:#007D80;
	margin-right:12px;
	font-size:30px;
	position:relative;
	margin-top:-25px;
	top:5px;
}

@media only screen and (min-width: 250px) and (max-width: 600px) {

.careers-contact a {
    width: 100%;
}

.careers-contact:after {
display:none;
}

}

.gallery .slick-prev {
	position:absolute;
	color:#fff;
	background:transparent;
	top:calc(50% - 30px);
	left:30px;
	z-index:22;
	border:none;
	padding:0;
	font-size:40px;
	transform:translateY(-50%);
}

.gallery .slick-next {
	position:absolute;
	color:#fff;
	background:transparent;
	top:calc(50% - 30px);
	right:30px;
	z-index:22;
	border:none;
	padding:0;
	font-size:40px;
	transform:translateY(-50%);
}

.cta.alt {
    background: transparent;
}

.cta.alt .cta-inner {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 30px 0 0;
    position: relative;
    top: 0;
    margin-top: 0;
}

body nav {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
            box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
}

.page-template-default .site-main {
    background: #f6f8fe;
    padding: 70px 0;
    letter-spacing: 0px;
}

form ul, form ul li, form ol, form ol li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    display: table;
    width: 100%;
}

form {
	font-family:Montserrat, sans-serif;
}

form label {
    width: 100%;
    display: table;
    float: left;
}

form select,
form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
    position: relative;
    left: 0;
    float: none;
    margin: 0;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #ddd;
    display: block;
    float: left;
	font-size:15px;
}

form textarea {
	width:100%;
	height:200px;
    border: 1px solid #ddd;
	padding:15px 20px;
}

.ginput_container {
    display: table;
    width: 100%;
	margin-bottom:15px;
}	

.gfield_radio input ,
.gfield_checkbox input {
	float:left;
	margin-right:10px;
	position:relative;
	top:7px;
}

.gfield_radio input + label, .gfield_checkbox input + label {
    width: auto;
    font-size: 15px;
}

.gfield_label {
	font-weight:600;
	font-size:15px;
}

input[type=submit] {
	border:none;
	background: #003462;
	border-bottom:5px solid #007D80;
	border-right:5px solid #007D80;
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:15px;
	padding:20px 15px;
	text-align:center;
	min-width:180px;
	position:relative;
	z-index:1;
	display:inline-block;
	border-radius:70px;
	left:4px;
	cursor:pointer;
	transition:0.4s all;
}

input[type=submit]:hover {
	transition:0.4s all;
	background: #007D80;
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
}

.validation_error {
	color:#f00;
	font-size:14px;
	border:1px solid #f00;
	padding:8px 15px;
	margin-bottom:15px;
	text-align:center;
}

.gfield_description.validation_message {
	color:#f00;
	font-size:14px;
	margin:-10px 0 15px;;
}

.instruction.validation_message {
	display:none;
}

.no-results.not-found,
.error-404.not-found {
	padding:100px 0;
	text-align:center;
	max-width:800px;
	margin:0 auto;
}

.no-results.not-found {
	padding-bottom:0;
}

.error-404.not-found .page-title {
	font-size:70px;
	padding-bottom:80px
}

.no-results.not-found .page-title:after,
.error-404.not-found .page-title:after{
	margin:0 auto;
	right:0;
}

.error-404.not-found p {
	margin-bottom:40px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ccc;
    padding: 20px;
    width: 30%;
}

span.screen-reader-text[id*="_date_format"] {
	font-size:0px;
}

span.screen-reader-text[id*="_date_format"]:before {
	content:"Date Format: MM/DD/YYYY";
	font-size:14px;
}


#ui-datepicker-div {
	border:none;
	box-shadow: 0 14px 28px rgba(0,0,0,0.10), 0 10px 10px rgba(0,0,0,0.05);
	padding:10px;
}

#ui-datepicker-div * {
	font-family:Montserrat, sans-serif;
	font-size:16px;
	color:#000;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #eee;
    font-weight: normal;
    color: #454545;
    text-align: center;
    font-size: 14px !important;
}

.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: #0a3462 !important;
    color: #fff !important;
}


.ui-datepicker .ui-datepicker-title select {
    margin: 1px 3px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px !important;
    padding: 3px 6px;
}

#gfield_description_3_15 {
    font-size:11px;
    margin-bottom:10px;
}


.tour-table-listing {
    background: #f6f8fe;
    padding: 90px 0;
    letter-spacing: 0px;
}

.datatable {
	font-size:15px;
	line-height:1.4;
}

.datatable th,
.datatable tr {
	vertical-align:middle !important;
	width:auto !important;
	border:1px solid #ddd !important;
}

.datatable th {
    padding: 11px;
}

table.dataTable {
    clear: both;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border: none;
}

.datatable td a {
	white-space:nowrap;
	background: #003462;
	font-size:15px;
	font-weight:600;
	color:#fff;
	line-height:20px;
	padding:15px 20px;
	text-align:center;
	min-width:150px;
	position:relative;
	z-index:1;
	display:inline-block;
	border-radius:70px;
	left:4px;
	border:4px solid #007D80;
	border-width:0 4px 4px 0
}

.dataTables_length {
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
}

.dataTables_length select {
	margin:0 5px;
}

.dataTables_length label {
	display:block;
}

.dataTables_filter {
	float:right;
}

.dataTables_filter label {
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
}	

.dataTables_filter input  {
	margin-left:10px;
}

.dataTables_wrapper .row {
    min-width: 100%;
	margin-bottom:15px;
}

.month-filter {
  max-width:200px;
  position:absolute;
  right:350px;
  z-index:44;
}

.month-filter select{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0 1px;
    float: right;
}

.dataTables_paginate .pagination {
	margin:30px 0 !important;
}

.dataTables_paginate .pagination li {
	border:1px solid #ddd;
	margin-right:-1px;
}

.dataTables_paginate .pagination li.active a {
	background:#0a3462;
	color:#fff;
}

.dataTables_paginate .pagination li:first-child {
	border-radius:25px 0 0 25px;
}

.dataTables_paginate .pagination li a {
	font-size:14px;
	text-transform:uppercase;
	padding:5px 15px;
	display:table;
}

.dataTables_paginate .pagination li:last-child {
	border-radius:0 25px 25px 0;
}

table.dataTable thead th:first-child.sorting_asc:after {
	display:none;
}

@media only screen and (min-width: 250px) and (max-width: 551px) {

.month-filter {
    max-width: 100%;
    position: relative;
    right: 0;
    z-index: 44;
    margin-bottom: 10px;
}

.dataTables_filter input {
    max-width: 100px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-6 {
	width:40%;
}

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-6:last-child {
	width:60%;
}

table.dataTable {
    min-width: 700px;
}

}

@media only screen and (min-width: 551px) and (max-width: 767px) {

table.dataTable {
    min-width: 700px;
}

.month-filter {
    max-width: 100%;
    right: 210px;
    z-index: 44;
    margin-bottom: 10px;
}

.dataTables_filter input {
    max-width: 100px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-6 {
	width:40%;
}

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-6:last-child {
	width:60%;
}

}

.sticky-wrapper.is-sticky nav {
    z-index: 1111;
}

.formerly { 
	position:absolute;
	font-size:12px;
	font-weight:bold;
	left:25px;
	bottom:-30px;
}

@media ( max-width:1200px ) {
	.formerly {
		display:none;
	}
}

.sticky-wrapper.is-sticky .formerly {
	display:none;
}

#sb_instagram {
    background:rgba(255,255,255,0);
    padding:40px 0;
    margin-bottom:80px;
}

nav .container > ul > li > a {
    font-size: 12px;
}

nav ul li {
    margin-left: 10px;
}

.navbar-brand {
    margin-top: -22px;
}

img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.top-bar--links span:first-child {
	float:left;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.top-bar--links span:nth-child(2) {
	float:left;
	margin-left:15px;
}

.navbar-brand {
    margin-top: 6px;
}

.search-form:after {
	content:"\00d7";
	font-family:Montserrat;
	font-weight:600;
	font-size:30px;
	position:absolute;
	top:0;
	right:0;
	padding:10px;
}

}

.menu-item-has-children > span {
	display:none;
}

@media only screen and (min-width: 250px) and (max-width: 991px) {

#menu-mainmenu > li.menu-item-has-children {
position:relative;
}

.menu-item-has-children > span {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:11;
	height:47px;
	width:47px;
}

#menu-mainmenu > li.menu-item-has-children > span:before {
	content:"\f107";
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	z-index:11;
	height:47px;
	width:47px;
	text-align:center;
	font-family:Fontawesome;
	line-height:47px;
}

nav ul li {
    margin-left: 0px;
}

.menu-item-has-children.active .sub-menu {
    display: table;
    width: 100%;
    float: none;
}

.sub-menu {
    display: none;
}

.sub-menu:after {
display:none;
}
}

@media only screen and (min-width: 250px) and (max-width: 600px) {

img.alignleft {
    float: none;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    display: block;
}

footer {
    text-align: center;
}

footer h5:after {
    right: 0;
    margin: 0 auto;
}

footer > .container > .row .col-md-6 .col-sm-6:first-child {
	margin-bottom:20px;
}

footer .cinfo {
    color: #fff;
    text-align: left;
    margin: 0 auto;
    display: table;
}
}

.home div#dpsp-floating-sidebar {
	display:none;
}

@media only screen and (max-width: 350px) and (min-width: 250px) {
.top-bar--links span {
    font-size: 10px;
}

.top-bar--links span:nth-child(2) {
    float: left;
    margin-left: 15px;
    margin-right: -15px;
}
}

@media only screen and (max-width: 767px) and (min-width: 250px) {

.info .bttn {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.page-template-default .site-main {
    padding: 40px 0 70px;
}

footer {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

footer ul.footer-menu li {
    font-size: 12px;
}

footer ul.footer-menu {
    padding: 0px 0 30px;
    margin-top: -25px;
}


}

.learn-more {
	color:#000;
	font-weight:bold;
	position:absolute;
	right:15px;
	bottom:15px;
}

.term-9 .page-header h1 {
	text-shadow:3px 3px 10px #000;
}

.address-field span label {
	font-size:14px;
}