header, nav, aside, section, article, footer { display: block; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button,
header, nav, aside, footer, section, article, time, mark, figure, figcaption,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } 

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

::-webkit-input-placeholder {
    color: #cccccc;
}
:-moz-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	box-sizing: border-box;	
}
html, body {
	height:100%;	
}
body {
	color: #000;
	font: 14px/19px Verdana, Geneva, sans-serif;
	background:#fff;
}

strong { font-weight: bold; }
em { font-style: italic; }

a {
	color: #f00;
	text-decoration:none;
}
	a:hover {
		color:#25394f;	
	}

/******************************************
Page
*******************************************/

header {
	background:#0065a2;
	padding:27px 20px 33px;
	border-top:15px solid #0c84cc;
}
header img {
	width:100%;
	max-width:242px;
	display:block;
	margin:0 auto;
}

section.lt,
section.rt {
	border-top:4px solid #fff;
	background:#ddd;
	position:relative;
}
section.lt > div,
section.rt > div {
	width:38%;	
	position:relative;
	height:100%;
	position:absolute;
	top:0;
}
section.lt > div {
	left:0;	
}
section.rt > div {
	right:0;	
}
section.lt > div > div,
section.rt > div > div {
	display:table;
	width:100%;
	height:100%;
}
section.lt > div > div > div,
section.rt > div > div > div {
	display:table-cell;
	width:100%;
	height:100%;	
	text-align:center;
	vertical-align:middle;
	padding:0 20px;
}
section.lt > figure,
section.rt > figure {
	width:62%;	
	overflow:hidden;
}
section.lt > figure img,
section.rt > figure img {
	display:block;
	width:100%;
	height:auto;	
	-webkit-transition: all 0.2s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 0.2s cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 0.2s cubic-bezier(.42, 0, .58, 1);
	transition: all 0.2s cubic-bezier(.42, 0, .58, 1);
}

section.lt > figure img:hover,
section.rt > figure img:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
section.lt > div,
section.rt > figure {
	float:left;	
}
section.rt > div ,
section.lt > figure {
	float:right;	
}
section.rt > figure {
	border-right:4px solid #fff;
}
section.lt > figure {
	border-left:4px solid #fff;
}


section h2,
section h3 {
	font: 45px/1.1em "Times New Roman", Times, serif;
}
section h5 {
	font: 24px/1.1em "Times New Roman", Times, serif;
	padding:15px 0 0;
}
section p {
	padding:25px 0 0;
	font-size:11px;
	line-height:1.3em;
	max-width:400px;
	margin:0 auto;
}
section div.btn {
	font:14px/1em Verdana, Geneva, sans-serif;
	display:inline-block;
	position:relative;
	margin:30px 0 0;
}
section div.btn > a {
	text-transform:uppercase;
	border:2px solid #000;
	padding:7px 42px 7px 12px;	
	color:#000;
	font-weight:normal;
	display:inline-block;
}
section div.btn > div.dropdown > a {
	background:#000 url(../../graphics/ico.png) no-repeat 50% 50%;	
	background-size:15px 20px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	width:30px;
	height:100%;
	text-indent:-9999px;
}
section div.btn > div.dropdown > div {
	display:none;	
	position:absolute;
	left:0;
	top:32px;
	background:#000;
	z-index:99;
	min-width:100%;
	padding:4px 0 6px;
	-webkit-animation: fadein 0.2s;
	-moz-animation: fadein 0.2s;
	-o-animation: fadein 0.2s;
	animation: fadein 0.2s;
}
section div.btn > div.dropdown > div a {
	display:block;
	text-transform:uppercase;	
	color:#fff;
	padding:5px 12px;
	text-align:left;
	font-size:13px;
}
section div.btn > div.dropdown > div a:hover {
	opacity:0.7;	
}
section div.btn > div.dropdown:hover > div {
	display:block;	
}

section.about {
	padding:90px 20px;
	text-align:center;	
}
section.about h3 {
	padding:0 0 30px 0;	
}
section.about p {
	padding:15px 0;	
	font-size:17px;
	color:#657071;
	max-width:800px;
	margin:0 auto;
}

footer {
	background:#0065a2;
	padding:30px 130px 30px 30px;
	position:relative;
	font-size:11px;
	color:#fff;
}
footer img {
	position:absolute;
	right:30px;
	top:-2px;	
}

@media all and (max-width:1024px) {
section h3 {
	font: 42px/1.1em "Times New Roman", Times, serif;
}
section h5 {
	font: 18px/1.1em "Times New Roman", Times, serif;
}
section p {
	padding:25px 0 0;
	font-size:10px;
}
}

@media all and (max-width:940px) {
section h3 {
	font: 37px/1.1em "Times New Roman", Times, serif;
}
section h5 {
	font: 16px/1.1em "Times New Roman", Times, serif;
}
section p {
	padding:25px 0 0;
	font-size:10px;
}
section div.btn {
	margin:20px 0 -5px;	
}
}

@media all and (max-width:860px) {
	
section.lt > figure,
section.rt > figure {
	width:100%;	
	float:none;
	border:0;
	border-bottom:4px solid #fff;
}
/*section.lt > figure,
section.rt > figure {
	overflow:hidden;
}	
section.lt > figure img,
section.rt > figure img {
	width:140%;
	margin-left:-20%;
}*/
section.lt > div,
section.rt > div {
	width:100%;	
	position:relative;
	float:none;
	padding:50px 0;
}
}

@media all and (max-width:500px) {
	
section.lt > div,
section.rt > div {
	padding:30px 0;
}
/*
section.lt > figure img,
section.rt > figure img {
	width:160%;
	margin-left:-30%;
}
*/
section.about {
	padding:50px 20px;
}
section.about p {
	font-size:15px;
}
}

@-webkit-keyframes fadein {
	0% {  opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadein {
	0% {  opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadein {
	0% {  opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadein {
	0% {  opacity: 0; }
	100% { opacity: 1; }
}