* {
	font-family: 'Open Sans', latin-ext;
}

.header {
	max-height: 680px;
	position: relative;
	overflow: hidden;
}

body {
	margin: 0;
}

.left-side-header {
	position: absolute;
	top: 0;
	left: 0;
}

.right-side-header {
	position: absolute;
	max-height: 18px;
	right: 0;
	bottom: 0;
}

.logo-header {
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.title {
	font-size: 48px;
	font-weight: 700;
	color: #0894d0;
	line-height: 48px;
	font-style: italic;
}

.text-container {
	max-width: 460px;
	margin-top: 100px;
	margin-left: 160px;
}

.text {
	margin: 40px 0;
	color: #808285;
	font-size: 14px;
	font-weight: lighter;
}

.services-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

.service:before {
    content: url('images/list-bullet.png');
    margin-right: 10px;
    bottom: -7px;
    position: relative;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}


.right-content.col-md-8 {
	position: relative;
	max-width: 1268px;
	overflow: hidden;
	float: right;
}

.content-right-img {
	opacity: 0.8;
}

.frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer {
    height: 600px;
    clear: both;
    position: relative;
    top: -2px;
}

.footer .left, .footer .right {
    background: #edecec;
    height: 100%;
    width: 100%;
    max-width: calc(50% - 416px);
    float: left;
}
.footer .right {
    max-width: calc(50% - 427px);
}

.footer .center {
    background: black;
    height: 100%;
    float: left;
    width: 100%;
    max-width: 841px;
    position: relative;
}

.footer .center .left-corner {
    float: left;
    height: 100%;
    border-left: 117px solid #edecec;
    border-bottom: 600px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}


.footer .center .right-corner {
    float: right;
    height: 100%;
    border-right: 115px solid #edecec;
    border-top: 600px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

#map {
	height: 100%;
	width: 100%;
}


.footer .right {
	padding-left: 80px;
}


.title.ftr {
	margin-top: 100px;
}


.services-list.ftr {
	margin: 70px 0 90px 0;
}

.copyright {
	font-size: 12px;
	color: #808285;
}


.ftr .service:before {
    content: url('images/list-bullet.png');
    margin-right: -18px;
    bottom: -7px;
    position: relative;
    left: -35px;
}


.ftr .service {
    padding-left: 45px;
    font-size: 14px;
    color: #808285;
    font-weight: lighter;
    font-style: italic;
    line-height: 30px;
}

.ftr .fa {
    font-size: 20px;
}

.ftr .service a {
	margin-right: 10px;
}

.copyright {
	font-style: italic;
}

.footer .left {
	padding-left: 70px;
}


#email-form {
	margin-top: 70px;
}

input {
    background: transparent;
    padding: 10px 0;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #bcbec0;
}

input[placeholder], label {
	color: #808285;
	font-size: 14px;
	font-weight: lighter;
}

textarea {
	width: 100%;
	height: 100px;
	max-height: 100px;
	max-width: 290px;
	background: #bcbec0;
	resize: none;
	border:0;
	padding: 0;
}


input[type="submit"] {
	background: #1f3164;
	color: #fff;
	padding: 20px 70px;
	font-weight: 700;
	font-size: 14px;
	margin-top: 40px;
}

.notice {
	margin-top: 100px;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}

.notice.success {
	color: green;
}

.notice.failed {
	color: red;
}


.left.for-1024 {
	display: none;
}



@media screen and (max-width: 1800px) {

	.text-container {
	    max-width: 460px;
	    margin-top: 100px;
	    margin-left: 60px;
	}

	.title {
	    font-size: 42px;
	}

}




@media screen and (max-width: 1700px) {

	.title.ftr {
	    margin-top: 50px;
	}

	#email-form {
	    margin-top: 40px;
	}

}




@media screen and (max-width: 1600px) {


	.content .service {
	    margin-bottom: 30px;
	    font-size: 18px;
	    font-weight: 600;
	    font-style: italic;
	    padding-left: 30px;
	}


	.content .service:before {
	    content: url('images/list-bullet.png');
	    margin-right: 10px;
	    bottom: -7px;
	    position: relative;
	    margin-left: -30px;
	}

	.title.ftr {
	    margin-top: 55px;
	}

	.footer .left, .footer .right {
	    background: #edecec;
	    height: 100%;
	    width: 100%;
	    max-width: calc(50% - 375px);
	    float: left;
	}

	.footer .right {
	    max-width: calc(50% - 467px);
	}

	.footer .right {
	    padding-left: 40px;
	}


}




@media screen and (max-width: 1440px) {

	img {
	    max-width: 100%;
	}

	.text-container {
	    max-width: 460px;
	    margin-top: 30px;
	    margin-left: 30px;
	}


	.footer .center {
	    background: black;
	    height: 100%;
	    float: left;
	    width: 100%;
	    max-width: 650px;
	    position: relative;
	}

	#email-form {
	    margin-top: 40px;
	}

	.footer .left {
	    padding-left: 60px;
	}

	.footer .left, .footer .right {
	    background: #edecec;
	    height: 100%;
	    width: 100%;
	    max-width: calc(50% - 334px);
	    float: left;
	}

	.footer .center {
	    background: black;
	    height: 100%;
	    float: left;
	    width: 100%;
	    max-width: 638px;
	    position: relative;
	}

	.footer .right {
	    max-width: calc(50% - 307px);
	}


}




