/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/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;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =GENERAL
-------------------------------------------------------------- */
body {
	background: #f3f4f6;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}

h1 {
	color: #8d1f29;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
}

h2 {
	color: #8d1f29;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.8em;
}

h3 {
	color: #8d1f29;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.5em;
}

a {
	text-decoration: none;
}

/* =HEADER
-------------------------------------------------------------- */
header {
	min-height: 166px;
	background: #91212c url('../images/bg-header.png') no-repeat top center;
	border-bottom: 6px solid #640009;
}

div#header-inner-wrapper {
	width: 1000px;
	min-height: 130px;
	margin: 0 auto;
}

header a#logo-link {
	display: block;
	float: left;
	width: 431px;
	height: 37px;
	margin-top: 48px;
}

header a#logo-link img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

nav.top-nav {
	float: right;
	height: 30px;
	padding-left: 19px;
	margin-bottom: 10px;
	background: url('../images/nav-top-angle.png') no-repeat bottom left;
}

nav.top-nav ul {
	height: 31px;
	padding-top: 7px;
	background: #14212a;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
}

nav.top-nav li {
	float: left;
}

nav.top-nav li a {
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	display: block;
	padding: 0 10px;
	color: #fff;
	border-right: 1px solid #5d666c;
	font-size: 1.3em;
	line-height: 20px;
}

nav.top-nav li.last-menu-item a {
	border-right: 0;
}

nav.top-nav li a:hover {
	background: #5d666c;
}

ul#header-contact {
	float: right;
	clear: right;
	width: 300px;
	text-align: right;
}

ul#header-contact li.header-contact-call {
	color: #fff;
	padding-top: 5px;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
	line-height: 1.8em;
}

ul#header-contact li.header-contact-call strong {
	font-size: 1.7em;
	font-weight: bold;
}

ul#header-contact li.header-contact-email {
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
	line-height: 1.2em;
}

ul#header-contact li.header-contact-email a {
	color: #fff;
}

ul#header-contact li.header-contact-email a:hover {
	color: #14212a;
}

ul#header-social {
	float: right;
	width: 260px;
	height: 46px;
	padding-top: 4px;
	margin-right: 9px;
	background: url('../images/bg-header-social.png') repeat-y 0 0;
	text-align: center;
}

ul#header-social li {
	display: inline;
	margin: 0;
	padding: 0;
}

nav.main-nav {
	clear: both;
	min-height: 36px;
	background: url('../images/bg-repeat-main-nav.png') repeat-y top center;
}

nav.main-nav > ul {
	width: 1000px;
	min-height: 36px;
	margin: 0 auto;
}

nav.main-nav > ul > li {
	float: left;
	position: relative;
	height: 42px;
	margin-right: 14px;
	margin-bottom: -6px;
}

nav.main-nav > ul > li.active > a,
nav.main-nav > ul > li  > a:hover {
	border-bottom: 6px solid #fff;
}

nav.main-nav > ul > li.first-menu-item {
	padding-left: 0;
}

nav.main-nav > ul > li.last-menu-item {
	margin-right: 0;
	padding-right: 0;
}

nav.main-nav ul li ul {
	position: absolute;
	display: none;
	top: 100%;
	margin-top: -6px;
	left: -999em;
	z-index: 100;
	background: #b6333f;
	border-bottom: 6px solid #640009;
}

nav.main-nav ul li:hover ul {
	display: block;
	left: 0;
}

nav.main-nav ul li {
	padding: 0 8px;
}

nav.main-nav ul li a {
	display:block;
	padding: 0;
	color: #fff;
	white-space: nowrap;
	font-family: 'freightsans_bookregular', 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.9em;
	line-height: 36px;
}

nav.main-nav ul li ul li:hover {
	background: #a32e39;
}


/* =CONTENT
-------------------------------------------------------------- */
div#content {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 38px 0 40px;
}

div#content-inner-wrapper {
	width: 737px;
	float: left;
}

article {
	padding-bottom: 30px;
}

