.chromeframe {
    margin: 0 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 10%;
    border-bottom: 4px solid #3e0005;
}
/* Custom
----------------------------------------------------------------------------------------------------*/
body {
    background: url('../images/textures/white.png') repeat;
    color: #333;

}
#body{
    min-height: 600px;
    background: url('../images/textures/claro.png') repeat;
    border-top: 3px solid #c1b78a;
    border-bottom: 6px solid #c1b78a;
}
header{
    background: #3e0005;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(62,0,5,1)), color-stop(50%,rgba(64,16,32,0.9)), color-stop(51%,rgba(7,1,7,0.9)), color-stop(100%,rgba(1,5,3,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(62,0,5,1) 0%,rgba(64,16,32,0.9) 50%,rgba(7,1,7,0.9) 51%,rgba(1,5,3,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(62,0,5,1) 0%,rgba(64,16,32,0.9) 50%,rgba(7,1,7,0.9) 51%,rgba(1,5,3,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(62,0,5,1) 0%,rgba(64,16,32,0.9) 50%,rgba(7,1,7,0.9) 51%,rgba(1,5,3,0.8) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(62,0,5,1) 0%,rgba(64,16,32,0.9) 50%,rgba(7,1,7,0.9) 51%,rgba(1,5,3,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e0005', endColorstr='#cc010503',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    height: 180px;
}   
#logo{
    cursor: pointer;
}
header>#logo>img{
    width: 80%;
    margin-top: 36px;
    margin-left: 10%;
    border: 3px solid #c1b78a;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header>#logo>img:hover{
    border-color: #3e0005;

}

header>#menu, header>#logo{
    width: available;
}
header>#menu>div{
    float:left;
    width: 20%;
    text-align: center;
    height: 100%;
}
header>#menu>div>a>img{
    background: #c1b78a;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    height: 50px;
    padding-top: 65px;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header>#menu>div>a>img:hover{
    opacity: 1;
    padding-top: 75px;
}



#solucoes>li{
    cursor: pointer;
    margin: 20px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#solucoes>li:hover{
    margin: 20px 35px;
    border-right: 6px solid #888;
}

#ferramentas{
    margin: 0;
    padding: 0;
}
#ferramentas>li{
    margin-left: 30px;
    padding: 5px;
    list-style: circle;
    border-bottom: 1px solid #ccc;
    width: 70%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#ferramentas>li:hover{
    border-bottom-color: #3e0005;
    list-style: square;

}

h2,h3,h4,h5,h6 {  line-height: 1;}

small {font-size: 11px;}
#clientes{
    max-width: 670px;
}
#clientes>li{
    display: inline;
    margin: 0;
    padding: 5px;
    height: auto;
}
#clientes>li>img{
    height: 80px;
    margin-bottom: 15px;
    border: 5px solid white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#clientes>li>img:hover{
    -webkit-box-shadow: 0px 0px 50px 2px gold;
    box-shadow: 0px 0px 50px 2px gold;
}

.nav>li{
    margin: 5px 0 0 0;
    position: relative;
}

.nav>li>a{
    display: block;
    width: 70%;
    border-left: 2px solid #3e0005;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-decoration: none;

    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #c1b78a;
    color: black;
    padding: 7px 15px 7px 15px; 
}
.nav>li>a:hover {
    background: #ebebeb;
    color: #3e0005;
    padding: 7px 15px 7px 30px;
}

.prev{
    display: none;
}
.arrow{
    float: left;
    position: relative;
    display: table;
    height: 110px;
    z-index: 1;
}

.arrow p{
    *position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
}
.arrow span{
    font-weight: bolder;
    font-size: 2em;
    display: block;
    *position: relative;
    top: -50%;
    width: 80px;

}
.arrow a{
    font-size: .7em;
    margin-left: 10px;
    text-decoration: none;
}
.arrow a:hover{
    text-decoration: underline;
}
.prev img{
    height: 100px;
    margin-top: 5px;
    margin-left: -78px;
    border: 2px solid #3e0005;
    cursor: pointer;
    -webkit-transition: margin-left 1s ease-out; 
    -moz-transition: margin-left 1s ease-out; 
    -o-transition: margin-left 1s ease-out;
    -ms-transition: margin-left 1s ease-out; 
    transition: margin-left 1s ease-out; 
    z-index: 2;
    position: relative;
}
.gibiThumb{
    border: 1px solid black;
    margin: 20px;
}
#pages{
    display: none;
    max-width: 425px;
    max-height: 600px;
}
#pages ul{
    margin: 0 auto;
    
}
#pages img{
    max-width: 567px;
    max-height: 800px;
}
/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}
.mobileLogo img, .mobileLogo h1, .mobileLogo hr{
    display: none;
}
.mobile{
    display: none;
}
.border-right{
    border-right: 1px solid black; 
}

.a_resto{
    text-decoration: none;
}
.a_resto:hover{
    text-decoration: underline;
}

.error{
    background-color: red;
    color: white;
}

@media only screen and (max-width: 825px) {
    .notMobile{display: none;}
    .mobile, .mobileLogo img, .mobileLogo hr{
        display: inherit;
    }
    .mobileLogo img{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        cursor: pointer;
    }
    .mobileLogo{
        text-align: center;
        letter-spacing: 6px;
        margin-bottom: -17px;
        color: black;
    }
    .mobileLogo hr{
        border-color: #3e0005;
        border-width: 3px;
    }
    #body{
        color: black;
        background: white;
        border: none;
        
    }
    .important{
        color: crimson;
        text-shadow: none;
    }

    header{
        position: fixed;
        z-index: 9999;
        bottom: -2px;
        height: 40px;
        width: 100%;
        background: white;
        border-bottom: none;
        border-top: 5px solid #3e0005;
    }
    header>#logo, header>#menu{
        height: 100%;
        float: left;
        text-align: left;
        color: #3e0005;
    }
    header>#logo{display: none;}
    header>#menu{width: 100%;}

    header>#menu>div{
        width: 20%;
        height: 100%;
        float: left;
    }
    header>#menu>div:first-of-type{
        margin-left: -1em;
    }
    header>#menu>div>a>img{
        height: 37px;
        padding-top: 0px;
        opacity: 1;
        background: white;
        border: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    header>#menu>div>a:hover{
        opacity: 1 !important;
    }
    footer{
        padding-bottom: 60px;
    }
    #ferramentas>li:hover{
        color: black;
    }
    #form{
        width: 90%;
    }
}
