@import url(//fonts.googleapis.com/css?family=Lora:400,400italic,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300italic,400,500);


/* GLOBAL STYLES */
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    font-family: "Lora", serif;
    font-size: 12px;
    background: #1a1a1a;
    font-weight: 300;

}

body, div, a, span, ul, li, textarea{
    font-family: "Roboto", sans-serif;
}
body, div, img, p, button, input, select, textarea {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    padding: 10px 0px 10px 0px; margin: 20px 0px 20px 0px;
    line-height: 1.1em;
    font-weight: 100;
    text-transform: uppercase;
    color: #787878;
}

h1{ font-size: 38px; margin-top: 30px;}
h2{ font-size: 32px; text-transform: none; }
h3{ font-size: 24px;  text-transform: none; }

h4{ font-size: 24px; }
h5{ font-size: 18px;  }
h6{ font-size: 16px;  }

h5, h6{
    font-family: sans-serif;
    color: #ed2323;
    text-transform: none;
}


a.arrow_link, a.l_arrow_link{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 0px;
}

a.arrow_link span, a.l_arrow_link span{
    position: relative;


    font-size: 30px !important;


    display: inline-block;

    font-size: 23px;
    font-family: "Verdana", sans-serif !important;

}
a.arrow_link span { transition: left .2s linear; left: 0px; color: #8f8f8f; }
a.l_arrow_link span { transition: right .2s linear; right: 0px;  line-height: 1em;}
a.arrow_link:hover span{
    left: 3px;
}
a.l_arrow_link:hover span{
    right: 3px;
}
.arrow_link span {
    line-height: 20px;
}
.arrow_link span > img{
    margin: 0 0 -9px 0;
}
.goBack.l_arrow_link > span > img{
    margin: 0;
}
a{ color: #ed2323; text-decoration: underline; font-weight: 500; font-family: "Lora",sans-serif; font-style: italic;}
a:visited, a:active{ color: #ed2323; }
a:hover, a:visited:hover{ color: #ed2323; }

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #f7f7f7;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    padding: 15px 2% 15px 2%;
    margin-bottom: 5px;
    border-radius: 7px;
}
select {
    max-width: 94%;
    width: 100%;
    /*-webkit-appearance: none;*/
}

.button, .button2{
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    padding: 16px 54px;

    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;

    transition: background .2s linear;
    background-color: #ed2323;
    border: 2px solid #ed2323;
    color: #fff;
}

a.button, a.button2{
    display: inline-block;
    color: #fff;
}

.button:hover, .button2:hover, a.button:hover, a.button2:hover{
    background-color: #fff;
    color: #ed2323;
}
a.goBack {
    cursor: pointer;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* END FORM ELEMENTS */

.content img{
    /* height: auto !important; */
    height: auto;
    max-width: 100%;
    padding: 0px;
    margin: 10px 0px;
}
#contact_c img {
	max-width: none;
}

.content #google_pano img{ margin: auto !important; max-width: none !important; }

.r_col_2 .r_col, .r_col_3 .r_col, .r_col_4 .r_col{
    padding: 0px;
}


/* END GLOBAL STYLES */

#cc_left_side{
    display: none;
    position: fixed;
    z-index: 0;

    left: 50%;
    top: 10px;
}

#top{
    position: relative;
    overflow: hidden;
}

#site_c{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: visible;

    transition: left .25s ease-in;
}

#site_c.mb_left{
    left: -300px;
}

#page_container{
    position: relative;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}



/* primary containers */
#main_container{
    width: auto;
    text-align: left;
    padding: 0px;
    margin: 0px auto;

    background: #fff;
    color: #5d5d5d;
}


/* primary fixed areas */
#header, #main, #footer{
    position: relative;
    text-align: left;
}

#header_container{
    position: absolute;
    z-index: 50000;

    width: 100%;
    height: 65px;
    max-height: 130px;

    background-color: #1a1a1a;
}

#header{
    height: inherit;
    position: relative;
    margin: 0px auto;
    padding: 10px 15px 7px;
}

#h_logo_c{
    line-height: 0;
    position: absolute;
    z-index: 20001;
}

#header_link{
    border: 0;
    text-decoration: none;
}

#header_link img{
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: auto;
    max-width: 100%;
}

a img{
    border: 0px;
}

#h_menu_c{
    position: absolute;
    top: 8px;
    right: 20px;

    width: 45px;
    height: 45px;

    background: transparent;

    /*height: 32px;*/
}

#h_menu_button{
    cursor: pointer;
    width: 60px;
    height: 60px;
}