article h1, article h2, article h3 {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

article h1 {
	font-size: 2.6em;
}

article p, article li, article dt, article dd, article cite {
	color: #5e666c;
	font-size: 1.5em;
	line-height: 1.5em;
}

article cite {
	margin-bottom: 2.5em;
	font-style: italic;
}

article li li, article dt dt, article dd dd, article li p {
	font-size: inherit
}

article p {
	margin: 0 0 1.5em;
}

article ul {
	margin: 0 0 1.5em;
}

article ul li {
	margin: 0;
	padding-left: 37px;
	background: url('../images/bullet.png') no-repeat 0 7px;
}

article ol {
	margin: 0 0 1.5em;
	counter-reset: item
}

article ol li {
	margin: 0 0 1.5em 2em;
	position: relative;
}

article ol li:before {
	position: absolute;
	left: -2em;
	content: counter(item) ". ";
	counter-increment: item;
	color: #8d1f29;
}

article dl {
	margin: 0 0 1.5em;
}

article a {
	color: #8d1f29;
	text-decoration: underline;
}

article a:hover {
	text-decoration: none;
}

article strong {
	font-weight: bold;
}

article em {
	font-style: italic;
}

article img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

article img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

article img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

article div#header-image-wrapper {
	width: 737px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
	padding-bottom: 20px;
	background: url('../images/shadow-header-image.png') no-repeat center bottom;
}
article div#header-image-wrapper img {
	margin: 0 !important
}

article blockquote#page-quote {
	padding: 22px 0 22px 35px;
	margin-bottom: 30px;
	background: url('../images/quote-open.png') no-repeat 0 25px;
	border-top: 1px solid #d0d1d3;
	border-bottom: 1px solid #d0d1d3;
}

article blockquote#page-quote p {
	padding: 0 35px 0 0;
	margin: 0;
	background: url('../images/quote-close.png') no-repeat 100% 100%;
	color: #454545;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
	line-height: 1.3em;
}

/* contact and comment forms */
#commentform p {
	font-size: inherit;
}

article div.wpcf7 {
	clear: both;
	margin-top: 60px;
}

article #commentform p,
article div.wpcf7 li {
	padding: 0;
	background: none;
	font-size: inherit;
	margin-bottom: 6px;
}

article #commentform p.comment,
article div.wpcf7 li.contact-comment {
	margin-bottom: 15px;
}

article #commentform p.submit,
article div.wpcf7 li.contact-submit {
	text-align: right;
	padding-right: 63px;
}

article #commentform p label,
article div.wpcf7 li label {
	width: 130px;
	float: left;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.5em;
	line-height: 30px;
}

article #commentform p input[type="text"],
article div.wpcf7 li input[type="text"] {
	height: 30px;
}

article #commentform p input[type="text"],
article #commentform p textarea,
article div.wpcf7 li input[type="text"],
article div.wpcf7 li input[type="email"],
article div.wpcf7 li textarea {
	width: 515px;
	padding: 0 2px;
	color: #5e666c;
	border: 4px solid #e5e7eb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
    -webkit-box-shadow: inset 0px 2px 0px 0px #ccc;
    -moz-box-shadow: inset 0px 2px 0px 0px #ccc;
    box-shadow: inset 0px 2px 0px 0px #ccc;
}

article #commentform p textarea,
article div.wpcf7 li textarea {
	padding: 2px;
	line-height: 1.2em;
	resize: none;
}

article #commentform p textarea:focus,
article #commentform p input:focus,
article div.wpcf7 textarea:focus,
article div.wpcf7 input:focus {
	outline: none;
}

article #comments ol li {
	border-bottom: 1px solid #ddd;
}

article div.wpcf7 div.wpcf7-response-output {
	outline: none;
	color: #5e666c;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.5em;
}

article div.wpcf7 span.wpcf7-not-valid-tip {
	height: 26px!important;
	padding: 0!important;
	border: 0!important;
	line-height: 26px!important;
	top: -7px!important;
	left: 7px
}

article #commentform div.error,
article #commentform label.error {
	color: #8d1f29;
	font-size: 15px;
}

article #commentform input.error,
article #commentform textarea.error {
	background-color: #8d1f29;
	color: #fff!important;
}

/* homepage specific */
section#home-slider {
	position: relative;
	height: 393px;
	background: #fff url('../images/bg-home-slider.png') no-repeat top center;
}

section#home-slider div#home-slider-wrapper-inner {
	position: absolute;
	overflow: hidden;
	top: 38px;
	left: 50%;
	margin-left: -500px;
	width: 737px;
	height: 310px;
	padding-bottom: 20px;
	background: url('../images/shadow-header-image.png') no-repeat center bottom;
}

section#home-slider ul#home-slider-list {
	width: 737px;
	height: 310px;
}

