
/*********************** STANDARD ELEMENTS ****************************/

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, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Lato', Arial, sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 16px;
    color: #000;
    text-align: left;
    background: #151312;
	line-height:1.45em;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* for the admin page editing area */
.mce-content-body { background-color: #fff !important; background-image:none; }


table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* GENERAL FORMATTING */
					
a, a:visited {
    text-decoration: none;
    color: #bc2c2c;
	font-weight:700;
}

a:hover, a:active {
    color: #000;
}

strong {font-weight:700}
em {font-weight:unset;}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.45em;
    font-weight: 700;
    color: #000;
	margin-bottom:0.7em;
}

h1 {
    font-size: 1.45em;
	margin-top:1em;
	margin-bottom:1em;
	text-transform:uppercase;
}

h2 {
    font-size: 1.3em;
	text-transform:uppercase;
	margin-top:1.4em;    
	margin-bottom: 1em;
    margin-top: 3.4em;
}

h3 {
    font-size: 1em;
}


img,
embed,
object,
video {
    max-width: 100%;
    border: 0 none;
	vertical-align: middle;
}

p {
	line-height:2em;
	margin-bottom:0.75em;
}

#content-inner > ul {
	margin-bottom:1em;
    list-style: none;
}

#content-inner > ul > li {
	padding-left:.5em;
	margin-bottom:.25em;
}

#content-inner > ul > li:before {
    content: "■";
	padding-right:1em;
    color: #bc2c2c; /* or whatever color you prefer */
}

/*********************** MAIN DIVS ****************************/

.wrap {
    clear: both;
    display: block;
    margin: 0 auto;
	padding:0 16px;
    max-width: 960px;
	position:relative;
}
.wrapmax {
    clear: both;
    display: block;
    margin: 0 auto;
	padding:0;
    max-width: 960px;
}

#top {
    width: 100%;
	background:#fff;
}


#middle {
    width: 100%;
    position: relative;
	background:#fafafa;
}

#bottom {
    width: 100%;
    position: relative;
	background:#151312;
}

#debug {
	position:fixed;
	bottom:50px;
	right:0;
	background:rgba(0,0,0,.8);
	color:white;
	font-size:12px;
	text-align:right;
	padding:1em;
}


/*  CONTENT */

#content_area {
	height:auto;
	overflow:hidden;
}
#content_area-inner{
	padding-top:3em;
	padding-bottom:3em;
}

#content {
	width:100%;
	margin:0; RESET_ANY_SET_MARGIN:;
	padding:0; PADDING_CAN_NOT_BE_USED_WITH_100PERCENT_WIDTH:;
}
#sidebar {
	display:block;
	width:100%; WILL_BE_OVERWRITTEN_ABOVE_MOBILE_SIZE:;
	margin:0; RESET_ANY_SET_MARGIN:;
	padding:0; PADDING_CAN_NOT_BE_USED_WITH_100PERCENT_WIDTH:;
	min-height:1px;
}


/*only if sidebar*/
@media screen and (min-width:550px) and (max-width:720px){
	.hasSidebar #content {
		float:left;
		margin-right: -200px;
	}
	.hasSidebar #content-inner {
		margin-right:200px;
	}
	#sidebar {
		float:right;
		width:200px;
		padding-left:16px;
	}
}

@media screen and (min-width:721px) and (max-width:899px){
	.hasSidebar #content {
		float:left;
		margin-right: -250px;
	}
	.hasSidebar #content-inner {
		margin-right:250px;
	}
	#sidebar {
		float:right;
		width:250px;
		padding-left:16px;
	}
}

@media screen and (min-width:900px){
	.hasSidebar #content {
		float:left;
		margin-right: -300px;
	}
	.hasSidebar #content-inner {
		margin-right:300px;
	}
	#sidebar {
		float:right;
		width:300px;
		padding-left:16px; OUT_OF_THE_300:;
	}
}




/********** RIGHTCOL SIDE CONTACT FORM **********/

