body {
    background-color:#031d2e;
    font-family: 'Belleza', sans-serif;
}

iframe {
    max-width:100%;
}

img {
	max-width:100%;
	height:auto!important;
}

h1 a {
	text-decoration: none;
	color:#fff4ab;
	transition: all 0.4s;
}

h1 a:hover {
	text-decoration: none;
	color:#f59a33;
}

.headericon {
	transition: all 0.4s
}

.headericon:hover {
	transform: scale(1.2);
}

.mainwrapper {
    border-right:3px solid #f59a33; 
    border-left:3px solid #f59a33; 
    max-width:1200px; 
    margin:auto; 
    background-image:url('/images/quickglow_bg.svg'); 
    background-repeat:repeat-x;
    background-color:#000; 
    min-height:100vh;
}

.topmenu {
	padding-right:30px;
}

.mainwrapper .container {
	width:100%;
	max-width: none;
	}

.mainwrapper section {
	padding: 0 30px 30px 30px;

}	

@media only screen and (max-width: 767px) {
	#logo {
		width:60%;
		vertical-align: bottom;
	}

	.downunder {
		width:35%;
	}
}

.toolmenu {
	background-image:url('/images/toolmenu_bg.png');
	background-repeat: repeat-x;
	background-position-y: 50%;
	margin-right:15px;
	margin-left:22px;
	transform: translateY(-35px);
	pointer-events: none;

}

.toolmenu a {
	margin: 10px -15px 10px 20px;
	border-radius:50%;
	display: inline-block;
	width: 40px;
	height:40px;
	background-color:#4f141b;
	border:3px solid #f59a33; 
	text-align: center;
	vertical-align: middle;
	color:#fff;
	transition: all 0.4s;
	  pointer-events: auto;

}

.toolmenu a:hover {
	background-color: #fff;
	color: #031d2e;
}

.toolmenu svg {
	fill:#fff;
	transition: all 0.4s;
}

.toolmenu a:hover svg path, .toolmenu svg:hover {
	fill: #031d2e!important;
}

.contentbox, .carousel img {
    border-radius:10px;
}

.contentbox p {
	font-size:22px;
	line-height:1.4;
}

.contentbox h1 {
	text-decoration: none;
	font-size:62px;
	text-transform:uppercase;
	line-height:1;
	padding:20px 0;
	border-top: 1px solid #f59a33;
	border-bottom: 1px solid #f59a33;
	margin-bottom:70px;

}

.contentbox h1.s48 {
	font-size:48px;
}
.contentbox h1.s36 {
	font-size:36px;
}


.contentbox.headerbox h1 {
	padding: 0 0;
	border-top: none;
	border-bottom: none;
	margin-bottom:0px;
}




.contentbox.bluebox h1, .contentbox.greenbox h1, .contentbox.greybox h1 {
	text-shadow: 2px 2px 3px #000;
}

.contentbox.bluebox {
	background: rgba(49,54,68,1);
	background: -moz-linear-gradient(top, rgba(49,54,68,1) 0%, rgba(49,54,68,1) 29%, rgba(20,27,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,54,68,1)), color-stop(29%, rgba(49,54,68,1)), color-stop(100%, rgba(20,27,36,1)));
	background: -webkit-linear-gradient(top, rgba(49,54,68,1) 0%, rgba(49,54,68,1) 29%, rgba(20,27,36,1) 100%);
	background: -o-linear-gradient(top, rgba(49,54,68,1) 0%, rgba(49,54,68,1) 29%, rgba(20,27,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(49,54,68,1) 0%, rgba(49,54,68,1) 29%, rgba(20,27,36,1) 100%);
	background: linear-gradient(to bottom, rgba(49,54,68,1) 0%, rgba(49,54,68,1) 29%, rgba(20,27,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313644', endColorstr='#141b24', GradientType=0 );

}

.contentbox.greenbox {
background: rgba(38,56,47,1);
background: -moz-linear-gradient(top, rgba(38,56,47,1) 0%, rgba(10,15,12,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38,56,47,1)), color-stop(100%, rgba(10,15,12,1)));
background: -webkit-linear-gradient(top, rgba(38,56,47,1) 0%, rgba(10,15,12,1) 100%);
background: -o-linear-gradient(top, rgba(38,56,47,1) 0%, rgba(10,15,12,1) 100%);
background: -ms-linear-gradient(top, rgba(38,56,47,1) 0%, rgba(10,15,12,1) 100%);
background: linear-gradient(to bottom, rgba(38,56,47,1) 0%, rgba(10,15,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26382f', endColorstr='#0a0f0c', GradientType=0 );
}

.contentbox.greybox {
background: rgba(68,68,68,1);
background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,68,68,1)), color-stop(100%, rgba(17,17,17,1)));
background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%);
background: -o-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%);
background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%);
background: linear-gradient(to bottom, rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#111111', GradientType=0 );
}

