/* GENERAL STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-size: 101%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #171616;
}
html {scroll-behavior: smooth;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
}
.cursive {
	font-style: italic;
}
img {max-width: 100%;}

a {color: #4989C1; text-decoration: none;}

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

p  {line-height: 1.75; letter-spacing: .015rem; font-size: 105%;}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6  {line-height: 1.45;}

.small, small {font-size: 76%;}

.breadcrumb {
	background-color: transparent;
	padding: .5rem 0;
	font-weight: 300;
	font-size: 80%;
}
.link {
	position: relative;
	letter-spacing: .1em;
	font-size: 75%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	color: #4989C1;
}
.link:after {
	content: '›';
	padding: 0 .5em;
}
.btn {
	font-family: 'Roboto', sans-serif;
	letter-spacing: normal; 
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-primary {
	background-color: #4989C1;
	border-color: #4989C1;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #002E61;
	border-color: #002E61;
}
.btn-success {
	background-color: #002E61;
	border-color: #002E61;
}
.btn-success:hover, .btn-success:focus {
	background-color: #4989C1;
	border-color: #4989C1;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
	border-color: #4989C1;
	color: #4989C1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
	color: #fff;
}
.btn-outline-light:hover, .btn-outline-light:focus {
	background-color: #4989C1;
	border-color: #4989C1;
}
.bg-primary {background-color: #4989C1 !important;}

.bg-primary-75 {background-color: rgba(72,136,193,.75);}

.bg-primary-50 {background-color: rgba(72,136,193,.5);}

.bg-success {background-color: #002E61 !important;}

.bg-success-75 {background-color: rgba(0,46,97,.75);}

.bg-success-50 {background-color: rgba(0,46,97,.5);}

.bg-dark {background-color: #1a2730 !important;}

.bg-dark-75 {background-color: rgba(26,39,48,.75);}

.bg-dark-50 {background-color: rgba(26,39,48,.5);}

.bg-cover {
	position: relative;
	background-size: cover;
	background-position: center;
}
.bg-overlay {position: relative;}

.bg-overlay:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.bg-overlay-light:before {background-color: rgba(255,255,255,.7);}

.bg-overlay-dark:before {background-color: rgba(0,0,0,.5);}

.text-primary {text-color: #4989C1 !important;}

.text-success {text-color: #002E61 !important;}

.rotate-h-3 {
	-ms-transform: rotate(3deg); /* IE 9 */
	transform: rotate(3deg);
}
.rotate-h-5 {
	-ms-transform: rotate(5deg); /* IE 9 */
	transform: rotate(5deg);
}
.rotate-ah-3 {
	-ms-transform: rotate(-3deg); /* IE 9 */
	transform: rotate(-3deg);
}
.rotate-ah-5 {
	-ms-transform: rotate(-5deg); /* IE 9 */
	transform: rotate(-5deg);
}
.w-20px {width: 20px !important;}

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

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

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

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

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

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

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

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

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

table {font-family: 'Helvetica', Arial, sans-serif;}

/******* Header ******/
header .brand img {max-height: 40px;}

.header a:not(.btn) {
  color: #333;
  line-height: 40px;
}
.phone {font-size: 165%;}

.header .navbar {margin-top:-65px;}

.header .navbar-light .navbar-toggler {
  border: 0;
  border-color: #fff;
}
.navbar-toggler:focus {box-shadow: none;}

/******* Index ******/
.main-video {
	overflow: hidden;
	width: 100%;
	transition: transform linear;
	background-color: #111;
}
.main-video:before {
	z-index:1;
}
#myVideo {
	min-height:100%;
  min-width:100%;
  background-image: url(https://cdn1.gttwl.net/attachments/c2c2ae98-5bc2-4ada-b090-c3f7f31b3eba.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.video-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	margin-bottom: -50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	z-index:2;
}
.video-caption p {font-weight: 100;}

/******* Content ******/

.card-icon {position: relative;}

.card-icon:hover img {background-color: #4989C1;}

.card-icon .badge {
  position: absolute;
  top: 1em;
}
/******* Sliders ******/
/* 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 ******/

/******* Boostrap Card ******/

.card {height: 100%;}

.card-img-top {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card-img-top:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.card-body {padding: .55rem .8rem .8rem;}

/*** Suppliers ***/
.supplier-item {
	width: 100%;
	position: relative;
	height: 100px;
}
.supplier-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}
/******* 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;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
/******* Post ******/
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: .25em 0 .85em;
}
.post ul, .post ol {margin-top: 1em; margin-bottom: 1.75em;}

.post p, .post>div, .post li, .post-itinerary p, .post-itinerary>div, .post-itinerary li {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.72;
	font-size: 111%;
	letter-spacing: .015rem;
}
.post>div>br {display: none;}

.post img {width: 100%;}

/******* Footer ******/
#footer {
	background-color: #4989C1;
	color: #fff;
	font-size: 95%;
	position: relative;
}
#footer a:not(.btn) {color: rgba(255,255,255,.5);}

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

#footer .border-bottom {border-color: rgba(255,255,255,.3) !important;}

.credits {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: rgba(255,255,255,.5);
}
/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
  .main-video {
    height: 100vh;
    margin-top: -75px;
  }
	.curtain .bg-cover {
	  min-height: 330px;
	}
}
@media (min-width: 577px) and (max-width:767px) {
	
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.curtain .bg-cover {
	  min-height: 630px;
	}
}
@media (max-width:991px) {
	.h1 {font-size:280%;}
	
	.h2 {font-size:220%;}
	
	.h3 {font-size:150%;}
	
	.h4 {font-size:130%;}
	
	.h5 {font-size:90%;}
	
	.h6 {font-size:80%;}
	
	.brand {text-align: center;}
	
	.wrap-content {
	  margin-top: 75px;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.wrap-content {
	  margin-top: 80px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.h1 {font-size:300%;}
	
	.h2 {font-size:240%;}
	
	.h3 {font-size:170%;}
	
	.h4 {font-size:140%;}
	
	.h5 {font-size:100%;}
	
	.h6 {font-size:90%;}
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	.h1 {font-size:310%;}
	
	.h2 {font-size:250%;}
	
	.h3 {font-size:180%;}
	
	.h4 {font-size:150%;}
	
	.h5 {font-size:110%;}
	
	.h6 {font-size:100%;}
}
@media (min-width: 1499px) {
	
}
@media (min-width: 1199px) and (max-width:1498px) {
	
}