/* --- Reset --- */
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;
}
.clearfix:after {
    content : "";
    line-height : 0;
    height : 0;
    display : block;
    clear : both;
    visibility : hidden;
}
.clearfix { display : block; }
html[xmlns] .clearfix { display : block; }
* html .clearfix { height : 1%; }
:focus { outline : 0; }
::selection { color : #fff; background : #008FD5; }
::-moz-selection { color : #fff; background : #008FD5; }
::-webkit-selection { color : #fff; background : #008FD5; }

/* --- Basic Styles --- */
html { -webkit-font-smoothing:antialiased; }
body { background: url('../img/ui/bg_body.jpg'); font-family: "Helvetica Neue", Arial, sans-serif; border-top: 20px solid #e52620; }
.container { width:960px; padding:0 30px; margin: 0 auto; box-shadow: 0 0 12px rgba(0,0,0,0.5); padding-bottom: 180px; }
.top { border-top: 1px solid #fff;   }
.bottom { border-bottom: 1px solid #bbb7b1; margin-bottom: 15px; }

/* --- Typography --- */
@font-face {
    font-family: 'Zurich Extra Cond';
    src: url('../fonts/zurich-extra-condensed-bt-webfont.eot');
    src: url('../fonts/zurich-extra-condensed-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zurich-extra-condensed-bt-webfont.woff') format('woff'),
         url('../fonts/zurich-extra-condensed-bt-webfont.ttf') format('truetype'),
         url('../fonts/zurich-extra-condensed-bt-webfont.svg#ZurichXCnBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	font-size: 14px;
	line-height:20px;
	margin-bottom: 15px;
	color: #fff;
	text-align: justify;
}
p a {
	color:#fff;
	text-decoration:underline;	
}
p a:hover {
	text-decoration:none;	
}
p.left-align {
	text-align:left;
}
p strong {
	font-weight: bold;
}
h1 {
	font:normal 36px "Zurich Extra Cond", sans-serif;
	text-transform: uppercase;
	color: #fff;
	
}
h4 {
	font:normal 24px "Zurich Extra Cond", sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height:28px;
	letter-spacing: 2px;
	padding:5px;
	margin-bottom: 0;
}
span.highlight {
	color: #e52620;
}

/* --- Header & Navigation --- */
header {
	padding-top: 20px;
	position:relative;
	width:960px;
	margin: 0 auto;
	margin-bottom: 5px;
}

header .logo {
	float: left;
	width:300px;
	height:auto;
}

header .contact-no {
	text-align: right;
	font:normal 36px "Zurich Extra Cond", sans-serif;;
	color: #fff;
	margin-top: 50px;
	letter-spacing:2px;
}
header .contact-no span {
	color: #e52620;
}

header .social-media {
	text-align:right;
	margin-top: 15px;
}

nav {
	background: rgba(0,0,0,0.2);

	padding:10px 5px 5px 5px;
	margin:0 auto;
	text-align:right;
}

#navigation li {
	display: inline;
}

#navigation li a,
#navigation li span {
	font:normal 22px "Zurich Extra Cond", sans-serif;
	letter-spacing:2px;
}
#navigation li span {
	color: #e30513;
	padding:0 5px;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover {
	color: #e30513;
}
#navigation li.active a {
	color: #e30513;
}

/* Hero Images */
#hero-image {
	width:950px;
	background: rgba(0,0,0,0.2);
	padding:5px;
	height: auto;
	margin-bottom: 20px;
}

/* Content */
.main-container {
	width: 695px;
	float: left;

	padding: 10px;
}
.main-container.pos-right {
    float:right;
}
.main-container .columns {
	width: 330px;
	margin-right:35px;
	float: left;
}
.side-container {
	width: 205px;
	float: right;
	padding:10px;
}
.side-container.pos-left {
    float:left;
}
.shade {
	background: rgba(0,0,0,0.2);
}
.column.full {
	width: 960px;
	margin:0 auto;
}
.column.half {
	float: left;
	width: 470px;
	margin-right:20px;
}
.column.quarter {
	float: left;
	width: 215px;
	padding:5px;
	margin-right: 20px;	
}
.left,
.right {
	width: 470px;	
	float: left;
	margin-right:20px;
}
.last {
	margin-right: 0 !important;
}

/* Call Back Block */
#call-back-form input[type="text"] {
	background: rgba(0,0,0,0.3);
	width: 195px;
	padding:5px;
	color: #fff;
	border: none;
}
#call-back-form label {
	color: #fff;
}#call-back-form .message {
	margin-top: 10px;
}
#call-back p {
	text-align:left;
}
.social-media.rect a {
	display:inline-block;
	width: 80px;
	height: 15px;
	background:url('../img/ui/social-media.png') no-repeat;
	text-decoration:none;
}