section#home-slider ul#home-slider-list li {
	width: 737px;
	height: 310px;
	position: relative;
}

section#home-slider ul#home-slider-list div.slider-text {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 58px;
	width: 698px;
	padding: 20px;
	overflow: hidden;
	background: rgba(255,255,255,0.8);
}

section#home-slider ul#home-slider-list div.slider-text p {
	color: #454545;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2.2em;
	line-height: 1.3em;
}

section#home-slider ul#home-slider-list div.slider-text p strong {
	font-weight: bold;
}

section#home-slider ul#home-slider-list div.slider-text p em {
	font-style: italic;
}

aside#home-sidebar {
	float: left;
	width: 312px;
	height: 500px;
	margin-right: 30px;
}

div#content-inner-wrapper.home {
	width: 395px;
}

aside#home-sidebar blockquote#page-quote {
	margin-bottom: 30px;
	background: url('../images/quote-open-large.png') no-repeat 0 0;
}

aside#home-sidebar blockquote#page-quote p {
	padding: 7px 0 5px;
	color: #464646;
	background: url('../images/quote-close-large.png') no-repeat 100% 100%;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	text-indent: 45px;
}

/* right sidebar */
aside#sidebar {
	float: right;
	width: 227px;
}

aside#sidebar ul li {
	margin-bottom: 25px;
}

/* widget: quote */
aside#sidebar ul li.online-quotation {
	padding: 15px;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

body#page-home aside#sidebar ul li.online-quotation {
	width: 197px;
	height: 280px;
	position: absolute;
	top: 210px;
	right: 50%;
	margin-right: -500px; 
}

body#page-home aside#sidebar ul li.online-quotation div.button-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 227px;
	height: 60px;
	padding-top: 20px;
	background: #f3f4f6;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

aside#sidebar ul li.online-quotation h2 {
	padding-bottom: 10px;
	margin-bottom: 24px;
	color: #454545;
	border-bottom: 1px dotted #a7a7a7;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

aside#sidebar ul li.online-quotation h2 span {
	color: #8d1f29;
}

aside#sidebar ul li.online-quotation p {
	margin-bottom: 22px;
	color: #5e666c;
	font-size: 1.5em;
	line-height: 1.3em;
}

aside#sidebar ul li.online-quotation a {
	display: block;
	margin: 0 auto 10px;
	width: 140px;
	background: url('../images/bg-button-repeat-large.png') repeat-x top center;
	font-size: 1.8em;
	line-height: 35px;
}

aside#sidebar ul li.online-quotation a:hover {
	background: url('../images/bg-button-repeat-large-inv.png') repeat-x top center;
}

/* widget: recent posts */
aside#sidebar ul li.widget_recent_entries {
	padding: 15px;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

aside#sidebar ul li.widget_recent_entries h2 {
	margin-bottom: 12px;
	color: #454545;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

aside#sidebar ul li.widget_recent_entries h2 span {
	color: #8d1f29;
}

aside#sidebar ul li.widget_recent_entries a.recent-posts-title {
	display: block;
	margin-bottom: 12px;
	color: #454545;	
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.9em;
	line-height: 1.2em;
}

aside#sidebar ul li.widget_recent_entries p {
	margin-bottom: 10px;
	color: #5e666c;
	font-size: 1.3em;
	line-height: 1.5em;
}

/* widget: facebook */
aside#sidebar ul li.widget_FacebookLikeBox {
	background: #fff;
}

/* widget: testimonials */
aside#sidebar ul li.Testimonials_Widget_Widget {
	position: relative;
	padding: 80px 15px 5px;
	background: #8d1f29;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

aside#sidebar ul li.Testimonials_Widget_Widget h2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 15px 0;
	height: 55px;
	width: 197px;
	background: #640009;
	color: #fff;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

aside#sidebar ul li.Testimonials_Widget_Widget p {
	font-size: 1.6em;
	line-height: 1.4em;
}

/* post index specific */
article.post-index {
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #a7a7a7;
}

article.post-index a.post-thumb {
	float: left;
	display: block;
	margin-right: 37px;
	padding-bottom: 10px;
	background: url('../images/shadow-post-thumb.png') no-repeat center bottom;
}

article.post-index div.post-content-wrapper {
	float: left;
	width: 600px;
}

article.post-index div.post-content-wrapper.full-width {
	width: auto;
}