#h_menu_button span {
    background-color: #FFF;
    border-radius: 1px;
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 21px;
    transition: all 0.2s linear;
}
#h_menu_button span:first-child{ transform: translate(0, -10px); }
#h_menu_button span:first-child + span{ transform: translate(0, 0px); }
#h_menu_button span:last-child{ transform: translate(0, 10px); }
/* END LOGO STYLES */

/* MENUBAR STYLES */
#dd_arrow {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    display: none;
    float: right;
    height: 5px;
    margin-left: 5px;
    position: relative;
    right: auto;
    top: -4px;
    transition: none 0s ease 0s ;
    width: 8px;
}
#menubar{
    overflow: auto;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 20000;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 60px;

    width: 300px;
    background: #1a1a1a;

    text-align: left;

    padding: 60px 0 0 0;

    transition: right .25s ease-in;
}
#menubar a p { display: none; }
#menubar a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
}
#menubar.mb_open{
    left: auto;
    right: 0;
}

#mb_close{
    position: absolute;
    top: 15px;
    right: 25px;

    width: 40px;
    height: 40px;

    cursor: pointer;
}
#mb_close span {
    background-color: #676767;
    border-radius: 1px;
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 21px;
}

#mb_close span:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mb_close span:last-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#call_num {
    background: none repeat scroll 0 0 #1a1a1a;
    border-radius: 10px 0 0 10px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 121px;
    display: none;
}
#call_num h5 {
    color: #ffffff;
    transition: color 0.2s linear 0s;
    margin: 0;
}
#call_num:hover h5 {
    color: #ed2323;
}
#h_clients{
    display: none;

    position: absolute;
    top: 0px;
    right: 0px;

    overflow: hidden;

    background: url(/images/fob_arrow_button.png) no-repeat top left;

    height: 94px;
    width: 231px;
}


#h_clients:hover{
    background: url(/images/fob_arrow_button_hover.png) no-repeat top left;
}


#h_clients a{
    display: block;
    margin-left: 47px;
    padding: 35px 0px 40px 0px;
    text-align: center;

    font-size: 16px;

    text-decoration: none;
    text-transform: uppercase;
}

#menubar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tmenu_pn {
    background: #ed2323 none repeat scroll 0 0;
    border: 2px solid #ed2323;
    box-sizing: border-box;
    display: none;
    height: 100%;
    padding: 37px 15px;
    position: absolute;
    right: 105px;
    text-decoration: none;
    top: 0;
    transition: background 0.2s linear 0s;
}
#tmenu_50y {
    position: absolute;
    right: 67px;
    top: 0;
}
#tmenu_50y img {
    max-width: 100%;
    width: 65px;
}
#tmenu_pn strong{
    color: #fff;
    font-family: "Lora",sans-serif;
    font-size: 20px;
    line-height: 0;
    margin: 0;
    padding: 0;
    transition: color 0.2s linear 0s;
    vertical-align: middle;
}
#tmenu_pn span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 0;
    vertical-align: middle;
}

.tmenu li{
    float: none;
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.tmenu li a{
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 15px;

    border-bottom: 1px solid #242424;

    text-decoration: none;

    font-size: 18px;
    font-style: normal;
    font-weight: 300;

    color: #fff;
    transition: color .2s linear;
}
.tma span{ position: absolute; top: 21px; right: 17px; display: block; width: 20px; height: 2px; background-color: #676767; border-radius: 1px; transition: all .2s linear; }
.tma span:first-child + span{ transform: rotateZ(180deg); }
.tma span:last-child{ transform: rotateZ(270deg); }

.tma.ta_active span{
     transform: rotateZ(0deg);
}

.tmenu li a.ta_cur, .tmenu li a:active, .tmenu li a:hover, .tmenu li a.ta_cur:hover{
    color: #ed2323;
}

.tmenu li div{
    display: none;
}

.tmenu li ul li a{
    padding: 12px 45px 11px;
    margin: 0px;
    text-decoration: none;
    font-size: 15px;
    border: none;
}

.tmenu li ul li a::before{
    /* content: "\00bb  "; */
}

.tmenu li ul li ul li a{
    padding: 10px 60px;
    font-weight: 300;
}



/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{}

#columnLeft, #columnRight{}

#columnRight{
    padding: 20px 20px;
}

#columnMain{
    /* default settings are good enough for this */
}


.cmain_full{
    width: 100% !important;
    max-width: 100% !important;
}

#main_container{
    position: relative;
    z-index: 500;
    overflow: hidden;
}

