/* @override http://eurosat.com/assets/css/main.css */

body {
	background-color: #B5B5B5;
	padding-bottom: 30px;
}

#master {
	background-color: #FFF;
	-moz-box-shadow: 0px 3px 28px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 3px 28px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 28px rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = 'rgba(0,0,0,0.6)');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = 'rgba(0,0,0,0.6)')";
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

body:after {
	content: "";
	width: 100%;
	height: 40px;
	display: block;
}

#content {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 30px;
}

footer {
	background-color: #fbfbfb;
	width: 100%;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 0;
	display: inline-block;
	float: left;
	padding: 40px 0 20px;
}

footer ul.push {
	margin-top: 14px;
}

footer ul li {
	margin-bottom: 8px;
}

footer ul li.date {
	color: #b3b3b3;
}

footer ul li a {
	color: #7f7f7f;
}

footer ul li a:hover {
	color: #B91B25;
}

.sidebar {
	margin-top: 20px;
}

header {
	height: 125px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 35px 13px;
}

header a.logo {
	background: url(../img/global/header-logo.gif) no-repeat;
	display: block;
	width: 284px;
	height: 90px;
	position: absolute;
	left: 30px;
	top: 14px;
}

ol#topnav {
	height: 40px;
	position: absolute;
	right: 40px;
	top: 30px;
	border: 1px solid #b5b5b5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

ol#topnav li {
	float: left;
	text-align: center;
	height: 40px;
	font-family: proxima-nova-soft;
	font-weight: 500;
	text-shadow: #e3e3e3 0 2px 1px;
}

ol#topnav li a {
	color: #13437B;
	font-size: 17px;
	line-height: 38px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 22px;
}

ol#topnav li a:hover, ol#topnav li a.active {
	color: #B91B25;
}

/* HERO */

#hero {
	height: 345px;
	background-color: #a3a3a3;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-image: url(../img/hero.jpg);
	position: relative;
}

#hero h1 {
	font-size: 63px;
	font-weight: 600;
	color: #08427d;
	text-shadow: rgba(255,254,255,0.68) 2px 2px 0;
	position: absolute;
	left: 46px;
	top: 30px;
}

#hero h2 {
	font-weight: 40000;
	position: absolute;
	left: 47px;
	top: 130px;
	width: 550px;
	font-size: 24px;
	line-height: 31px;
}

#hero .buttons {
	position: absolute;
	left: 49px;
	top: 268px;
}

#hero a {
	background-color: #bc1a1f;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	margin-right: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 19px;
}

#hero a:hover {
	position: relative;
	top: 1px;
	background-color: #a91619;
}

#hero a.branch {
	background: #bc1a1f url(../img/icon-pin.png) no-repeat 17px center;
	padding-left: 45px;
}

#hero a.catalogue {
	background: #bc1a1f url(../img/icon-catalogue.png) no-repeat 17px center;
	padding-left: 50px;
}

/* MAP */

#map {
	height: 345px;
	background-color: #a3a3a3;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

/* SIDEBAR */

.distributers {
	background-color: #f2f2f2;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 578px;
}

.distributers h5 {
	font-size: 15px;
	line-height: 22px;
	height: 8px;
	color: #5c5c5c;
}

.distributers ul.logos {
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 550px;
	display: inline-block;
	width: 218px;
}

.distributers .logos li {
	display: none;
	width: 218px;
	height: 550px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center center;
}

.freesat {
	background-color: #f2f2f2;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 220px;
}

.freesat .inner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 220px;
	display: inline-block;
	width: 218px;
	background: #FFF url(../img/sidebar/logo-freesat.gif) no-repeat center 30px;
}

.freesat p {
	color: #08427d;
	display: inline-block;
	margin-top: 140px;
	padding-top: 10px;
	font-size: 16px;
	width: 186px;
	border-top: 1px solid #f2f2f2;
	text-decoration: none;
}

.panel {
	background-color: #f2f2f2;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.panel h5 {
	font-size: 15px;
	line-height: 22px;
	height: 8px;
	color: #5c5c5c;
}

.panel .inner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	width: 218px;
	background: #FFF none center;
	padding-top: 20px;
	padding-bottom: 12px;
}

.panel .inner p {
	color: #5c5c5c;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 21px;
}

.panel .inner p a {
	color: #08427d;
}

.panel .inner p a:hover {
	color: #B91B25;
}

/* CONTENT */

.breadcrumbs {
	background-color: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 40px;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 20px;
	padding: 0 15px;
	height: 32px;
}

