/* @override http://localhost:8001/static/css/style.css */

* {
    font-family: PT Sans, Arial;
    font-size: 16px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a, a:hover {
    color: inherit;
    font-size:inherit;
    text-decoration: inherit;
}

.content_area {
    background-color:  #ffffff;
}

.content_area .row.has_sidebar .grid_4.last-column {
    display: none;
}

.breadcrumb {
    display: block;
    width: 100%;
    float: left;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.active {
    font-weight: 700;
    color: #D5383C;
}

.header {
    float: left;
    margin-left: 0%;
    margin-top: 2px;
    clear: none;
    width: 100%;
    padding: 0 2.4%;
    min-height: 50px;
}

.header-links-right{
    display: block;
    width: 100%;
    padding: 0;
    margin: 70px auto 0;
    background-color: #D5383C;
    font-weight: 700;
    color: #ffffff;
}

.header-links-right ul {
    margin: 0 auto;
    padding: 0;
    width: 120px;
    list-style: none;
}

.header-links-right li {
    float: left;
    width: 50px;
    text-align: center;
    height: 25px;
    padding: 4px;
    font-size: 14px;
}

.page-bottom.hidden-print {
  background-color: #ccc;
  float: left;
  width: 100%;
}

ul.header-links-right.clearfix {
    width: 50%;
    position: relative;
    float: left;
    margin: 60px 0 0 40%;
}

a.search-icon img, a.login-icon img {
    display: none;
}

a.search-icon .search-text,
a.login-icon .login-text {
    display: block;
    color: #ffffff;
}

.image {
    max-width: 980px;
}

#logo-site{
	float: left;
	margin: 0;
    position: absolute;
    left: 60px;
	max-width: 80%;
	width: 240px;
}

#testdrive {
    float: left;
    margin-left: 400px;
    display: none;
}

#testdrive img {
    height: 80px;
    margin-top: -10px;
}

#search-icon {
	clear: both;
	float: right;
	margin: -33px 1.509496% 0 0;
	max-width: 100%;
}

.form-busca {
    float: right;
    width: 270px;
    padding: 10px;
    background-color: rgba(78,9,15,0.8);
    border-radius: 10px;
    margin-top: 55px;
    display: none;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 99999;
}

.busca-avancada {
    float: left;
    padding: 10px;
}

a.busca-avancada {
    color: #fff;
}

.header .form-busca input.busca, header .form-busca input.busca:focus, header .form-busca input.busca:hover {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 7px #CCC inset;
    color: #838383;
    font-size: 12px;
    font-style: italic;
    padding: 12px 20px 12px 10px;
    width: 250px;
    right: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.row.content-wrapper {
    margin: 0 auto;
    width: 100%;
}

#login-icon {
	float: right;
	margin: -25.5px 10px 0 0;
    width: 40px;
}

#login-icon img {
    display: none;
}

#navigation-menu {
    color: #D5383C;
}

#content_area {
	clear: both;
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

#aside-right-column {
    float: left;
    margin: 10px auto;
    width: 100%;
}

.separadora {
    height: 20px;
}

.footer {
    width: 100% !important;
    background: #ccc !important;
}

.footer > ul {
    padding: 0 2.3%;
    float: left;
    width: 100%;
}

.footer > ul > li {
    font-weight: 700;
    text-transform: lowercase;
}

.footer > ul > li > a{
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 5%;
}

.logo-footer {
    display: none;
}

.copyright-info {
    margin: 10px 2.3%;
    text-align: center;
    font-size: 0.8em;
}

.menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px 0 0 10px;
    font-size: 36px;
    color: #D5383C;
}

.menu-mobile .navbar-toggle {
    padding: 6px;
    border: 1px solid #D5383C;
    margin-top: 11px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.menu-mobile .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
    background-color: #D5383C;
}

.menu-list {
	clear: both;
	float: left;
	width: 100%;
}

