body {
	font-family: "Neue Haas Unica", sans-serif;
	padding-bottom: 60px;
}
.body-inner {
	padding-top: 60px;
}
.body-head-search {
	padding-top: 110px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .serif-font {
	font-family: Heldane, serif;
	font-weight: 400;
	font-style: normal;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}

header {
	position: fixed;
	top: -2px;
	left: 0;
	width: 100%;
	z-index: 3;
	transition: all .3s ease-out;
}
.header-container {
	height: 60px;
	border-bottom: 1px solid rgba(255 ,255, 255, 0.3);
}
.header-search {
	border-top: 1px solid #e0e0e0;
}
.header-search-bar {
	height: 50px;
}
.header-search input {
	color: #151515;
}
header a {
	text-decoration: none!important;
	color: #fff!important;
}
.header-logo {
	color: #fff;
}
header.solid {
	background: #fff!important;
	border-bottom: 1px solid #E0E0E0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
header.solid .header-container {
	border-bottom: none;
}
header.solid a {
	color: #151515!important;
}
header.solid .header-logo {
	color: #000;
}
#headermenu {
	position: fixed;
	top: 60px;
	left: 0;
	width: 80%;
	height: 100%;
	margin-left: -80%;
	transition: margin .3s ease-out;
	z-index: 3;
}
#sideopencover {
	position: fixed;
	top: 60px;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}
body.sideopen {
	overflow: hidden;
}
body.sideopen #headermenu {
	margin-left: 0;
}
body.sideopen #sideopencover {
	width: 100%;
}
.header-nav a {
	display: block;
	text-decoration: none!important;
	border-bottom: 1px solid #e0e0e0;
	padding: 1rem;
}
#favnav .badge {
	position: absolute;
	top: .5rem;
	right: -.5rem;
}

#headernavicon {
	display: block;
	width: 36px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#headernavicon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #212529;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#headernavicon span:nth-child(1) {
	top: 3px;
}
#headernavicon span:nth-child(2),#headernavicon span:nth-child(3) {
	top: 12px;
}
#headernavicon span:nth-child(4) {
	top: 21px;
}
body.sideopen #headernavicon span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
body.sideopen #headernavicon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.sideopen #headernavicon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.sideopen #headernavicon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.site-footer {
	font-size: .925rem;
	color: #fff;
	background-color: #111;
	background-image: url('/images/site/worldbg.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.site-footer .text-gray {
	color: rgba(255, 255, 255, .7);
}
.site-footer a {
	text-decoration: none!important;
	color: #fff!important;
}
.site-footer li {
	padding-bottom: .5rem;
}
.top-footer {
	padding: 60px 0 40px 0;
}
.bottom-footer {
	border-top: 1px solid #222;
	padding: 20px 0;
}
#bottombar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
}
#sitemain {
	min-height: 40vh;
}

#searchbox {
	height: 85vh;
}
.hero-bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hero-bg:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.3) 48.44%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.3) 48.44%, rgba(0,0,0,0) 100%);*/
	background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.search-form {
	max-width: 600px;
	box-shadow: 0 0 10px #444;
}
.search-form .form-control, .search-form .btn {
	border-radius: 0;
}
.coin {
	float: left;
	position: relative;
	margin-left: -10px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.coin i {
	font-size: 24px;
	line-height: 32px;
}

.ratio-wide::before {
	display: block;
	padding-top: 56.25%;
	content: "";
}
.hover-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform 300ms linear, -webkit-transform 300ms linear;
}
a:hover>.hover-bg {
	transform: scale(1.017);
}
.hover-bg:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.read-page {
	min-height: 300px;
}
body.open-mediabox {
	overflow: hidden;
}
#mediabox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 4;
}
#mediaboxin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-top: 50px;
	margin-top: 100vh;
	transition: all .3s ease-out;
}
.mediabox-header {
	height: 50px;
}
body.open-mediabox #mediabox {
	display: block;
}
#mediaboxin.opened {
	margin-top: 0;
}

