@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Kanit', sans-serif !important;
	font-weight: 800;
}

h1.subHeading {
	text-transform: uppercase;
}

h1.subHeading::after {
	content: "";
	width: 50px;
	border-bottom: 5px #ff2b06 solid;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

h1 {text-transform: uppercase;}

h2 {
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}

.mrp-container h2 {margin-bottom: 0 !important;}
.mrp-container h2::before {
	border: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mrp-heading h5 {
	font-size: 21px;
	line-height: 24px;
}

a {
	color: #2b6cb0;
	transition: color .15s ease-in-out;
}

a.more,
h3 a {
	color: #2b6cb0;
}
a:hover,
a.more:hover,
h3 a:hover{
	color: #2261a2;
}

.elementWrap li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}


/* Layout */
#headerWrap {}

#logo {
	width: 250px;
	height: 116px;
	margin: 25px 0;
}

@media (max-width: 991px) {
	#logo {
		width: 150px;
		height: auto;
		margin: 10px 0;
	}
}

#mainBox {
	padding-bottom: 40px;	
}

body:not(#homeBody) #mainBox {
	padding-top: 40px;	
}



#mainTop {
	/*background-color: #000;*/
}

#mainBottom {
	/*background: #;*/
	padding: 60px 0;
}

#mainBottom h2 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 45px;
	text-align: center;
}

@media (max-width: 575px) {
	#mainBottom h2 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 35px;
	}
}

.elementHeading {margin-top: 40px;}
.elementHeading span,
.elementWrap {margin-left: 0;}

.elementWrap .quickGalWrap_right {margin: 0 0 20px 20px;}
.elementWrap .quickGalWrap_left {margin: 0 20px 20px 0;}

.elementWrap img {
	border: none;
	min-width: 100%;
}

#contactBody .cardPicWrap {
	float: left;
	margin-right: 15px;
}


/* Layout - Nav */
.mrpNav {
	background: #2b6cb0;
}

.mrpNav a {
	font-family: 'Kanit', sans-serif !important;
	/*color: #FFFFFF;*/
	font-weight: 700;
	font-size: 18px;
	outline: none;
	text-transform: uppercase;
	text-align: left;
}

@media (min-width: 992px) {
	.mrpNav a {
		/*text-align: center;*/
	}
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		/*border-left: 1px solid #000000;
		transition: border-color .15s ease-in-out;*/
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-nav li:last-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-nav .nav-link {
		background: #;
		transition: background .15s ease-in-out;
		padding: 20px 15px;
		text-align: center;
	}

}

#homeBody #mrpNav .homeNav a.nav-link, 
#aboutBody #mrpNav .aboutNav a.nav-link, 
.newsBody #mrpNav .newsNav a.nav-link, 
#contactBody #mrpNav .contactNav a.nav-link,
#galleryBody #mrpNav .galleryNav a.nav-link,
#servicesBody #mrpNav .servicesNav a.nav-link,
#testiBody #mrpNav .testimonialsNav a.nav-link,
.videoBody #mrpNav .videosNav a.nav-link,
#faqBody #mrpNav .faqNav a.nav-link,
#shopBody #mrpNav .shopNav a.nav-link,
#productDetailBody #mrpNav .shopNav a.nav-link,
#prBody .navbarServices > a,
#socialBody .navbarServices > a
{
	background: #2261a2 !important;
	color: #FFFFFF;
}

#prBody a.prNav,
#socialBody a.socialNav {
	background-color: #e2e2e2;
}

#mrpNav a.nav-link:hover {
	background: #2261a2;
	color: #FFFFFF;
}


.mrpNav > ul > li a {
	color: #FFFFFF;
	transition: color .15s ease-in-out;
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #FFFFFF;
}

.dropdown-item.active, 
.dropdown-item:active {
	background-color: #E0E0E0;
}

.mrpNav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

@media (max-width: 992px) {
	.mrpNav .dropdown-menu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.mrpNav .dropdown-menu {
		border-radius: 0 0 4px 4px;
		border-top: none;
		margin-top: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
}

.mrpNav .dropdown-menu a {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* COLORS - Headlines and Featured News */
.featureText,
.featureText a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}
.featureText a:hover {color: #EBEBEB;}
.featureText {/*background: rgba(0,0,0,0.8);*/}
.headlineText,
.headlineText a {
	color: #fff;
}
.headlineText a:hover {color: #EBEBEB;}
.headlineText {background: rgba(0,0,0,0.8);}


/* Layout - Featured News */
.featureFeed {
	position: relative;
	background-color: #000;
}

.featureFeedSub {
	position: relative;
}

.featureFeedContent {
	position: absolute;
	width: 100%;
	margin: 0;
}

.featurePicWrap {
	top: 0;
	left: 0;
}

.featurePicWrap img {
	display: block;
	width: 100%;
	
	opacity: 40%;
	/*filter: grayscale();*/
}

.featureText {
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 60%;
	height: 35%;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.featureText {
		width: 75%;
	}
}

@media (max-width: 575px) {
	.featureText {
		left: 15px;
		width: 90%;
		height: 75%;
	}
}

.featureText .headSpec,
.featureText .mdWrap {
	font-weight: normal;
	float: left;
	display: inline-block;
}

@media (max-width: 576px) {
	.featureText .pdesc {
		display: none;
	}
}

.featureText .headSpec {
	padding-right: 3px;
}

.featureTextSub {
	position: relative;
	z-index: 20;
}

.featureThumbsWrap {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 50px;
}

@media (max-width: 575px) {
	.featureThumbsWrap {
		left: 15px;
		bottom: 15px;
	}
}

.featureThumb {
	position: relative;
	float: left;
	margin: 2px;
	width: 25px;
	height: 10px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 5px;
	background: rgba(255,255,255,0);
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.featureThumb.active,
.featureThumb:hover {
	background: rgba(255,255,255,.8);
}

.featureText h3 {
	font-size: 25px;
	line-height: 22px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.featureText h3 {
		font-size: 45px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	.featureText h3 {
		font-size: 35px;
		line-height: 30px;
	}
}

@media (min-width: 1200px) {
	.featureText h3 {
		font-size: 45px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.featureText h3 {
	}
}



/* Footer */
#footerWrapper {
	background-color: #fff;
	padding: 20px 0;
	margin-top: 0;
}




/* Layout - Content Top */
body:not(#homeBody) #contentTop,
body:not(#homeBody) #mainBottom {
	display: none;	
}

#contentTop {
	margin-top: 50px;
}

#contentTop .card {
	border-radius: 0;
}


.bg-primary {
	background-color: #000000 !important;
}



/* Layout - News Homepage */
#homeBody .newsFeed h2 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 45px;
	text-align: center;
}

@media (max-width: 575px) {
	#homeBody .newsFeed h2 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 35px;
	}
}

#homeBody .newsFeedSub .mdWrap {
	display: none;
}

#homeBody .newsText {
	display: flex; 
	flex-direction: column;
}

#homeBody .newsText a {
	color: #000;
}

#homeBody .newsHead,
#homeBody .headSpec {
}

#homeBody .newsHead {
	order: 2;
}

#homeBody .headSpec {
	order: 1;
	margin-bottom: 8px;
}




/* THIS WEBSITE ONLY */
.pageMenu {display: none;}

#headerWrap .singleAd img {
	max-width: 100%!important;
}

#headerWrap .fal {color: #ED1F3F;}

.mrp_singleVideoWrap {margin: 15px auto;}
hr {border-top: 1px solid rgba(0,0,0,.2);}


@media (max-width: 575px) {
	.elementWrap .quickGalWrap_right {
		margin: 0 0 20px 0;
	}
}
