#cookie-message {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: rgba(255,255,255,0.8);
	width: 420px;
	max-width: calc( 100% - 70px );
	padding: 15px;
	z-index: 999;
	border-radius: 6px;
	box-shadow: 0 0 10px #e3e3e3;
	display:none;
}
#cookie-message p {
	margin: 0;
	padding: 10px 0 5px 0;
}
#cookie-message h4 {
	margin: 0;
	padding: 0;
}
#cookie-message a {
	display: block;
}
#cookie-message span {
	position: absolute;
	top: 14px;
	right: 20px;
	cursor: pointer;
}
#cookie-message span:hover {
	color: #ccc;
}
BODY {
	background-color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	line-height:24px;
}
.bg-orange {
	background-color: #ff9501;
}
.bg-darkblue {
	background-color: #0e1039;
	color: #fff;
}
.bg-slategrey {
	background-color: #333333;
	color: #fff;
}
.bg-yellow {
	background-color: #bc8d2d;
	color:#fff;
}
.bg-yellow span, .bg-yellow h3 {
	color: #fff!important;
}
.bg-darkblue h1 {
	color: #bc8d2d;
	font-weight: 900;
	letter-spacing: 0;
	font-size: 43px;
}
.page-heading p {
	font-size: 21px;
	color: #999999;
}
.products {
	font-size: 21px;
	list-style-type: none;
	padding: 0;
}
.products li {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.products li::before {
	content: "•";
	color: #bc8d2d;
	margin-right: 10px;}
.ml-10 {
	margin-left: 10rem;
}
.navbar-brand img {
	height: 90px;
	margin-top: 20px;
}
.navbar-nav {
	color: #fff!important;
}
.nav-link {
	color: #fff!important;
	font-weight: 900;
	font-size: 18px;
	text-decoration: none;
}
.img-header {
	background-image: url(img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
.as-img {
	height: 300px;
	float: right;
	padding: 0;
}
.page-header h1, .page-header .subtitle, .page-header .scroll, .page-header .btn-pos {
	display: none!important;
}
#header {
	padding-bottom: 30px;
}
#header h1 {
	display: block;
	color: #bc8d2d;
	margin-top: 100px;
	font-weight: 900;
}
#header span {
	display: block;
	color: #999999;
	font-size: 21px;
}
#header .scroll {
	background: url(img/ico-scroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 26px;
	height: 25px;
	display: block;
	margin: 0 auto;
	margin-top:120px;
}
.btn-pos {
	margin-top: 20px;
}
.btn {
	font-weight: 600;
	border-radius: 20px;
	text-decoration: none!important;
}
.as-btn-primary {
	background-color: #bc8d2d;
	color: #fff;
}
.as-btn-primary:hover {
	background-color: #f8a806;
	color: #eee;
}
.as-btn-secondary {
	border-color: #0e1039;
	color: #0e1039;
}
.cl-darkblue {
	color: #0e1039;
}
.cl-darkblue:hover {
	color: #1d2272;
}
.cl-white {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #bc8d2d!important;
}
h1, .block-white h2 {
	font-weight: 900;
	letter-spacing: 2px;
	color: #0e1039;
	font-size: 1.8rem;
}
a {
	color: #bc8d2d;
	font-weight: 700;
	text-decoration: underline;
}
p {
	font-size: 21px;
	color: #0e1039;
}
a:hover {
	color: #d9a82e;
}
.block-white p {
	letter-spacing: 1px;
	line-height: 35px;
	font-weight: 400;
	max-width: 80%;
	margin: 0 auto;
}
.block-1 {
	background-image: url("img/blocks/block-1.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.block-2 {
	background-image: url("img/blocks/block-2.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.block-3 {
	background-image: url("img/blocks/block-3.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 200px 0;
	background-repeat: no-repeat;
	min-height: 525px;
}
.block-dark h2, .block-light h2 {
	color: #bc8d2d;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 20px;
}
.block-dark ul {
	list-style-type: none;
	color: #fff;
	padding-left: 0;
	font-size: 26px;
}
.block-dark ul li {
	padding-bottom: 20px;
}
.action-block p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}
.action-block h3 {
	font-weight: 900;
	font-size: 23px;
}
.action-block {
	text-decoration: none!important;
	display: block;
}
.bg-slategrey span, .bg-darkblue span {
	color: #bc8d2d;
}
.form-control {
	border-radius: 20px;
}
.input-group-btn {
	z-index: 20;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.as-btn-default {
	margin-left: -80px;
	border: 1px solid #fff;
}
.eyecatchers {
	background-color: #ebebeb;
}
.eyecatchers h4 {
	font-size: 21px;
	font-weight: 900;
	margin-bottom: 0;
}
.eyecatchers span {
	font-size: 16px;
}
section.footer {
	background: #333333;
	color: #fff;
}
.footer h5 {
	color: #bc8d2d;
	font-size: 23px;
	font-weight: 900;
}
.footer span {
	display: block;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.copyrights {
	border-top: 1px solid;
}
.treatment-block h2, .treatment-block span {
	display: inline-block;
}
.treatment-block {
	padding: 20px 0;
}
.treatment-block h2 {
	font-size: 28px;
	font-weight: 700;
	color: #bc8d2d;
	max-width: 70%;
}
.treatment-block span {
	font-size: 20px;
	float: right;
	font-weight: 900;
	color: #333333;
}
.treatment-block p {
	font-size: 21px;
	max-width: 80%;
	font-weight: 700;
}
.as-sm {
	padding: 0!important;
}
.as-sm h2 {
	font-size: 20px;
}
.as-sm span {
	font-size: 18px;
}
.as-sm p {
	font-size: 14px;
}
.navbar-toggler-icon{
	display: block!important;
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
.dropdown-menu {
	background-color: rgba(255,255,255,.85)!important;
	border: none!important;
}
.dropdown-item {
	color: #0e1039!important;
	padding: 10px 20px!important;
	font-weight: 700!important;
	text-decoration: none!important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #bc8d2d!important;
	background-color: rgba(255,255,255,.9);
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #bc8d2d!important;
	background-color: rgba(255,255,255,.01);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1.75rem;
}
@media screen and (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1.25rem;
	}
}
@media screen and (max-width: 1024px) {
	.img-header {
		background-position: 400px 200px;
	}
}
@media screen and (max-width: 968px) {
	.price {
		float: unset!important;
	}
}
@media screen and (max-width: 768px) {
	#header h1 {
		word-break: break-word;
		letter-spacing: 0px;
		font-size: 2rem;
	}
	.ml-10 {
		margin-left: 8%;
	}
	.navbar-brand img {
		height: 60px;
	}
	.block-1, .block-2 {
		min-height: 325px;
	}
	.bg-darkblue h1 {
		font-size: 32px;
	}
	.navbar-dark {
		position: fixed;
		z-index: 999;
		background-color: #0e1039;
		width: 100%;
		margin: 0;
		left:0;
	}
	#header .navbar-brand img {
		height: 40px;
		margin: 0;
	}
	#header .scroll {
		margin-top: 300px;
	}
	.img-header {
		background-position: 200px bottom;
	}
	.treatment-block span {
		display: block;
		font-size: 25px;
	}
	.treatment-block h2 {
		width: 100%;
		font-size: 23px;
	}
	.treatment-block p {
		font-size: 13px;
		width: 100%;
	}
	.treatment-block {
		padding: 10px 0;
	}
}
@media screen and (max-width: 426px) {
	.bg-darkblue h1 {
		font-size: 22px;
	}
	.page-heading p {
		font-size: 17px;
	}
}
