/*
    Document   : general-100
    Created on : 7/03/2014, 09:22:15 AM
    Author     : cesarmejiaguzman
    Description:
        Purpose of the stylesheet follows.
*/

/* Load Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

@font-face {
    font-family: 'Mono Social Icons Font';
        src: url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.eot');
        src: url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
             url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
             url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
             url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
        src: url('http://psipinturas.com.mx/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

/* Util */
body{
    /*color: #333;*/
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 115px;
    transition: margin 280ms;

    -webkit-transition: margin 280ms;
       -moz-transition: margin 280ms;
        -ms-transition: margin 280ms;
         -o-transition: margin 280ms;
}

@media(max-width: 829px){
    body{
        margin-top: 75px;
    }
}

.loader{
    background: #fff url(../imgs/logo.png) center center no-repeat;
    background-size: 90px 90px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.holder{
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
}

.relative{ position: relative; }

.no-padding{ padding: 0; }

.table-layout{
    display: table;
    width: 100%;
}

.v-align-bottom,
.v-align-middle,
.v-align-top{
    display: inline-block;
    float: none !important;
}

.v-align-bottom{ vertical-align: bottom; }
.v-align-middle{ vertical-align: middle; }
.v-align-top{ vertical-align: top; }

.grey-pattern{ background: url(../imgs/grey-pattern-background.jpg) repeat; }

.fluid-image img{
    display: block;
    height: auto;
    width: 100%;
}

.fluid-image.vertical img{
    height: 100%;
    width: auto;
}

/* Header */
.header-layout{
    background: #F15A2B;
    color: #fff;
    left: 0;
    max-height: 115px;
    min-height: 115px;
    padding: 10px 0 0;
    position: fixed;
    top: 0;
    transition: all 280ms;
    width: 100%;
    z-index: 1;

    -webkit-transition: all 280ms;
       -moz-transition: all 280ms;
        -ms-transition: all 280ms;
         -o-transition: all 280ms;
}

.navigation .tienda{
    background-color: #FCB043;
    bottom: 0;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: -81px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    font-size: 14px;
    padding-bottom: 14px;
}



.header-layout.mini{
    max-height: 75px;
    min-height: 75px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, .4);*/
}

.header-layout .logo-wrapper{ float: left; }

.header-layout .logo{
    background: url(../imgs/logo.png) no-repeat center center;
    background-size: 148px 149px;
    display: block;
    float: left;
    height: 149px;
    margin-bottom: -69px;
    text-indent: -9999em;
    transition: all 280ms;
    width: 148px;

    -webkit-transition: all 280ms;
       -moz-transition: all 280ms;
        -ms-transition: all 280ms;
         -o-transition: all 280ms;
}

.header-layout.mini .logo{
    background-size: 99px 100px;
    height: 100px;
    margin-bottom: -59px;
    width: 99px;
}

.header-layout .navigation-toggle{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    float: right;
    outline: none;
    padding: 8px;
    width: 40px;
}

.header-layout .navigation-toggle .bar{
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 4px;
}

.header-layout .navigation-toggle .bar:last-child{ margin-bottom: 0; }

.header-layout .navigation{
    /*margin-right: 90px;*/
    margin-right: 80px;
}

.header-layout .global-nav{
    margin: 0;
    margin-top: 38px;
    text-align: right;
    transition: margin 280ms;

    -webkit-transition: margin 280ms;
       -moz-transition: margin 280ms;
        -ms-transition: margin 280ms;
         -o-transition: margin 280ms;
}

.header-layout.mini .global-nav{ margin-top: 17px; }

.header-layout .global-nav li{
    display: inline-block;
    position: relative;
}

.header-layout .global-nav li:after{
    content: '·';
    display: inline-block;
}

.header-layout .global-nav li:last-child:after,
.header-layout .global-nav li.last:after{ content: normal; }

.header-layout .global-nav li a,
.header-layout .global-nav li span{
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 25px;
    padding-bottom: 46px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: margin 280ms, padding 280ms;

    -webkit-transition: margin 280ms, padding 280ms;
       -moz-transition: margin 280ms, padding 280ms;
        -ms-transition: margin 280ms, padding 280ms;
         -o-transition: margin 280ms, padding 280ms;
}

.header-layout.mini .global-nav li a,
.header-layout.mini .global-nav li span
{ padding-bottom: 27px; }

.header-layout .global-nav li.has-sub-nav > a:after{ content: normal !important; }

.header-layout .global-nav li a:after,
.header-layout .sub-nav li a:after,
.header-layout .sub-nav li span:after{
    background: url(../imgs/navigation-option-hover.png) no-repeat right center;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    opacity: 0;
    right: 0;
    width: 0;
}

.header-layout .sub-nav li a:after,
.header-layout .sub-nav li span:after{ content: "" !important; }

.header-layout .global-nav li.large a:after{
    background: url(../imgs/navigation-option-large-hover.png) no-repeat right center;
}

.header-layout .global-nav li:hover > a:after,
.header-layout .global-nav li.active > a:after,
.header-layout .sub-nav li:hover > a:after,
.header-layout .sub-nav li.active > a:after,
.header-layout .sub-nav li > span:after{
    opacity: 1;
    transition: width 230ms;
    width: 91px;

    -webkit-transition: width 230ms;
       -moz-transition: width 230ms;
        -ms-transition: width 230ms;
         -o-transition: width 230ms;
}

.header-layout .global-nav li.large:hover > a:after,
.header-layout .global-nav li.large.active > a:after{
    width: 157px;
}

.header-layout .global-nav li:last-child a,
.header-layout .global-nav li.last a{ margin-right: 0; }

.header-layout .global-nav li.has-sub-nav:hover .sub-nav{
    display: block;
}

.header-layout .sub-nav{
    background: #F15A2B;
    bottom: auto;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .65);
    display: none;
    left: 20px;
    margin: 0;
    position: absolute;
    text-align: left;
}

