/* GENERAL STYLES */
html, body {
	height: 100%;f
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-family: 'Libre Baskerville', Georgia, serif;
	background-color: #fff;
	color: #161616;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.cursive {font-style: italic;}

img {max-width: 100%;}

a {color: #10405C;}

a:hover, a:focus {text-decoration: none; color: #257ad6;}

p {line-height: 1.75; letter-spacing: .015rem;}

.breadcrumb {
	background-color: transparent;
	padding: .5rem 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 90%;
}
input, select, textarea {font-family: Helvetica, Arial;}

::-webkit-input-placeholder {color: #eee;}

::-moz-placeholder {color: #eee;}

:-ms-input-placeholder {color: #eee;}

:-moz-placeholder {color: #eee;}

placeholder {color: #eee}

.blockquote {font-size: 100%;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding {padding: 0 !important;}

.circle {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}
.uppercase {text-transform: uppercase;}

.line {
	display: block;
	width: 150px;
	max-width: 100%;
	border-top: 5px solid #10405C;
	margin: 1em 0;
}
.link {
	position: relative;
	letter-spacing: .1em;
	font-size: 75%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
}
.link:after {
	content: '›';
	padding: 0 .5em;
}
.btn {
	font-family: 'Roboto Condensed', sans-serif; 
	letter-spacing: normal; 
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	letter-spacing: .025em;
}
.btn-info {
	background-color: #FFCA18;
	border-color: #FFCA18;
}
.btn-primary, .btn-info:hover, .btn-info:focus {
	background-color: #10405C;
	border-color: #10405C;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #FFCA18;
	border-color: #FFCA18;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
	border-color: #10405C;
	color: #10405C;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
	color: #fff;
	background-color: #FFCA18;
	border-color: #FFCA18;
}
.main-noti {
	position: fixed;
	top: 0;
	z-index: 999;
}
/******* Header ******/
#header {
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: normal;
}
#header .navbar-brand {padding: 0;}

#header .navbar {padding-top: 0; padding-bottom: 0;}

#header .nav-item, #header .dropdown-menu {font-size: 90%;}

.navbar-dark .navbar-toggler {border: none; padding: .25rem 0;}

#header .navbar-dark .navbar-nav .active>.nav-link {color: #FFCA18;}

#header .dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: #fff;
	padding: 0;
}
#header .dropdown-item {
	padding: .5rem;
	color: #444;
}
#header .dropdown-item:hover, #header .dropdown-item:focus {
	background-color: #10405C;
	color: #fff;
}
#header .dropdown-toggle::after {
	content:"+";
	border: none;
	vertical-align: .05em;
	margin-left: .45em;
}
.darkHeader {background-color: #10405C;}

/******* Sliders ******/
.index-slider {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.index-slider .slick-slide>div>div>img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 0;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}
.index-slider .slick-slide>div:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.index-caption {
	position: absolute;
	width: 80%;
	text-align: center;
	color: #fff;
	z-index:4;
	text-shadow: 2px 2px 15px rgba(0,0,0,.3);
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.index-caption p {
	font-family: 'Helvetica', Arial, sans-serif;
	letter-spacing: .05em;
	margin: 0;
}
.index-caption h2 {
	margin: .75em 0 1em;
	letter-spacing: .05em;
	line-height: 1.2;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight: 400;
}
.articles-slider .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
	position: absolute;
	top:50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
	border: none;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	margin: 15px;
	width: 20px;
	height: 20px;
	border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	opacity: .25;
	background-color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #333;
}
/******* Sections ******/
section {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 4em 0;
}
.section-title, .section-content {
	padding: 1em 0;
}
.section-title h3, .section-title h4 {
	font-family: 'Libre Baskerville', Georgia, serif;
	margin: 0;
}
.right-side .list-unstyled li {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-top: 1em;
	font-size: 120%;
}
.styles .row.no-gutters {
	margin-right: -15px;
	margin-left: -15px;
}
.style-content {padding: 2em;}

.style-img {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.style-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 0;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.style-img:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/******* Thumb ******/
.thumb {
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #383f49;
}
.thumb>img {
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.thumb:hover>img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.thumb-content {padding: 1em .85em;}

.thumb-content.gradient-bd h4 {
	color: #fff;
}
.thumb-content.gradient-bd {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 2em;
	padding-bottom: 1.2em;
}
.special .thumb-content {
	-moz-transition: margin 200ms;
	-webkit-transition: margin 200ms;
	transition: margin 200ms;
	margin-bottom: -47px;
}
.special:hover .thumb-content, .special:focus .thumb-content {
	margin: 0;
}
.special:hover .gradient-bd .link {color: #4180ed;}

/******* Boostrap Card ******/
.card-prod.card {height: 100%;}

.card-img {
	background-color: #111;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.card-img small {
	position: absolute;
	color: #fff;
	bottom: .8rem;
	left: 1rem;
}
.card-img-top {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card:hover .card-img-top {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.card-body {padding: .85rem 1rem .8rem;}

h5.card-title {color:#222; font-size: 137%;}

.card:hover h5.card-title {color: #10405C;}

.card-cta {font-weight: 600;}

.card.supplier {height: 140px;}

.card.supplier img, .card-over {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.card.supplier img {max-height: 80%; max-width: 95%;}

.card-over {width: 90%;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card-over h5.card-title {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
	opacity: 0;
	filter: alpha(opacity=0);
}
.card-blog, .card-blog .card-img, .card-blog .card-img-top {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.card-blog .card-img-top {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.card.card-blog:hover .card-img-top {
	opacity: 1;
	filter: alpha(opacity=100);
}
.card-detail {
	letter-spacing: .1em;
	font-size: 75%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
}
.card-detail .svg-inline--fa {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .15em;
	font-size: 350%;
}
.card-detail:before {
	content:'';
	display: block;
	width: 25px;
	border-top: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
}
/******* Content ******/
.wrap-content {min-height: 500px;}

.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.pagination li a, .pagination li span {padding: .5rem;}

.pagination li.disabled span {color: #999;}

/******* Pages ******/
.page-title, .page-content {
	position: relative;
}
.page-content {padding: 3em 0;}

.page-top:before {
	content:'';
	width: 100%;
	background-color: #10405C;
	display: block;
	margin-bottom: .5em;
}
.page-title p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.page-title p span:before {
	content:' • ';
}
.page-title p span:first-child:before {
	display: none;
}
.page-title p a {color: #161616; text-decoration: underline;}

.page-title p a:hover {text-decoration: none;}

.page-title h1 {line-height: 1.1;}

/* Parallax Banner */
.bcg-parallax {
	color: #fff;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.bcg {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
.bcg-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-link {
	position: relative;
	display: block;
	z-index: 2;
	color: #fff;
	padding: 150px 0;
}
.bcg-link:hover {color: #fff; background-color: rgba(0,0,0,.2)}

.destinations .bcg-link h4 {
	font-weight: 900;
	font-size: 370%;
	letter-spacing: .5rem;
}

/******* Profile ******/
.profile-social a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 6px 10px 0;
	text-align: center;
	background-color: #10405C;
	color: #fff;
}
.profile-social .svg-inline--fa {
	font-size: 140%;
}
.profile-social a:hover, .profile-social a:focus {background-color: #86680c;}

/******* Post ******/
.post p, .post>div {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.64;
}
.post li {margin-bottom: 1em;}

.post>div>br {display: none;}

.post-disclaimer, .post-kind {
	font-size: 85%;
	font-family: 'Helvetica', Arial, sans-serif;
	color: #aaa;
}
/******* Virtuoso ******/
.virtuoso {
	background-color: #261F30;
	color: #fff;
}
.virtuoso h2, .virtuoso h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight: 400;
}
.virtuoso .svg-inline--fa {
	font-size: 300%;
	margin-bottom: .5em;
}
/******* Suppliers ******/
.supplier-logo img {
	max-height: 100px;
}
/******* CTAs ******/
.main-cta {
	padding: 7em 0;
	position: relative;
	background-size: cover;
	background-position: center;
}
.main-cta .section-title h3 {
	font-weight: 300;
}
.dark-bg {color: #fff;}

.dark-bg:before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0,48,132,.45);
}
.dark-bg>.container {
	position: relative;
	z-index:2;
}
.cta-call h5 {letter-spacing: .12em;}

.right-side .cta-call h5 {letter-spacing: normal; line-height: 1.4;}

.cta-call a {color: #383f49; font-weight: 700;}

.cta-call a:hover, .cta-call a:focus {text-decoration: underline;}

/**** Search ****/
.animated-search[type=text] {
	margin: .5em 0 0;
	width: 2.5em;
	height: 2.5em;
	border-radius: 60px;
	background-image: url(https://cdn1.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
	background-position: 97% center;
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 2em;
	transition: width 0.4s ease-in-out;
	float: right;
	border: none;
	box-shadow: none;
}
.animated-search[type=text]:focus {
	width: 100%;
	background-color: #efefef;
}
/******* Subscribe ******/
.modal-title {
	width: 100%;
}
/******* Footer ******/
#footer {
	background-color: #111;
	color: #efefef;
	padding: 3em 0;
	font-size: 95%;
	position: relative;
}
#footer .nav {margin-bottom: 1em;}

#footer a, #footer address a, .credits a {color: #dedede;}

#footer a:hover, #footer a:focus {color: #fff;}

.footer-logos {background-color: #fff;}

.footer-logos img {
	max-height: 60px;
}
.credits {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 75%;
	color: #ddd;
}
/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (min-width: 576px) {
	
}
@media (max-width: 767px) {
	.navbar-brand img {
		max-height: 55px;
	}
	#header .navbar-brand {
		line-height: 75px;
	}
	.page-top:before {
		height: 75px;
	}
	.navbar-collapse.show {
		padding-top: 75px;
	}
	.thumb-content h4 {
		font-size: 110%;
	}
	#header .category h4 {
		padding: .5em;
		background-color: #222;
		font-size: 90%;
	}
	.banner-top {
		min-height: 450px;
	}
	.styles .thumb-content h4 {
		font-size: 180%;
	}
	.style-img {
		min-height: 200px;
	}
	.section-title h3 {
		font-size: 175%;
	}
	.virtuoso .section-title h3 {
		font-size: 140%;
	}
	.main-cta .section-title h3, .bcg-content h4 {
		font-size: 200%;
	}
	.post-img {
		margin-top: 1em;
	}
	.page-title h1 {
		font-size: 175%;
	}
	.general-page {
		height: 250px;
	}
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	#header .navbar-brand {
		line-height: 90px;
	}
	.navbar-brand img {
		max-height: 85px;
		padding: 8px 0 10px;
	}
	.page-top:before {
		height: 90px;
	}
	.navbar-collapse.show {
		padding-top: 90px;
	}
	.thumb-content h4 {
		font-size: 120%;
	}
	.styles .thumb-content h4 {
		font-size: 200%;
	}
	.style-img {
		min-height: 350px;
	}
	.section-title h3 {
		font-size: 205%;
	}
	.virtuoso .section-title h3 {
		font-size: 170%;
	}
	.main-cta .section-title h3, .bcg-content h4 {
		font-size: 255%;
	}
	.style-content h4 {
		font-size: 190%;
	}
	.general-page {
		height: 280px;
	}
}
@media (max-width:991px) {
	.navbar-collapse.show {
		background-color: #10405C;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		text-align: center;
	}
	#header .navbar-dark .navbar-nav .nav-link:hover, #header .dropdown-item:hover {
		background-color: #05304A;
	}
	#header .dropdown-menu {
	  background-color: #10405C;
	}
	#header .dropdown-item {
	  color: #fff;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.index-caption h2 {
		font-size: 270%;
	}
	.banner-top {
		min-height: 480px;
	}
	.page-title h1 {
		font-size: 195%;
	}
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.index-caption h2 {
		font-size: 300%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 .5rem;
		line-height: 90px;
	}
	#header .dropdown-menu {
		top: 88px;
	}
	#header .dropdown:hover>.dropdown-menu {
		display: block;
	}
	#header .dropdown>.dropdown-toggle:active {
		pointer-events: none;
	}
	.banner-top {
		min-height: 550px;
	}
	.page-title h1 {
		font-size: 223%;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	
}