#side-contact-form {
	background:#ececec;
	padding:2em 10%;
	text-transform:uppercase;
	font-size:.7em;
	line-height:1.5em;
}
#side-contact-form p {
	font-weight:700;
	line-height:1.5em;
}
.sideformtxt1 {font-size:1.5em;font-weight:900 !important;margin-bottom:0;}
.sideformtxt2 {font-weight:900 !important;}


#side-contact-form  form {
	display:inline;
}
#side-contact-form  form div {
	display:block;
	background:white;
	border:1px solid #c8c8c8;
	margin:0 0 .5em 0;
	padding:.5em;
}
#side-contact-form  form input[type='text'],
#sideform-comments {
	width:100%;
	margin:0;
	border:0;
	padding:0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 12px;
	font-weight:400;
	color:black;
	vertical-align:middle;
}

/*********************** MAIN CLASSES ****************************/


.nobr, .nowr {white-space: nowrap;}
.whiteBG {background:white;}
.blackBG {background:black;}
.left {float:left;}
.right {float:right;}
.full {width:100%;}
.leftimg {clear:left; float:left;margin:.3em 2em 2em 0;font-style:italic;}
.rightimg {clear:right; float:right;margin:.3em 0 2em 2em;font-style:italic;}
.leftimg p, .rightimg p {margin:.5em 0 0 0;}
.fullimg {width:100%; margin-bottom:1em;}
.half {width:50%;}
.halfleftimg {float:left; width:48%;margin:1em 0;}
.halfrightimg {float:right; width:48%;margin:1em 0;}
.third {width:35%;}
.center {display:block;margin:2em auto;text-align:center;font-style:italic;width:auto;}
.noscale {max-width:none;}
@media (max-width: 549px) {
	.left, .right {float:none;}
	.leftimg, .rightimg {float:none;margin:2em auto;display:block;text-align:center;font-style:italic;}
	.half, .third  {width:auto;}
	.hideinmobile {display:none;}
}

/*********************** HEADER AREA **********************/		

#top-inner {
	position:relative;
}
#header {
	padding-top:2em;
	padding-bottom:2em;
}

@media (min-width: 900px) {
	#header {
		ppbackground: greenyellow;
	}
	#header-logo {
		float:left;
	}
	#header-left {
		position:absolute;
		bottom:0;
		right:0;
	}
}
@media (min-width: 550px) and (max-width:899px){
	#header {
		ppbackground: yellowgreen;
	}
	#header-logo {
		float:left;
		width:60%;
	}
	#header-left {
		position:absolute;
		bottom:0;
		right:0;
		width:40%;
	}
}
@media (max-width:549px){
	#header {
		ppbackground: greenyellow;
	}
	#header-left {
		padding-top:2em;
	}
}

#header-phone {
	text-align:right;
	margin-bottom:.5em;
}
#header-phone a {
	color:#000;
	font-size:1.5em;
	font-weight:700;
	letter-spacing: 1px;
}
#header-phone a:hover {
	color: #bc2c2c;
}
@media (min-width:550px) and (max-width:720px){
	#header-phone {
		margin-bottom:.5em;
	}
	#header-phone a {
		font-size:1.2em;
	}
}
@media (max-width:549px){
	#header-phone {
		position:absolute;
		left:0;
		bottom:-3px;
		margin-bottom:0;
		z-index:123;
	}
}

/*********************** HOME BANNER **********************/

#homebanner {
	clear:both;
	position:relative;
}
#homebanner-transpbg {
	height:auto;
}
@media (min-width:550px){
	#homebanner-left {
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:67.34%;
	}

	#homebanner-lefttop {}
	#homebanner-leftmiddle {
		position:absolute;
		left:0;
		right:0;
		top:22%;
		bottom:24.68%;
	}
	#homebanner-leftbottomleft,
	#homebanner-leftbottomcenter,
	#homebanner-leftbottomright {
		position:absolute;
		bottom:0;
		width:31.68%;
	}
	#homebanner-leftbottomleft {
		left:0;
	}
	#homebanner-leftbottomcenter {
		left:34.24%;
	}
	#homebanner-leftbottomright {
		right:0;
	}
}
.bannerbutton:hover {
	opacity:.7;
}

