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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong,b{font-weight:700;}
em,i{font-style:italic;}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.3;
    color: #666666;
	position:relative;
}
a {
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	color:#de1919;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000;
}

.container{width:934px;margin:20px auto;}
footer{font-size:12px;padding-top:10px; color:#999;}
footer a{color:#999; text-decoration:none;}
footer a:hover{color:#666; text-decoration:none;}
.clearfix{ clear:both;}
.logo{float:left;width:50%;}
h1{ font-size:36px; font-family:Lato;margin-bottom:20px; color:#000;}
h2{ font-size:30px; font-family:Lato;margin-bottom:20px; color:#000;}
a.phone{ float:right; color:#000; font-size:60px; font-family: 'Lato';width:50%; text-align:right;}
a.phone:hover{color:#de1919;}
.footer-col{ float:right;}
.red-footer{background:#de1919;border-radius:5px;height:22px;}
nav{ background:url(../images/navbar.png) no-repeat top #c71515;border-radius:5px;height:46px;margin-top:18px;font-size:14px;}
nav ul,nav li{ list-style:none;padding:0px;margin:0px;}
nav li{ background:url(../images/separate.png) no-repeat right; line-height:46px; display:inline-block; float:left;text-transform:uppercase;}
nav li:last-child{ background:none;  text-transform:none; font-family:Lato; float:right;margin-right:20px;font-size:16px;letter-spacing:2px;}
nav a{color:#fff;  font-weight:bold; display:block;padding:0px 30px;}
nav li:last-child a{background:url(../images/letter.jpg) no-repeat center right;}
.page-content{padding:30px 0px;}
.page-left{width:38%; float:left;}
.page-right{float:right;width:58%;}
.menus li{ background:url(../images/mainlist_bg.jpg) no-repeat center center; text-align:center; font-family:Lato; height:66px;line-height:66px; color:#000; font-size:20px;}
.menus{margin-bottom:30px;}
.menus a{ display:block; color:#000;}
p{margin-bottom:30px;}
.message-fields{border:1px solid #ccc;padding:5px;font-size:17px;width:300px;max-width:100%;margin-bottom:10px;}
input.submit-fields{ color:#fff; font-family:Lato;border-radius:5px;padding:5px 20px; background:#de1919; display:block;border:0px none;font-size:20px;}
.req{color:#ff0000;font-size:11px;}
.menu-left a{border-top:1px solid #ccc;padding:7px; display:block; color:#000; text-align:center; font-family:Lato;}
.menu-left li:after{ display:block;content:''; background:#ccc;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);height:1px;margin-bottom:10px;}
.menu-left a:hover{ background:#de1919; color:#fff;}
.text-right{text-align:right;}
.gallery li{ cursor:pointer; display:inline-block;}

@media(max-width:934px){
.container{width:95%;}
img{max-width:100%;}
a.phone{font-size:50px;}
nav a{padding:0px 20px;}
nav li:last-child a{padding-right:30px;}
}
@media(max-width:767px){
.page-left{ float:none;width:100%;}
.page-right{ float:none;width:100%;}
a.logo,a.phone{float:none;width:100%; text-align:center; display:block;font-size:30px;}
footer{ text-align:center;}
.footer-col{ float:none;width:100%;}
.text-right{ text-align:center;}
nav{height:auto; text-align:center;}
nav li{  float:none;}
nav li:nth-child(4){ background:none;}
nav li:last-child{float:none;}
h1{font-size:30px;}
h2{font-size:24px;}

}
@media(max-width:400px){
nav{ font-size:12px;}nav a{padding:0px 7px;}
}