ul.menu-list {
    z-index: 999;
    display: none;
    position: absolute;
    padding: 0 0 0 25px;
    color: rgb(255,255,255);
    width: 170px;
    background-color: #D5383C;
    margin-top: 0;
}

.menu ul.menu-list li {
    background-color: #000000;
	color: rgb(255,255,255);
	float: left;
	font: 1.3em PT Sans-caption;
	line-height: 1em;
    padding: 9px 10px 18px;
	text-align: left;
    width: 170px;
}

.menu ul.menu-list li a {
    font-family: 'PT Sans Caption';
    text-decoration: none;
	color: rgb(255,255,255);
    font-size: 0.6em;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.menu ul.menu-list li.has-children a {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px !important;
}

.menu ul.menu-list li.has-children ul.submenu-list li a {
    background-image: none;
}

.menu ul.submenu-list {
    top: 22px;
    background-color: #D5383C;
    width: 240px;
    z-index: 50;
    display: none;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
}
.menu ul.submenu-list li {
    border: none;
    margin: 0px;
    display: block;
    float: none;
    padding: 5px !important;
    border-top: 1px solid #D5383C;
    background-color: #D5383C;
}
.menu ul.submenu-list li.first-item {
    border-top: 0;
    margin-top: 10px;
}
.menu ul.submenu-list li a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    background: none;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
 }
.menu ul.menu-list li:hover ul.submenu-list {
    display: none;
}

#ad-top {
	clear: both;
	float: left;
	left: 0;
    margin: 10px 0 0;
	position: relative;
	top: 0;
	width: 100%;
}
.ad-box {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #535353;
    line-height: 12px;
    width: 100%;
    margin: 0 auto;
}

.ad-box-sidebar {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #535353;
    text-align: right;
    line-height: 12px;
    width: 728px;
    margin: 0 auto;
}

.home .two-columns {
	float: left;
	margin: 10px 0 0;
	width: 100%;
    overflow: hidden;
}

.two-columns .image {
    width: 100%;
    margin-bottom: 10px;
}

#coluna-larga {
	clear: both;
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

.chamada-coluna-larga {
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.chapeu {
	color: #D5383C;
	float: left;
	font: 700 0.7em/1em PT Sans;
	margin: 0;
	text-align: left;
	width: 100%;
    text-transform: uppercase;
}

.titulo-chamada {
	clear: both;
	float: left;
	font: 700 1.3em PT Sans;
	line-height: 1.1em;
	margin: 10px 0 0;
	min-height: 20px;
	min-width: 77%;
	position: relative;
	text-align: left;
	width: 100%;
}

.texto-chamada {
	clear: both;
	color: rgb(133, 133, 133);
	float: left;
	font: 0.8em pt-serif;
	line-height: 1.2em;
	margin: 10px 0 0;
	text-align: left;
	width: 100%;
}

aside.right-column {
	background: #FFFFFF;
	float: left;
	margin: 10px 0 0;
}

@media only screen and (min-width: 300px) {
	#search-icon {
		clear: none;
		margin-right: 1.508602%;
		margin-top: 10px;
	}
	#login-icon {
		margin-top: 14.5px;
	}
}

@media only screen and (min-width: 480px) {
    .footer > ul {
        width: 45%;
    }
}

@media only screen and (min-width: 600px){

    .header {
        height: 65px;
    }

    #ad-top {
        width: 102.5%;
        left: -5px;
    }
}