article.post-index div.post-content-wrapper h1 a {
	color: #8d1f29;
	text-decoration: none;
}

article.post-index div.post-content-wrapper .button {
	float: right;
}

.wp-pagenavi {
	height: 40px;
	text-align: center;
	font-size: 1.5em;
}

.wp-pagenavi span,
.wp-pagenavi a {
	padding: 3px 6px!important;
	border: 1px solid #992732!important;
	background: #992732;
	color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #fffffe;
	color: #992732;
	font-weight: normal!important;
}

/* =FOOTER
-------------------------------------------------------------- */
footer {
	clear: both;
	background: #fff;
}

div#footer-inner-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 45px 0;
}

footer section#footer-slider {
	float: left;
	position: relative;
	width: 868px;
	height: 126px;
	padding: 13px 66px 13px 66px;
	margin-bottom: 45px;
	background: #f3f4f6;
}

footer section#footer-slider ul#slider {
	width: 604px;
	height: 126px;
}

footer section#footer-slider ul#slider li {
	float: left;
	width: 125px;
	height: 126px;
}

footer section#footer-slider ul#slider li a {
	display: block;
	height: 126px;
	background: #fff;
	text-align: center;
}

footer section#footer-slider ul#slider li p {
	margin: 0;
	color: #3f5a6d;
	font-family: 'freightsans_bookregular', 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.4em;
}

footer section#footer-slider .bx-wrapper .bx-viewport {
	left: 0;
}

footer section#footer-slider .bx-controls-direction a {
	position: absolute;
	margin-top: 0;
	top: -13px;
	width: 44px;
	height: 152px;
}

footer section#footer-slider a.bx-prev {
	left: -66px;
	background: url('../images/carousel-arrow-left.png') no-repeat 0 0;
}

footer section#footer-slider a.bx-next {
	right: -66px;
	background: url('../images/carousel-arrow-right.png') no-repeat 0 0;
}

footer aside#footer-newsletter {
	float: right;
	width: 211px;
	height: 122px;
	padding: 15px 8px;
	margin-bottom: 45px;
	background: #f3f4f6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

footer aside#footer-newsletter h1 {
	margin-bottom: 15px;
	color: #454545;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

footer aside#footer-newsletter h1 span {
	color: #8d1f29;
}

footer aside#footer-newsletter label {
	display: block;
	margin-bottom: 10px;
	color: #454545;
	font-size: 1.4em;
	line-height: 1.1em;
}

footer aside#footer-newsletter input[type="text"] {
	width: 168px;
	float: left;
	height: 23px;
	padding: 0 2px;
	margin-bottom: 4px;
	color: #aaa;
	border: 1px solid #ddd;
	border-right: 0;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius:  5px 0px 0px 5px;
	border-radius:  5px 0px 0px 5px;
	font-size: 14px;
	line-height: 23px;
}

footer aside#footer-newsletter input[type="submit"] {
	width: 28px;
	height: 25px;
	float: left;
	margin-bottom: 4px;
	background: url('../images/newsletter-submit.png') no-repeat 0 0;
	border: 0;
	text-indent: -5000px;
}

footer aside#footer-newsletter input[type="submit"]:hover {
	cursor: pointer;
}

footer aside#footer-newsletter img.ajax-loader,
footer aside#footer-newsletter span.wpcf7-not-valid-tip {
	display: none;
}

footer aside#footer-newsletter div.wpcf7-response-output {
	color: #454545;
	font-size: 14px;
}

footer section#footer-contact-accr {
	clear: both;
	min-height: 150px;
	padding: 20px 0;
	border-top: 1px dotted #a7a7a7;
}

footer div#footer-contact {
	width: 440px;
	float: left;
}

footer div#footer-contact div.widget {
	width: 220px;
	float: left;
}

footer div#footer-contact h2 {
	margin-bottom: 10px;
}

footer div#footer-contact div.footer-address p {
	color: #5e666c;
	font-size: 1.3em;
	line-height: 1.5em;
}

footer div#footer-contact div.footer-telephone {
	margin-bottom: 20px;
}

footer div#footer-contact div.footer-telephone p {
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #464646;
}

footer div#footer-contact div.footer-email p {
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
}

footer div#footer-contact div.footer-email p a {
	color: #464646;
}

footer div#footer-accr {
	width: 520px;
	float: right;
}

