BODY
{
	/*font-family: 'Proxima Nova', Georgia, sans-serif;*/
	font-family: 'Proxima Nova Rg';
	letter-spacing: 0.04em;
}
A
{
	color: #4D4D4D;
}
.btn-dark
{
	color: #FFF;
	background-color: #202020;
	border-color: #202020;
}
.mb-6, .my-6
{
	margin-bottom: 4rem !important;
}
.mb-7, .my-7
{
	margin-bottom: 6rem !important;
}
H1, H2, H3, H4, H5, .reason
{
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.uppercase
{
	text-transform: uppercase;
}
.copyright
{
	letter-spacing: 2.2px;
	font-weight: 100;
}
.image
{
	position: relative;
}
.reason
{
	position: absolute;
	bottom: 0;
}
.reason-right
{
	left: -30px;
}
.reason-left
{
	right: -30px;
}
.verticaltext
{
	writing-mode: tb-rl;
	transform: rotate(180deg);
}
.verticaltext-left
{
	writing-mode: vertical-rl;
	transform: rotate(0deg);
}
#header
{
	z-index: 555;
	position: relative;
	padding-top: 34px;
	padding-bottom: 26px;
}
.carousel
{
	z-index: 100;
}
.main
{
	background-color: white;
}
.black-and-white
{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.relative
{
	position: relative;
}
.bg-black
{
	background-color: #202020 !important;
	color: #FFFFFF;
	padding: 40px 0;
}
.bg-white
{
	background-color: #FFFFFF !important;
}
.no-padding
{
	padding: 0;
}
FOOTER
{
	background-color: #FFFFFF;
}
FOOTER H5
{
	font-size: 1rem;
	font-weight: bold;
}
.social IMG
{
	width: 26px;
	margin: 0 5px;
}
.video-fullscreen
{
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFFFFF;
	mix-blend-mode: difference;
	cursor: pointer;
	opacity: 0.6;
	display: none;
}
.video-fullscreen:hover
{
	opacity: 1;
}
.video-container
{
	position: relative;
}
/*Over Style*/
.card-header, #accordion .card
{
	border: none !important;
}
.card-header
{
	background-color: transparent !important;
}
#accordion BUTTON
{
	color: #000000;
	font-size: 1.1rem !important;
}
.modal-fullscreen-menu .close
{
	color: black;
	opacity: 1;
	padding: 25px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 5vh;
}
.modal-fullscreen-menu .close:hover
{
}
.modal-fullscreen-menu .modal-dialog
{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	display: flex;
	height: 100%;
	align-items: center;
	z-index: 9999;
	pointer-events: auto;
}
.modal-fullscreen-menu .modal-content
{
	background-color: transparent;
	box-shadow: none;
	border: none;
}
.modal-fullscreen-menu .list-group
{
	margin: 0 auto;
}
.modal-fullscreen-menu .list-group A
{
	font-weight: 200;
	border: none;
	background-color: transparent;
	color: black;
	padding: 5vh 0;
	height: 3.5vh;
	font-size: 4vh;
	line-height: 0;
}
.modal-fullscreen-menu .list-group A:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
}
.modal-fullscreen-menu .list-group A:hover
{
	color: black !important;
}
.modal-fullscreen-menu .list-group A:hover:before
{
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
/*.modal-backdrop.show
{
	opacity: 1;
}*/
/*.modal-backdrop
{
	background-color: #FFF;
}*/
/*Modal LEFT OR RIGHT*/
.modal.left .modal-dialog
{
	position: fixed;
	margin: auto;
	width: 380px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	background-color: #FFFFFF;
}
.modal.left .modal-content
{
	height: 100%;
	overflow-y: auto;
}
.modal.left.fade .modal-dialog
{
	left: -380px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog
{
	left: 0;
}
/*LOADER*/
.loadind
{
	background-color: rgba(255, 255, 255, 0.903);
	position: fixed;
	width: 100vw;
	backdrop-filter: blur(2px);
	height: 100vh;
	top: 0;
	z-index: 999;
}
@media (max-width: 361px)
{
	#header .logo IMG
	{
		width: 50vw;
	}
	.video-fullscreen IMG
	{
		width: 28px;
	}
	.video-fullscreen
	{
		position: absolute;
		bottom: 20px;
		left: 15px;
		color: #FFFFFF;
		mix-blend-mode: difference;
		cursor: pointer;
		opacity: 0.6;
		display: block;
	}
}