@media only screen and (min-width: 768px) {
	#navigation-menu {
		clear: none;
	}

    .header-links-right{
        display: block;
        float: right;
        width: 30%;
        margin: 0;
    }

    .header-links-right li {
        float: right;
    }

    a.search-icon img,
    a.login-icon img {
        display: block;
    }

    a.search-icon .search-text,
    a.login-icon .login-text  {
        display: none;
    }

    div.header-links-right.clearfix {
        width: auto;
        position: relative;
        float: right;
        margin: 0;
        background-color: #ffffff;
    }

    .navbar-toggle {
        display: block;
    }

    #testdrive {
        margin-left: 310px;
        display: block;
    }

	.menu-list {
		clear: none;
	}

	.ad-top {
		display: block;
	}

    .ad-box {
        display: block;
    }

	.home .two-columns {
		width: 48.5%;
	}
    .home #coluna-esquerda {
        margin-right: 2.85%;
    }

    #coluna-larga {
        clear: none;
        margin-left: 2.4%;
        margin-right: 0;
        width: 73%;
    }

    .footer > ul {
        width: 33%;
    }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 980px) {
    #ad-top {
        left: -15px;
        width: 101%;
    }

	.header {
		height: 205px;
		margin-top: 0;
        padding: 0;
	}

    .logo {
        position: absolute;
        width: 100%;
        height: 130px;
        padding: 0;
    }

    .header-logo {
        width: 600px;
        height: 130px;
        display: block;
        background: url("/static/img/logo-bog-vermelho.png") 0 0 no-repeat;
        background-size: 600px;
        margin: 0 auto;
   }

    #login-icon {
        max-width: 100%;
    }

    #logo-site{
        display: none;
    }

    #header-top {
        height: 130px;
    }

    .header-links-right {
        margin-right: 30px;
    }

    #testdrive {
        margin-left: 10px;
        position: absolute;
        z-index: 999;
        top: 45px;
        left: -20px;

    }

    #testdrive img {
        height: 120px;
    }

    ul.header-links-right > li {
        float: right;
        position: relative;
        right: 0;
        margin-left: 10px;
    }

	#navigation-menu {
        clear: right;
        display: block;
        margin-left: 0;
        border-bottom: 1px solid #D5383C;
        border-top: 1px solid #D5383C;
        margin-top: 10px;
        padding: 0 2.4%;
        height: 32px;
    }

    .menu-mobile {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

	.menu-list {
		display: block;
        margin: 0 auto;
        float: none;
        width: 1210px;
        height: 30px;
	}

    ul.menu-list {
        display: block;
        position: relative;
        padding: 0 20px 0 0;
        width: 100%;
        background-color: rgb(255,255,255);
        max-width: 1136px;
    }

    .menu ul.menu-list li.menu-conteudo-patrocinado a {
        background-color: #d5383c;
        color: #fff;
        margin-left: 5px;
    }

    .menu ul.menu-list li {
        background-color: rgba(255,255,255,0);
	    color: #D5383C;
        width: auto;
    	padding: 2px 2px 4px;
        white-space: nowrap;
    }

    .menu ul.menu-list li.menu-right {
        float: right;
        width: auto !important;
    }

    .menu ul.menu-list li a {
        color: #D5383C;
    }

    .menu ul.menu-list li.has-children a {
        background-image: url('/static/img/arrow-submenu.png');
    }

    .menu ul.menu-list li:hover ul.submenu-list {
        display: block;
    }

    .menu ul.submenu-list li {
        background-color: #D5383C;
        color: #ffffff;
    }

    .menu-right a {
        background-color: #E6E6E6;
        font-size: 0.5em !important;
    }

    .menu ul.menu-list li.first-item {
        padding-left: 0px;
        margin-top: 0;
    }

    .menu ul.menu-list li:hover a{
        background-color: #D5383C;
        color: #ffffff;
    }

    .form-busca {
        position: absolute;
        right: 10px;
        top: 110px;
        z-index: 1000;

    }

    .header .form-busca input.busca, header .form-busca input.busca:focus, header .form-busca input.busca:hover {
        top: 0;
        left: 10px;
    }

    .row.content-wrapper{
        width: 980px;
    }

	#content_area {
		width: 65%;
	}
	#content-wrapper {
		position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none;
	}

    #aside-right-column {
        width: 300px;
        margin: 10px 0 0 15px;
    }

	.home .two-columns {
        height: 39.40%;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (min-width: 1180px) {
	#content_area {
		clear: none;
		width: 790px;
	}
    .row.content-wrapper{
        width: 1110px;
    }
}