#main{
    margin: 0px auto;
    text-align: left;
    /*padding: 75px 0;*/
    overflow:hidden;
}
.content{
    position: relative;


    width: auto;
    height: auto;

    text-align: left;
    line-height: 2.3em;
}
.top_inner{

}
.top_inner span{

}
.content_gray{
    background-color: #f8f8f8;
    border-top: 1px solid #eeeeee;
    padding: 60px 20px 50px;
}
.content > div:first-child {
    margin-top: 25px;
}
.inner_content_max_width {
    max-width: 1360px;
    margin: 0 auto !important;
    padding: 50px 15px;
    font-size: 17px;
    font-weight: 300;
    overflow: hidden;
}
.content_max_width {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}
.content_max_width.sb_max_width {
    max-width: 1870px;
}
.inner_content_max_width ul {
    list-style: outside none none;
    margin: 0px 0px 0px 10px;
    padding: 0 0 0 16px;
}
/*
.inner_content_max_width br {
    display: block;
    margin: 20px 0 0;
}
*/
.inner_content_max_width h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}
.inner_content_max_width ul > li{ position: relative; }
.inner_content_max_width ul > li::before {
    content: '';
    height: 7px;
    position: absolute;
    left: -17px;
    top: 13px;
    width: 7px;

    border: 1px solid #e6001c;
    border-radius: 50%;
}
.content_float_c{
    position: relative;
    overflow: hidden;
}

.content_left{
    /* float left, show in higher res */
    display: none;
}
.content_right{
    /* float right in higher res */
}

.inner_content_max_width div {
    text-align: left;
}
.inner_content_max_width p, .inner_content_max_width h3, .inner_content_max_width li {
    text-align: left;
}
.inner_content_max_width p {
    margin: 0;
}
.inner_content_max_width h3 {
    font-size: 34px;
    font-weight: 100;
}
.inner_content.inner_heading {
    max-width: 825px;
    margin: 0 auto;
}

.inner_content.inner_heading .titl_lns {
    margin: auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.inner_content.inner_heading .titl_lns > span {
    background-color: #ee2324;
    width: 10%;
}
.titl_lns > img {
}
.inner_content.inner_heading h1, .inner_content.inner_heading p {
    position: relative;
    text-align: center;
    z-index: 100;
}
.inner_content.inner_heading h1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.top_half_inner li span {
    color: #000;
}
.s_container{
    margin: 0 !important;
    padding: 0 !important;
}
#footer_container{
    position: relative;
    z-index: 1;
    background: #1a1a1a;
    color: #fff;
}

#footer{
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: 300;

    max-width: 1366px;
    margin: 0px auto;
}

#f_attr{
    text-align: center;
    margin: 0px auto;
    padding: 0 0 40px;
    color: #fff;
}

#f_attr div{
    padding: 5px 0px;
}
#f_logos { padding: 0 10px; }
#f_connect { padding: 15px 10px; }

#f_attr #f_bx3 a{
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#f_addr span{
    display: block;
}
#f_contact {
  display: none;
  color: #dcdcdc !important;
}
#f_connect .f_block_item {
    line-height: 35px;
    padding: 0 0 15px 10px;
}
#f_connect .f_title{
    color: #dcdcdc !important;
    padding: 0 0 5px 10px;
}

#bottommenu{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; text-align: left; }

#bottommenu li ul li a {
    display: block;

    font-size: 16px;
    font-style: normal !important;
    text-decoration: none;
    font-weight: 300;
    font-family: "Roboto", sans-serif !important;
    color: #ffffff !important;

    padding: 8px 0px;

    transition: color .2s linear;
}
#bottommenu li ul li a:hover {
    color: #ed2323 !important;
}
#bottommenu li .bm_a{
    border-bottom: 1px solid #7e7e7e;
    color: #ffffff !important;
    display: block;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-style: normal !important;
    font-weight: 300;
    padding: 15px 10px;
    position: relative;
    text-decoration: none;

    transition: background-color .25s ease-in;
}

#bottommenu li .bm_a:hover{ color: #fff; background: #3d3d3d; }

#bottommenu > li{ }
.bm_a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #fff; border-radius: 1px; transition: all .2s linear; }
.bm_a span:first-child{ transform: rotateZ(180deg); }
.bm_a span:last-child{ transform: rotateZ(270deg); }
.bm_title { font-size: 24px !important; }
.bm_a.bm_active span{
     transform: rotateZ(0deg);
}
.bm_active {
    border: none !important;
}
#bottommenu li ul {
    border-bottom: 1px solid #7e7e7e;
}