.header-layout .sub-nav li{
    display: block;
}

.header-layout .sub-nav li a,
.header-layout .sub-nav li span{
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 10px 5px !important;
    text-transform: capitalize;
}

.header-layout .sub-nav li:after{ content: normal; }

@media (max-width: 1200px){
    .navigation .tienda{
         right: -31px;
    }
}

@media(max-width: 960px){

    .header-layout .global-nav li a{
        margin: 0 5px;
    }
    .header-layout .navigation{
        margin-right: 130px;
    }

    .header-layout .tienda{
        right: 26px;
    }

    .header-layout .sub-nav li a,
    .header-layout .sub-nav li span{
        margin: 0;
    }


}

@media(max-width: 836px){
    .header-layout .global-nav li a{
        font-size: 12px;
    }
    .navigation .tienda{
        font-size: 12px;
    }

}
@media(max-width: 767px){

    .header-layout{ padding: 10px 0; }

    .header-layout .logo-wrapper{
        float: none;
        position: relative;
        z-index: 2;
    }

    .header-layout .navigation-toggle{
        margin-top: 10px;
    }

    .header-layout .logo{ }

    /* Global Navigation */
    .header-layout .navigation{
        background-color: #F15A2B;
        height: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 65px;
        transition: height 280ms;
        width: 100%;
        z-index: 1;

        -webkit-transition: height 280ms;
        -moz-transition: height 280ms;
        -ms-transition: height 280ms;
        -o-transition: height 280ms;
    }

    .navigation .tienda{
        position: relative;
        right: 0;
        display: block;
        padding-bottom: 0;
        margin: 0 auto;
    }

    .header-layout .navigation.displayed{
        /* height: 176px; */
        height: auto;
    }

    .header-layout .global-nav{
        border-top: 1px solid #fff;
        margin-top: 0 !important;
    }

    .header-layout .global-nav li{
        display: block;
    }

    .header-layout .global-nav li:after{ content: normal; }

    .header-layout .global-nav li a,
    .header-layout .global-nav li span{
        display: block;
        margin: 0;
        padding: 7px !important;
        text-align: center;
    }


    .header-layout .global-nav li a:after,
    .header-layout .global-nav li span:after
    .header-layout .sub-nav li a:after,
    .header-layout .sub-nav li span:after{ content: normal !important; }

    .header-layout .sub-nav{
        box-shadow: none;
        display: block;
        left: auto;
        position: relative;
    }
}

/* Sections */
section{  }

/* Slider - Home */
.slider-wrapper{
    margin-top: 80px;
}

.slider-wrapper .slider{
    min-height: 0;
}

