/* DEFAULT */
body {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}
p {
	font-size: 16px;
	margin-bottom: 20px;
}
a {
	color: #0e1071;
	text-decoration: none !important;
}
.no-padding {
	padding: 0;
}
.no-padding-l {
	padding-left: 0;
}
.no-padding-r {
	padding-right: 0;
}
.no-margin {
	margin: 0 !important;
}
.text-center {
	text-align: center;
}
.img-center {
	margin: auto;
}

/*.img-center.img-controller{
	margin-left: 11%;
}*/
.col-center {
	float: none;
	margin: auto;
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
}
.opacity:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.container-fluid {
	max-width: 1920px;
}
.full-height {
	height: 100%;
}
img {
    image-rendering: optimizeQuality;
    /*image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;*/
}
#wrapper {
	text-align: center;
}
#header {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	background-color: #d10019;
	width: 100%;
}
#header div {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
#header img {
	padding: 35px 0 35px;
}
#top-section {
	background-image: url('img/top-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.badge-top {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
}
#center-section {
	color: #353536;
	position: relative;
	padding-bottom: 20px;
}
#center-section h1, #center-section h4, #center-section h5,  #center-section h2 {
	color: #1f3368;
}

#center-section ul li {
	color: #1f3368;
}
#separator-title {
	background-color: #1e2852;
	color: #ffffff;
	margin-bottom: 60px;
}
#separator-title h1 {
	font-weight: 100;
	font-size: 34px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#section-columns .col-sm-4 {
	margin-bottom: 50px;
}
#section-columns {
	padding-bottom: 40px;
}
#section-columns h2 {
	font-size: 21px;
	color: #3d3d3e;
	padding-top: 60px;
	clear: both;
}
#section-columns h2 a {
	text-decoration: underline !important;
	color: #3d3d3e;
}
.img-left {
	margin-top: -40px;
}
.img-right {
	margin-top: 200px;
}

/* MEDIA */
@media (max-width: 480px) {
	#header img {
		padding: 15px 0 15px;
		max-height: 70px;
	}
	#top-section {
		height: 500px;
	}
	#top-section div {
		padding-top: 90px;
	}
	#top-section h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#top-section h2 {
		font-size: 16px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#top-section h2 span {
		font-weight: normal;
	}
	.badge-top {
		width: 120px;
	}
	#center-section h3 {
		margin-top: 30px;
		font-size: 20px;
		margin-bottom: 7px;
	}
	#center-section h2 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 30px;
	}
	#center-section h1 {
		margin-top: 10px;
		font-size: 30px;
		margin-bottom: 7px;
	}
	#center-section h4 {
		margin-top: 0;
		font-size: 18px;
		margin-bottom: 7px;
	}
	#center-section h5 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	#center-section h6 {
		font-size: 14px;
	}
	#separator-title h1 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#section-columns .col-sm-4 {
		margin-bottom: 30px;
	}
	#separator-title {
		margin-bottom: 30px;
	}
	#section-columns h2 {
		padding-top: 30px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#header img {
		padding: 20px 0 20px;
		max-height: 80px;
	}
	#top-section {
		height: 600px;
	}
	#top-section div {
		padding-top: 110px;
	}
	#top-section h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#top-section h2 {
		font-size: 20px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#top-section h2 span {
		font-weight: normal;
	}
	.badge-top {
		width: 160px;
	}
	#center-section h3 {
		margin-top: 40px;
		font-size: 21px;
		margin-bottom: 7px;
	}
	#center-section h2 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 35px;
	}
	#center-section h1 {
		margin-top: 10px;
		font-size: 32px;
		margin-bottom: 7px;
	}
	#center-section h4 {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 7px;
	}
	#center-section h5 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	#center-section h6 {
		font-size: 15px;
	}
	#separator-title h1 {
		font-size: 24px;
	}
	#section-columns h2 {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	#header img {
		padding: 20px 0 20px;
		max-height: 90px;
	}
	#top-section {
		height: 800px;
	}
	#top-section div {
		padding-top: 180px;
	}
	#top-section h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#top-section h2 {
		font-size: 26px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#top-section h2 span {
		font-weight: normal;
	}
	.badge-top {
		width: 190px;
	}
	#center-section h3 {
		margin-top: 50px;
		font-size: 20px;
		margin-bottom: 7px;
	}
	#center-section h2 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 35px;
	}
	#center-section h1 {
		margin-top: 10px;
		font-size: 34px;
		margin-bottom: 7px;
	}
	#center-section h4 {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 7px;
	}
	#center-section h5 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	#center-section h6 {
		font-size: 16px;
	}
	#separator-title h1 {
		font-size: 24px;
	}
	#section-columns h2 {
		padding-top: 40px;
	}
	.img-right {
		max-width: 160px;
	}
}
@media (min-width: 768px) {

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

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

}
@media (min-width: 992px) and (max-width: 1199px) {
	#header img {
		padding: 25px 0 25px;
		max-height: 110px;
	}
	#top-section {
		height: 900px;
	}
	#top-section div {
		padding-top: 200px;
	}
	.badge-top {
		width: 220px;
	}
	#center-section h3 {
		margin-top: 60px;
		font-size: 22px;
		margin-bottom: 7px;
	}
	#center-section h2 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 40px;
	}
	#center-section h1 {
		margin-top: 10px;
		font-size: 34px;
		margin-bottom: 7px;
	}
	#center-section h4 {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 7px;
	}
	#center-section h5 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	#center-section h6 {
		font-size: 17px;
	}
	#separator-title h1 {
		font-size: 28px;
	}
	.img-right {
		max-width: 200px;
	}
}
@media (min-width: 1200px) {
	#top-section {
		height: 1067px;
	}
	#top-section div {
		padding-top: 240px;
	}
	#top-section h1 {
		font-size: 44px;
		margin-bottom: 20px;
	}
	#top-section h2 {
		font-size: 40px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#top-section h2 span {
		font-weight: normal;
	}
	.badge-top {
		width: 240px;
	}
	.left-img {
		margin-top: -40px;
	}
	.right-img {
		margin-top: 200px;
	}
	#center-section h3 {
		margin-top: 80px;
		font-size: 26px;
		margin-bottom: 7px;
	}
	#center-section h2 {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 45px;
	}
	#center-section h1 {
		margin-top: 10px;
		font-size: 36px;
		margin-bottom: 7px;
	}
	#center-section h4 {
		margin-top: 0;
		font-size: 24px;
		margin-bottom: 7px;
	}
	#center-section h5 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	#center-section h6 {
		font-size: 20px;
	}
}