#bottommenu li ul{ display: none; background-color: #1a1a1a; list-style: none; margin: 0px; padding: 10px; }


#f_partners{
    display: none;
}

.f_block{
    padding: 30px 10px;;
    text-align: left;
}

.f_block_item {
    padding: 10px 0 10px 10px;
}

.f_subscribe input {
    max-height: 50px;
}
.f_subscribe div {
    line-height: 20px;
}
.f_title{
    color: #fff;

    font-family: "Roboto", sans-serif !important;
    padding: 0 0 0 10px;

    text-transform: uppercase;

    font-size: 24px;
    font-weight: 100;
    padding-bottom: 10px;
}


#f_connect input{
    width: 95.8%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
}
#f_connect input.button{
    width: 100%;
    padding: 17px 0px;
    font-size: 16px;
}

#f_social{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    max-width: 170px;
}

#f_social li{
    list-style: none; margin: 0px; padding: 0px;
    padding-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
}

#f_social li a{
    text-decoration: none;
    display: block;
}

#f_social li a img{
    border: 0px;
    vertical-align: top;
}

.fb_hover {
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
}
.fb_hover:hover {
    opacity: 1;
}

#f_logos{ line-height: 0; }
#f_logos .f_title{ padding-left: 0px; }

#f_logos .f_block_item div{
    padding: 10px 0px;
}
#f_logos .f_block_item div:nth-child(1){
    padding-top: 0px;
}
#f_logos .f_block_item div:nth-child(2){
    padding-bottom: 20px;
}

#f_logos img{
    display: block;
}
.inner_content_max_width form div .form_container {
	margin: 0 auto;
}

/* END USUAL STRUCTURAL STUFF */

/* splash (interior pages) */

#header_link {
    border: 0 none;
    display: inline-block;
    text-decoration: none;
    width: 168px;
}
#splash_c{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gal_splash {
    max-height: 400px !important;
}
.no_splash{
    background-color: #1a1a1a !important;
}
#main_container.h_spc{
    padding: 66px 0 0;
}
#splash_c, #splash, #splash_img_c, #splash_img{
    margin: 0px;
    padding: 0px;
    line-height: 0;
}
#splash_content p {
	font-size: 18px;
    line-height: 24px;
    margin-top: 0;
}
#splash_img{
    position: relative;
    display: block;
    margin-top: 66px;
    height: 250px;
    transition: all .1s linear;
}
#splash_img_c {
    background-position: center center;
    background-size: cover;
    min-height: 250px;
}

#splash_content{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    display: none;
    width: 80%;
    height: 15%;
    text-align: center;

    color: #fff;

    text-shadow: 0 0 10px rgba(0, 0, 0, .85);
}

#splash_content h1, #splash_content h2, #splash_content h3{
    color: #fff;
    font-size: 24px;

}
#splash_content h4, #splash_content h5, #splash_content h6{
    color: #fa9900;
    font-size: 18px;

}

/* home splash */

#alpha_slider_home_c{
    position: relative;
}

#alpha_slider_home_c {
    max-height: 950px;
    overflow: hidden;
    position: relative;
}


#alpha_slider_home_c .alpha_view_port, #alpha_slider_home_c .alpha_slides ul li, #alpha_slider_home_c .alpha_slides ul li img {
    min-height: 400px;
}
#alpha_slider_home_c .alpha_slides ul li img {
    top: 0 !important;
    min-width: 1053px !important;
    left: -60% !important;
}
#hm_slide_content{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;

    z-index: 3000;

    padding: 10px;
    height: 225px;
    width: 85%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.6);
}
#hm_slide_content h1, #hm_slide_content div {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    overflow: hidden;
}
#hm_slide_content h1, #hm_slide_content h2, #hm_slide_content h3, #hm_slide_content div {
    /* font-size: 65px; */
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
#hm_slide_content h2, #hm_slide_content div + div {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    overflow: hidden;
}
#hm_slide_content h3, #hm_slide_content div + div{ font-size: 18px; }

#hm_slide_content p, #hm_slide_content div + div{
    padding: 0px;
    margin-bottom: 0;
}
#alpha_slider_home_c .slide_control_c {
    bottom: 15%;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 1000;
}
#alpha_slider_home_c .slide_control_prev, #alpha_slider_home_c .slide_control_next {
    display: none;
}
#alpha_slider_home_c .slide_pagination {
    display: inline-block;
    text-align: center;
}
#alpha_slider_home_c .slide_pagination li a {
    background-color: #ffffff;
    border: medium none;
    border-radius: 12px;
    display: block;
    height: 18px;
    text-decoration: none;
    width: 18px;
    padding: 0;
    margin: auto;
}
#alpha_slider_home_c .slide_pagination li .cur_slide {
	background-color: #ed2323;
}
/* home blocks */

