@font-face {
    font-family: 'droid_serifbold';
    src: url('font/droidserif-bold-webfont.woff2') format('woff2'),
         url('font/droidserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.clear {
	clear: both;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
.top-head {
	background: #051e42;
	padding: 15px 0;
}

h1 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	color: #041e42;
	margin: 0;
}
p.big-text {
	font-size: 38px;
	line-height: 48px;
	color: #041e42;
	max-width: 500px;
	margin: 10px 0 0 0;
}

.home-content {
	background: url("images/clouds-bg.jpg") top center no-repeat;
	width: 100%;
	padding: 80px 0;
}
.btm-bar {
	background: #051e42;
	padding: 12px 0;
}
.btm-bar p {
	float: left;
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
}
.btm-bar img {
	float: right;
}
.wrapper {
	margin: 0 auto;
	max-width: 90%;
	width: 1200px;
	text-align: left;
}
.blue-box {
	width: 600px;
	max-width: 100%;
	padding: 50px 50px 100px 50px;
	background: #041e42;
	margin-top: 30px;
}
.blue-box p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}
.blue-box p a {
	color: #fff;
	text-decoration: none;
}
.blue-box p a:hover {
	text-decoration: underline;
}
.blue-box p.title-text {
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 30px 0;
	max-width: 380px;
}
iframe {
	float: right;
	width: 100%;
	max-width: 95%;
	height: 700px;
	border: none;
}
img.float-img {
	position: absolute;
	right: 0;
	top: -240px;
	max-width: 58%;
	height: auto;
}
.map-area {
	position: relative;
}

@media only screen and (max-width: 1200px) {
	
h1 {
	font-size: 35px;
	line-height: 40px;
}
p.big-text {
	font-size: 28px;
	line-height: 38px;
}
	
}


@media only screen and (max-width: 760px) {

p.big-text {
	font-size: 26px;
	line-height: 34px;
}
.top-head {
	padding: 12px 0;
}
.top-head img {
	width: 220px;
	height: auto;
}
.blue-box {
	padding: 40px;
}
.blue-box p.title-text {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.blue-box p {
	font-size: 16px;
	line-height: 24px;
}
img.float-img {
	position: static;
	max-width: 100%;
}
iframe {
	max-width: 100%;
	height: 350px;
}
.home-content {
	padding: 40px 0;
}
	.btm-bar .wrapper {
		margin: 0 auto;
		text-align: center;
	}
	.btm-bar p {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.btm-bar img {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
}