* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.top {
	margin-top:50px;
}

.bottom {
	margin-bottom:50px;
}

.h1 {
	font-family: "BebasBold";
	font-size:45px;	
} 

header.header {

	height:97px;
	position:relative;
}

header a {
	color:#fff;
}

div.top_menu {
	min-height:97px;
	box-shadow: rgba(255,255,255,.3) 0 0 0 1px;
	-webkit-box-shadow: rgba(255,255,255,.3) 0 0 0 1px;
	width:100%;
	background-color:rgba(0,0,0,.83);
}


div.top_addr {
	padding-left: 50px;
	margin-top: 21px;
	background-image: url(/skin/cox/img/top_map.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 50px;
	font-family: "BebasRegular";
	text-transform: uppercase;
	line-height: 26px;
}


div.top_addr strong {
	display:block;
	color:#d12f22;
	font-size:32px;
	font-family:"BebasBold";
}

div.top_addr a, div.top_phone a {
	font-size:21px;
	color:#fff;
	border-bottom:1px dashed #fff;
	transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}

div.logo a {
	margin-top:20px;
	display:block;
	color:#fff;
	font-size:44px;
	font-family:"BebasBold";
}

div.logo a span {
	color:#d12f22;
}


div.top_phone {
	margin-top: 21px;
	font-family: "BebasRegular";
	text-transform: uppercase;
	line-height: 26px;
	text-align:right;
}

div.top_phone strong {
	display:block;
	color:#fff;
	font-size:32px;
	font-family:"BebasBold";
}

div.top_phone>strong>span {
	color:#d12f22;
}


div.top_phone a:hover, div.top_addr a:hover {
	border-bottom:1px dashed transparent;
}

header h1 {
	margin-top:335px;
	font-size:50px;
	line-height:150px;
	font-family:"BebasBold";
	color:#d12f22;
	text-align:center;
	display:block;
	background-color:rgba(255,255,255,.63);
	
}

div.header_buttons {
	position:absolute;
	width:100%;
	bottom:30px;
}

.button  {
	display:inline-block;
	background-color:#d12f22;
	border-bottom:#ac160a 4px solid;
	padding:0 25px;
	font-size:20px;
	line-height:50px;
	height:50px;
	vertical-align:middle;
	font-family: "BebasBold";
	color:#fff;
}

.button:hover {
	background-color:#E62F22;
}

.button:active {
	background-color:#b81609;
}

header .button {
	margin-right:20px;
}


header .button.bt {
	line-height:18px;
	padding-top:8px;
	padding-left:50px;
	text-align:left;
}

header .button.bt_gallery {
	background-image:url(/img/icon_photo_gallery.png);
	background-repeat:no-repeat;
	background-position:8px 8px;
	padding-left:63px;
}

header .button.bt_calc {
	background-image:url(/img/icon_calc.png);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding-left:48px;
}

nav.top-menu {
	height:62px;
	background-color:rgba(0,0,0,.8);
	box-shadow: rgba(255,255,255,.3) 0 0 0 1px;
	-webkit-box-shadow: rgba(255,255,255,.3) 0 0 0 1px;
	font-family: "BebasRegular";
}

nav.top-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

nav.top-menu li {
	float:left;
	margin:0;
}

nav.top-menu a {
	line-height:62px;
	color:#fff;
	font-size:20px;
	padding:0 25px 0 51px;
	display:block;
	border-left:#3b3b3b 1px solid;
	background-image:url(/skin/cox/img/top_menu_iconset.png);
	background-position:20px 20px;
	background-repeat:no-repeat;
}

.top-menu li.active a, .top-menu li a:hover {
	background-color:#050505;
}

.top-menu li:nth-child(2) a {
	background-position:20px -47px;
}

.top-menu li:nth-child(3) a {
	background-position:20px -118px;
}

.top-menu li:nth-child(4) a {
	background-position:20px -182px;
}

.top-menu li:nth-child(5) a {
	background-position:20px -247px;
}


section {
	min-height:400px;
}


footer {
	height:82px;
	background-color:#2a2a2a;
}

div.footer-logo a {
	display:block;
	color:#fff;
	font-size:30px;
	font-family:"BebasBold";
	line-height:82px;
}

div.footer-logo a span {
	color:#d12f22;
}

div.footer-menu {
	text-align:right;
}

div.footer-menu a {
	color:#fff;
	font-family:"BebasRegular";
	text-decoration:underline;
	text-transform:uppercase;
	font-size:20px;
}

.footer-menu-items {
	list-style-type:none;
	float:right;
	margin:0;
}

.footer-menu-items li {
	display:block;
	float:left;
	margin-right:25px;
	line-height:82px;
}

.footer-menu-items li:last-child {
	margin-right:0;