.contentbox.bluebox, .contentbox.greenbox, .contentbox.greybox {
	color:#fff4ab;
	padding:70px 30px 30px 30px;
	}
	
.contentbox.headerbox {
	padding:30px;
}

.carousel-control-next, .carousel-control-prev {
	width:7%;
}

@media only screen and (max-width: 767px) { 
	.contentbox h1 {
		font-size:28px;
		margin-bottom:30px;
	}	
	
	.contentbox p {
	font-size:16px;
	line-height:1.4;
	}
	
.contentbox.bluebox, .contentbox.greenbox, .contentbox.greybox {
	padding:30px;
	}
}

/*  Navbar */

.navbar.navbar-dark .nav-item.active a.nav-link {
	color:#f59a33; 
}

.navbar.navbar-dark a.nav-link {
	color:#fff;
	text-transform: uppercase;
}

	.downunderdesktop {
	margin-top:10px;
	margin-bottom:-10px;
	}
	
@media only screen and (min-width: 768px) {
		.downunderdesktop {
		max-width:70px;
	}	

@media only screen and (min-width: 992px) {
		.downunderdesktop {
		max-width:120px;
	}
	
	.navbar {
		padding-left:0px;
	}
	
	.navbar a.nav-link {
		font-size:14px;
	}
}

@media only screen and (min-width: 1200px) {
	.downunderdesktop {
		max-width:150px;
	}

	.navbar a.nav-link {
		font-size:18px;
	}
}


#cookiewrapper {
	display:none;
}

.cookie-container {
		background: #fff;
		position: fixed;
	bottom:0px; 
	left:0px;
	z-index:9999;
	width:100%;
		font-family: 'Open Sans', sans-serif;
		opacity: 1;
		overflow: hidden;
		transition: all .3s ease;
}

.cookie-container a {
		text-decoration: none;
		color: #555;
		transition: color .2s ease, background .2s ease, width .6s ease;
}

.cookie-container p {
		margin: 0;
		padding: 13px 75px;
		transition: all .2s ease;
}

.cookie-container.ex-1 {
		text-align: center;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0 15px #000;
}

.cookie-container .fa {
		position: relative;
		background: #f9f9f9;
		color: #555;
		padding: 1em 3em 1em 2em;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 2%;
}

.cookie-container .fa:after {
		content: attr(alt);
		position: absolute;
		font-family: 'Open Sans', sans-serif;
		white-space: nowrap;
		padding: 5px 10px;
		background: #f9f9f9;
		color: #555;
		border: 1px solid #ccc;
		top: 11px;
		visibility: hidden;
		opacity: 0;
		transition: all .2s ease;
}

.cookie-container .fa-info {
		border-right: 1px solid #ccc;
		left: 0;
}

.cookie-container .fa-info:hover {
		background: #555;
		color: #fff;
}

.cookie-container .fa-info:after {
		left: 110%;
}

.cookie-container .fa-info:hover:after {
		left: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container .fa-check {
		border-left: 1px solid #ccc;
		right: 0;
}

.cookie-container .fa-check:hover {
		background: #27ae60;
		color: #fff;
}

.cookie-container .fa-check:after {
		right: 110%;
}

.cookie-container .fa-check:hover:after {
		right: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container.ex-1.accepted .fa-info,
.cookie-container.ex-1.accepted p {
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
}

.cookie-container.ex-1.accepted .fa-check {
		background: #27ae60;
		width: 100%;
		color: #fff;
}

.cookie-container.ex-1.accepted .fa-check:after {
		display: none;
}

.cookie-container.ex-1.accepted {
		visibility: hidden;
		opacity: 0;
		transition-delay: 2s;
}