body {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	color: #5a5a5a;
}

.head-navbar {
	background-color: #1c1c1c;
	min-height: 3.5rem;
}
.head-navbar .navbar-brand {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}
.head-navbar .navbar-brand>span {
	font-size: .925rem;
	text-transform: none;
	font-weight: 400;
}
.head-navbar .navbar-brand:focus, .head-navbar .navbar-brand:hover {
	color: #fff;
}
.head-navbar .navbar-nav .nav-link {
	color: rgba(255,255,255,.75);
}
.head-navbar .navbar-nav .nav-link:focus, .head-navbar .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.9);
}
.head-navbar .navbar-nav .active>.nav-link, .head-navbar .navbar-nav .nav-link.active, .head-navbar .navbar-nav .nav-link.show, .head-navbar .navbar-nav .show>.nav-link {
	color: #fff;
}
.head-navbar .navbar-toggler {
	color: rgba(255,255,255,.75);
	border-color: rgba(255,255,255,.3);
}

.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
.carousel-item {
/*	height: 32rem;*/
	background-color: #777;
}
.carousel-item > .img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
/*	height: 32rem;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.carousel-item > .img:after {
	content:"";
	background-color: rgba(17, 25, 61, .5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
}

.marketing {
	margin-top: 3rem;
}
.marketing .col-lg-4 {
/*	margin-bottom: 1.5rem;*/
	text-align: center;
}
.marketing i.main-ico {
	font-size: 5rem;
	color: #82B33E;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
a.color-link {
	color: #82B33E;
}

.footer-divider {
	margin: 3rem 0;
}
footer .copy {
	text-align: right;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

.overtop {
	height: 28px;
}
.ticker {
	font-size: 13px;
	line-height: 28px;
}
.ticker-dark {
	color: rgba(255,255,255,.75);
	background-color: #252525;
}

.playbutton {
	position: relative;
	background-color: transparent!important;
}
.playbutton:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	font-size: 32px;
	line-height: 58px;
	text-decoration: none;
	text-align: center;
	text-indent: 8px;
	color: rgba(255, 255, 255, .5);
	margin: -32px 0 0 -32px;
	border: 5px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
}


.play-thumb {
	position: relative;
}
.play-thumb:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4.25rem;
	color: rgba(255, 255, 255, .8);
	z-index: 1;
}

.loginbox {
	background-color: #F8F9FA;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.loginbox form {
	max-width: 320px;
}
.form-control, .btn {
	border-radius: 0;
}

.btn-primary {
	border-color: #82B33E!important;
	color: #fff;
	background-color: #82B33E!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background-color: #82B33E;
	border-color: #82B33E;
}
.btn-outline-primary {
    color: #82B33E;
    background-color: transparent;
    background-image: none;
    border-color: #82B33E;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
	color: #82B33E;
	background-color: transparent;
	border-color: #82B33E;
}
.btn-info {
	border-color: #29282E;
	color: #fff;
	background-color: #29282E;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
	color: #fff;
	background-color: #82B33E;
	border-color: #82B33E;
}
.btn-xl {
	min-width: 110px;
}
.btn.rounded-pill {
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 50rem;
	box-shadow: 0 .5rem 1rem rgba(130, 179, 62, .75)!important;
}

.fs-1 {
	font-size: 1.1rem;
}
.fs-2 {
	font-size: 1.25rem;
}
.fs-3 {
	font-size: 1.5rem;
}
.fs-4 {
	font-size: 1.75rem;
}
.fs-5 {
	font-size: 2rem;
}
.fs-6 {
	font-size: 2.25rem;
}
.fs-7 {
	font-size: 2.5rem;
}
.fs--1 {
	font-size: .925rem;
}
.fs--2 {
	font-size: .875rem;
}
.fs--3 {
	font-size: .825rem;
}


.btn {
	outline: 0!important;
	box-shadow: none!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
#audioplayer {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #111;
	z-index: 99;
}
#audioplaybutton {
	font-size: 28px;
	min-width: 48px;
	background-color: #111;
}
#audioclosebtn {
	position: absolute;
	bottom: 90%;
	right: 0;
	font-size: 24px;
	background-color: #111;
	border-radius: 3px 3px 0 0;
}

#videoplayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .9);
	z-index: 1999;
}
#videoplayer.opened {
	display: block;
}
#videoplayer .embed-responsive {
	max-width: 100%;
	max-height: 100%;
}


#loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1031;
}
.loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid #f3f3f3;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 40em) {
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
/*		margin-top: 7rem;*/
	}
	.loginbox {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	
	#audioclosebtn {
		bottom: .75rem;
	}
}

@media (max-width: 576px) {
	footer, footer .copy {
		text-align: center;
	}
}

@media (min-width: 992px) {
	#videoplayer {
		padding: 60px 60px;
	}
	#videoplayer .embed-responsive {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (min-width:1200px) {
	#videoplayer {
		padding: 60px 90px;
	}
	#videoplayer .embed-responsive {
		max-width: 70%;
		margin: 0 auto;
	}
}