@media screen and (max-width: 1366px) {

	.logo-header {
	    position: absolute;
	    top: 130px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	}

	.title {
	    font-size: 32px;
	    font-weight: 700;
	    color: #0894d0;
	    line-height: 32px;
	    font-style: italic;
	}

	.content .service {
	    margin-bottom: 20px;
	    font-size: 18px;
	    font-weight: 600;
	    font-style: italic;
	    padding-left: 30px;
	}


}



@media screen and (max-width: 1230px) {

	.logo-header img {
	    max-width: 200px;
	}

	.text-container {
	    max-width: 80%;
	    margin: 50px auto;
	}

	.left-content.col-md-4 {
		width: 100%;
	}

	.right-content.col-md-8 {
	    position: relative;
	    max-width: 100%;
	    overflow: hidden;
	    float: right;
	    width: 100%;
	}

	.left.for-1920 {
		display: none;
	}

	.left.for-1024 {
		display: block;
	}

	.footer .left, .footer .right {
	    background: #EDECEC none repeat scroll 0% 0%;
	    height: 100%;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}

	.footer {
	    height: 400px;
	    clear: both;
	    position: relative;
	    top: -2px;
	}

	.ftr .service {
	    padding-left: 45px;
	    font-size: 14px;
	    color: #808285;
	    font-weight: lighter;
	    font-style: italic;
	    line-height: 30px;
	    max-width: 50%;
	    float: left;
	    width: 100%;
	}

	#map {
	    width: 100%;
		max-width: 100%;
	}

	.footer .center {
     	background: transparent; 
	    height: 100%;
	    float: left;
	    width: 100%;
	    max-width: 650px;
	    position: relative;
	}

	.footer .center {
	    background: transparent;
	    height: 100%;
	    float: left;
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    max-height: 350px;
	}

	#email-form {
	    margin-top: 30px;
	}


	input[type="submit"] {
	    background: #1f3164;
	    color: #fff;
	    padding: 20px 70px;
	    font-weight: 700;
	    font-size: 14px;
	    margin-top: 20px;
	}

	.services-list.ftr {
	    margin: 30px 0 90px 0;
	}

	.footer .right {
	    background: #EDECEC none repeat scroll 0% 0%;
	    height: 75%;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}


}




@media screen and (max-width: 980px) {


	#email-form .col-md-8 {
		max-width: 60%;
		width: 60%;
		float: left;
	}

	.col-md-6 {
	    width: 100%;
	    max-width: 50%;
	    float: left;
	}

}



@media screen and (max-width: 800px) {

	.logo-header {
	    position: absolute;
	    top: 80px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	}

	#email-form .col-md-8 {
	    max-width: 50%;
	    width: 60%;
	    float: left;
	}

}


@media screen and (max-width: 768px) {

	.header {
    max-height: 600px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

	.header > img {
	    max-width: none;
	    max-height: 800px;
	}

	.header > img {
	    max-width: none;
	    max-height: 600px;
	    height: 100%;
	    margin-left: -600px;
	}

	.logo-header {
	    position: absolute;
	    top: 150px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	}

}




@media screen and (max-width: 640px) {

	#email-form .col-md-8 {
	    max-width: 100%;
	    width: 100%;
	    float: left;
	}

	textarea {
	    width: 102%;
	    height: 100px;
	    max-height: 100px;
	    max-width: 80%;
	    background: #bcbec0;
	    resize: none;
	    border: 0;
	    padding: 0;
	}

	.footer {
	    height: 515px;
	    clear: both;
	    position: relative;
	    top: -2px;
	}

	.left-corner,
	.right-corner {
		display: none;
	}

	.footer .right {
	    background: #EDECEC none repeat scroll 0% 0%;
	    height: 65%;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}

}



@media screen and (max-width: 520px) {

	.ftr .service {
	    float: none;
	}

	.services-list.ftr {
	    margin: 30px 0px 30px;
	}

	.footer .right {
	    padding-left: 20%;
	    overflow: auto;
	}

	.footer .left {
	    padding: 0 10%;
	}

	.footer .right {
	    height: auto;
	}

	.copyright {
	    margin-bottom: 20px;
	}


}



@media screen and (max-width: 414px) {

	.header {
	    max-height: 400px;
	    position: relative;
	    overflow: hidden;
	    height: 100%;
	}

	.header > img {
	    max-width: none;
	    max-height: 400px;
	    height: 100%;
	    margin-left: -600px;
	}

	.footer .left {
	    padding-left: 35px;
	    padding-right: 20px;
	}

	textarea {
	    max-width: 95%;
	}

	.header > img {
	    max-width: none;
	    max-height: 400px;
	    height: 100%;
	    margin-left: -730px;
	}

	.copyright {
	    font-size: 12px;
	    color: #808285;
	    clear: both;
	}

	.ftr .service {
	    padding-left: 45px;
	    font-size: 14px;
	    color: #808285;
	    font-weight: lighter;
	    font-style: italic;
	    line-height: 30px;
	    max-width: 100%;
	    float: left;
	    width: 100%;
	}

	.col-md-6 {
	    width: 100%;
	    max-width: 48%;
	    float: left;
	    margin-right: 4%;
	    overflow: hidden;
	}

	.col-md-6:nth-child(2n) {
	    margin-right: 0;
	}


}




@media screen and (max-width: 320px) {


	.col-md-6 {
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}

	.footer {
	    height: 610px;
	    clear: both;
	    position: relative;
	    top: -2px;
	}


}







