﻿
#slideshow {
    margin: 0 auto;
    position: relative;
    left: 0;
    width: 1900px;
    height: 400px;
    padding: 0;
}

    #slideshow > div {
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
        -moz-box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
        box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
    }

.slide {
    -webkit-box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
    -moz-box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
    box-shadow: inset 5px 0px 55px 15px rgba(0,0,0,0.68);
}

.Welcome {
    padding-left: 0px;
    padding-top: 15px;
}

.brandshowcase {
    margin-bottom: 10px;
}

.topcontent {
    margin-top: 25px;
}

.midcontent {
    color: black;
    /*height: 400px;*/
    position: relative;
    z-index: 200;
    margin-top: 50px;
}

.homeinfo {
    height: auto;
    position: relative;
    margin-top: 20px;
    z-index: 200;
}

.homeinfodiv {
    background-image: url('../../Content/Images/InfoBG.png');
    background-repeat: no-repeat;
    height: 250px;
}

.topbg {
    height: 776px;
    left: 50%;
    position: absolute;
    width: 1900px;
    margin-left: -950px;
    z-index: 50;
    top: 0;
}
/*---------------------------------------brand boxes------------------------*/
.block_holder {
    background: #f6f6f6;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin-left:5%;
}
.first_block{
    margin-left:10%;
}
.last_block{
    margin-right:10%;
    margin-left:0;
}
.hover_block {
    position: relative;
    overflow: hidden;
}

.hover_info {
    width: 324px;
    height: 207px;
    position: absolute;
    top: 0;
    left: 0;
}

    .hover_info h1 {
        font-size: 2em;
        padding: 10px 20px;
        margin-top:5px;
        margin-bottom:5px;
        background: rgba(207, 138, 5, 0.7);
        color: #E7E7E7;
        position: absolute;
        top: 5px;
        left: -100%;
        transition: left 200ms linear;
        -webkit-transition: left 200ms linear;
        -moz-transition: left 200ms linear;
    }

    .hover_info p {
        font-size: 1em;
        line-height: 1.4;
        color: #fff;
        position: absolute;
        top: 75px;
        left: 10%;
        width: 80%;
        text-align: center;
        opacity: 0;
        transition: opacity 200ms linear;
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
    }

    .hover_info a {
        font-size: 1.2em;
        padding: 10px 20px;
     
        background: rgba(207, 138, 5, 0.7);
        color: #E7E7E7;
        position: absolute;
        bottom: 8px;
        right: -100%;
    }

    .hover_info:hover h1 {
        left: 0;
        transition-delay: 250ms;
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
    }

    .hover_info:hover p {
        opacity: 1;
        transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
    }

    .hover_info:hover a {
        right: 0;
        transition: right 200ms linear 700ms, color, background 200ms linear;
        -webkit-transition: right 200ms linear 700ms, color, background 200ms linear;
        -moz-transition: right 200ms linear 700ms, color, background 200ms linear;
    }

    .hover_info a:hover {
        background: rgba(207, 138, 5, 1.0);
        color: #F7F7F7;
    }

.block_13 .left_1, .block_13 .right_2, .block_13 .left_3 {
    width: 100%;
    height: 33.3%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

.block_13 .left_1 {
    top: 0%;
    left: -100%;
}

.block_13 .right_2 {
    top: 33.3%;
    right: -100%;
}

.block_13 .left_3 {
    top: 66.6%;
    left: -100%;
}

.block_13:hover .left_1 {
    left: 0;
}

.block_13:hover .right_2 {
    right: 0;
}

.block_13:hover .left_3 {
    left: 0;
}

.block_1 .top_left, .block_1 .top_right, .block_1 .bottom_left, .block_1 .bottom_right {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

.block_1 .top_left {
    top: -100%;
    left: -100%;
}

.block_1 .top_right {
    top: -100%;
    right: -100%;
}

.block_1 .bottom_left {
    bottom: -100%;
    left: -100%;
}

.block_1 .bottom_right {
    bottom: -100%;
    right: -100%;
}

.block_1:hover .top_left {
    top: 0;
    left: 0;
}

.block_1:hover .top_right {
    top: 0;
    right: 0;
}

.block_1:hover .bottom_left {
    bottom: 0;
    left: 0;
}

.block_1:hover .bottom_right {
    bottom: 0;
    right: 0;
}
/*------------------------------------------------------stupid contact link---------------------*/
.contactlink {
    display: block;
    color: #a5a4a4;
    width: 5em;
    /*padding: 25px 80px;*/
    /*margin: 15px 45px;*/
    /*letter-spacing: 1px;
    font-weight: 900;*/
    background: transparent;
    font-size: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: ease-in-out 0.5s;
    border: 1px solid transparent;
    padding-left: 6px;
    margin: 0 auto;
}

    .contactlink:hover {
        text-decoration: none;
        color: rgb(190,158,23);
        border-bottom-color: rgb(202, 170, 0);
        /*border-top-color: rgb(202, 170, 0);*/
    }

    .contactlink:active {
        text-decoration: none;
        outline: 0;
    }

    .contactlink:focus {
        outline: 0;
    }

.topbgimage {
    width: 100%;
}
/*-------------------------Responsive-------------------------*/
@media (max-width: 1500px) {
    .slide {
        margin-left: -25%;
    }

    #slideshow {
        background-color: transparent;
    }

    .homeinfo {
        margin-left: 15px;
    }
}

@media (max-width: 1200px) {


    .topbg {
        display: none;
    }

    #slideshow {
        display: none;
        visibility: hidden;
    }

    .block_holder {
        margin-left: 30%;
        margin-bottom: 10px;
    }

    .homeinfo {
        margin-bottom: 20px;
        margin-left: 15px;
        z-index: 0;
    }

    .CT {
        margin: 0 auto;
        width: 60%;
    }

    .Welcome {
        margin-top: 20px;
        margin-bottom:15px;
    }
}
@media (max-width: 900px) {
        .CT {
        margin: 0 auto;
        width: 80%;
    }
}
@media (max-width: 768px) {
    .block_holder {
        margin-left: 25%;
        margin-bottom: 5px;
    }

    .accordian {
        margin-left: 0;
        display: none;
        visibility: hidden;
    }

    .Welcome {
        padding: 15px;
    }

}

@media (max-width: 458px) {
    .block_holder {
        margin-left: 0;
        margin-bottom: 5px;
    }

}
