@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #2e2e2e;
    color: #2e2e2e;
    font: 14px/22px 'Lato', sans-serif;
}



strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 22px;
}


input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: #202020;
    text-transform: uppercase;
}

h2 {
    font-size: 89px;
    line-height: 83px;
    color: #fff;
    margin-bottom: 17px;
}

h3 {
	background: url(../images/HeaderLogo.png) 0px 50px no-repeat;
    font-size: 49px;
    line-height: 80px;
    padding-top: 51px;
	padding-left:85px;
    margin-bottom: 18px;
	
}

h4 {
    font-size: 25px;
    line-height: 21px;
    padding-top: 51px;
    margin-bottom: 18px;
}

h5 {
    font-size: 35px;
    line-height: 21px;
        padding-top: 20px;
    margin-bottom: 35px;
}

h6 {
    font-size: 18px;
    line-height: 21px;
    padding-top: 51px;
    margin-bottom: 18px;
}


.page1 h3 {
    padding-top: 51px;
    margin-bottom: 18px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
    margin-top: -4px;
}

.list li {
    background: url(../images/marker.png) 0 11px no-repeat;
    padding-left: 20px;
}

.list li+li {
    margin-top: 8px;
}

.shed {
    padding-top: 6px;
    margin-bottom: 24px;
}

.shed li {
    background-color: #2e2e2e;
    line-height: 38px;
    font-weight: bold;
    overflow: hidden;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
}

.shed li+li {
    margin-top: 10px;
}

.shed div {
    float: left;
}

.shed .day {
    padding: 0 14px;
    width: 116px;
    background-color: #d00032;
}

.shed .hours {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -1px;
    font-size: 16px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #d00032;
}


.btn {
    border: 2px solid #202020;
    color: #202020;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    line-height: 20px;
    margin-top: 26px;
    padding: 15px 29px 18px;
}

.btn:hover {
    color: #fff;
    background-color: #202020;
}

.page1 .btn {
    margin-top: 25px;
}

.block1 .btn {
    color: #fff;
    border-color: #fff;
    margin-top: 27px;
}

.block1 .btn:hover {
    background-color: #fff;
    color: #202020;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 8px;
}

.page1 .img_inner {
    margin-top: 0;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}

.fleft.noresize {
    margin-right: 20px;
    margin-top: 5px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.td__underline {
    text-decoration: underline;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

.page1 header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
}

header {
    background-color: #e8e8e8;
    display: block;
    position: relative;
    z-index: 800;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
    padding: 4px 0 5px;
}

.left_colored {
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 100px;
    background-color: #d00032;
    top: 0;
    bottom: 0;
}

.left_colored img {
    left: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}

header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/****Content****/

.content {
    padding-bottom: 60px;
    background-color: #e8e8e8;
}

.page1 .content {
    padding-bottom: 0;
}

/****Blocks****/

.block1 {
    background-color: #202020;
    position: relative;
    color: #fff;
    padding-bottom: 60px;
    position: relative;
}

.block1 * {
    position: relative;
    z-index: 10;
}

.block1 .block1_angle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: 50%;
    margin-left: 379px;
    background-color: #d00032;
}

.block1 .block1_angle img {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
}

.block1 h3 {
    color: #fff;
    padding-top: 51px;
    margin-bottom: 18px;
}

.block1.bl__1 .btn {
    top: 1px;
    margin-bottom: 2px;
    position: relative;
}

.block1 .fa {
    margin-top: 7px;
    float: left;
    font-size: 60px;
    line-height: 51px;
    width: 94px;
    margin-bottom: 30px;
}

.block1 .text1 {
    padding: 1px 0;
}

