/* Homepage tab container */

.etabs {
    margin: auto;
    padding: 0;
    max-width: 901px;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff;
    line-height: 2em;
    padding: 7px;
}

.tab:hover {
    background: var(--cloud);
}

.tab a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 6px;
    outline: none;
}

.tab a:hover {
    background: var(--cloud);
}

.tab.active {
    background: #DEDAD3;
    padding-top: 6px;
    position: relative;
    border-top: solid 2px #fdb528;
}

.tab.active:hover {
}

.tab a.active {
    font-weight: bold;
}

.tab-container .panel-container {
    background: #dedad3;
    padding: 10px;
    height: auto;
    margin: auto;
    max-width: 901px;
}

#tab-container {
    width: 100%;
    padding: 40px 0;
    background: #e9e9e9;
}

/* homepage ad container */

.ads {
    padding: 30px 0;
    width: 100%;
    max-width: 901px;
    height: 225px;
    margin: 0 auto;
}

.ads img {
    max-width: 90%;
}

/*Homepage Testimonials */

.cbp-qtrotator {
    position: relative;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 100px;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #00395a;
    height: 1px;
    width: 0;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

.cbp-qtrotator blockquote p {
    font-size: 14px;
    color: #00395a;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
    content: '― ';
}

blockquote footer {
    color: #888;
}

#cbp-qtrotator {
    border-right: 1px solid #f9f9f9;
    padding: 2%;
    margin: 10px auto;
}


@media screen and (max-width: 30.6em) {

    .cbp-qtrotator {
        font-size: 70%;
    }

    .cbp-qtrotator img {
        width: 80px;
    }

    .slicknav_nav {
        display: block !important;
    }

    .slicknav_hidden {
        display: none !important;
    }

    .slicknav_show ul {
        display: block !important;
    }

}

.quote-callout {
    max-width: 901px;
    margin: 45px auto;
    height: 155px;
    width: 100%;
    background: #dedad3;
}

/*----------------------------------------------------------------------------------------------------------------------

                                                    -    MINSLIDER THEMES & MORE SETTINGS -

-------------------------------------------------------------------------------------------------------------------------*/

.minislider_portfolio ul > li, .minislider_pricebox ul > li, .minislider_shorty ul > li, .minislider_vintage ul > li, .minislider_blog ul > li, .minislider_pricebox_ii ul > li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;

}

/*****************************************
   - ANY CUSTOM SETTINGS HERE  -
******************************************/
.minislider_portfolio .slidesholder, .minislider_pricebox .slidesholder, .minislider_shorty .slidesholder {
    width: 821px;
}

/***************************************************************************************************

                            - PORTFOLIO ROTATOR THEME CLASS -

****************************************************************************************************/

/*****************************************
   - THE INSIDE SHADOW ON THE SLIDES -
******************************************/
.minislider_portfolio .insideshadow {
    -webkit-box-shadow: inset 2px 0 20px 2px #333;
    -moz-box-shadow: inset 2px 0 20px 2px #333;
    box-shadow: inset 2px 0 20px 2px #333;
}

/*****************************************
   - THE INSIDE REFLECTION ON THE SLIDES -
******************************************/
.minislider_portfolio .frame_custom_reflection {
    background: url(../assets-portfolio/reflex_morelight.png) no-repeat 100% 100%;
}

/* The Glas Effect PNG File Source */

/************************************************************
        -   THE HOVER AND NORMAL CONTENT SIZE SLIDER    -
*************************************************************/
.minislider_portfolio .normal_content {
    height: 140px;
    text-align: center;
}

.minislider_portfolio .hover_content {
    height: 150px;
}

/*****************************************
   - THE HOVER COVER PNG IMAGE  -
******************************************/
.minislider_portfolio .hovercover {
    background: rgba(41, 41, 41, 0.75);
    background: rgb(41, 41, 41);
}