.breadcrumbs ol li {
	float: left;
	font-family: proxima-nova-soft;
	margin-left: 15px;
	background: url(../img/global/breadcrumb.gif) no-repeat right;
	padding: 6px 28px 6px 0;
}

.breadcrumbs ol li:first-child {
	margin-left: 0;
}

.breadcrumbs ol li a {
	color: #5c5c5c;
	text-decoration: none;
}

.breadcrumbs ol li.long {
	background-image: none;
	margin-right: 0;
	height: 20px;
	overflow: hidden;
	width: 359px;
}

/* NEWS */

.news .post {
	margin-bottom: 40px;
}

.news .post img {
	max-width: 590px;
}

.news .post:last-child {
	margin-bottom: 0;
}

.news .post .meta {
	color: #a7a7a7;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
}

.news .post p {
	color: #7c7c7c;
	line-height: 23px;
	font-size: 14px;
}

.news .post h2 a {
	color: #3c3c3c;
}

.news .post h2 a:hover {
	color: #B91B25;
}

/* ABOUT */

.about h1 {
	margin-bottom: 40px;
}

.about h4 {
	background: url(../img/about/icon-tick.gif) no-repeat 2px center;
	padding-left: 40px;
	margin-bottom: 10px;
}

.about p {
	color: #7c7c7c;
	line-height: 23px;
	font-size: 14px;
	padding-left: 40px;
}

/* NEWS */

.news .post {
	margin-bottom: 40px;
}

.news h3 a {
	margin-bottom: 10px;
	color: #000;
}

.news h5 {
	color: #bc1a1f;
}

.news .post .meta {
	margin-bottom: 20px;
	color: #aaa;
	font-size: 15px;
}

.news p {
	color: #7c7c7c;
	line-height: 23px;
	font-size: 14px;
}

.news p:last-child {
	margin-bottom: 15px;
}

/* CATALOGUE */

a.cover {
	width: 321px;
	height: 500px;
	background-image: url(../img/catalogue/cover.jpg);
	display: block;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

#viewer {
	background-color: #f2f2f2;
}

#viewer span:nth-child(1) {
	visibility: hidden;
}

/* BRANCHES */

.branches .branch {
	margin-bottom: 10px;
}

.branches p {
	color: #7c7c7c;
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 5px;
}

.branches p a {
	color: #13437B;
}

.branches p a:hover {
	color: #B91B25;
}

.branches .address {
	margin-bottom: 10px;
}

.branches .contact-bar {
	height: 122px;
	margin-bottom: 20px;
}

.branches .contact-bar .contact-left {
	float: left;
	width: 160px;
	margin-bottom: 6px;
}

.branches .contact-bar .contact-right {
	float: left;
}

/* FORMS */

.formrow {
	margin-bottom: 20px;
}

.formrow label {
	color: #5c5c5c;
	display: inline-block;
	margin-bottom: 10px;
	font: 14px proxima-nova-soft;
}

.formrow input[type=text] {
	border: 1px solid #f2f2f2;
	width: 250px;
	height: 15px;
	color: #686868;
	font: 15px proxima-nova-soft;
	background-color: #fafafa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}

.formrow textarea {
	border: 1px solid #f2f2f2;
	width: 570px;
	height: 150px;
	color: #686868;
	font: 15px proxima-nova-soft;
	background-color: #fafafa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}

.formrow .left {
	
}

.formrow .right {
	
}

.formrow input[type=submit] {
	background-color: #bc1a1f;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: none;
	font: 14px proxima-nova;
	padding: 11px 15px;
	cursor: pointer;
}

.formrow input[type=submit]:hover {
	background-color: #a91619;
}

#ajax-message {
	border: 1px solid #ffeaea;
	background-color: #FFEAEA;
	display: none;
	font-size: 14px;
	padding: 8px 11px;
	color: #bc1a1f;
}

/* PAGINATION */

ul.simplePagerNav {
	background-color: #f2f2f2;
}

ul.simplePagerNav li {
	float: left;
	padding: 5px;
	margin-right: 5px;
}

ul.simplePagerNav li a {
	color: #5c5c5c;
}

li.currentPage a {
	color: #5c5c5c;
	text-decoration: none;
}

div#map a {
	color: #08427d;
}

div#map a:hover {
	color: #B91B25;
}

.sidebar p.address {
	margin-top: 20px;
	line-height: 22px;
	color: #767676;
}