/**/
.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('../img/bg.jpg') no-repeat fixed;
	padding:75px;
	width:100%;
	height:100%;
	background-size: cover;
}

.image-bg-fixed-height {
	background: url('../img/bg.jpg') no-repeat center center fixed;
	background-size: cover;
    height: 450px;
    width:100%;
	height:100%;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {

    background: url('../img/bg.jpg') no-repeat fixed;
    padding:50px;
    width:100%;
    height:100%;
    background-size: cover;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.blue {
	background: url('../img/bg.jpg') no-repeat fixed;
	padding:0;
	width:100%;
	height:100%;
	background-size: cover;
}

.contblue {
	background:#004091;
	opacity: 0.9;
	color:#fff;
	padding:75px
}
.adr {
	width:23%;
	float:left;
	position:relative;
	display:block;
}
@media(max-width:768px) {
    .adr {
		clear:both;
		padding:20px 0;
		width:100%;
    }
}

h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	color:#004091;
	text-transform:uppercase;
}
h1 {
	font-size:2.2em !important;

}
h2 {
	font-size:1.2em !important;
	font-weight:bold;
	padding:15px 0;

}
h3 {
	font-size:1.3em !important;
	font-weight:bold

}
.centerimg {
	text-align:center;
}
.doc {
	background: url('../img/ico-down.png') no-repeat;
	padding: 7px 0 10px 50px;
}
.kde {
	font-size:1.3em !important;
	font-weight:bold;
		background: url('../img/ico-map.png') no-repeat;
	padding: 4px 0 10px 40px;

}
.kde a {
	text-decoration:none !important;
	color: #fff;
}
.contact {
	background: url('../img/ico-email.png') no-repeat;
	padding: 0px 0 10px 70px;
}

.adr a {
	color: #fff! important;
	text-decoration: underline;
}



@media(max-width:768px) {
    .contact {
		background: none;
		padding: 0;
    }
background:none;
	padding:0;
}

.padl {
	padding-left: 50px !important;
	margin-bottom: 50px;
}