.hp_top{
    text-align: center;
}

.hp_top h1{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.hp_top h5{
    padding-top: 0px;
}

.service_blocks_c{
    width: 100%;
    margin: 0px auto;
    padding: 25px 0 0 0;

    text-align: center;
    overflow: hidden;

}
.sb_img {
    max-width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.service_block .sb_img img {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0;
    border-radius: 0;
}
/*.sb_txt .sb_expand_link {
    position: absolute;
    bottom: 0%;
    right: 50%;
    transform: translate(50%, 50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    width: 100%;
}*/
.sb_title {
    font-size: 24px;
    margin: 0;
    padding: 20px 0px 0px;
    text-transform: uppercase;
/*
    height: 30px;
    max-height: 30px;
*/
}
.service_block{
    position: relative;
    margin: 0px auto 30px auto;
    padding-bottom: 10px;
    line-height: 2em;
    text-align: left;
}


.service_block_arrow{ display: none; }





.service_block:nth-child(1) img{ border-color: #fef4e9; border-color: rgba(249, 151, 43, .15); }
.service_block:nth-child(2) img{ border-color: #fdd5aa; border-color: rgba(249, 151, 43, .43); }
.service_block:nth-child(3) img{ border-color: #fbb66a; border-color: rgba(249, 151, 43, .81); }
.service_block:nth-child(4) img{ border-color: #f9972b; border-color: rgba(249, 151, 43, 1); }

.service_block:hover .sb_img img{ border-color: #f9972b; border-color: rgba(249, 151, 43, 1); }

.sb_blurb{
    padding: 0 0 10px;
}

.sb_content{
    padding: 20px;
    line-height: 1.4em;
}

.sb_content h3{
    padding-top: 30px;
    margin-top: 0;
}

.service_block_front{
    transition: all .25s ease-in-out;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    z-index: 20;
}
.active_sb .service_block_front{
    transform: rotateY(180deg);
}

.service_block_back{
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    transition: all .25s ease-in-out;

    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    z-index: 10;

    text-align: left;
}
.active_sb .service_block_back{ transform: rotateY(0deg); overflow: auto; }

.sb_close_x{
    display: none;
    position: absolute;
    top: 20px;
    right: 13px;

    width: 30px;
    height: 30px;

    background: url(/images/icon_close_circle_x.png) no-repeat top left;

    cursor: pointer;

    transition: transform .4s ease-in;
}

.sb_close_x:hover{
    transform: rotateZ(360deg);
}

.active_sb .sb_close_x{ display: block; }


.hp_block{}
.titl_lns{
    margin: 0 auto;
    text-align: center;
    max-width: 550px;
}
#splash_content .titl_lns span {
    background: #fff;
}
.titl_lns span {
    background: #e4e4e4;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 10%;
}
.titl_lns h3{
    color: #ed2323;

    font-family: "Lora",sans-serif;
    font-size: 16px;
    font-style: italic;

    margin: 0;
    padding: 0 75px;
    width: 85px;
    display: inline;

    text-align: center;
    text-transform: none;

}
.titl_lns img {
    padding: 0 25px;
    display: inline;
    vertical-align: middle;
    margin: 5px 0 0;
}

.hp_block h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cc_hp{
    float: right;
    padding: 10px 20px 0px 0px;
}

.hp_content{
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    margin: 0 auto;
    padding-bottom: 20px;
}
.hp_content .a_button {
    border: 2px solid #ed2323;
    margin: 0px auto;
    color: #ed2323;
    background-color: #f8f8f8;
    transition: all .2s linear;

    font-family: "Lora", sans-serif;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;

    padding: 15px 20px;
}
#hp_about { max-width: 1650px; margin: 0 auto; }

.hp_content .a_button:hover {
    background-color: #ed2323;
    color: #fff;
    border-color: #ed2323;
}

#hp_vid iframe{
    width: 100%;
    min-width: 100%;
    min-height: 250px;
}

/* home project tiles */


.hp_proj_tiles, .hp_proj_tiles li{
    list-style: none;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    min-height: 300px;
}

.hp_proj_tiles{
    padding-top: 20px;
}


.hp_proj_tiles a{
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 0;
    overflow: hidden;
    height: 100%;
}

.hp_proj_tiles img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    min-height: 360px;
    top: 0 !important;
}

.hp_proj_tiles .proj_tile_txt {
    bottom: 50%;
    color: #ffffff;
    display: block;
    line-height: 1.2em;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    transform: translate(0px, 50%);
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    width: 100%;
}



/* home blog styles */

.blog_home{
    overflow: hidden;

    margin-bottom: 30px;

    background: #fff;

    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);

}

.blog_date{
    padding: 20px 0px 20px 0px;
    text-align: center;

}

.blog_month{
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
}

.blog_day{
    display: block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
}

.blog_home_txt{
    padding: 30px 10px;
    font-size: 16px;
}

.blog_title_home{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.blog_title_home a{
    font-weight: bold;
    text-decoration: none;
}

.testim {
    background-color: #f00;
    border: none;
    color: #fff;
}

#contact_testim {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #787878;
    padding: 50px 30px;
    text-align: center;
    width: 100%;
}
#contact_inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
#contact_left {
    border: medium none;
}
#contact_right{

}
#contact_testim h3 {
    color: #787878;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
}
#contact_form{
    padding: 0;
    margin:0 auto;
}
#contact_form .form_items{
    width: 100%;
}
#contact_form .form_buttons {
    margin-top: 25px;
}
#contact_form li{
    width: 100%;
    margin: 0;
}
#contact_form input, #contact_form textarea{
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 0;
    width: 100%;
}
#c_textarea > input, #c_textarea > textarea{
    height: 200px ;
}
#contact_form .button{
    background-color: #ed2323;
}
#contact_form .button:hover{
    background-color: #f8f8f8;
}
#contact_right > img {
    width: 100%;
}
#fi_26, #fi_27 {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}
#contact_testim span {
    margin: 0;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
}
#contact_left > .form_container{
    margin: 0;
    padding: 10px 0 0 0;
}
#contact_left > .form_container > h3 {
    margin: 0;
}
/*#contact_testim div {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 80px;
    margin: 20px 0 10px;
    font-family: "Lora", serif;
    font-weight: 700;
}*/
#contact_testim a {
    color: #ed2323;
    line-height: 30px;
    text-decoration: none;
}
#contact_testim a:hover {
    color: #f36a6a;
}
#cf_8_container{
    padding: 0;
}