footer div#footer-accr div.widget {
	float: right;
	margin: 0 0 25px 25px;
}

/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

.clearfix {
	zoom: 1; /* For IE7 and below */
}

.button {
	display: inline-block;
	min-height: 26px;
	padding: 0 9px;
	background: #b53e44 url('../images/bg-button-repeat.png') repeat-x bottom center;
	color: #fff;
	border: 0;
	text-align: center;
	text-decoration: none;
	font-family: "museo_sans_500regular", 'Gill Sans', 'Geneva', sans-serif;
	font-size: 1.4em;
	line-height: 26px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button:hover {
	background: #d04a52 url('../images/bg-button-repeat-inv.png') repeat-x bottom center;
	cursor: pointer;
}

div.wpcf7-response-output {
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
       background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
       background-repeat:repeat;
    }
}

/* =IE FIXES
-------------------------------------------------------------- */
html.ie7 section#home-slider ul#home-slider-list div.slider-text,
html.ie8 section#home-slider ul#home-slider-list div.slider-text {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
	zoom: 1;
}

html.ie7 article li li,
html.ie7 article li p,
html.ie7 article dt dt,
html.ie7 article dd dd {
	font-size: 13px;
}

html.ie7 article div.wpcf7 li input[type="text"],
html.ie8 article div.wpcf7 li input[type="text"],
html.ie7 article div.wpcf7 li textarea,
html.ie8 article div.wpcf7 li textarea,
html.ie7 nav.top-nav ul,
html.ie8 nav.top-nav ul,
html.ie7 aside#sidebar ul li.online-quotation,
html.ie8 aside#sidebar ul li.online-quotation,
html.ie7 aside#sidebar ul li.widget_recent_entries,
html.ie8 aside#sidebar ul li.widget_recent_entries,
html.ie7 aside#sidebar ul li.Testimonials_Widget_Widget,
html.ie8 aside#sidebar ul li.Testimonials_Widget_Widget,
html.ie7 aside#sidebar ul li.Testimonials_Widget_Widget h2,
html.ie8 aside#sidebar ul li.Testimonials_Widget_Widget h2,
html.ie7 footer aside#footer-newsletter,
html.ie8 footer aside#footer-newsletter,
html.ie7 .button,
html.ie8 .button {
	position: relative;
	behavior: url(/css/PIE/PIE.htc);
}

html.ie7 aside#sidebar ul li.Testimonials_Widget_Widget h2,
html.ie8 aside#sidebar ul li.Testimonials_Widget_Widget h2 {
	position: absolute;
}

html.ie7 article ol {
	list-style: decimal;
	padding-left: 28px;
}

html.ie7 article ol li {
	padding-left: 10px;
}

html.ie7 article #commentform p label,
html.ie7 article #commentform p input,
html.ie7 article #commentform p textarea
html.ie7 article div.wpcf7 li label,
html.ie7 article div.wpcf7 li input,
html.ie7 article div.wpcf7 li textarea {
	font-size: 15px;
}

html.ie7 article div.wpcf7 span.wpcf7-not-valid-tip {
	top: 5px!important;
}

html.ie7 footer aside#footer-newsletter input[type="submit"] {
	font-size: 0;
}

/* =FONTS
-------------------------------------------------------------- */
@font-face {
    font-family: 'museo_sans_500regular';
    src: url('fonts/MuseoSans_500-webfont.eot');
    src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'freightsans_bookregular';
    src: url('fonts/ufonts.com_freightsans-book-webfont.eot');
    src: url('fonts/ufonts.com_freightsans-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_freightsans-book-webfont.woff') format('woff'),
         url('fonts/ufonts.com_freightsans-book-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_freightsans-book-webfont.svg#freightsans_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =RESPONSIVE
/* rough breakpoints, but the design would dictate how the 
/* page adapts. Also see viewport sizes on:
/* http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/
-------------------------------------------------------------- */

ul#header-social li#mobile-header,
#mobile-nav,
#mobile-close {
	display: none;
}
#mobile-header span:hover,
#mobile-close span:hover {
	cursor: pointer;
}