.text-darker {
	color: #151515!important;
}
.text-black {
	color: #000!important;
}
.form-control:focus, .form-select:focus {
    border-color: #606060;
}
.form-check-input[type=checkbox] {
	border-radius: 0;
}
.form-control-lg {
	font-size: 1rem;
	border-radius: 0;
}
.btn-lg {
	font-size: .875rem;
	font-weight: 500;
	border-radius: 0;
}
.btn-primary {
	background-color: #006C75!important;
	border-color: #006C75!important;
}
.btn-primary:active, .btn-primary:hover {
	background-color: #007A84!important;
	border-color: #007A84!important;
}
.btn-outline-primary {
	color: #006C75!important;
	border-color: #006C75!important;
}
.btn-outline-primary:active, .btn-outline-primary:hover {
	color: #fff!important;
	background-color: #006C75!important;
	border-color: #006C75!important;
}
.btn-outline-white {
	color: #151515!important;
	border-color: #ced4da!important;
	transition: border-color 80ms ease;
}
.btn-outline-white:active, .btn-outline-white:hover {
	border-color: #151515!important;
}

.gallerybg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}
.lSSlideOuter .lSPager.lSGallery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.lSSlideOuter .lSPager.lSGallery .active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.blury {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
#imgviewer {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	padding: 0;
	z-index: 10100;
}
.closeviewer {
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 1;
	padding: 0 5px;
	z-index: 19900;
}
.single-slide {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-self: center;
}
.single-slide img {
	max-height: 100%;
}
.single-slide .ratio {
	width: 100%;
	margin: 0 auto;
}
.swiper-pagination-bullet { 
	background-color: #33414E;
	border: 2px solid #33414E;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.play-button:before {
	font-family: bootstrap-icons !important;
	content: "\f4f4";
}

.text-call {
	color: #4CD964;
}
.text-whatsapp {
	color: #20B038;
}
.text-skype {
	color: #28abe3;
}
.text-mail {
	color: #444;
}
.text-messenger {
	color: #0084ff;
}
.text-line {
	color: #00B901;
}
.text-wechat {
	color: #2DC100;
}

@media (min-width: 768px) {
	.header-search-bar {
		border-left: 1px solid #dee2e6;
		border-right: 1px solid #dee2e6;
		padding: 0 .25rem 0 1rem;
	}
	#headermenu {
		width: 50%;
	}
	.ratio-wide::before {
		padding-top: 28.125%;
	}
}
@media (min-width: 992px) {
	header {
		background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	}
	#headernavicon {
		display: none;
	}
	#headermenu {
		position: absolute;
		top: 1px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		width: auto;
		height: 100%;
		margin-left: 0;
		transition: none;
	}
	.header-nav {
		height: 100%;
		padding: 0 .5rem;
	}
	.header-nav a {
		display: inline-flex;
		align-items: center;
		font-weight: 500;
		width: 100%;
		height: 100%;
		border-bottom: 1px solid transparent;
		padding: 0 .5rem;
	}
	.header-nav a:hover {
		border-bottom-color: #fff;
	}
	header.solid .header-nav a:hover {
		border-bottom-color: #151515;
	}
	
	.single-slide .ratio {
		max-width: 920px;
	}
}
@media (min-width: 1200px) {
	
}
@media (max-width: 576px) {
	
}
@media (max-width: 768px) {
	body {
		padding-top: 60px;
	}
	header {
		background-color: #fff;
		border-bottom: 1px solid #E0E0E0;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	}
	header .header-container {
		border-bottom: none;
	}
	header a {
		color: #151515!important;
	}
	#headermenu {
		background-color: #fff;
	}
	.header-logo {
		color: #000!important;
	}
	#searchbox {
		height: 60vh;
		min-height: 350px;
	}
}