#homebanner-right {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:31.25%;
}
#homebanner-righttop {}
#homebanner-rightmiddle {
	position:absolute;
	top:37.59%;
	right:0;
}
#homebanner-rightbottom {
	position:absolute;
	bottom:0;
	right:0;
}

@media (max-width:549px) {
	#homebanner-transpbg {
		display:none;
	}
	#homebanner-left {}
	#homebanner-lefttop {}
	#homebanner-leftmiddle {
		margin:16px 0;
	}
	#homebanner-leftbottomleft,
	#homebanner-leftbottomcenter,
	#homebanner-leftbottomright {
		width:31.68%;
	}
	#homebanner-leftbottomleft {
		float:left;
	}
	#homebanner-leftbottomcenter {
		float:left;
		margin-left:2.5%;
	}
	#homebanner-leftbottomright {
		float:right;
	}
	
	#homebanner-right {
		display:none;
	}
}

#hometext {
	clear:both;
	padding-top:2em;
	padding-bottom:2em;
}

#calltoaction {
	border:1px solid #dfdfdf;
	text-align:center;
	background:#fff;
	display:block;
	margin:4em 0;
}
@media (min-width:550px){
	#calltoaction img:last-of-type{
		display:none;
	}
}
@media (max-width:549px){
	#calltoaction img:first-of-type{
		display:none;
	}
}

/*********************** NAVIGATION **********************/		

/*** ALL TOP, SIDE, MOBILE NAVIGATION IS MOVED TO NAVIGATION.CSS **/

/*********************** CONTENT ***********************/



/************************ FOOTER **********************/

#footer {
    margin: 1.5em auto;
	color:#fff;
	font-size:1em;
	overflow:hidden;
}

#footer h3 {
	font-weight:700;
	color:#fff;
	margin-bottom:1em;}

#footer-col1 {
	width:22.333%;
	float:left;
	margin-top:1.5em;
	margin-bottom: 1em;
	margin-left:2%;
	margin-right:2%;
}

#footer-col2 {
	width:36.333%;
	float:left;
	margin-top:1.5em;
	margin-bottom: 1em;
	margin-left:2%;
	margin-right:2%;
}

#footer-col3 {
	width:29.333%;
	float:right;
	margin-top:1.5em;
	margin-bottom: 1em;
	margin-left:2%;
	margin-right:2%;
}
#footer-col3 img {
	margin-bottom:2em;
}
#footer-col3 a {
	font-size:1.2em;
	margin-top:1em;
}

#footer a {
	color:#fff;
	display:block;
}
#redbutton {
	display:inline-block !important;
	color:fff;
	background:#c50524;
	font-size:1.2em;
	padding:.5em 1.5em;
	margin-top:2em;
}
#redbutton:hover {
	color:#fff !important;
	background:#c50524;
}

#footer a:hover {
    color:#c50524;
}

#footer p {margin-bottom:0.4em;}

#bottomgreyrow {
	background:#2c2c2c;
	padding:16px;
	color:#fff;
	font-size:.8em;
	font-weight:700;
	margin-bottom:2em;
}

#grey-col1 {
	width:58.666%;
	float:left;
	margin-left:2%;
	margin-right:2%;
}

#grey-col2 {
	width:29.333%;
	float:right;
	margin-left:2%;
	margin-right:2%;
}

#bottomgreyrow a {
	color:#fff;
}

#bottomgreyrow a:hover {
    color:#c50524;
}

@media (max-width: 549px) {
	#footer {font-size:.85em;}
	#footer-col1 {display:none;}
	#footer-col2 {width:50%;}
	#footer-col3 {width:40%;}
	#grey-col1 {width:auto;}
	#grey-col2 {width:auto; float:left;}
	#bottomgreyrow {
		font-size:.8em;
		font-weight:400;
	}
}
@media (max-width: 479px) {
	#footer {font-size:.7em;}
}