.testimonial_c{
    text-align: center;
}

.testimonial_c h4{
    padding: 0 0 15px 0;
    margin: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 36px;
}
.testimonial {
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.testimonial_attr {
    font-family: "Roboto", sans-serif;
}

.slide_control_prev, .slide_control_next {
    cursor: pointer;
    float: none !important;
    font-size: 2em !important;
    color: #ffffff;
    position: absolute;
    top: 27%;
    z-index: 1000;
    transition: border-color 0.2s ease-in;
    width: 0 !important;
    height: 0;
    border-style: solid;
}
.slide_control_prev:hover {
    border-color: transparent #ed2323 transparent transparent;
}

.slide_control_next:hover {
    border-color: transparent transparent transparent #ed2323;
}

.slide_control_prev {
    left: 0;
    margin: 0 0 0 5%;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #fff transparent transparent;
}
.slide_control_next {
    right: 0;
    padding: 0 5% 0 0;
    border-width: 12.5px 0 12.5px 15px;
    border-color: transparent transparent transparent #fff;
}

#proj_gal{
    overflow: hidden;
    position: relative;
}

.slide_control_prev:hover, .slide_control_next:hover{ color: #ed2323 !important; }

.slide_control_c{
    padding: 0 !important;
}


.proj_bc a {
    display: inline-block;
    font-size: 17px;
    padding: 15px 0 4px;
    text-decoration: none;
}

.proj_bc a.cur, .proj_bc a:hover{
    color: #ed2323;
}


#proj_type{
    margin-left: 15px;
}

