:root {
	 --master-blur-color: rgba(42,42,42, 0.38)!important;
	 --header-blur-color: rgba(42,42,42, 0.38)!important;
 }
.navbar{
	background-color: var(--header-blur-color)!important;
	border-color: var(--header-blur-color)!important;
	border-radius: 0;
}

#clientLogo{
	margin-left:20px;
	max-height: 100px!important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white!important;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #006eb8;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: white;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: white;
    line-height: 30px;
}

img { max-width: 100%; }

.blurred{
	background-color: var(--master-blur-color)!important;
	border_radius: 5px!important;
}


.blurredWHITE{
	background-color: rgba(128, 128, 128, 0.39)!important;
	border_radius: 5px!important;
}

.font-1em{
	font-size:0.8em;
}

.btn-navlink{
	padding: 5px 24px 5px 24px!important;
	background-color: #006eb8!important;
	border-color: #006eb8!important;
}

.btn-BVOblue{

	background-color: #006eb8!important;
	border-color: #006eb8!important;
}

.btn-low{
    padding: -5px 24px -5px 24px!important;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar-brand > img{
	height:120%;
	margin-top: 5px;
}
.navbar-default {
	background-color: transparent;
	margin-bottom:0!important;
}

.navbar .navbar-collapse {
	text-align: center;
}

.article{
	text-align: left;
}

.block {
	text-align: left;
	border-radius: 5px;
	padding:10px;
}

.modal-content{
	background-color: #aeaeae!important;
}

.whiteblock {
	background-color: white;
	text-align: left;
	border-radius: 5px;
	padding:10px;
}

.codeform {
	text-align: center;
	margin-top:50px!important;
}

.codeforminput{
	text-align: center;
	color: black!important;
	font-size: 24px!important;
	font-weight: bold!important;

	margin: 9% 0!important;
}

.footer img{
	height: 30px;
    margin-bottom: 8px;
	margin-right: 13px;
}

a.partnerlogo:hover{
	border-width: 0;
}

img.partnerLogoImg{
	height: 21px;
	margin-bottom: 4px;
	margin-right: 13px;
}

.addbtmpad75{
    padding-bottom: 75px;
}

.footer a{
	font-family: 'handmadescript', cursive;
	font-size: 1.2em;
}

.partnerlogo{
	padding-top:4px;
}


@font-face{
	font-family: handmadescript;
	src: url("/font/HandmadeScript-Regular.woff");
}

label.white{
	color:white;
}

.white{
	color:white;
}

a {
	color: white;
	text-decoration: underline;
}

.footer > a {
	text-decoration: none;
}

.btn {
	text-decoration: none;
}

li > a.white{
	color:white!important;
	text-decoration: none;
}

li > a.white:hover{
	color: #d2d2d2 !important;
}

#mainLogo{
	height:120%; padding: 0;
}

::-moz-selection { background: #006eb8; color: #fff; text-shadow: none; }
::selection { background: #006eb8; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #006eb8;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.navbar-default .navbar-nav>.active a{
	border-top: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	border-style: solid!important;
	border-color: #006eb8!important;
	background-color: transparent!important;
}


.navbar-default .navbar-nav a:hover{
	border-top: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	border-style: solid!important;
	border-color: #006eb8!important;
	background-color: transparent!important;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/


/***** Top content *****/

.form-box{
	color:#555;
}

.questionImg{
	width: 100%;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: rgb(90,90,90);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: rgb(100,100,100);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #006eb8;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {


}

@media (max-width: 415px) {



	h1, h2 { font-size: 32px; }


	.font-1em{
		font-size:1.5em;
	}

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */

	
}
