@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.eot');
	src: local('Lato Bold'), local('Lato-Bold'),
		url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Bold.woff2') format('woff2'),
		url('../fonts/Lato-Bold.woff') format('woff'),
		url('../fonts/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Light.eot');
	src: local('Lato-Light'),
		url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Light.woff2') format('woff2'),
		url('../fonts/Lato-Light.woff') format('woff'),
		url('../fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.eot');
	src: local('Lato Regular'), local('Lato-Regular'),
		url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Regular.woff2') format('woff2'),
		url('../fonts/Lato-Regular.woff') format('woff'),
		url('../fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Light.woff2') format('woff2'),
		url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}



html {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: #2f378a;
	font-weight: 700;
}

a#mailto {
	unicode-bidi: bidi-override;
    direction: rtl;
}

input {
	border: 1px solid #2f378a !important
}
.starter-template {
    padding: 100px 15px 50px;
    background: url(../img/5.png);
	}
	@media (max-width: 767px) {
		.starter-template > div:first-of-type { margin-bottom: 100px; }
	}

.following > div {
		background: url(../img/5.png);
		padding: 50px 15px 0;
	}
	.following.last > div {
		padding-bottom: 50px;
	}

.footer {

	}
	.footer > div {
		padding: 8px 5px 3px 5px;
		background: #2f378a;
		color: #fff;
	}
	.footer a { font-size: 12px; color: #fff; }
	.footer p {
		text-align: center
	}

.logo {
		width: 450px;
		margin-top: 50px;
		padding:20px;
		background-color: transparent;
	}
	.logo img {
		width: 100%;
		height: 100%;
	}
	@media (max-width: 767px) {
		.logo { width: 350px; }
	}


h1.hero {
	text-transform: uppercase;
	font-size: 24px;

}

h2 {
	font-size: 20px;
	color: #2f378a;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2f378a;
}

h3 { margin-top: 0; font-size: 16px; font-weight: 700; }
label { margin-bottom: 5px; margin-top: 25px; }

#antiSpam {
	color: #2f378a;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
}

.form-control {
	border: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

textarea.form-control { background-color: #e9e9f2; }

.text-danger {
    background-color: #a94442;
    color: #fff;
    padding: 2px;
    font-size: 12px;
}


#submit {
	width: 100%;
}

.btn-primary {
	background: #2f378a;
	border: 1px solid #2f378a;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #191f68;
}


.btn-primary.backTo {
	width: 150px;
	margin: 0 auto;
	display: block;
}