html {
	overflow-x: hidden;
}
@font-face {
	font-family: 'Flame Bold';
	font-style: normal;
	font-weight: normal !important;
	letter-spacing: normal !important;
	src: url('FlameBold.otf') format("opentype");
}
.bk_text {
	font-family: 'Flame Bold';
	font-size: 56px;
	color: rgb(80, 35, 20);
}
a {
	text-decoration: none;
	color: inherit;
}
.btn-primary-custom, 
.btn-primary-custom:hover, 
.btn-primary-custom:active, 
.btn-primary-custom:visited {
	background-color: #05386f;
	border-color: #05386f;
	color: #FFF;
}
.text-primary-custom {
	color: #05386f;
}
.m-auto {
	margin: 0 auto;
}
.fs-10 {
	font-size: 10px;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-36 {
	font-size: 36px;
}
.fs-42 {
	font-size: 42px;
}
.fs-28 {
	font-size: 28px;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.carousel-control-next {
	justify-content: end;
} 
.carousel-control-prev {
	justify-content: start;
}
.long-text {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-darkgray {
	color: #878787;
}
.bg-darkgray {
	background-color: #878787 !important;
}
.bg-lightgray {
	background-color: lightgray !important;
}
.bg-lightgreen {
	background-color: lightgreen !important;
}
.text-blue {
	color: #258fff;
}
.text-red {
	color: #ff3232;
}
.header-shape {
	left: 0;
	bottom: 0;
	right: 0;
}
.main-color-bar {
	width: 100%;
	height: 300px;
	background-color: #05386f;
}
.bg-light-main-color {
	background-color: #cdd7e2 !important;
}
.inner-section-title {
	padding: 20px 0px;
	margin-left: -40px;
}
.inner-section-title h1,
.inner-section-title h2, 
.inner-section-title span {
	padding: 20px;
	color: #05386f;
	display: inline;
	font-size: 34px;
	font-weight: bold;
}
.slides a {
	text-decoration: none;
	color: #000;
	background-color: #EBEBEB;
	border-radius: 20px;
	padding: 20px;
	display: inline-block;
	text-align: center;
	width: 140px;
}
a.category:hover {
	color: #FFF;
	background-color: blue;
}
a.category i, a.category svg {
	font-size: 22px;
}
.margin-0 {
	margin: 0 auto;
}
.main-articles-grid {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.main-articles-grid div.news-card {
	overflow: hidden;
	position: relative;
	width: 33vw;
	float: left;
	margin-right: 20px;
}
.main-articles-grid div.news-card-thumbnail {
	height: 270px;
	overflow: hidden;
}
.main-articles-grid div.news-card img {
	margin: auto;
}
.main-articles-grid div.news-card .news-card-title {
	bottom: 0px;
	height: 92px;
	padding: 10px;
	background-color: #FFF;
	font-size: 24px;
	max-width: 50wv;
	display: flex;
	align-items: flex-end;
}
.main-events .events-slider,
.news-slider {
	overflow-x: auto !important;
}
.main-events .slider::-webkit-scrollbar,
.main-events .events-slider::-webkit-scrollbar,
.news-slider::-webkit-scrollbar {
	
}
.main-routes-grid {
	width: 100%;
	overflow: hidden;
}
.main-routes-grid div.route-card {
	overflow: hidden;
	position: relative;
	width: 420px;
	float: left;
	margin-right: 20px;
}
.main-routes-grid div.route-card-thumbnail {
	height: 150px;
	overflow: hidden;
}
.main-routes-grid div.route-card img {
	margin: auto;
}
.main-routes-grid div.route-card .route-card-title {
	background-color: #FFF;
	font-size: 24px;
	text-align: center;
}
.main-events .event-card {
	float: left;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 20px 10px;
	width: 340px;
	height: 510px;
	position: relative;
	vertical-align: top;
}
.main-events .event-image {
	position: relative;
}
.main-events .event-card img {
	max-height: 400px;
	width: auto;
}
.main-events .event-card .event-date {
	position: absolute;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	right: -10px;
	top: -10px;
	z-index: 1;
}
.main-events .event-card .event-free {
	position: absolute;
	left: -10px;
	bottom: 0px;
	background-color: limegreen;
	color: #FFF;
	padding: 2px 10px;
}
.main-events .event-card .event-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
tr td {
	background-color: inherit !important;
}
footer {
	color: #FFF;
	background-color: #000;
	background-image: url('../img/site/bg.png');
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer .partners {
	border-top: 3px solid #EBEBEB;
	border-bottom: 3px solid #EBEBEB;
	padding: 20px 0px;
}
footer .partners img {
	max-width: 180px;
}
div.clear {
	clear: both;
}
.header-image {
	overflow: hidden;
	height: 65vh;
	width: 100%;
	position: relative;
}
.header-image .welcome-video {
	top: -25%;
}
.header-image img {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 100%;
}
.category-card {
	width: 248px;
	height: 440px;
	max-width: 248px;
	max-height: 440px;
	position: relative;
	background-size: cover;
	overflow: hidden;
	float: left;
}
.influencers-grid div.influencer-card {
	width: 248px;
	height: 440px;
	max-width: 248px;
	max-height: 440px;
	position: relative;
	box-shadow: 0px 0px 10px 0px #000;
	background-size: cover;
	overflow: hidden;
	float: left;
}
.influencers-grid div div.influencer-name {
	position: absolute;
	bottom: 10px;
	z-index: 10;
}
.influencer-profile {
	background-color: #FFF;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	border-radius: 50%;
	padding: 0px;
}
.influencer-overlay {
	left: 0;
	bottom: 0;
	right: 0;
	height: 90px;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.4990371148459384) 50%, rgba(0,0,0,0) 100%);
}
.pride {
	background: linear-gradient(180deg, #FE0000 16.66%,
		#FD8C00 16.66%, 33.32%,
		#FFE500 33.32%, 49.98%,
		#119F0B 49.98%, 66.64%,
		#0644B3 66.64%, 83.3%,
		#C22EDC 83.3%);
}
div#mh_carousel {
	height: 425px;
}
.w-md-50 {
	width: 50%;
}
.overlay-fullsite {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 10;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
#reels-projector {
	display: none;
	background-color: transparent;
	position: fixed;
	z-index: 9999;
	width: 540px;
	height: 100vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.promotion_box {
	border-radius: 20px;
	border: 3px solid #000;
	overflow: hidden;

	width: 248px;
	height: 395px;
	max-width: 248px;
	max-height: 440px;

	position: relative;

	background-size: cover;
	overflow: hidden;
	float: left;
}
.coupons_banner {
	border-left: 2px solid #f69135;
}
.promotions-button {
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #000;
}
.promotion-description-truncate {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
div#main_carousel .carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
div#main_carousel .carousel-caption h3 {
	text-shadow: 0x 0px 10px #000;
}
.carousel-caption h3,
.carousel-caption p  {
	z-index: 9999;
	position: relative;
}
.carousel-caption p,
.carousel-caption span  {
	color: #FFF;
	width: 80%;
	margin: 0 auto;
	font-size: 18px !important;
}
div#main_carousel .carousel-caption h3 {
	font-size: 36px !important;
}
div#main_carousel .carousel-caption a {
	font-size: 18px !important;
}
.main-carousel-overlay,
.category-card-overlay {
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
	left: 0px;
	bottom: 0px;
	position: absolute;
	height: 100vh !important;
	width: 100%;
}
.category-card-overlay {
	height: 100% !important;
}
.category-card-name {
	color: #FFF;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	z-index: 9;
	font-size: 24px;
	left: 10px;
}
.category-card a {
	position: absolute;
	z-index: 9999;
}
.category-card:hover * {
	cursor: pointer;
	color: #cdd7e2;

}
@media only screen and (max-width: 600px) {
	body {
	    margin-left: 0 !important;
	    overflow-x: hidden;
	}
	.container {
		/*padding-left: 0px !important;
		padding-right: 0px !important;*/
	}
	.header-shape {
		left: 0;
		bottom: 0;
		right: 0;
	}
	.header-image {
		overflow: hidden;
		height: 80vh;
		width: 100%;
		position: relative;
	}
	.header-image .welcome-video {
		top: -5%;
	}
	.slides a {
		text-decoration: none;
		color: #000;
		background-color: #EBEBEB;
		border-radius: 20px;
		padding: 10px;
		display: inline-block;
		text-align: center;
		font-size: 13px;
		width: 90px;
		margin-bottom: 10px;
	}
	.inner-section-title {
		padding: 20px 0px;
		margin-left: 0px;
		margin-bottom: 0px !important;
	}
	.inner-section-title h1,
	.inner-section-title h2,
	.inner-section-title span {
		display: block;
		font-size: 36px;
		text-align: center;
	}
	.main-articles-grid {
		width: 100%;
		overflow: hidden;
		height: 450px;
	}
	.main-articles-grid div.news-card {
		overflow: hidden;
		position: relative;
		width: 75vw;
		float: left;
		margin-right: 20px;
	}
	.main-articles-grid div.news-card .news-card-thumbnail {
		max-height: 190px;
		overflow: hidden;
	}
	.main-articles-grid div.news-card .news-card-title {
		padding: 5px;
		background-color: #FFF;
		font-size: 20px;
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: flex-end;
	}
	.main-articles-grid div.news-card .news-card-description {
		padding: 0px 20px;
	}
	.w-70 {
		width: 80%;
	}
	div#mh_carousel {
		height: 100vh !important;
	}
	div#main_carousel {
		height: 80vh !important;
	}
	div#main_carousel .carousel-caption {
		top: 45%;
		transform: translateY(-50%);
		z-index: 9999;
	}
	.carousel-overlay {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.4710259104) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.8) 100%);
		left: 0px;
		bottom: 0px;
		height: 40vh !important;
	}
	.carousel-caption {
		z-index: 9999;
		right: 0px;
		left: 0px;
	}
	.carousel-caption h4 {
	    text-shadow: 0px 0px 10px black;
	}
	div#main_carousel .carousel-caption h3 {
		font-size: 24px !important;
	}
	.carousel-caption h3 {
		font-weight: bold;
	}
	.carousel-caption p,
	.carousel-caption span  {
		color: #FFF;
		width: 80%;
		margin: 0 auto;
	}
	div#main_carousel .carousel-caption p,
	div#main_carousel .carousel-caption span {
		font-size: 16px !important;
	}
	.caption-overlay {
		position: absolute;
		display: none !important;
	}
	.carousel-indicators {
		z-index: 9999;
	}
	.main-carousel-overlay {
		background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
		left: 0px;
		bottom: 0px;
		position: absolute;
		height: 100vh !important;
		width: 100%;
	}
	.w-xs-70 {
		width: 70% !important;
	}
	.w-xs-80 {
		width: 80% !important;
	}
	.margin-xs-0 {
		margin: 0 auto !important;
		margin-top: 10px !important;
	}
	.bg_bk {
		background: rgb(240,225,204);
	}
	.influencers-slider, 
	.promotions-slider,
	.category-slider {
		overflow-x: scroll !important;
	}
	#reels-projector {
		display: none;
		background-color: transparent;
		position: fixed;
		z-index: 9999;
		width: 360px;
		height: 80vh;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}