/* over 1020 is desktop and ipad landscape */
@media (max-width: 1020px) {
	/* tablets, inc ipad portrait from 768 - 1020 */
	div#header-inner-wrapper {
		width: auto;
		padding-right: 2%;
		padding-left: 2%;
	}
	header a#logo-link {
		margin-bottom: 30px;
	}
	ul#header-contact {
		width: auto;
		float: none;
		clear: both;
		text-align: left;
		margin-bottom: 30px;
	}
	ul#header-contact > li {
		display: inline-block;
	}
	ul#header-contact li.header-contact-call {
		margin-right: 30px;
		padding-top: 0;
		font-size: 1.8em;
		line-height: 50px;
	}
	ul#header-contact li.header-contact-email {
		font-size: 1.8em;
	}
	ul#header-contact li.header-contact-call a {
		display: inline-block;
		height: 50px;
		padding-left: 50px;
		background: url('../images/icon-tel.png') no-repeat 0 50%;
		line-height: 50px;
	}
	ul#header-contact li.header-contact-call strong {
		font-size: 1em;
	}
	ul#header-social {
		float: none;
		position: absolute;
		top: 70px;
		right: 0;
	}
	
	nav.main-nav {
		padding-right: 2%;
		padding-left: 2%;
	}
	nav.main-nav > ul {
		width: auto;
		text-align: center;
	}
	nav.main-nav > ul > li {
		float: none;
		display: inline-block;
		margin-right: 2px;
		text-align: left;
	}
	nav.main-nav ul li a {
		font-size: 1.6em;
	}
	
	/* content */
	div#content {
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
	}
	div#content-inner-wrapper {
		width: 70%;
	}
	article img {
		max-width: 100%;
		height: auto;
	}
	article video,
	article iframe {
		max-width: 100%;
	}

	/* sidebar */
	aside#sidebar {
		width: 25%;
	}
		/* online quotation image has user-edited inline styles */
		aside#sidebar ul li.online-quotation h2 {
			font-size: 2.5em;
		}
		aside#sidebar ul li.online-quotation > div > div {
			position: relative!important;
			width: 100%!important;
			height: auto!important;
			text-align: center;
		}
		aside#sidebar img {
			position: relative!important;
			max-width: 100%!important;
			width: auto!important;
			height: auto!important;
			left: auto!important;
		}
		
	/* homepage */
	#page-home #content {
		position: relative;
		padding-bottom: 400px;
	}
	#page-home #content:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		max-height:0;
	}
	
	section#home-slider div#home-slider-wrapper-inner {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding-top: 38px;
		margin-left: 0;
	}
	section#home-slider div#home-slider-wrapper-inner img {
		width: 100%;
		height: auto;
	}
	section#home-slider ul#home-slider-list div.slider-text {
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	div#content-inner-wrapper.home {
		width: 70%;
	}
	body#page-home aside#sidebar ul li.online-quotation {
		position: relative;
		top: auto;
		right: auto;
		margin-right: 0;
		width: auto;
		height: auto;
	}
	body#page-home aside#sidebar ul li.online-quotation div.button-wrapper {
		padding-top: 0;
		background: none;
	}
	
	aside#home-sidebar {
		position: absolute;
		bottom: 0;
		left: 2%;
		width: 96%;
		height: 400px;
		text-align: right;
		margin: 0;
	}
	aside#home-sidebar iframe {
		max-width: 100%;
	}
	aside#home-sidebar img {
		max-width: 100%;
		height: auto;
	}
	aside#home-sidebar > p,
	aside#home-sidebar > h3 {
		float: left;
		clear: left;
		max-width: 45%;
		text-align: left;
	}
	aside#home-sidebar > div {
		display: inline;
		max-width: 45%;
	}
	
	/* footer */
	div#footer-inner-wrapper {
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
	}
	footer section#footer-slider {
		height: 152px;
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	footer div#footer-contact {
		width: 40%
	}
	footer div#footer-contact div.widget {
		width: 100%;
		margin-bottom: 20px;
	}
	footer div#footer-accr {
		width: 60%;
	}
}

@media (max-width: 900px) {
	#page-online-quotation article img {
		float: none!important;
		clear: both;
		display: block;
		margin: 15px auto!important;
	}
}

.quotation_cta { display: none; }