/*****************************************************************
    - THE BACKGROUND AND STYLE OF THE GREY BOX UNDER THE SLIDE -
******************************************************************/
.minislider_portfolio .toolbar {
    height: 35px;
    margin-top: 1px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*******************************************************
    - THE TITLE TEXT ON THE GREY BOX UNDER THE SLIDE -
********************************************************/
.minislider_portfolio .toolbar .title {
    color: #00395a;
    text-align: center;
    padding-top: 8px;
}

/*****************************************
    - READ MORE BUTTON ON THE SLIDES -
******************************************/

.minislider_portfolio .hover_readmore {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*****************************************
    - TITLE BY HOVER  ON THE SLIDES -
******************************************/
.minislider_portfolio .hover_title {
    font-family: 'Lato', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.minislider_portfolio .button {
    margin-top: 10px;
}

/*****************************************
    - DIVIDER BY HOVER  ON THE SLIDES -
******************************************/
.minislider_portfolio .hover_divider {
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

/*****************************************
    - CONTENT BY HOVER  ON THE SLIDES -
******************************************/
.minislider_portfolio .hover_cont {
    font-family: 'Lato', sans-serif;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
}

@media only screen and (min-width: 1024px) {
    .minislider_portfolio .slidesholder, .minislider_pricebox .slidesholder, .minislider_shorty .slidesholder {
        width: 821px;
    }

    .toolbox-white .leftbutton {
        background: url(nextprev_project.png) no-repeat right bottom;
        width: 27px;
        height: 22px;
        float: left;
        margin-left: 850px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {

    .ads {
        height: 600px;
        padding-left: 6%;
        width: 75%;
        clear: both;
    }

    #tab-container .etabs li:first-child {
        margin: 0;
    }

    #hp-footer {
        width: 97%
    }

    #tab-container .etabs li {
        width: 49%;
        margin-top: 5px;
    }

    .col_1, .col_3 {
        width: 100% !important;
    }

    .dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
        width: 380px;
    }

    #findAndBuySubmit {
        padding-right: 5px;
    }

    .quote-callout {
        text-align: center;
        height: auto;
    }

    .quote-callout img {
        padding-left: 37%;
        margin-bottom: -30px;
    }

    .minislider_portfolio .toolbar {
        background: #fff;
    }

    #menu {
        width: 80%;
        padding: 50px 20px 0 20px;
    }

    #logo {
        width: 80%;
        height: 50px;
        z-index: 9999;
        text-align: center;
        position: fixed;
        float: left;
        margin-top: -3%;
    }

    #logo img {
        width: 45%;
        height: auto;
        margin: 4px 0 0 15px;
        z-index: 999999;
        float: left;
    }

    .row {
        width: 100%;
    }

    #first_mini_slider, #second_mini_slider, #third_mini_slider {
        width: 280px !important;
    }

    .toolbox-white .leftbutton, .toolbox-white .rightbutton {
        display: none;
    }

    .tab-container .panel-container {
        width: 93.5%;
        height: auto;
        margin: 0;
    }

    #tab-container {
        background: none;
    }

    .minislider_portfolio .slidesholder, .minislider_pricebox .slidesholder, .minislider_shorty .slidesholder {
        width: 240px !important;
    }

    .hover_content {
        top: 0 !important;
    }

    .hover_title, .hover_divider {
        display: none;
    }

    .minislider_portfolio .hover_readmore {
        width: 150px;
        height: 150px;
    }

    .minislider_portfolio .button {
        margin-top: 50px;
    }

    .main-search {
        margin-top: 0;
    }

    #banner {
        background-size: cover;
    }

    #welcome {
        height: 220px;
        text-align: center;
        padding-left: 2%;
    }

    .tab a {
        font-size: 12px;
    }

    #tab-container .etabs li {
        width: 30%;
    }

    #tabs1-SBC {
        text-align: center;
    }

    #header {
        height: 10px;
    }

    .related-media {
        display: none;
    }

    .yui-dt-scrollable thead {
        width: 97.8%;
    }

    .home_cart {
        width: 10%;
        top: 95%;
    }

    #wrap {
        margin-top: 10%;
    }
}

div#first_mini_slider ul li, div#second_mini_slider ul li, div#third_mini_slider ul li {
    float: left;
    width: 150px;
    height: 190px;
    margin-right: 17px;
    margin-bottom: 15px;
}

.normal_content img {
    height: 140px;
    width: 140px;
    box-shadow: 1px 1px 10px #00395a59;
}

div.title.a {
    line-height: 16px;
}

#tabs1-CCLI, #tabs1-BS, #tabs1-NR, #tabs1-CHR {
    height: 400px;
    margin-left: 11px;
}