.slider-wrapper .slider .dots {
    bottom: 0;
    left: 0;
    margin: 5px 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.slider-wrapper .slider .dots .dot {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    opacity: 1;
    width: 13px;
}

.slider-wrapper .slider .dots .dot.active {
    background-color: #000;
}

.slider-wrapper .slider .dots .dot:after {
    content: normal;
}

    /* About us - Home */
.about-us.home{
    background: floralwhite;
    color: #666;
    padding: 20px 0 15px;
    overflow: hidden;
}

.about-us.home .inner{
    margin: 0 auto;
    max-width: 735px;
    width: 100%;
}

.about-us.home h3{
    color: #000;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.about-us.home a{ color: red; font-size: 20px; }

/* Products - Home */
.products.home{
    background: #FCD209;
}

.products.home .wrapper{
    background-color: #fff;
    overflow: hidden;
    padding: 25px 25px 15px;
    position: relative;
    z-index: 0;
}

.products.home .wrapper:before,
.products.home .wrapper:after{
    display: block;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 1;
}

.products.home .wrapper:before{ background: url(../imgs/products-home-leftend.png) repeat-y left center; left: -10px; }
.products.home .wrapper:after{ background: url(../imgs/products-home-rightend.png) repeat-y right center; right: -10px; }

.products.home .wrapper .v-align-middle{ margin-right: -4px; }

/* Override Slider */
.products.home .slider{
    height: 175px;
    width: 100%;
}

.products.home .image img{ margin: 0 auto; }

.products.home .description{
    color: #666;
    font-size: 18px;
}

.products.home .description h3{
    color: #F15A2B;
    font-size: 91px;
    font-style: italic;
    line-height: 80px;
    margin: 0;
}

.products.home .description .see-more{
    background-color: #F15A2B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 125px;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 991px){

    .products.home .wrapper{
        padding: 35px 25px 25px;
    }

    .products.home .wrapper .v-align-middle{
        display: block;
        margin: 0;
    }

    .products.home .image img{ max-width: 550px; }
}

@media (max-width: 767px){

    .products.home .description h3{
        font-size: 55px;
    }

    .products.home .description{
        font-size: 16px;
    }
}

@media (max-width: 479px){
    .products.home .description h3{
        font-size: 43px;
    }

    .products.home .description{
        font-size: 14px;
    }
    .slider-wrapper{
        margin-top: 60px;
    }
}

/* Shortcuts - Home */
.shortcuts.home{ padding: 45px 0 55px; }

.shortcuts.home .shortcut{
    display: block;
    margin: 0 auto;
    max-width: 270px;
    position: relative;
    width: 100%;
}

.shortcuts.home .shortcut .image{
    overflow: hidden;
    position: relative;
}

.shortcuts.home .shortcut .image img{
    display: block;
    height: auto;
    width: 100%;
}

.shortcuts.home .shortcut .overlay{
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    height: 95px;
    left: 0;
    max-height: 95px;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.shortcuts.home .shortcut .overlay .table-layout{ height: 100%; }

.shortcuts.home .shortcut .title{
    color: #333;
    display: table-cell;
    font-size: 29px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: middle;
}

.shortcuts.home .shortcut .title .tiny{ font-size: 19px; }

.shortcuts.home .shortcut .icon-wrapper{
    display: table-cell;
    vertical-align: middle;
}

.shortcuts.home .shortcut .icon{
    background: url(../imgs/shortcut-home-icons.png) no-repeat;
    background-position: 0 0;
    height: 66px;
    width: 66px;
}

.shortcuts.home .shortcut:hover .title{ color: #F3B648; }
.shortcuts.home .shortcut:hover .icon{ background-position: 0 -66px; }

@media(max-width: 889px){

    .shortcuts.home{ padding: 55px 0 55px; }

    .shortcuts.home .shortcut .title{
        font-size: 19px;
    }

    .shortcuts.home .shortcut .icon{
        background-position: -66px 0;
        height: 33px;
        width: 33px;
    }

    .shortcuts.home .shortcut:hover .icon{ background-position: -66px -33px; }
}

@media(max-width: 639px){

    .shortcuts.home .shortcut .title{
        font-size: 16px;
        text-align: center;
    }

    .shortcuts.home .shortcut .title .tiny{ font-size: 16px; }

    .shortcuts.home .shortcut .icon-wrapper{
        display: none;
    }

}

@media(max-width: 429px){

    .shortcuts.home .col-xs-6{
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    .shortcuts.home .shortcut .overlay{
        height: 65px;
    }

}

/* Ribbon */
.ribbon-section{
    background-color: #E0E12F;
    color: #fff;
    font-weight: bold;
    max-height: 350px;
}

.prod{
    max-height: none;
}

.ribbon-section .left-side{ margin-top: -25px; }

.ribbon-section .right-side{
    font-size: 38px;
    margin-top: -30px;
}

.ribbon-section .right-side a{
    color: #fff;
    font-size: 32px;
    text-decoration: underline;
}

@media(max-width: 991px){
    .ribbon-section{
        max-height: none;
        padding-bottom: 20px;
    }

    .ribbon-section .no-padding{ padding: 0 15px; }
}

@media(max-width: 767px){

    .ribbon-section .right-side img{
        max-width: 103px;
        width: 100%;
    }

    .ribbon-section .right-side,
    .ribbon-section .right-side a{
        font-size: 24px;
    }
}

@media(max-width: 479px){
    .ribbon-section .right-side,
    .ribbon-section .right-side a{
        font-size: 18px;
    }
}

/* Ads Section */
.ads-section{
    /*padding: 50px 0;*/
    /*overflow: hidden;*/
    padding: 50px;
    overflow: visible;

}
.ads-section .no-padding{
    padding: 0;
}

.ads-section .proyects{
}

.ads-section .proyects .inner{
    background: #F3F3F3;
    padding: 30px 20px 25px;
}

.ads-section .proyects .header{
    border-bottom: 2px solid #999;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.ads-section .proyects .header h3{
    color: #666;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.ads-section .proyects .header img{
    display: block;
    margin-top: 5px;
}

.ads-section .proyects .content{
    color: #666;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 10px;
}

.ads-section .proyects .image{ margin-bottom: 20px; }

.ads-section .proyects .html{
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 275px;
    width: 100%;
}

.ads-section .proyects .see-gallery{
    background: #F15A2B;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 127px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.ads-section .store{ }

.ads-section .store .inner{ }

.ads-section .store .image{ }

.ads-section .store .image .logo{
    background: url(../imgs/logo203x204.png) no-repeat center center;
    bottom: -30px;
    height: 204px;
    position: absolute;
    right: -25px;
    width: 203px;
}

.ads-section .store .content{
    background: #F15A2B;
    color: #FFF;
    padding: 30px;
}

.ads-section .store .content{
    font-size: 16px;
}

.ads-section .store .content h4{
    font-size: 21px;
    font-weight: 400;
}

.ads-section .store .content a{
    color: #fff;
    text-decoration: underline;
}

@media(max-width: 767px){

    .ads-section .no-padding{ padding: 0 15px !important; }

    .ads-section .proyects{
        margin-bottom: 20px;
    }

    .ads-section .proyects .content{
        padding: 0 50px;
    }

    .ads-section .store .image .logo{ display: none; }
}

@media(max-width: 479px){

    .ads-section .proyects .header h3{
        font-size: 22px;
    }

    .ads-section .proyects .header h3 img{
        width: 70%;
    }

    .ads-section .proyects .content{
        font-size: 18px;
        padding: 0 10px;
    }

    .ads-section .store .content{
        padding: 15px;
    }
}

/* Map Section */
.map-section{
    background: url(../imgs/map-background.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 320px;
    overflow: hidden;
    width: 100%;
}

.map-section .half-ribbon{
    background: rgba(241, 90, 43, .85);
    bottom: 40px;
    color: #fff;
    font-size: 30px;
    padding: 20px;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-decoration: none !important;
    width: 50%;
}

.map-section .half-ribbon .inner{
    max-width: 405px;
    overflow: hidden;
    width: 100%;
}

.map-section .title{
    font-size: 80px;
    font-weight: 500;
    font-style: italic;
    line-height: 70px;
    margin: 0;
    margin-bottom: 10px;
}

@media(max-width: 859px){

    .map-section .half-ribbon{
        font-size: 18px;
        padding-right: 10px;
        width: 55%;
    }

    .map-section .half-ribbon .pointer{
        display: none;
    }

    .map-section .title{
        font-size: 40px;
        line-height: 35px;
    }
}

@media(max-width: 479px){
    .map-section .half-ribbon{
        width: 75%;
    }

    .map-section .title{
        font-size: 32px;
    }

    .map-section .half-ribbon{
        font-size: 16px;
    }
}

/* Contact - Home */
.contact.home{
    color: #fff;
    z-index: 0;
}

.contact.home:before,
.contact.home:after{
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.contact.home:before{
    background-color: #EFEEF3;
    left: 0;
    width: 30%;
}

.contact.home:after{
    background: #E98B34 url(../imgs/contact-orange-background.png) repeat-x center top;
    right: 0;
    width: 70%;
}

.contact.home .holder{
    max-height: 579px;
    overflow: hidden;
    padding: 70px 0 110px;
}

.contact.home .holder:before{
    content: "";
    background: url(../imgs/contact-overlay.png) no-repeat left top;
    height: 579px;
    left: 0;
    position: absolute;
    top: 0;
    width: 386px;
}

.contact.home .info{
    font-weight: 100;
    padding-left: 70px;
}

.contact.home .info .title{
    margin-top: 0;
    text-transform: uppercase;
}

.contact.home .contact-form{ min-height: 387px; }
.contact.home .contact-form.sending{ background: url(../imgs/ajax-loader-contact-form.gif) no-repeat center center; }

.contact.home .contact-form .contact-row{ margin-bottom: 15px; }
.contact.home .contact-form .contact-row:last-child{ margin-bottom: 0; }

.contact.home .contact-form input[type=text],
.contact.home .contact-form textarea{
    background: #fff;
    border: none;
    border-radius: 3px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    padding: 10px;
    width: 100%;
}

.contact.home .contact-form textarea{ height: 225px; }

.contact.home .contact-form input[type=submit]{
    background: #fff;
    border: none;
    border-radius: 3px;
    color: #EA8D35;
    cursor: pointer;
    font-weight: 500;
    float: right;
    outline: none;
    padding: 6px 35px;
}

@media(max-width: 767px){
    .contact.home:before{ width: 0; }
    .contact.home:after{ width: 100%; }

    .contact.home .holder{
        padding: 55px 0;
    }

    .contact.home .holder:before{
        display: none;
    }

    .contact.home .info{
        padding-left: 15px;
    }

    .contact.home .contact-form{ min-height: 0; }
    .contact.home .contact-form input[type=text],
    .contact.home .contact-form textarea{ width: 100%; }

}

@media(max-width: 479px){

    .contact.home .holder{
        padding: 35px 0;
    }

    .contact.home .info{
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    .contact.home .contact-form-wrapper{
        float: none;
        width: 100%;
    }

}

/* Video Gallery Section */
.video-gallery-section{
    background-color: #F6F6F6;
    padding: 20px 0 45px;
}

.video-gallery-section h1.title{
    color: #F1592B;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.video-gallery-section .video{
    margin-bottom: 20px;
}

.video-gallery-section .video iframe,
.video-gallery-section .video object{
    display: block;
    height: 300px;
    width: 100%;
}

@media(max-width: 767px){

    .video-gallery-section .video{
        margin-bottom: 20px;
    }

    .video-gallery-section .video iframe,
    .video-gallery-section .video object{
        display: block;
        height: 300px;
        margin: 0 auto;
        width: 80%;
    }

}

@media(max-width: 489px){

    .video-gallery-section .video iframe,
    .video-gallery-section .video object{
        height: 200px;
        width: 100%;
    }

}

/* Content Layout */
.content-layout{
    padding: 50px 0;
}

/* Sidenav */
.content-layout .sidenav{
	margin-top: 70px;
	background-color: #666;
}

.content-layout .sidenav .main-nav{
	
}

.content-layout .sidenav .main-nav li{ 
	padding: 6px;
	text-align: center;
}

.content-layout .sidenav .main-nav li a{
    background-position: 0 -2px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: color 280ms;
	display: block;

    -webkit-transition: color 280ms;
       -moz-transition: color 280ms;
        -ms-transition: color 280ms;
         -o-transition: color 280ms;
}

.content-layout .sidenav .main-nav li:hover{
	background-color: #F4B649;	
}

.content-layout .sidenav .main-nav li.active{
	background-color: #F4B649;	
}

.content-layout .sidenav .main-nav li:active a,
.content-layout .sidenav .main-nav li.active a{
    /*background-position: -1px -20px;*/
    color: #F15A2B;
}

.content-layout .sidenav .sub-nav{
    display: none;
    list-style: none;
    padding-left: 20px;
}

.content-layout .sidenav .sub-nav.active{ display: block; }

.content-layout .sidenav .sub-nav li{ }
.content-layout .sidenav .sub-nav li a{
    background: none;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

.content-layout .sidenav .logout{
    background-position: 0 -2px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    text-decoration: none;
}

@media(max-width: 767px){
    .content-layout .sidenav{
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .products-layout .wrapper{
        max-width: none;
    }
}

/* Gallery Slider (Override) */
.gallery.slider{ }

.gallery.slider .slides .previous-slide,
.gallery.slider .slides .next-slide{
    background: url(../imgs/gallery-slider-arrows.png) no-repeat;
    height: 61px;
    width: 60px;
}

.gallery.slider .slides .previous-slide{ background-position: 0 0; left: 10px; }
.gallery.slider .slides .next-slide{ background-position: -60px 0; right: 10px; }

.gallery.slider .thumbs,
.gallery.slider .thumbs .inner{
    height: 103px;
    margin: 10px 0;
}

.gallery.slider .thumbs .inner .thumb{
    background-color: #FCB043;
    height: 103px;
    margin-left: 5px;
    margin-right: 5px;
    width: 155px;
}

.gallery.slider .thumbs .inner .thumb img{
    opacity: 1;
    transition: opacity 280ms;

    -webkit-transition: opacity 280ms;
       -moz-transition: opacity 280ms;
        -ms-transition: opacity 280ms;
         -o-transition: opacity 280ms;
}

.gallery.slider .thumbs .inner .thumb.selected img,
.gallery.slider .thumbs .inner .thumb:hover img{ opacity: .5 !important; }

/* Products Layout */
.products-layout{
    transition: padding 280ms;

    -webkit-transition: padding 280ms;
    -moz-transition: padding 280ms;
    -ms-transition: padding 280ms;
    -o-transition: padding 280ms;
}

.products-layout .wrapper{
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.products-layout .html{ margin-bottom: 45px; }

.products-layout .product.v-align-top{ 
	margin-left: -4px; 
	transition: all 1s ease;
}

@media(max-width: 829px){
    .products-layout{
        padding-top: 50px;
    }
}

@media(max-width: 639px){
    .products-layout .product.v-align-top{
        margin-left: -4px;
        width: 50%;
    }
}

@media(max-width: 479px){
    .products-layout .product.v-align-top{
        margin-left: -4px;
        width: 100%;
    }
}

/* Product Layout */
.product-layout{
	margin-top: 60px;
}

.product-layout .wrapper{
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}

.product-layout .breadcrumb{
    background-color: transparent;
    margin-bottom: 40px;
    padding: 0;
}

.product-layout .breadcrumb li{
    color: #F1592B;
    font-size: 15px;
    font-weight: bold;
}

.breadcrumb>li+li:before{
    color: #000;
    content: ">";
}

.product-layout .breadcrumb li a{
    color: #000;
    text-decoration: none;
}

.product-layout .v-align-middle{ margin-right: -4px; }

.product-layout .palette-button{
    background: url(../imgs/product-palette-icon.png);
    cursor: pointer;
    display: none;
    height: 97px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: -157px;
    text-indent: -9999em;
    width: 79px;
}

.product-layout .palette-button.idsitepage-119355{
    display: none !important;
}

.product-layout .intro{
    height: 240px;
}

.product-layout .intro img{
    margin: 0 auto;
}

.product-layout .html{
    margin-bottom: 20px;
}

.product-layout .paginator{
    display: none;
    text-align: center;
}

.product-layout .page-nav{
    background: url(../imgs/product-navpage-buttons.jpg) no-repeat;
    display: block;
    height: 27px;
    text-indent: -9999em;
    vertical-align: middle;
    width: 28px;
}

.product-layout .page-nav.prev-button{ background-position: 0 0; float: left; }
.product-layout .page-nav.next-button{ background-position: -28px 0; float: right; }

.product-layout .paint-range{
    display: none;
    margin-top: 90px;
}

.product-layout .paint-range.displayed{ display: block; }

.product-layout .paint-range .cover,
.range-layout .paint-range .cover{
    background: url('../imgs/paint-range-cover.jpg') no-repeat center bottom;
    background-size: cover;
    height: 150px;
    margin-bottom: 30px;
    width: 100%;
}

.product-layout .paint-range .cover h2,
.range-layout .paint-range .cover h2{
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 58px 0 0;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
}

@media(max-width: 767px){
    .product-layout .breadcrumb{
        margin-bottom: 15px;
    }

    .product-layout .intro{
        display: none;
        /*margin-top: 50px;*/
    }

    .product-layout .palette-button{
        margin-bottom: 0;
        margin-top: 30px;
    }

    .product-layout .paint-range,
    .range-layout .paint-range{
        margin-top: 60px;
    }

    .product-layout .paint-range .cover,
    .range-layout .paint-range .cover{
        height: 130px;
    }

    .product-layout .paint-range .cover h2,
    .range-layout .paint-range .cover h2{
        font-size: 32px;
        padding-top: 48px;
    }
}

@media(max-width: 480px){
    .product-layout .page-nav{
        margin: 0 40px;
    }

    .product-layout .paint-range .cover,
    .range-layout .paint-range .cover{
        height: 100px;
    }

    .product-layout .paint-range .cover h2,
    .range-layout .paint-range .cover h2{
        font-size: 26px;
        padding-top: 38px;
    }
}

/* Range */
.range-layout{ padding-top: 0; }

.range-layout .block{ margin-bottom: 135px; }

.range-layout .cont{
    margin-bottom: 15px;
}

.range-layout .cont h2{
    font-size: 27px;
    margin-bottom: 15px;
    margin-top: 0;
}

.range-layout .fandeck-elements{
    text-align: center;
}

.range-layout .fandeck-elements .element{
    float: left;
    margin-bottom: 15px;
}

.range-layout .fandeck-elements .color{
    height: 50px;
    width: 50px;
}

.range-layout .fandeck-elements .code{
    color: #666;
    font-size: 12px;
    text-align: center;
}

.wrapper-element{
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 2px;
    min-height: 50px;
    width: 50px;
}

.range-layout .go-back-wrapper{
    margin-bottom: 20px;
}

.range-layout .colors-wrapper{
    margin-bottom: 25px;
}

.range-layout .colors{

}

.range-layout .colors .color{
    display: inline-block;
    color: #333;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 80px;
    text-decoration: none;
    width: 11.111111%;
}

.range-layout .colors .color.selected{
    color: #F1592B;
}

.range-layout .colors .color:last-child{ margin-right: 0; }

.range-layout .colors .name{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.range-layout .colors .image{ }

.range-layout .colors .image img{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 80px;
    width: 100%;
}

@media(max-width: 767px){
    .range-layout .cont h2{
        font-size: 21px;
    }

    /* Colors */
    .range-layout .colors .color{
        width: 20%;
    }

    .range-layout .colors .name{
        font-size: 17px;
    }
}

@media(max-width: 480px){
    .range-layout .cont h2{
        font-size: 19px;
    }
}

/* Product Splited Layout */
.product-splited-layout{ padding-top: 0; }

.product-splited-layout .title-wrapper{
    background: #E0E12F;
    margin-bottom: 25px;
    padding: 50px 0 35px;
    position: relative;
}

.product-splited-layout .title-wrapper:after{
    background: url(../imgs/tips-title-image.png) no-repeat center center;
    bottom: 0;
    content: "";
    height: 147px;
    position: absolute;
    right: 0;
    width: 265px;
}

@media(max-width: 991px){
    .product-splited-layout .title-wrapper:after{
        content: "";
        display: none;
    }

    .product-splited-layout .title-wrapper .title{
        text-align: center;
    }
}

@media(max-width: 767px){
    .product-splited-layout .title-wrapper{
        padding: 30px 0 20px;
    }
}

/* Splited Layout */
.splited-layout{ padding-top: 70px; }

.splited-layout .intro img{ margin-bottom: 10px; }

@media(max-width: 767px){
    .splited-layout{
        padding: 50px 0 20px;
    }
}

/* Map Layout */
.map-layout{
	margin-top: 60px;
}

.map-layout .intro{
    font-size: 16px;
    margin-bottom: 30px;
}

.map-layout .addresses{
    margin-bottom: 20px;
}

.map-layout .state-filter{ margin-bottom: 35px; }

.map-layout .state-filter label{
    font-weight: normal;
    margin-right: 5px;
}

@media (max-width: 479px){
    .map-layout .intro{
        font-size: 15px;
    }
}

/* Calculator Layout */
.calculator-layout{
	margin-top: 50px;
}

.calculator-layout .intro{ margin-bottom: 35px; }

.calculator-app .walls{

}

.calculator-app .wall{
    background: #F7F7F7;
    border-top: 7px solid #FCB043;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 15px 15px 30px;
    position: relative;
}

.calculator-app .wall:last-child{ margin-bottom: 0; }

.calculator-app .wall .title{
    color: #F1592B;
    margin-bottom: 10px;
}

.calculator-app .wall .remove-wall{
    background: url(../imgs/calculator-removewall.png) no-repeat center center;
    display: block;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: -5px;
    text-indent: -9999em;
    transition: opacity 280ms;
    top: -13px;
    width: 16px;

    -webkit-transition: opacity 280ms;
    -moz-transition: opacity 280ms;
    -ms-transition: opacity 280ms;
    -o-transition: opacity 280ms;
}

.calculator-app .wall:hover .remove-wall{ opacity: 1; }

.calculator-app .wall .sizes{
    padding: 0 25px;
}

.calculator-app .wall .sizes label{
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 0;
}

.calculator-app .wall .sizes input[type=text]{
    border: 1px solid #999;
    color: #333;
    padding: 0;
    text-align: center;
    width: 65px;
}

.calculator-app .typePaint{
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: right;
}

.calculator-app .typePaint label{
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
}

.calculator-app .buttons-wrapper{
    margin: 30px 0;
}

.calculator-app .add-wall{
    background: url(../imgs/calculator-addicon.png) no-repeat left center;
    display: block;
    float: left;
    padding: 5px 10px 5px 40px;
}

.calculator-app .reset-walls{
    background: url(../imgs/calculator-resetwalls.png) no-repeat left center;
    display: block;
    float: right;
    padding: 5px 10px 5px 40px;
}

.calculator-app .result{
    border-top: 7px solid #F15A2B;
    padding-top: 20px;
}

.calculator-app .output{
    color: #F1592B;
    margin-bottom: 15px;
    margin-top: 18px;
}

.calculator-app .output .big{
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 10px;
}

.calculator-app .result .notice{
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.calculator-layout .image{
    padding-left: 45px;
    padding-right: 75px;
}

.calculator-layout .ribbon{
    background-color: #CCC;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    max-height: 191px;
    padding: 35px 0 30px;
}

.calculator-layout .ribbon:after{
    background: url(../imgs/calculator-ribbon-image.png) no-repeat center bottom;
    bottom: 0;
    content: "";
    height: 264px;
    position: absolute;
    right: 0;
    width: 417px;
}

.calculator-layout .ribbon .content{
    line-height: 40px;
}

.calculator-layout .ribbon .grey{
    color: #666;
    text-transform: uppercase;
}

.calculator-layout .ribbon a{
    background-color: #F15A2B;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 110px;
    padding: 5px 32px;
    text-decoration: none !important;
}

@media(max-width: 991px){
    .calculator-layout .ribbon:after{
        content: "";
        display: none;
    }
}

@media(max-width: 767px){
    .calculator-app .wall .remove-wall{ opacity: 1; }

    .calculator-layout .ribbon{
        font-size: 24px;
        max-height: none;
        padding: 25px 0 20px;
    }

    .calculator-layout .ribbon .content{ line-height: normal; }
}

@media(max-width: 479px){

    .calculator-app .wall .sizes .size{
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .calculator-app .wall .sizes label{
        width: 50px;
    }

    .calculator-app .wall .sizes input[type=text]{
        width: 100px;
    }


    .calculator-app .add-wall,
    .calculator-app .reset-walls{
        float: none;
        margin-bottom: 15px;
    }

}

/* Fran Layout */
.fran-layout{
    padding: 0;
	margin-top: 30px;
}

.fran-layout .info{
    background: #F8F8F8;
    padding: 50px 0 30px;
}

.fran-layout .login{
    padding: 30px 0 65px;
}

.fran-layout .sign-up,
.fran-layout .sign-in{

}

.fran-layout .sign-up{
    width: 85%;
}

.fran-layout .sign-up .desc,
.fran-layout .sign-in .desc{
    color: #333;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 35px;
    min-height: 54px;
}

.fran-layout .sign-up form{ min-height: 200px; }
.fran-layout .sign-up form.sending{ background: url(../imgs/ajax-loader.gif) no-repeat center center }

.fran-layout .sign-up .form-row{ margin-bottom: 10px; }

.fran-layout .sign-up label{
    display: block;
    font-weight: 300;
}

.fran-layout .sign-up input[type=text],
.fran-layout .sign-up input[type=date]{
    border: 1px solid #999;
    font-weight: 300;
    outline: none;
    padding: 5px;
    width: 100%;
}

.fran-layout .sign-up .form-row.parts label{
    float: left;
    width: 70px;
}

.fran-layout .sign-up .form-row.parts input[type=text]{
    float: left;
}

.fran-layout .sign-up .form-row input[type=submit],
.fran-layout .sign-in .form-row input[type=submit]{
    background: #F15A2B;
    border: none;
    border-radius: 3px;
    color: #fff;
    float: right;
    outline: none;
    padding: 11px 41px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 1);
}


.fran-layout .sign-in{

}

.fran-layout .sign-in .desc{ text-align: center; }

.fran-layout .sign-in .form{
    background: #F4F4F4;
    border-top: 19px solid #FCB043;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
    padding: 35px 50px;
}

.fran-layout .sign-in .form.sending{ background: url(../imgs/ajax-loader.gif) no-repeat center center }

.fran-layout .sign-in .form-row{
    margin-bottom: 10px;
}

.fran-layout .sign-in .form-row:last-child{ margin-bottom: 0; }

.fran-layout .sign-in .form-row input[type=text],
.fran-layout .sign-in .form-row input[type=password]{
    background: #fff;
    border: none;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding: 11px;
    width: 100%;
}

.fran-layout .sign-in .form-row input[type=text]:focus,
.fran-layout .sign-in .form-row input[type=password]:focus{
    outline: #FCB043;
}

.fran-layout .sign-in .form-row input[type=submit]{
    display: block;
    float: none;
    width: 100%;
}

@media(max-width: 767px){
    .fran-layout .sign-up{
        margin-bottom: 40px;
        width: 100%;
    }
}

/* Login */
.login-layout{
    padding: 130px 0 130px;
}

.login-layout .sign-in{
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
}

.login-layout .html{ margin-bottom: 30px; }

/* Product */
.product{
    color: #333 !important;
    float: left;
    font-size: 14px;
    margin-bottom: 60px;
    text-decoration: none !important;
}

.product .inner{
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
}

.product .inner:hover{
	transform: scale(1.02, 1.02);
}

.product .title{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 35px;
    min-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.product .image{
    border: 1px solid transparent;
    height: 230px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.product .image img{ margin: 0 auto; }

.product .description{
    line-height: 18px;
    margin-bottom: 10px;
	text-align: center;
}

.product .description .text{
    min-height: 54px;
}

.product .description b{ color: #F1592B; }

.product .button{
    background-color: #008EFF;
    color: #fff;
    padding: 7px 10px;
    letter-spacing: 1px;
	text-align: center;
	border-radius: 16px;
	font-weight: bold;
	font-size: 1.2em;
}

.product .button:before{
    margin-right: 5px;
}

/* Footer */
.footer-layout{
    background: #F4B649;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    padding: 2px 0 10px;
}

.footer-layout .col-xs-6{  }

.footer-layout .left-column{  }

.footer-layout .left-column .navigation{  }

.footer-layout .left-column .navigation .menu{ margin-bottom: 0; padding-left: 10px; }

.footer-layout .left-column .navigation .menu li{ margin-bottom: 6px; }

.footer-layout .left-column .navigation .menu li a{
    color: #fff;
    text-transform: uppercase;
}

.footer-layout .center-column{ margin-right: -6px; }

.footer-layout .center-column .logo{
    background: url(../imgs/footer-logo.png) no-repeat;
    height: 67px;
    margin: 0 auto;
    margin-bottom: -5px;
    text-indent: -9999em;
    width: 67px;
}

.footer-layout .center-column .big{
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-layout .center-column .social{ }

.footer-layout .center-column .social h5{
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 0;
}

.footer-layout .center-column .networks{
    margin-bottom: 15px;
    text-align: center;
}

.footer-layout .center-column .networks li{
    display: inline-block;
    margin: 0 5px;
}

.footer-layout .center-column .networks li a{
    color: #fff;
    font-family: 'Mono Social Icons Font';
    font-size: 37px;
    font-smoothing: antialiased;
    line-height: 35px;
    text-rendering: optimizeLegibility;
    text-decoration: none;
    transition: color 280ms;

    -webkit-text-rendering: optimizeLegibility;
       -moz-text-rendering: optimizeLegibility;
        -ms-text-rendering: optimizeLegibility;
         -o-text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
         -o-font-smoothing: antialiased;

    -webkit-transition: color 280ms;
       -moz-transition: color 280ms;
        -ms-transition: color 280ms;
         -o-transition: color 280ms;
}

.footer-layout .center-column .networks li a.linkedin:hover{ color: #0177B5; }
.footer-layout .center-column .networks li a.facebook:hover{ color: #3B5999; }
.footer-layout .center-column .networks li a.twitter:hover{ color: #3FCDFD; }
.footer-layout .center-column .networks li a.instagram:hover{ color: #b39e88; }
.footer-layout .center-column .networks li a.pinterest:hover{ color: #c9232d; }
.footer-layout .center-column .networks li a.gplus:hover{ color: #d42329; }

.footer-layout .center-column a{ color: #fff; text-decoration: underline; }

.footer-layout .right-column{ padding: 0; text-align: right; }

.footer-layout .right-column .certification{
    font-size: 11px;
    text-align: center;
}

.footer-layout .right-column .certification .title{ font-size: 14px; }
.footer-layout .right-column .certification img{ margin-bottom: 10px; }

.footer-layout .right-column .goplek-logo{
    background: url(../imgs/goplek-logo.png) no-repeat center center;
    display: inline-block;
    height: 20px;
    text-align: left;
    text-indent: -9999em;
    width: 44px;
}

@media(max-width: 767px){
    .footer-layout .center-column{
        margin-bottom: 20px;
    }

    .footer-layout .right-column{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .footer-layout .right-column .certification{
        display: none;}
}

@media(max-width: 479px){
    .footer-layout .center-column .logo{
        margin-bottom: 5px;
    }

    .footer-layout .center-column .big{
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* Content Layout Fonts */
.content-layout{ 
	margin-top: 60px;
}
.content-layout h1{ color: #F1592B; font-size: 21px; }
.content-layout h2{ color: #F1592B; font-size: 19px; }
.content-layout h3{ color: #F1592B; font-size: 17px; }
.content-layout h4{ color: #F1592B; font-size: 15px; }
.content-layout h5{ color: #F1592B; font-size: 14px; margin-top: 0; }
.content-layout p{  }
.content-layout a{ color: #F1592B; }
.content-layout b, .content-layout strong{ color: #F1592B; }

.content-layout h1.title{ text-transform: uppercase; margin-bottom: 20px; margin-top: 10px; }

.products-layout .html h1.title{ margin-top: 0; }
.products-layout .html h5.title{ 
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: bold;
    font-style: italic;
}

.product-layout h1.title{ color: #333; font-size: 25px; font-weight: bold; margin-bottom: 35px; }
.product-layout h5.title{ text-transform: uppercase; }

@media(max-width: 767px){
    .product-layout h1.title{
        margin-bottom: 20px;
    }
}

.splited-layout h1.title{ margin-top: 0; }

.map-layout h5{ margin-bottom: 0; }
.map-layout .addresses b{ color: #333; }
.map-layout .addresses a.map-link{ color: #0066FF; font-size: 10px; }

.calculator-layout h1.title{ font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 0; text-transform: capitalize; }

.blank-layout b, .blank-layout strong{ 
	color: #666; 
}

.product-splited-layout .title-wrapper .title{ color: #FFF; font-size: 55px; margin: 0; text-transform: capitalize; }

@media(max-width: 767px){
    .product-splited-layout .title-wrapper .title{
        font-size: 39px;
    }
}

.product-layout .paint-range{ font-size: 16px; }
.product-layout .paint-range h2{ font-size: 27px; margin-top: 0; }
.product-layout .paint-range a{ color: #FCB043; }
.product-layout .paint-range small{ font-size: 12px; }

.login-layout .html{ color: #262626; font-size: 17px; }
.login-layout .html h1{ color: #262626; font-size: 34px; }
.login-layout .html p{  }

/* Fix Style */
.g-logo{
    margin-top: 0;
    text-align: inherit;
}

/* Popup */
.popup.background{
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.popup.wrapper{
    background: #fff;
    border-radius: .23em;
    box-shadow: 0 0 15px rgba(0,0,0,.35);
    display: none;
    padding: 15px;
    position: fixed;
    z-index: 1;
}

.popup.wrapper .message{ font-size: 18px; }
.popup.wrapper .message a{ color: #F15A2B !important; }

.popup.close-button{
    background: url(../imgs/close-button.png) no-repeat center center;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 30px;
}

@media (max-width: 480px) {

    .popup.close-button {
        background-size: 18px;
        right: -10px;
        top: -15px;
    }
	.products.home .slider{
		display: none;
	}
}


/* Branches */
/*
    2011(c) goplek.com
    Styles for branches section in exakta.mx
*/

#google-map{
    height: 450px;
}

.map-layout .branches-list{
    height: 400px;
    overflow: auto;
}

@media(max-width: 767px){
    .map-layout .branches-list{
        height: auto;
        overflow: auto;
    }
}

.map-layout .list-branch{
    /* cursor: pointer; */
    padding-bottom: 15px;
}

.map-layout .list-branch-selected{  }

.map-layout .branch-name{
    color: #F1592B;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.map-layout .branch-type, .branch-phones{}

/* .branches-map{
    width: 650px;
    float: left;
    height: 400px;
    border: solid 1px #999;
}

.info{
    font-size: 11px;
    color: #676767;
    width: 350px;
}

.icon-parking{
    position: absolute;
    background: url(/design/imgs/icon-parking.png) no-repeat;
    width:32px;
    height: 32px;
    bottom: 0;
    right: 0;
}

.icon-handicap{
    position: absolute;
    background: url(/design/imgs/icon-handicap.png) no-repeat;
    width:32px;
    height: 32px;
    bottom: 0;
    right: 32px;
}

.info .name{
    color: #045B36;
}

.info .type{
    color: black;
}

.info .address{
    white-space:pre-wrap;
    border-bottom: solid 1px #999;
    margin: 5px;
}

.info .tabbed{
    display:block;
    width: 100px;
    float: left;
} */


/* Modal Contact Form */
.modal-contact-form {
    font-size: 13px;
    width: 400px;
}

.modal-contact-form .registration-content {
    margin-bottom: 15px;
}

.modal-contact-form .registration-content h1,
.modal-contact-form .registration-content h2,
.modal-contact-form .registration-content h3,
.modal-contact-form .registration-content h4,
.modal-contact-form .registration-content h5 {
    font-size: 22px;
    margin-top: 0;
}

.modal-contact-form .contact-form{
    min-height: 200px;
    width: 100%;
}

.modal-contact-form .contact-form.sending{ background: url(../imgs/ajax-loader-contact-form.gif) no-repeat center center; }

.modal-contact-form .contact-form .contact-row{ margin-bottom: 13px; }
.modal-contact-form .contact-form .contact-row:last-child{ margin-bottom: 0; }

.modal-contact-form .contact-form input[type=text],
.modal-contact-form .contact-form textarea{
    background: #fff;
    border: 1px solid #F15A2B;
    border-radius: 3px;
    color: #999;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    outline: none;
    padding: 7px;
    width: 100%;
}

.modal-contact-form .contact-form textarea{ height: 160px; }

.modal-contact-form .contact-form input[type=submit]{
    background: #EA8D35;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    float: right;
    outline: none;
    padding: 6px 35px;
}

@media(max-width: 479px){

    .modal-contact-form {
        font-size: 11px;
        width: 280px;
    }

    .modal-contact-form .registration-content h1,
    .modal-contact-form .registration-content h2,
    .modal-contact-form .registration-content h3,
    .modal-contact-form .registration-content h4,
    .modal-contact-form .registration-content h5 {
        font-size: 18px;
    }

    .modal-contact-form .contact-form input[type=text],
    .modal-contact-form .contact-form textarea {
        font-size: 11px;
    }

    .modal-contact-form .contact-form textarea {
        height: 110px;
    }

}