/*
 * Theme Name: Pereira & klein
 * Author: YesSoftware
 * Author URI: http://www.yessoftware.com.br
 * Version: 1.0
 */

::selection {
    background: rgba(0,0,0,0.8);
}

.navbar-default {
    background: rgba(51,51,51,0.4);
    border: none;
}
.navbar-toggle {
    margin-top: 25px;
    border-color: #c09941 !important;
    /*#c09941*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #c09941 !important;
    background-color: white !important;
}
.navbar-toggle .icon-bar {
    background-color: #c09941 !important;
}

@media (max-width: 991px) {
    /*    .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -15px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }*/
}

.transition, .transition * {
    transition: all .2s linear;
}

.no-padding{
    padding: 0 !important;
}

.clear{
    clear: both;
}

section{

    overflow: hidden
}

body, html{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    width: 100%;
}
/** {
    color: #333;
}*/

header {
    z-index: 1000;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(0,0,0,0.8);
}
header .logo {
    margin-top: -35px;
    display: block;
}
header #navbar-collapse ul.nav {
    display: block;
    width: auto;
    float: right;
}
header #navbar-collapse ul.nav li {
    width: auto;
    height: 90px;
    margin-left: 20px;
}/*
*/header #navbar-collapse ul.nav li a.active {
    color: #c7a34a;
}/*
header ul.nav li a:hover {
    color: #c7a34a;
}
*/header #navbar-collapse ul.nav li a {
    line-height: 90px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    transition: all .2s linear;
    padding: 0 !important;
}
.navbar-default .navbar-nav li a:hover {
    color: #c7a34a !important;
}
.navbar-default .navbar-nav li a {
    color: white !important;
}
.navbar-default .navbar-nav li a.active {
    color: #c7a34a !important;
}


footer {
    background: #333;
    color: #999;

    min-height: 210px;
    padding: 50px 0;
    border-top: 10px #c7a34a solid;
    border-bottom: 10px #c7a34a solid;

    margin-top: 50px;
}
footer .titulo {
    color: #c7a34a;
    font-size: 26px;
}
footer .slogan {
    color: #c7a34a;
    font-size: 16px;
}
footer address {
    margin-top: 10px;
    margin-bottom: 0;

}
footer .endereco {
    display: block;
    color: #ccc;

}
footer .telefone {
    color: #ccc;
}
footer .email {
    margin-left: 20px;
    color: #ccc;
}

footer .equipe {
    text-align: center;
}
footer .equipe .majoritario {
    margin-bottom: 14px;
}
footer .equipe .nome {
    color: #c7a34a;
    font-size: 18px;
    display: block;
}
footer .equipe .registro {
    font-size: 14px;
    color: #ccc;
}

.sub-footer {
    margin-top: 10px;
    margin-bottom: 20px;
}
.sub-footer .social a:hover {
    color: #999;
}
.sub-footer .social a {
    font-size: 24px;
    color: #ccc;
    margin-right: 10px;
    transition: all .3s linear;
}
.sub-footer .yes { 
    text-align: right;
}
.sub-footer .yes a {
    opacity: 0.5;
    transition: all .3s linear;
    margin-top: 15px;
}
.sub-footer .yes a:hover {
    opacity: 1;
}



.navbar-header {
    height: 90px;
}

.navbar-collapse.in, .navbar-collapse.collapsing {
    background: white;
}

.navbar-collapse.in ul, .navbar-collapse.collapsing ul {
    float: none !important;
    margin: 0 !important;
}
.navbar-collapse.in li {
    height: 40px !important;
    margin: 0px 0;
    line-height: 40px;
    margin-left: 0 !important;
    border-bottom: 1px solid #eee;
}

.navbar-collapse.collapsing li {
    height: 40px !important;
    margin: 0px 0;
    line-height: 40px;
    margin-left: 0 !important;
    border-bottom: 1px solid #eee;
}
.navbar-collapse.in li a, .navbar-collapse.collapsing li a {
    line-height: 40px !important;
    color: #c7a34a !important;
}
.navbar-collapse.in li a.active, .navbar-collapse.collapsing li a.active {
    background: #c7a34a;
    color: white !important;
}

#start div {
    display: block;
    color: white;
    position: absolute;
    font-size: 50px;
    top: 190px;
    width: 100%;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 10px #666;
}


/* Large desktop */
@media (min-width: 1200px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) { 
    footer .assinatura {
        text-align: center;
        margin-bottom: 40px;
    }    
    footer {
        text-align: center;
    }
    header .logo img {
        width: 230px;
        margin-top: 18px;
    }
    header #navbar-collapse ul.nav li a {
        font-size: 12px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 

    footer .telefone, footer .email {
        display: block;
    }

    footer .assinatura {
        text-align: center;
        margin-bottom: 40px;
    }    
    footer {
        text-align: center;
    }
    #start div {
        font-size: 30px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) { 

    header img {
        width: 240px;
        margin-top: 16px;
    }


    .sub-footer .social {
        text-align: center;
    }
    .sub-footer .social a {
        margin: 5px;
    }
    .sub-footer .yes {
        margin-top: 10px;
        text-align: center;
    }
    #start div {
        font-size: 25px;
    }

}
.ckeditor ul li { 
    list-style-type: disc; 
    list-style-position: inside; 

}
.ckeditor ol li { 
    list-style-type: decimal; 
    list-style-position: inside; 
}
.ckeditor ul ul, .ckeditor ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.ckeditor ol ol, .ckeditor ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.ckeditor ol li, .ckeditor ul li { 
    text-align: left;
    line-height: 30px;
    margin: 0;
    padding-left: 40px;

}
.ckeditor p:first-child:first-line strong {
    /*font-size: 30px !important;*/
}
.ckeditor p, .ckeditor li {
    /*font-size: 16px !important;*/
}
.ckeditor p a.doksoft_preview_href {
    width: 200px;
    /*height: 130px;*/
    display: inline-block;
    margin: 10px auto;
    position: relative;
    padding: 11px;
}
.ckeditor img {
    border: 1px solid #ccc;
}
.ckeditor * {
    /*font-size: 16px !important;*/
} 