/*
*
* @category      Gazeta Press
* @package       Estilos
* @subpackage    Geral
* @author        Fábio Garbini <fgarbini@fcl.com.br>
*
*/


body {
    background: url("../img/body-background.png") repeat-x #fff;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: inherit;
}

/***********************************************************************************/
/* Header */

div#header {
    margin: 25px 0;
    height: 112px;
}

div#header .banner {
    border: 1px solid #FFF;
}

div#header .banner-header-01 {
    position: absolute;
    width: 620px;
    height: 70px;
    margin: 20px 0 0 200px;
}

div#header .banner-header-02 {
    position: absolute;
    width: 468px;
    height: 62px;
    margin: 30px 0 0 160px;
}


/***********************************************************************************/
/* Header - Logotipo */

div#header .logo {
    display: block;
    float: left;
    padding: 0 0 112px 110px;
    background: url("../img/logotipo-header.png") no-repeat left center;
}


/***********************************************************************************/
/* Header - Busca */

div#header .search {
    float: right;
    margin: 10px 0 0 0;
}

div#header form {
    margin: 5px 0 20px;
}

div#header .search .usuario-logado {
    display: block;
    font-size: 0.9em;
    margin: 0 0 5px 0;
    color: #666;
    font-style: italic;
}

div#header .search .usuario-logado a {
    font-size: 1em;
    color: #666;
    font-style: italic;
    margin: 0 0 0 10px;
}

div#header .search a {
    font-size: 0.82em;
    font-style: italic;
    color: #333;
    margin: -3px 0 0 0;
}

div#header .search a:hover {
    color: #f00;
    text-decoration: underline;
}


/***********************************************************************************/
/* Header - Menu Principal */

div.navbar-header {
    margin: 0 0 20px 0;
    padding: 0;
}

div.navbar-header ul.nav {
    display: table;
    width: 100%;
    font-size: 1em;
    margin: 0;
    list-style: none;
}

div.navbar-header ul.nav li.menu-item {
    display: table-cell;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #333;
    background: url("../img/bg-header.png") repeat-x;
}

div.navbar-header ul.nav li.menu-item:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

div.navbar-header ul.nav li.menu-item:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.nav li.menu-item a:hover,
.nav li.menu-item a.active {
    background: url("../img/bg-header-hover-red.png") repeat-x;
}


div.navbar-header ul.nav li.menu-item a {
    display: block;
    width: 100%;
    text-shadow: 0 1px 0 #777;
    color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.navbar-header ul.nav a:hover,
div.navbar-header > .active > a:hover {
    text-decoration: none;
}

div.navbar-header ul.nav li.menu-item ul li {
    text-align: left;
    padding: 6px 8px 6px 10px;
}

div.navbar-header ul.nav li.menu-item ul li a {
    color: #333;
    text-shadow: 0 0 transparent;
    padding: 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.navbar-header ul.nav li.menu-item ul li a:hover {
    color: #fff;
    background: #B60102;
}

div.navbar-header ul.nav li.menu-item .icon-chevron-down {
    margin: 0 0 0 10px;
}


/***********************************************************************************/
/* Header - Submenu */

div.submenu-wrapper {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin: 0 0 15px 0;
}

div.submenu-wrapper ul {
    display: table;
    width: 100%;
    font-size: 0.9em;
    margin: 0;
    list-style: none;
}

div.submenu-wrapper ul li {
    display: table-cell;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #e1e1e1;
    background: #efefef;
}

div.submenu-wrapper ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
}

div.submenu-wrapper ul li.active a,
div.submenu-wrapper ul li a:hover,
div.submenu-wrapper ul li.active a:hover {
    color: #f00;
    background: #f9f9f9;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


/***********************************************************************************/
/* Header - Publicidade */

div#publicidades {
    width: auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 10px;
    margin: 0 0 25px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#publicidades img {
    display: inline;
}

.publicidade-title {
    color: #777;
}


/***********************************************************************************/
/* Sections - Header */

div.section-header {
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #f00;
    margin: 0 0 20px 0;
}
div.section-header h1 {
    font-size: 2.3em;
    height: 40px;
    line-height: 40px;
}


/***********************************************************************************/
/* Rodapé */

div#footer {
    margin: 10px 0 20px 0;
    border-top: 1px solid #eee;
}

div#footer .row-fluid {
}

div#footer [class*="span"] {
    padding: 5px;;
}

div.navbar-footer {
    float: right;
    margin: 0;
    padding: 0;
}

div.navbar-footer ul {
    font-size: 1em;
    margin: 20px 0 0 0;
    list-style: none;
}

div.navbar-footer ul li {
    float: left;
    margin: 0 0 0 30px;
    text-align: center;
}

div.navbar-footer ul li a {
    color: #777;
}

div#footer .logo {
    display: block;
    float: left;
    width: 55px;
    height: 56px;
    margin: 20px 0 0 0;
    background: url("../img/logotipo-footer.png") no-repeat left center;
}

div#footer div.copyright {
    float: right;
    margin: 10px 0 0 0;
    color: #999;
}


/***********************************************************************************/
/* Geral */


/* Header páginas internas */

div.page-title {
    margin: 0 0 25px 0;
}

div.page-title .navbar-inner {
    height: 40px;
    line-height: 40px;
}

div.page-title .navbar-inner h3 {
    margin: 0;
    font-size: 1.5em;
    color: #f00;
    text-shadow: 1px 2px 0 #fff;
}

div.page-title .navbar-inner h5 {
    color: #aaa;
    text-shadow: 1px 2px 0 #fff;
}


/*********************** Paginação ****************************/
div.pagination {
    margin: 19px 0 43px 0;
    text-align: center;
}
div.pagination a {
    color: #aaa;
    font-weight: bold;
}
div.pagination a:hover {
    color: #f00;
}
div.pagination li.active a {
    background: #f00;
    color: #fff;
}
div.pagination li.prev a,
div.pagination li.next a {
    background: #f1f1f1;
    color: #666;
}


/*********************** Modal Busca ****************************/
.nav-pills>li>a {
    color: #f00;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-pills>li.active>a, .nav-pills>li>a:hover{
    color: #ffffff;
    background: url("../img/bg-header-hover-red.png") repeat-x !important;
}


/*********************** Loading ****************************/
div.loading {
    position: fixed;
    z-index:9000 !important;
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -19px;
}
div.opacidade {
    position:fixed;
    display: none;
    top:0; right:0; bottom:0; left:0;
    margin:0; padding:0;
    background:#000;
    opacity:.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    z-index: 8999;
}


/*********************** Compra foto ****************************/
.total{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 9px 14px;
    font-size: 24px;
    opacity: 0.8;
}
.total .price{ display: inline-block;}
.terms{
    opacity: 0.8;
}
#modal-termos-uso{
    width: 70%;
    height: 85%;
    top:300px; right:0; bottom:0; left:33%;
}
/************************ Carrinho ******************************/
/*.carrinho:hover{*/
    /*color: #ffffff;*/
    /*background: url("../img/bg-header-hover-red.png") repeat-x !important;*/
/*}*/