﻿.widget-brand .caption {
    font-size: 16px;
}

.widget-brand .caption h1 {
    color: white;
    font-size: 32px;
    margin-top: 0;
}



.widget-brand {
    position: relative;
    z-index: 2;
    color: white;
    background: black;
}

.widget-brand .tabs img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
}

.widget-brand .brand {
    width: 100%;
    height: 100%;
}

.widget-brand .tabs {
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .widget-brand .tabs .tab-container {
        width: 50%;
    }

@media screen and (min-width: 960px) {
    .widget-brand .tabs {
        top: -60px;
        height: 60px;
    }

        .widget-brand .tabs .tab-container {
            width: 25%;
            height: 60px;
        }
}

@media screen and (min-width: 1200px) {
    .widget-brand .tabs {
        right: 8.3333332%;
        width: 50%;
    }
}

.section.active .widget-brand .tabs {
    top: auto;
    bottom: 0;
}

.widget-brand .tabs div {
    float: right;
}

    .widget-brand .tabs div img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

.widget-brand ul.rslides {
    height: 100%;
}

    .widget-brand ul.rslides li {
        height: 100%;
width:100%;
    }

.widget-brand .brand .tab {
    display: none;
}

.widget-brand .brand .content {
    height: 100%;
    width: 100%;
    background: url(../Styles/Images/gradient.png) no-repeat left top;
    float: left;
    padding: 60px 0px;
}

.widget-brand .caption-container {
	background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 15px;
}

.caption-container .categories {
    display: none;
}

.caption-container .short-description {
    padding-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .caption-container .categories {
        display: block;
    }

    .widget-brand .caption h1 {
        font-size: 48px;
    }

    .widget-brand .caption {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .widget-brand .caption-container {
        padding-left: 8.3333332%;
        background: none;
        width: 50%;
    }
}

.widget-brand .brand .image {
    z-index: -100;
    position: absolute;
    right: 0;
    overflow: visible;
    height: 100%;
    float: right;
    min-height: 100%;
    max-height: 100%;
    width: auto;
}


@media screen and (max-width: 1200px) {
    .widget-brand .brand .content {
        background: none;
    }
}

.widget-brand .caption {
    top: 10%;
    margin: 0;
    width: 83.33332%;
}



.widget-brand .categories {
    padding: 25px 0;
    color: white;
    text-align: center;
    max-width: 550px;
}

.categories .cat {
    display: block;
    width: 120px;
    float: left;
    padding: 5px;
    height: 80px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 16px;
    color: darkgrey;
}

.categories a.cat:hover {
    text-decoration: none;
    opacity: 0.8;
}


.categories .cat img {
    float: none;
    margin-bottom: 16px;
    width: 67%;
    margin: 0 auto;
}

.widget-brand .rslides_tabs {
    display: none;
}

.widget-brand .tabs .tab-container {
    position: relative;
    cursor: pointer;
    /*background: linear-gradient(to bottom, rgba(200,200,200,1) 0%,rgba(255,255,255,1) 50%,rgba(109,109,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ff6d6d6d');  IE */
    border-right: 1px solid #c8c8c8;
}

.widget-brand .tabs .tab-container:nth-child(2)	{background:#FFF}
.widget-brand .tabs .tab-container:nth-child(1)	{background:#FFB600}	

.section.active .widget-brand .tabs .tab-container.active {
    /*background: linear-gradient(to bottom, rgba(200,200,200,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(109,109,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaffffff', endColorstr='#aa6d6d6d');  IE */}
	
.section.active .widget-brand .tabs .tab-container.active:nth-child(2){background:#FFF}
.section.active .widget-brand .tabs .tab-container.active:nth-child(1){background:#FFB600}

@media screen and (min-width: 960px) {
   .section.active .tab-container:nth-child(2).active:after {
        content: ' ';
        position: absolute;
        left: 50%;
        width: 0;
        height: 0;
        top: -12px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 12px solid #FFF;
       
    }
	.section.active .tab-container:nth-child(1).active:after {
        content: ' ';
        position: absolute;
        left: 50%;
        width: 0;
        height: 0;
        top: -12px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 12px solid #FFB600;
       
    }
}

.widget-brand .tabs .tab-container:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
::i-block-chrome,.tab-container{
     /* Safari only override */
        background:-webkit-linear-gradient(left bottom, rgba(200,200,200,1) 0%,rgba(255,255,255,1) 50%,rgba(109,109,109,1) 100%)
    }
::i-block-chrome, .section.active .widget-brand .tabs .tab-container.active {
    background: -webkit-linear-gradient(left bottom, rgba(200,200,200,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(109,109,109,1) 100%);
   
}