.banner {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.banner  img {
    position: relative;
}

.banner time {
    z-index: 5;
    display: block;
    background-color: #d00032;
    padding: 5px 12px 7px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.banner span {
    position: absolute;
    z-index: 4;
    display: block;
    background: url(../images/banner_shadow.png) 0 0 repeat-x;
    height: 205px;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner:hover {
    color: #fff;
}

.banner:hover span {
    background-image: url(../images/banner_shadow_hover.png);
}

.banner  .banner_capt {
    position: absolute;
    z-index: 5;
    bottom: 0;
    padding: 0 30px 24px;
}

.banner.bn__1 {
    margin-top: 7px;
}

.banner  .banner_capt  p {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 19px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.content_map {
    position: relative;
}

.content_map figure {
    width: 100%;
    position: relative;
    display: block;
}

.content_map figure iframe {
    width: 100%;
    height: 470px;
}

.map_pad {
    position: relative;
    z-index: 5;
    padding: 21px 30px 26px;
    background-color: #d00032;
    color: #fff;
}

.address {

    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}

.address span {
    color: #161616;
}

.brand {
    margin-bottom: 17px;
    font-size: 49px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: 900;
}

.map_pad  a {
    text-decoration: underline;
}

.map_pad  a:hover {
    color: #161616;
}

.content_tel {
    padding-top: 9px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 9px;
}

.content_tel .fa {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.block1 .container img {
	width: 100%;
}

.box {
    margin-top: 6px;
    background-color: #d00032;
}

.gall_item {
    display: block;
    background: #999 url(../images/magnify.png) center center no-repeat;
}

.gall_item img {
    box-shadow: 0 0 0 #fff;
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gall_item:hover img {
    opacity: 0.2;
}

.box_bot {
    padding: 24px 20px 25px 28px;
}

.box_bot .text1 {
    margin-bottom: 0;
}

.prv .text1 {
    margin-top: -1px;
}

.prv p+.text1 {
    padding-top: 2px;
}

/****Separators****/

.sep__1 {
    height: 25px;
    margin-bottom: 24px;
    clear: both !important;
    border-bottom: 1px solid #bababa;
}

.sep__2 {
    height: 18px;
}

.sep__3 {
    height: 58px;
}

.sep__4 {
    height: 54px;
}

/****Gallery****/



/****Text styles****/
.text1 {
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.text1 time {
    display: block;
}

.page1 .text1 {
    margin-bottom: 17px;
}

.color1 {
    color: #d00032;
}

.color1 a:hover, a.color1:hover {
    color: #d00032;
	text-decoration:underline;
}

.color2 {
    color: #fff;
}

.color3 {
    color: #202020;
}

.color3 a:hover, a.color3:hover {
    color: #202020;
	text-decoration:underline;
}

.color4 {
    color: #202020;
	
}

.color4 a {
    color: #202020;
	text-decoration:underline;
	
}

.color4 a:hover, a.color4:hover {
    color: #d00032;
	
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    padding-top: 6px;
    padding-right: 70px;
    overflow: hidden;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 373px;
    max-width: 100%;
}

.address1 {
    display: block;
}

.address1 dt {
    font-size: 19px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.address1 dd span {
    min-width: 110px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    color: #fff;
}

.copyright {
    padding: 22px 0;
    position: relative;
    float: left;
    display: 14px;
    line-height: 24px;
}

.socials {
    overflow: hidden;
    float: right;
    padding-top: 18px;
}

.socials .fa {
    font-size: 37px;
    line-height: 37px;
    float: left;
    display: block;
}

.socials .fa+.fa {
    margin-left: 20px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

.footerSpacer { padding-left:10px; padding-right:10px;}

.didPic { padding-top:30px; float: right !important;}

.contactImage { padding-bottom:25px;}

.alarmFooter { padding-top:5px; padding-left:30px;}

#accordion  {cursor:pointer;}
#accordion .text1:hover { color: #d00032;}

#accordion2  {cursor:pointer;}
#accordion2 .text1:hover { color: #d00032;}

.weProvide { padding-left:100px;}



/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1430px) { 
    .camera_prev,
    .camera_next {
        bottom: 10px;
        left: auto;
        top: auto;
        margin-top: 0;
        right: 40px !important;
    }

    .sf-menu>li>a:before {
        display: none;
    }

    .sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
        color: #d00032;
    }

    .camera_prev {
        right: 100px !important;
    }

    .camera_pag {
    }

    .camera_pag_ul {
        width: 900px !important;
    }

    h2 {
        font-size: 65px;
    }

    .caption p {
        padding-left: 110px;
        font-size: 17px;
    }
}


@media only screen and (max-width: 1199px) {
  .extra_wrapper {
        overflow: visible;
    }

    #form, .map {
        padding-right: 0 !important;
    }

    .left_colored {
        margin-right: 175px;
    }

    .camera_pag {
        margin-left: 0;
    }



    .caption p {
        padding-left: 200px;
    }

    h2 br {
        display: none;
       
    }

    h2 {
        padding-left: 200px;
         font-size: 40px;
        line-height: 50px;
    }
    
    h3 {
        font-size: 34px;
    }

    .shed .day {
        width: 100%;
        float: none;
    }

    .camera_pag_ul {
        display: none;
    }

    .page1 .content {
        padding-bottom: 60px;
    }
	
	.color3 {
    color: #d00032;
    }

    .color3 a:hover, a.color3:hover {
    color: #d00032;
	text-decoration:underline;
    }
}

@media only screen and (max-width: 979px) {

    h3 {
        font-size: 30px;
    }

    .block1_angle {
        display: none;
    }

    .address1 {
        float: none;
    }

    .left_colored {
        margin-right: 140px;
    }

    .banner_capt {
        font-size: 13px;
        line-height: 14px;
    }

    .caption p {
        display: none;
    }

    h2 {
        padding-left: 150px;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }

    .fleft {
        margin-bottom: 10px;
    }

    .brand {
        font-size: 32px;
    }
	
	.color3 {
    color: #d00032;
    }

    .color3 a:hover, a.color3:hover {
    color: #d00032;
	text-decoration:underline;
    }
}

@media only screen and (max-width: 767px) {

    .img_inner img {
    	width: 100%;
    }

    .fright  {
        float: none !important;
    }

    .none {
        height: 40px;
    }

    .sep__2 {
        height: 0;
    }

    .bl__1 .btn {
        margin-bottom: 45px !important;
    }

    .banner_capt {
        font-size: 16px;
        line-height: 20px;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    #stuck_container {
        background: #2b2b2b;
    }

    .caption {
        display: none;
    }

    .camera_pag {
        display: none;
    }

    .banner img {
        width: 100%;
    }

    .page1 header {
        position: relative;
    }
	
	.color3 {
    color: #d00032;
    }

    .color3 a:hover, a.color3:hover {
    color: #d00032;
	text-decoration:underline;
    }
	
}


@media only screen and (max-width: 479px) {
    

    .socials {
        float: none;
    }

    .btns .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
