/* GENERAL STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-size: 101%;
	font-weight: 400;
	background-color: #fff;
	color: #383f49;
}
html {scroll-behavior: smooth;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gowun Batang", serif;
	font-weight: 700;
}
.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

.fs-tiny {font-size: 80%;}

img {max-width: 100%;}

a {text-decoration: none;}

a:hover, a:focus {text-decoration: underline;}

.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.w-25px {width: 25px !important;}

.w-50px {width: 50px !important;}

.w-75px {width: 75px !important;}

.w-100px {width: 100px !important;}

.h-25px {height: 25px !important;}

.h-50px {height: 50px !important;}

.h-75px {height: 75px !important;}

.h-100px {height: 100px !important;}

.h-200px {height: 200px !important;}

.minh-100 {min-height: 100%;}

.minw-100 {min-width: 100%;}

cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
cite:before {content: "— ";}

.form-control {
	background-color: #efefef;
	border: 0;
}
/******* Header ******/
#header {
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	letter-spacing: .02em;
}
#header a:hover, #header a:focus {text-decoration: none;}

#header .navbar, #header .navbar-brand {padding-top: 0; padding-bottom: 0;}

#header .navbar-brand img {margin-top:-2px;}

.navbar-dark .navbar-toggler {
	border: none;
	padding: .25rem 0;
	position: absolute;
	top: 28px;
	right: 20px;
}
#header .dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: #fff;
	padding: 0;
}
#header .dropdown-item {
	padding: .5rem;
	color: #444;
}
#header .dropdown:hover>.dropdown-menu {
	display: block;
}
#header .dropdown-item:hover, #header .dropdown-item:focus {
	background-color: rgba(29,41,87,.4);
	color: #fff;
}
#header .dropdown-toggle::after {
	content:"+";
	border: none;
	vertical-align: .05em;
	margin-left: .45em;
}
/******* Content ******/

.wrap-content {min-height: 500px;}

.link:hover {text-decoration: underline;}

.link::after {
  content:'→';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  font-style: normal !important;
  display: block;
  z-index: 10;
  transition: all .6s;
  line-height: 1;
}
.link:hover::after {
  right: 5px;
}
/******* Index ******/
#myVideo {
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
}
/******* Sliders ******/
.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;
}
.supplier img {
	max-width: 85%;
	max-height: 85%;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
  font-size: 113%;
	line-height: 1.6;
	letter-spacing: .23px;
}
article p, article li {
	margin-bottom: 1em;
}
article img {max-width: 100%;}

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1em 0 .5em;
}
/******* Pages ******/

/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.pagination> li:first-child a, .pagination> li:first-child span {
	margin-left: 0;
}
.pagination> li:last-child a, .pagination> li:last-child span {
	margin-right: 0;
}
.pagination a:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.pagination a, .pagination span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0 .25rem;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
}
.bg-dark .pagination a, .bg-dark .pagination span {
	background-color: transparent;
	color: #fff;
}
.bg-dark .pagination .active a {
	border: 1px solid #fff;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
/****** Tabs *****/

/******* CTAs ******/
.cta-subscribe {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-overly:before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0,48,132,.45);
	z-index: 1;
}
.bg-dark label {color: #fff;}

/**** Search ****/
.animated-search[type=text] {
	margin: .5em 0 0;
	width: 2.5em;
	height: 2.5em;
	border-radius: 60px;
	background-image: url(https://cdn3.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;
}
/******* Footer ******/
#footer {font-size: 85%;}

#footer a {color: rgba(255,255,255,.75);}

#footer a:hover, #footer a:focus {color: #fff;}

/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
	.navbar-brand img {
		max-height: 60px;
	}
	.navbar-dark .navbar-brand {
		line-height: 80px;
	}
	.navbar-dark .navbar-toggler {
		padding: .7rem 0;
		top: 13px;
	}
	.main-video {
		height: 100vh;
	}
}
@media (min-width: 577px) and (max-width:767px) {
	
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.navbar-brand img {
		max-height: 65px;
	}
	.navbar-dark .navbar-brand {
		line-height: 100px;
	}
}
@media (max-width:991px) {
	.navbar-collapse.show {
		background-color: #222;
		padding: 6em 0 1em;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 .5rem;
		line-height: 100px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	
}
@media (min-width: 1499px) {
	
}
@media (min-width: 1199px) and (max-width:1498px) {
	
}