.proj_tiles, .proj_tiles li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.proj_tiles{
    overflow: hidden;
}
.proj_tiles li{
    float: left;
    /* width: 33.33%; */
    width: 100%;
}
.proj_tiles a{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 0;
}
.proj_tiles a img{
    position: relative;
    left: 0;
    top: 0;

    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.proj_tile_name {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.proj_tile_link {
    margin: 20px auto 0;
    padding: 15px 0;
    border: 3px solid;
    font-family: "Lora", serif;
    background: rgba(0, 0, 0, .45);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#59000000', endColorstr='#59000000');

    width: 176px;
}
.proj_tile_txt{

    z-index: 200;

    margin: auto;
    text-align: center;
    line-height: 2em;

    width: 185px;

    transition: opacity .4s ease-in;
}
.proj_tile_txt span{
    display: block;
}

.proj_tiles .proj_tile_name{
    font-family: Oswald, sans-serif;
    /* font-size: 36px; */
    font-size: 18px;

    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
}
.proj_tiles .proj_tile_loc{
    /* font-size: 16px; */
    font-size: 12px;
    color: #fa9900;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
}
.proj_tile_overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    -webkit-transition: opacity 0.2s ease-in 0s;
    -moz-transition: opacity 0.2s ease-in 0s;
    -ms-transition: opacity 0.2s ease-in 0s;
    -o-transition: opacity 0.2s ease-in 0s;
    transition: opacity 0.2s ease-in 0s;
    z-index: 100;
}
.hp_proj_tiles a:hover .proj_tile_overlay{
    display: block;
    zoom: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.proj_tiles a:hover .proj_tile_txt{
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#hp_proj_3 img, #hp_proj_2 img {
    height: 100% !important;
}
.testimonials_content {    }
.testimonials_content span { display: inline-block; width: 100%; padding: 20px 0; text-align: left; }
.inner_content_max_width .testimonials_content p {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 1%;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    min-width: 290px;
}
.mid_inner {
    width: 100%;
    min-height: 600px;
}
.mid_inner img {
    left: 0;
    margin: 0;
    max-width: 100%;
    padding: 0 !important;
    position: absolute;
    z-index: -1;
}
.mid_inner p {
    color: #ffffff !important;
    margin: 20px 0;
    padding: 47px 0;
}
.bot_inner h3 {
    text-align: center !important;
    padding: 20px 0;
    margin-bottom: 45px;
}
.bot_inner {
    font-size: 17px;
    font-weight: 300;
}

.inner_content_2 .right {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.inner_content_2 .right img {
    margin: 0;
    max-width: 100%;
    position: relative;
}
.inner_content_max_width .inner_content_2 p {
    padding: 20px;
}
.inner_content_2 > h3 {
    margin: 15px auto 40px;
    text-align: center;
}
.inner_content_2 ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0 14px;
    max-width: 260px;

    text-align: center !important;
    vertical-align: top;
}
.inner_content_2 li {
    line-height: 20px;
    min-height: 50px;
}
.inner_content_2 li span {
    color: #000;
}
.bot_inner p {
    clear: both;
    display: block;
    padding: 30px 0 0 !important;
    text-align: center;
}
#alpha_slider_inner_c {
    position: relative;
    overflow: hidden;
}
#alpha_slider_inner_c .slide_control_prev, #alpha_slider_inner_c .slide_control_next {
    margin: 0;
    padding: 0;
    top: 43%;
    width: 30px !important;
}
/*#alpha_slider_inner_c .slide_pagination {
    display: none;
}*/
#alpha_slider_inner_c .slide_pagination{ display: block !important; margin-top: 20px; }
#alpha_slider_inner_c .slide_pagination li::before{ content: none !important; }
/* project page */

#proj_c{
    overflow: hidden;
    padding-top: 29px;
}

#proj_info{
    text-align: left;
    line-height: 1.5em;
}

#proj_info h1{
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    font-size: 36px !important;
    font-weight: 300;
}
#proj_info h5{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.proj_info_block{
    padding: 20px 0px 20px 0px;
    margin: 20px auto 20px auto;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;

    max-width: 400px;
}

.proj_info_desc{
    padding: 40px 0 80px;
}

.bottom_content{
    padding: 20px 0px;
    text-align: center;
}

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }



/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }



/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    overflow: hidden;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;

    width: 48%;
    max-width: 48%;
    padding: 1%;

}

ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 0px;

    white-space: normal;

    font-size: 12px;

    text-decoration: none;


}


ul.galleryContainer li a span{
    display: block;
}
ul.galleryContainer li a span.g_img{

}

ul.galleryContainer li img{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    border: 0px;
}

ul.galleryContainer li a span.g_txt{
    overflow: hidden;
    height: 48px;
}

/* END GALLERIES */

/* CONTACT STYLES */
.contactTable{
    width: 100%;
    max-width: 430px;
    text-align: left;
}

.contactTable td{
    padding: 5px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{ clear: both; }

#workNode{ display: none; }

/* contact styles */

.form_page{
    overflow: hidden;
    width: 50%;
    float: left;
}
.form_buttons input {
    width: 100%;
    border-radius: 0 !important;
}
.contact_info .form_buttons input, .contact_info textarea {
    width: 94% !important;
}
.f_subscribe .contentText {
    padding: 5px 0 20px !important;
}
.f_subscribe {
    padding: 7px 0px 10px 10px;
}
.f_subscribe .form_item_email, .f_subscribe form_item_text {
    width: 100% !important;
}
#cf_7_container {
    padding: 0 !important;
}
.f_subscribe .form_item_email input { border-radius: 0;}
.f_subscribe .form_buttons { padding: 0; }
.form_page_content{ padding-bottom: 30px; }
.form_page_form{}