.social-media.circle a {
	display:inline-block;
	width:40px;
	height:39px;
	background:url('../img/ui/social-media.png') no-repeat;
	text-decoration:none;
}
.social-media.rect a.facebook 			{ background-position: -80px 0; }
.social-media.rect a.twitter 			{ background-position: -159px 0; }
.social-media.rect a.facebook:hover 	{ background-position: -80px -15px; }
.social-media.rect a.twitter:hover 		{ background-position: -159px -15px; }

.social-media.circle a.facebook 		{ background-position: -40px 0; }
.social-media.circle a.twitter 			{ background-position: 0 0; }
.social-media.circle a.facebook:hover 	{ background-position: -40px -39px; }
.social-media.circle a.twitter:hover 	{ background-position: 0 -39px; }






.social-media a span { display: none; }

/* ---  Forms --- */
#quick-quote {
	padding: 20px;
}
#quick-quote button {
	margin-bottom: 10px;
}
#contact-form {
	margin-top: 4px;
	margin-bottom: 20px;
}

label,
input {
	display:block;
	margin-bottom: 8px;
}

label {
	font-size: 14px;
	color: #fff;
}

input[type="text"],
textarea {
	width: 300px;
	padding: 6px;
	border:2px solid #575e60;
	background: #575e60;
	font-size: 13px;
	color: #fff;
}

input[type="radio"] {
	display:inline;
	
}
input[type="text"].required {
	border-color: #E52620;	
}
.radio {
	font-size: 14px;
	color: #fff;
}

.group {
	margin-bottom: 15px;
}

textarea {
	min-height: 80px;
}

.message {
	font-size: 14px;
	font-weight: normal;
	color: #E52620;
	display: block;
	margin-bottom: 0;
	text-align: left;
	display:inline-block;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.error {
	background:rgba(0,0,0,0.3);
	color: #fff;
}
.success {
	background:rgba(0,0,0,0.3);
	color: #fff;
	
}
select {
	display:block;
	margin-bottom: 10px;
}

button {
	background: #E52620; /* Old browsers */
	border: none;
	padding: 10px 20px;
	margin:0;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
	display:block;
}

.recovery-yes {
	display: none;
}


/* --- Image Slides --- */
#image-slides {
	margin-top: 30px;
}
#image-slides .column {
	min-height:280px;
}
#image-slides .slide {
	overflow: hidden;
	width: 215px;
	height:130px;
	position:relative;
	margin-bottom:5px;
}
#image-slides .slide .overlay {
	position:absolute;
	top:0;
	left: 0;
	background: #e52620;
	height:90px;
	width:175px;
	display:block;
	padding:20px;

}

#image-slides .slide h2 {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#image-slides .slide h3 {
	font:normal 36px "Zurich Extra Cond", sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height:33px;
	margin-top: 10px;
}

#image-slides p {
	padding:5px;
	text-align:left;
	
}
#image-slides a {
	color: #fff;
	text-decoration: none;
}
#image-slides a:hover {
	text-decoration: underline;
}



/* -- Twitter Feed --- */
#twitter-feed {
	margin-top: 30px;
	margin-bottom: 20px;
	height:105px;
}

#twitter-feed h4 {
	padding:8px;
}
#twitter_update_list {
	padding:8px;
}
#twitter_update_list li {
	list-style-type: none;
	font-size: 14px;
	line-height:20px;
	color: #fff;
}
#twitter_update_list li a {
	color: #fff;
	text-decoration: underline;
}

/* Downloads */
.downloads li {
	margin-bottom:10px;
}
.downloads .word {
	background: url(../img/ui/word-doc.png) no-repeat top left;
	padding-left: 25px;
}

/* --- Accreditations --- */
#accreditations {
	height: 165px;
}
#accreditations h4 {
	padding:8px;
}
#accreditations .logos {
	padding:0 10px 10px 33px;
}
#accreditations .logos img {
	margin-bottom: 2px;
}

/* -- Gallery --- */
.gallery {
	width: 940px;
	margin:0 auto;
	min-height:780px
}

/* --- Footer --- */
footer {
	float: left;
	width:100%;
	margin-top: -134px;
	padding:20px 0 41px;
	background: rgba(0,0,0,0.2);
}
footer .column.full {
	padding:0 30px;
}
footer .column.half {
	width: 470px;
	margin-right: 20px;
}
footer .column.quarter {
	background:none;
}
footer h4 {
	color: #42403e;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
footer p, address {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	margin-bottom: 0;
	line-height:18px;
}
footer a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}