@media (max-width: 767px) {
	/* modern smartphones, smaller tablets are below this res. */
	ul#header-social li#mobile-header {
		display: inline-block;
		width: 40px;
		height: 42px;
	}
	#mobile-header span,
	#mobile-close span {
		display: block;
		width: 40px;
		height: 42px;
		color: transparent;
		background: url('../images/icon-mobile-menu.png') no-repeat center center;
		font: 0/0 a;
		text-decoration: none;
	}
	#mobile-header span:hover {
		background: url('../images/icon-mobile-menu-inv.png') no-repeat center center;
	}
	
	#mobile-close {
		width: 0;
		height: 0;
	}
	#mobile-close span {
		position: fixed;
		top: 2px;
		left: 188px;
		background: url('../images/icon-mobile-menu-close.png') no-repeat center center;
		z-index: 999999;
	}
	#mobile-close span:hover {
		background: url('../images/icon-mobile-menu-close-inv.png') no-repeat center center;
	}
	
	nav.top-nav,
	nav.main-nav {
		display: none;
	}
	
	header {
		position: relative;
		padding-bottom: 65px;
		background-size: cover;
	}
	header a#logo-link {
		float: none;
		margin: 0 auto 15px;
		max-width: 98%;
		padding-top: 30px;
	}
	ul#header-contact {
		margin-bottom: 0;
		text-align: center;
	}
	ul#header-contact li {
		display: block;
		margin-right: 0!important;
	}
	ul#header-social {
		top: auto;
		bottom: 15px;
		right: auto;
		left: 50%;
		width: 250px;
		margin: 0 0 0 -125px;
	}
	ul#header-social li {
		display: inline-block;
		vertical-align: top;
	}
	ul#header-social li a,
	ul#header-social li a img {
		display: block;
	}
	
	/* content */
	div#content-inner-wrapper {
		width: 100%;
	}
	
	article img {
		float: none!important;
		clear: both;
		display: block;
		margin: 15px auto!important;
	}
	article table {
		overflow: scroll;
		display: block;
	}
	article table tbody {
		width: 600px;
		display: block;
	}
	
	
	article #commentform p input[type="text"],
	article #commentform p textarea,
	article div.wpcf7 li input[type="text"],
	article div.wpcf7 li input[type="email"],
	article div.wpcf7 li textarea {
		width: 95%;
		padding: 0 2%;
	}
	
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"] {
		max-width: 95%;
		padding-right: 2%;
		padding-left: 2%;
	}

	/* sidebar */
	aside#sidebar {
		width: 100%;
	}
	aside#sidebar ul li.online-quotation h2 {
		font-size: 2.5em;
	}
	
	/* homepage */
	#page-home #content {
		padding-bottom: 700px;
	}
	section#home-slider {
		height: 320px;
	}
	section#home-slider div#home-slider-wrapper-inner {
		padding-top: 0;
	}
	section#home-slider div#home-slider-wrapper-inner img {
		width: auto;
		max-width: none;
		height: 100%;
	}
	
	div#content-inner-wrapper.home {
		width: 100%;
	}
	aside#home-sidebar {
		height: 700px;
		text-align: center;
	}
	aside#home-sidebar > p,
	aside#home-sidebar > h3,
	aside#home-sidebar > div {
		float: none;
		clear: both;
		max-width: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	/* footer */
	footer section#footer-slider {
		float: none;
		width: 260px;
		margin: 0 auto 45px;
	}
	footer div#footer-contact {
		width: 100%;
		margin-bottom: 30px;
	}
	footer div#footer-accr {
		width: 100%;
		text-align: center;
	}
	footer div#footer-accr div.widget {
		display: inline-block;
		float: none;
		margin: 0 10px 20px;
		vertical-align: top;
	}
	footer div#footer-accr div.widget:first-child {
		display: block;
	}

        .quotation_cta {
                verticle-align: baseline; display: block; position: relative; width: 90%; min-height: 10em; margin: 0 auto; padding-top: 1em; padding-bottom: 1em;
        }
        .quotation_cta .textwidget {
                width: 100%; min-height: 10em;
        }
        .quotation_cta h2 {
                color: #333333; font-size: 4vw; word-wrap: break-word; white-space: pre-wrap;
        }
        .quotation_cta .quotation_cta_left {
                width: 50%; position: absolute; left: 0px; min-height: 10em; line-height: 5em; text-align: left;
        }
        .quotation_cta .quotation_cta_right {
                width: 50%; position: absolute; right: 0px; min-height: 10em; text-align: right; line-height: 10em;
        }
        .quotation_cta .button {
                 padding: 5px 15px;
        }
	
}

@media (max-width: 319px) {
	/* good interim breakpoint if needed for earlier iphones */
}

@media (max-width: 240px) {
	/* even smaller phones if needed */
}