.form_container{ margin: 0px; padding-top: 50px; max-width: 600px;}
.form_container ul{ list-style: none; margin: 0px; padding: 0px; }

.form_container .button{ margin: 0px auto; font-weight: 300; text-transform: capitalize; padding: 12px 0px !important; vertical-align: middle; -webkit-appearance: none;}

.form_container ul{ position: relative; list-style: none; margin: 0px; padding: 0px; }
.form_container ul li{ width: 100%; margin-bottom: 5px; }
.form_container ul li ul li{ margin: 2px 0px; width: auto; }
.form_container input, .form_container textarea{ width: 95%; }

.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #fcb040; margin: 5px 5px 6px; border-radius: 4px; background-color: #fffbdb; }

.form_static_item span{ font-weight: bold; }

#custom_form_confirmation_help{ padding-bottom: 15px; }

#custom_form_confirmation_actions{ margin-top: 20px; }

.form_item_radios input{
    width: auto !important;
}

/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #custom_form .button{ width: 100%; }
    #custom_form li{ width: 100%; }
    #custom_form input, #custom_form textarea{ width: 100%; }
}

#custom_form ul li ul li input{ width: auto; }

.intro_text{ margin-bottom: 20px; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }



#google_map, #google_pano{
    width: 100%;
    height: 200px;
}
.gm-style-iw{ overflow: visible !important; height: auto !important; width: auto !important; }

#google_pano{ /*display: none;*/ }


#mapDirectionsC{
    padding: 8px;
    background-color: #2f2f2f;
    border: 1px solid #000;
    color: #fff;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
#directions table{ width: 100%; }

.printDirections{
    text-align: right;
    margin: 10px 10px 0px 0px;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

/* Review Styles */



.content_bottom{
    position: relative;
    clear: both;
    padding: 0px 20px 50px 20px;
    overflow: hidden;
}

.ui-widget { z-index: 50000; }


#quote_button_c{
    position: fixed;
    bottom: 0px;
    left: 0px;

    z-index: 20000;

    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #ed2323;
}

#quote_button_c a{
    display: block;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;

    font-size: 16px;
    color: #fff;
}

.featured_projects_h3{
    text-align: center;
}

.contact_content {
    margin: 0 auto;
    max-width: 1366px;
}
.contact_info p span {
    font-weight: bold;
}
.contact_info {
    max-width: 650px;
    margin: 0 auto;
}
.contact_left{
    padding: 20px;
}
#contact_h1 {
    border-bottom: 1px solid #E1E1E1;
}
#contact_c{
    position: relative;
    width: 100%;
}

#contact_map{
    width: 100% !important;
    height: 300px;
}

.map_text{
    position: absolute;
    left: -77px;
    top: -130px;

    white-space: nowrap;

    color: #fff;
    font-family: "Roboto", sans-serif;

    font-size: 15px;

    text-shadow: 0px 0px 5px rgba(0, 0, 0, .65);

    background: rgba(25, 34, 41, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000');

    padding: 15px;

    border-radius: 5px;
}
.map_text span{
    font-weight: bold;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;

}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#showroom_content{ padding: 20px; line-height: 2.3em; font-size: 17px; }

.alpha_slides ul li{ text-align: center !important; background-color: #2d2d2d !important; }
.alpha_slides ul li::before{ content: none; }
.alpha_slides ul li img{ width: auto !important; top: 0px !important; max-height: 100% !important; }

#alpha_slider_inner .slide_text{
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0px;
    right: 0px;
    height: auto;
    width: 100%;
}
#alpha_slider_inner .slide_text_i{ text-align: center; }

.slide_pagination li{ margin: 0px 5px !important; }

.page_section_gallery{ list-style: none; margin: 0px; padding: 0px !important; }
.page_section_gallery li{ margin-bottom: 30px; line-height: 1.2em; }
.page_section_gallery li img{ width: 100%; max-width: 100%; }
.page_section_gallery li::before{ content: none !important; }
.page_section_gallery li div{ line-height: 1.4em; text-align: center; }

#f_copy{ font-size: 15px; }
#f_bx3 a{ font-size: 13px; }
.form_items > li:before {
    display: none;
}
.newsletter_sub h1 {
    text-align: center;
}
.newsletter_sub .titl_lns {
    text-align: center;
}
