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.5;
    color: #3f3a3a;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
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;
}
a{
    color: #c63927;
    text-decoration: none;
}
a:hover{
    color: #000;
}
input, textarea{
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
}
/**********/
h1{
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 15px;
}
h2{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}
h3{
    font-size: 30px;
     margin-bottom: 20px;
    font-weight: 400;
}
h4{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

b, strong {font-weight:bold;}
i, em {font-style:italic;}
.center {text-align:center;}

.container{
    max-width: 1366px;
    margin: 0 auto;
}
.header{
    background-color: #C63927;
    min-height: 70px;
}
.h-inner{
    padding: 0 10px;
}
.logo{
    float: left;
    margin-top: 20px;
}
.primary-nav{
    float: left;
    margin-left: 40px;
}
.primary-nav ul li{
    display: inline-block;
    margin-right: -4px;
}
.primary-nav ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 23px 20px;
    transition: all .5s;
}
.primary-nav ul li.current a{
    background-color: #3F3A3A;
}    
.primary-nav ul li a:hover{
    background-color: #3F3A3A;
}
.c-email{
    float: right;
    margin-top: 25px;
    margin-right: 10px;
}
.c-email a{
    color: #fff;
    font-style: italic;
}
.c-email a:hover{
    color: #3f3a3a;
}
.banner-wrapper{
    background-color: #939388;
        margin-bottom: 10px;
}
.banner-wrapper img{
    vertical-align: middle;
    border-bottom: 8px solid #C63927;
}
.container-sm{
    max-width: 1266px;
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
}
.page-content{
    padding: 20px 0;
}
.page-content p{
    margin-bottom: 20px;
}
.banner-wrapper{
    overflow: hidden;
    clear: both;
}
.sep{
    border-bottom: 1px dotted #939388;
    margin: 15px 0; 
}
.red{
    color: #c63927;
}
.gallery{
    margin-bottom: 15px;
}
.gallery ul li{
    display: inline-block; 
}
.gallery ul li a img{
    border: 4px solid #939388;
}
.fcta{
    background-color: #939388;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.fcta a{
    width: 300px;
    background-color: #c63927;
    color: #fff;
    font-size: 30px;
    padding: 13px 0;
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.fcta a:hover{
    background-color: #3F3A3A;
}
.main-footer{
    background-color: #3F3A3A;
}
.address{
    float: left;
    margin-right: 6%;
}
.main-footer p, .main-footer a{
    margin-bottom: 20px;
    color: #c6c6c6;
}
.address p strong{
    color: #fff;
}
.main-footer{
    overflow: hidden;
    padding: 55px 0;
}
.main-footer a:hover{
     color: #fff;
}
.alignright{
    text-align: right;
}
.navoggle{
    display: none;
}
@media all and (max-width: 1023px){
    .c-email{
        display: none;
    }
    .navoggle{
        margin-top: 16px;
        float: right;
        display: block;
    }
    .header{
        padding: 0 30px;
    }
    .primary-nav {
        float: none;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 70px;
        z-index: 99999;
        width: 320px;
        display: none;
    }
    .primary-nav ul li{
        display: block;
        margin-right: 0;
        background-color: #C63927;
        border-bottom: 1px solid #fff;
        text-align: right;
    }
   .primary-nav ul li a {
    padding: 13px 38px;
}
}
@media all and (max-width: 767px){
    .primary-nav ul li a {
    padding: 13px 20px;
}
    .header {
        padding: 0 0;
    }
    .container-sm {
        padding: 0 10px;
    }
     h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
    .address{
        float: none;
        margin-right: 0;
    }
    .main-footer{
        text-align: center;
        padding: 30px 0;
    }
}

.column-wrapper {width:100%; max-width:850px; margin:auto;}

/*  SECTIONS FOR HOMEPAGE COLUMNS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 4%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48%;
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 800px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  CONTACT FORM  */

#formwrap {width:100%; max-width:800px; min-height:200px; margin-left:auto; margin-right:auto;background-color:transparent; border:none;}

.formleft {text-align:left; line-height:2em;}

.form {text-align:left; font-size: 16px; padding-left: 10px; color: #3f3a3a; font-family: 'Raleway', sans-serif;}

.button {text-align:left; font-size: 16px; padding-left: 10px; color: #3f3a3a; font-family: 'Raleway', sans-serif;}

.small {font-size: 14px;}

.vsmall {font-size: 12px;}