.chosen-container .chosen-drop@font-face {
    font-family: 'latohairline_italic';
    src: url('/media/css/fonts/lato-hairlineitalic-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-hairlineitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('/media/css/fonts/lato-lightitalic-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('/media/css/fonts/lato-blackitalic-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('/media/css/fonts/lato-black-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('/media/css/fonts/lato-hairline-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('/media/css/fonts/lato-italic-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/media/css/fonts/lato-regular-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('/media/css/fonts/lato-bolditalic-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('/media/css/fonts/lato-bold-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('/media/css/fonts/lato-light-webfont.woff2') format('woff2'),
    url('/media/css/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'latoregular', sans-serif;
    font-size: 15px;
    color: #000;
}

.nopadd {
    padding: 0;
}

/* ajax loader e modal box */

.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

/* end modal box*/

#subcontent {
    float: left;
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width: 100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float: left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float: left;
}

/* links */

a {
    /*font-family: 'Conv_GOTHIC';*/
    font-size: 15px;

}

a:link {
    color: #000;

}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #bfbfbf;
    text-decoration: underline;
}

a:active {
    color: #bfbfbf;
    text-decoration: underline;
}

.content a {
    /*font-family: 'Conv_GOTHIC';*/
    font-size: 15px;
    text-decoration: underline;
}

.content a:link {
    color: #000;
    text-decoration: underline;
}

.contenta:visited {
    color: #000;
    text-decoration: underline;
}

.content a:hover {
    color: #bfbfbf;
    text-decoration: underline;
}

.content a:active {
    color: #bfbfbf;
    text-decoration: underline;
}


/* end links */

.div_block_ele {
    position: relative;
    padding-bottom: 30px;
}

.LV_validation_message {
    position: absolute;
    top: 32px;
    left: 0px;
    margin-bottom: 10px;
}

.titulo_caracteristica_cor {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}

.cor {
    padding-right: 20px;
    cursor: pointer;
}

.cor:hover {
    opacity: 0.5;
}

.color_selected {
    border: 2px solid #000;
}

.container-fluid {
    max-width: 1366px;
    padding: 0px;
}

.content {
    max-width: 1246px;
    margin: auto;
}

#header {
    position: relative;
	margin-bottom:20px;
}

#header .top {
    position: absolute;
    top: 30px;
    z-index: 1000;
    left: 60px;
    right: 60px;
    border-top: 0;
    border-bottom: 1px solid #fff;
    max-width: 1246px;
    margin: auto;
    /*background-color: rgba(255,255,255, 0.3);*/
    padding: 10px;
}
.home #header .top {
    top: 60px;
}
#header .logo {
    display: inline-block;
    max-width: 200px !important;
	position:absolute;
    top:0;
}

#header .menu-navbar {
    display: inline-block;
    margin-left: 25px;
	margin-top:47px;
    padding-left:200px;
}

.navbar-nav > li > a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    /*padding-left: 30px;
  padding-right: 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-left: 25px;*/
    margin-right: 15px;
}

.nav > li > a:focus,
.nav > li > a:hover,
.navbar-nav > li > a.selected {
    background-color: rgba(255,255,255, 0.8);
    color: #000;
    /*text-decoration:underline;*/
}

.top .social {
    position: absolute;
    top: 57px;
    right: 0px;
    padding: 5px 0;
	z-index:-1;
}

.top .languages {
    display: inline-block;
}

.top .languages a {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    display: block;
    vertical-align: top;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-size: 18px;
}

.top .languages a.selected {
    text-decoration: underline;
}

.top .languages:first-child {
    border-right: 1px solid #fff;
}

.top .social .icons {
    display: inline-block;
}

.top .social .languages-header-bar {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.top .social .icons .facebook-icon {
    height: 29px;
    width: 25px;
    display: inline-block;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -14px -7px;
    vertical-align: top;
    text-indent: -999999px;
    margin: 1px 0px 0;
}

.top .social .icons .instagram-icon {
    height: 39px;
    width: 31px;
    display: inline-block;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -59px -7px;
    vertical-align: top;
    text-indent: -999999px;
    margin-top: 0px;
    margin-right: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

.footer-engodo {
    top: 3px;
}

.footer-engodo-text {
    margin-bottom: 20px;
}

.footer {
    background-color: #000;
    color: #fff;
    max-width: 1366px;
    margin: auto;
}

.footer a {
    color: #fff;
}

.black-wrapper {
    background-color: #000;
    padding: 20px;
}

.black-wrapper .img {
    display: inline-block;
    margin-right: 60px;
}

.black-wrapper .img:last-child {
    margin-right: 0px;
}

body > .fluid {
    margin-bottom: 0px;
}

.noticia-destaque.item .titulo h2,
.noticias-list .list .item h2.titulo {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.noticia-destaque.item .titulo h2:before,
.noticias-list .list .item h2.titulo:before {
    content: ' ';
    display: inline-block;
    width: 60px;
    border-top: 1px solid #000;
    margin-top: 8px;
    vertical-align: top;
    margin-right: 5px;
}

.noticias-list .noticia {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 20px;
    height: 410px;
}

.noticias-list .noticia .imagem.match-height a {
    position: relative;
    z-index: 10;
    height: 184px; /* antes 190 */
    border: 2px solid #000;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.noticias-list .noticia .imagem.match-height img {
    position: absolute;
    margin: auto;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    float: none;
    border: 0;
}

.imagem.match-height-new a {

    position: relative;
    z-index: 10;
    height: 190px;
    display: inline-block;
    width: 100%;
    overflow: hidden;

}

.noticias-list .col-md-12.noticia {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 20px;
    left: 8px;
}

.noticias-list .col-md-12.noticia {
    margin-left: 14px;
}

.noticias-list .col-sm-12:hover {
    background-color: #fff;
}

.noticias-list .col-md-12:hover {
    background-color: #fff;
}

.noticias-list .col-md-12.noticia:hover {

    background-color: #fff;
}

.destaque-homepage .col-md-12 {
    background-color: #eee;
    margin-bottom: 20px;
    height: 410px;
}

.destaque-homepage .col-md-12:hover {
    background-color: #fff;
}

.destaque-homepage .noticia:hover {
    background-color: #fff;
}

.imagem {
    float: none;
    border: 0;
    margin-bottom: 10px;
}

.noticia-destaque.item .imagem img {
    border: 2px solid #000;
}


.noticia-destaque.item .subtitulo {
    font-size: 14px;
}

.noticia-destaque.item {
    margin-bottom: 50px;
}


.destaque-homepage .col-md-12:first-child .noticia-destaque.item {
    margin-bottom: 95px;
}

.footer-bottom {
    padding: 25px 60px;
}

.footer-bottom p.newsletter-info:before {
    content: ' ';
    display: inline-block;
    width: 36px;
    height: 29px;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -290px -11px;
    vertical-align: middle;
    margin-right: 10px;
}
.footer-bottom p.newsletter-info {
    text-transform: uppercase;
    font-size: 14px;
}
.footer-bottom .newsletter-form .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
}
.footer-bottom .newsletter-form .btn.btn-primary {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    width: 101.5%;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs a,
.breadcrumbs span {
    color: grey;
    text-transform: uppercase;
    font-size: 13px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumbs a:after,
.breadcrumbs span:after {
    content: '>';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs a:last-child:after,
.breadcrumbs span:last-child:after {
    content: '';
}
.breadcrumbs a.active,
.breadcrumbs span.active {
    color: #000;
}

.noticias-detail .item h2.subtitulo {
    margin-top: 0px;
    margin-bottom: 30px;
}

.noticias-detail .item h1.titulo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.noticias-detail .item h1.titulo:before {
    content: ' ';
    display: inline-block;
    width: 60px;
    border-top: 1px solid #000;
    margin-top: 12px;
    vertical-align: top;
    margin-right: 5px;
}

.paginator {
    background-color: #000;
    margin-bottom: 30px;
    text-align: center;
    
    color: #fff;

}

.paginator span,
.paginator a {
    color: #fff;
}

.paginator .paginator-pages {
    display: inline-block;
}

.paginator .paginator-pages a,
.paginator .paginator-pages span {
    font-size: 14px;
    color: #fff;
}

.paginator .paginator-pages span.current {
    color: #bfbfbf;
}

.paginator .paginator-pages a:after,
.paginator .paginator-pages span:after {
    content: '|';
    margin-left: 5px;
    color: #fff;
}

.paginator .paginator-pages a:last-child:after,
.paginator .paginator-pages span:last-child:after {
    content: '';
}

.feiras-content .left-wrapper {
    background-color: #000;
    color: #fff;
    padding: 30px;
    position: relative;
    flex: 0 0 380px;
}

.feiras-content .content-wrapper {

    border-left: 0;
    width: 100%;
}

.feiras-content {
    position: relative;
    height: auto;
    margin-bottom: 50px;
    display: flex;
}

.feiras-separator {
    float: left;
    width: 25%;
}

.feiras-separator + .feiras-separator {
    border-left: 1px solid #bfbfbf;
}

.feiras-separator:nth-child(3) {
    border-right: 1px solid #bfbfbf;
}

.feiras-separator:last-child {
    border-left: 0;
}

.feiras-separator.small {}

.feiras-separator.big {
    height: 50px;
}

.feiras-list .item .detalhe {
    float: left;
    width: 33.33333333%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

.feiras-list .item {
    width: 75%;
}

.feiras-list .item .imagem {
    float: left;
    width: 66.6666666%;
    vertical-align: top;
    margin-bottom: 0px;
}

.feiras-list .item .imagem img {
    border: 2px solid #000;
}

.feiras-list .item.middle {
    margin-left: 25%;
    border-left: 1px solid #bfbfbf;
}

.filter-header {
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
}

.filter-header .selected-option {
    font-size: 22px;
    padding-right: 35px;
    position: relative;
}

.filter-options {
    display: none;
}

.filter-options ul.options {
    padding: 0;
    list-style-type: none;
}

.filter-options ul.options li {
    padding-left: 15px;
    padding-right: 15px;
}

.filter-options ul.options li a {
    color: #fff;
    text-transform: uppercase;
}

.filter-options ul.options li a.active {
    color: #fff;
}

.filter-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.filtro:last-child .filter-wrapper {
    border-bottom: 0px;
}

.filter-wrapper a.expand {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    /*float: right;*/
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -345px -14px;
    width: 33px;
    height: 21px;
    text-indent: -99999px;
}

.filter-wrapper a.expand.active {
    background-position: -395px -14px;
}

#header .embed-responsive-16by9 {
    padding-bottom: 39.25%;
}

#header .embed-responsive video {
    height: auto;
    z-index: 100;

    margin: auto;
    max-width: 1366px;
}

#header .embed-responsive img {
    left: 60px;
    right: 60px;
    margin: auto;
}

.feiras-content .left-wrapper .paginator {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    margin: auto;
}

.main-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
}

.main-title:before {
    content: ' ';
    display: inline-block;
    width: 30px;
    border-top: 1px solid #000;
    margin-top: 12px;
    vertical-align: top;
    margin-right: 5px;
}

.LV_validation_message {
    position: relative;
    top: auto;
    left: auto;
}

form#form_1 {
    padding: 10px 30px 30px 30px;
    /*margin-left: 75px;
    margin-right: 75px;*/
    background-color: rgba(237, 237, 237, 1);
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-control {
    border-radius: 0px;
    background-color: #000;
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    text-transform: uppercase;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    text-transform: uppercase;
}

form#form_1 .name_form {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

form#form_1 .name_form strong {
    font-weight: normal;
    font-size: 20px;
}

form.LV_form_to_validate input,
form.LV_form_to_validate textarea,
form.LV_form_to_validate select {
    float: none;
}

.div_block_ele {
    padding-bottom: 0px;
}

.btn.btn-primary {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding-left: 70px;
    padding-right: 70px;
    text-transform: uppercase;
}

form#form_1 .contact-form {
    text-align: right;
}

.feira-wrapper {
    padding: 10px;
}

.feiras-content .feiras-detail .imagem {
    border: 2px solid #000;
}

.banner-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.banner-wrapper .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#makeMeScrollable {
    width: 100%;
    height: 385px;
}

#makeMeScrollable div.scrollableArea .item-wrapper {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 300px;
}

#makeMeScrollable .item-wrapper .imagem {
    width: 300px;
    height: 310px;
    overflow: hidden;
    margin-bottom: 0;
}

#makeMeScrollable .item-wrapper .imagem img {
    max-width: 550px;
}

#makeMeScrollable .item-wrapper p {
    padding: 15px;
    background-color: #000;
    height: 75px;
}

#makeMeScrollable .item-wrapper p.odd {
    background-color: #c3c9d7;
}

.facebook-wrapper {
    position: relative;
}

.facebook-scroll {
    width: 300px;
    height: 385px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 80px 35px;
    font-size: 28px;
    text-transform: uppercase;
    float: left;
}

.facebook-slider {
    overflow: hidden;
}

.facebook-scroll .facebook-icon {
    height: 34px;
    width: 31px;
    display: inline-block;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -14px -7px;
    vertical-align: top;
    text-indent: -999999px;
    margin-right: 5px;
    margin-bottom: 15px;
}

div.scrollingHotSpotLeft {
    height: 34px;
    width: 38px;
    display: block !important;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -114px -7px;
    vertical-align: top;
    text-indent: -999999px;
    margin-right: 5px;
    left: 95px;
    top: 290px;
    opacity: 1 !important;
    min-width: auto;
}

div.scrollingHotSpotRight {
    height: 34px;
    width: 38px;
    display: block !important;
    background-image: url(/media/images/pgraficas/sprites.png);
    background-repeat: no-repeat;
    background-position: -171px -7px;
    vertical-align: top;
    text-indent: -999999px;
    margin-right: 5px;
    left: 165px;
    top: 290px;
    opacity: 1 !important;
    min-width: auto;
}

.facebook-scroll .slash {
    position: absolute;
    top: 290px;
    left: 142px;
}

.toggle-menu {
    position: absolute;
    bottom: 15px;
    right: 0px;
    padding: 0px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0px;
    display: none;
}

.toggle-menu .icon-bar {
    background-color: #fff;
}

.toggle-menu .icon-bar {
    display: block;
    width: 45px;
    height: 4px;
    border-radius: 0px;
}

.toggle-menu .icon-bar + .icon-bar {
    margin-top: 4px;
}

.noticias-list .list .item {
    margin-bottom: 50px;
}

.noticias-list .list .item.first {}

.noticias-list .paginator {
    padding-top: 10px;
    padding-bottom: 10px;
}

.addthis_button {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -11px -56px;
    vertical-align: middle;
}

.noticia-icons .back,
.feiras-content .feiras-detail .item .link a.back {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -268px -56px;
    vertical-align: middle;
}

.noticia-icons .print {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -103px -56px;
    vertical-align: middle;
}

.noticia-icons .email {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -190px -56px;
    vertical-align: middle;
}

.feiras-content .feiras-detail .item .link a.catalogo-button {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -426px -56px;
    vertical-align: middle;
}

.feiras-content .feiras-detail .item .link a.inscricao-button {
    text-indent: -9999px;
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -349px -56px;
    vertical-align: middle;
}


.noticia-icons a.back,
.noticia-icons a.print,
.noticia-icons a.email {
    margin-left: 30px;
}

.noticia-icons {
    text-align: center;
    margin-bottom: 50px;
}

.feiras-content .left-wrapper a.more {
    display: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

/* --noticias--*/

.noticia-destaque.item .imagem img {
    border: 2px solid #000;
}


.noticias-list .list .item .imagem img {
    /* border: 2px solid #000;*/
}

.noticias-detail .item .imagem img {
    margin-bottom: 50px;
}


.noticias-detail .item .texto {
    margin-bottom: 30px;
}

.noticias-detail .item .imagem img {
    border: 2px solid #000;
}


.feiras-list .list .item .detalhe h2.titulo {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 0px !important;
}

.feiras-list .list .item .detalhe .local {
    font-size: 22px;
}

.feiras-list .list .item .detalhe .datas {
    font-size: 22px;
    margin-bottom: 25px;
}

.feiras-list .list .item .detalhe .link a:before {
    content: ' ';
    display: inline-block;
    width: 30px;
    border-top: 1px solid #000;
    margin-top: 12px !important;
    vertical-align: top;
    margin-right: 5px;

}

.feiras-list .list .item .detalhe .link a:link {
    text-transform: uppercase;
}

.feiras-list .list .item .detalhe .texto.match-height {
    margin-bottom: 25px;
}

.feiras-content .feiras-detail .item h1.titulo {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 1.42857143;
}

.feiras-content .feiras-detail .item h3.titulo {
    font-size: 22px;
    margin-bottom: 15px;
}

.feiras-content .feiras-detail .item .local {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 1.42857143;
}

.feiras-content .feiras-detail .item .datas {
    font-size: 22px;
    margin-bottom: 45px;
}

.feiras-content .feiras-detail .item .texto {
    margin-bottom: 30px;
}

/*.feiras-content .feiras-detail .item .link a:before {
    content: ' ';
    display: inline-block;
    width: 30px;
    border-top: 1px solid #000;
    margin-top: 12px !important;
    vertical-align: top;
    margin-right: 5px;
}*/

.feiras-content .feiras-detail .item .link a {
    text-transform: uppercase;
}


.feiras-content .feiras-detail .item .link {
    margin-bottom: 60px;
    text-align: center;
}

.feiras-content .feiras-detail .item .link .inscricao,
.feiras-content .feiras-detail .item .link .catalogo,
.feiras-content .feiras-detail .item .link .back {
    display: inline-block;

}

.feiras-content .feiras-detail .item .link .inscricao,
.feiras-content .feiras-detail .item .link .catalogo {
    margin-right: 10px;
}

.infocontact .morada {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.infocontact .contactos {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.infocontact .email {
    text-align: center;
    font-size: 20px;
    margin-bottom: 55px;
}

.homepage-destaque {
    text-align: center;
}

.homepage-destaque .noticia-destaque.item {
    display: inline-block;
    text-align: left;
}

#cookies_div {
    background-color: #000;
    margin: 0 auto;
    max-width: 1366px;
}

#cookies_div a {
    color: #bfbfbf;
    padding: 0px 10px;
}

#button_ok_cookies {
    border-radius: 0px;
    background: #fff;
    color: #000;
    border: 0;
    padding: 2px 10px;
}


.feiras-list .item {
    width: 100%;
    background-color: #eee;
}

.feiras-list .item.middle {
    margin-left: 0;
    border-left: 0;
}

.feiras-list .item:hover {
    background-color: #fff;
}

.feiras-separator + .feiras-separator,
.feiras-separator:nth-child(3) {
    border: 0;
}

.banners_list .homepage-banners > li a {
    display: inline-block;
}

#Form_Pesquisa {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 5px;
}

#Form_Pesquisa input[type="text"] {
    height: 25px;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    text-indent: 3000px;
}

#Form_Pesquisa input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
    text-indent: 0;
}

#Form_Pesquisa input[type="text"]:focus {
    width: 200px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    text-indent: 0;
}

#Form_Pesquisa input[type="submit"] {
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #fff;
    float: right;
    text-indent: -10000px;
    border: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
    background: url('/media/images/search.png') no-repeat;
}

#Form_Pesquisa input[type="submit"]:hover {
    opacity: 0.8;
}

/* Mafalda 21-08-2017 */

#list .filtros {
    clear: both;
    background: #ededec;
    margin: 5px 0 45px;
    padding: 22px 15px;
}

.filtros .chosen-container-single .chosen-single div {
    display: none;
}

.filtros .chosen-container-single a {
    font-size: 18px;
    line-height: 35px;
}

.filtros .chosen-container .chosen-single::after {
    top: 2px;
}

.filtros .chosen-container,
.filtros select {
    background: #000;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
    height: 40px;
    width: 100% !important;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}

.filtros .chosen-container .chosen-single {
    background: #000;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
}

.filtros .chosen-container .chosen-single::after {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    content: "\e259";
    color: #fff;
    right: 0px;
    background-image: url('/media/images/pgraficas/sprites.png');
    background-repeat: no-repeat;
    background-position: -345px -14px;
    width: 33px;
    height: 21px;
    text-indent: -99999px;
}

.filtros .chosen-with-drop .chosen-single::after {
    content: "\e260";
}

#gravar_newsletter {
    display: none;
}

#search_result .imagem {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    width: 8%;
}

#search_result .prod {
    margin: 20px 0;
}

#search_result .descricao {
    padding-left: 30px;
    width: 92%;
}

#search_result .descricao h3 {
    margin-top: 0;
}

#search_result h3 a {
    font-size: 16px;
    font-weight: bold;
}

#search_result img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    width: auto;
}

#search_result .result {
    font-size: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 !important;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    background: #000;
    box-shadow: none;
    border-radius: 0;
    color: #fff;

}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    color: #fff;
}

.chosen-container .chosen-results {
    color: #fff;
}

.magic-newsl {
    width: 47%;
}

#envelope {
    width: 9%;
    margin-top: 5px;
    padding: 0;
	float:left;
}

#envelope-texto {
    width: 91%;
    text-transform: uppercase;
    padding: 0;
    margin-top: 1px;
	float:left;
}

.hox {

    margin-left: 4px;
}

.noticias-list {
    margin-right: 35px;
}
.col-sm-push-6 {
    left: 69%;
}

/* Mafalda 21-08-2017 */

/*.content > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.content > .row > .col-lg-1, .content > .row > .col-lg-10, .content > .row > .col-lg-11, .content > .row > .col-lg-12, .content > .row > .col-lg-2,
.content > .row > .col-lg-3, .content > .row > .col-lg-4, .content > .row > .col-lg-5, .content > .row > .col-lg-6, .content > .row > .col-lg-7, .content > .row > .col-lg-8, .col-lg-9,
.content > .row > .col-md-1, .content > .row > .col-md-10, .content > .row > .col-md-11, .content > .row > .col-md-12, .content > .row > .col-md-2, .content > .row > .col-md-3,
.content > .row > .col-md-4, .content > .row > .col-md-5, .content > .row > .col-md-6, .content > .row > .col-md-7, .content > .row > .col-md-8, .content > .row > .col-md-9,
.content > .row > .col-sm-1, .content > .row > .col-sm-10, .content > .row > .col-sm-11, .content > .row > .col-sm-12, .content > .row > .col-sm-2, .content > .row > .col-sm-3,
.content > .row > .col-sm-4, .content > .row > .col-sm-5, .content > .row > .col-sm-6, .content > .row > .col-sm-7, .content > .row > .col-sm-8, .content > .row > .col-sm-9,
.content > .row > .col-xs-1, .content > .row > .col-xs-10, .content > .row > .col-xs-11, .content > .row > .col-xs-12, .content > .row > .col-xs-2, .content > .row > .col-xs-3,
.content > .row > .col-xs-4, .content > .row > .col-xs-5, .content > .row > .col-xs-6, .content > .row > .col-xs-7, .content > .row > .col-xs-8, .content > .row > .col-xs-9 {

  padding-left: 10px;
  padding-right: 10px;

}*/

#form_view #label_tmp {
	margin-left:30px;
}
#form_view #label_tmp + div input[type="checkbox"] {
	position:relative;
	top:-26px;
}
/******************************   media queries   ******************************/
#Form_Registo_Newsletter {
	clear:both;
	padding-top:15px;
}

@media (min-width: 768px) {
.col-sm-push-6 {
    left: 69.5%;
}
}

@media (max-width: 1600px) {
    #header .logo {
        display: inline-block;
        max-width: 200px !important;
    }

    .navbar-nav > li > a {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        padding-left:15px;
        padding-right:15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -15px;
        margin-right: 30px;
    }

    .feiras-content .left-wrapper {
        flex: 0 0 300px;
    }
}

@media (max-width: 1500px) {
    .feiras-list .item {
        width: 100%;
    }

    .feiras-list .item.middle {
        margin-left: 0;
        border-left: 0;
    }

    .feiras-separator + .feiras-separator,
    .feiras-separator:nth-child(3) {
        border: 0;
    }
    .navbar-nav > li > a {
        margin-left: -18px;
    }


}

@media (max-width: 1400px) {
    .destaque-homepage .col-md-12:first-child .noticia-destaque.item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1360px) {

    #header .logo {
        display: inline-block;
        max-width: 220px;
    }

    .navbar-nav > li > a {
        font-size: 18px;
    }

}

@media (max-width: 1280px) {
    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
    .top .social {
        position: absolute;
        top: 57px;
        right: 0px;
        padding: 5px 0;
        top: 3px;

    }
	#header .top {
		top:10px;
	}
	.home #header .top {
		top:60px;
	}

}


@media (max-width: 1200px) {
    .navbar-nav > li > a {
        margin-left: -35px;
    }
    .destaque-homepage {
        margin-left: 0px;
    }
    #header .top {
        left: 30px;
        right: 30px;
    }

    .top .social {
        right: -30px;
        padding: 0px 30px;
    }

    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .logo {
        max-width: 200px;
    }

    .black-wrapper {
        padding-left: 130px;
        padding-right: 130px;
    }

    .black-wrapper .img {
        display: block;
        margin-right: 0px;
        width: 33.333333333%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    footer .img {
        width: 100% !important;

    }
    .noticias-list .list .item.first {
        margin-bottom: 50px;
    }
    .footer-engodo {
        top: 30px;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }

}


@media only screen and (width:1024px) {
    .magic-newsl {
        width: 46%;
    }

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 35px;
        padding-left: 30px;
    }
}


@media (max-width: 1024px) {

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
	.navbar-nav > li > a {
		padding:10px 0;
	}
	#header .logo, #header .logo img {
		max-height:190px;
	}
	#header .menu-navbar {
		margin-top:30px;
	}
	.col-sm-push-6 {
    left: 70%;
}
}


@media (max-width: 1023px) {

    .magic-newsl {
        width: 80%;
    }
		.col-sm-push-6 {
    left: 69.5%;
}
}




@media (max-width: 992px) {

    #header .top {
        left: 25px;
        right: 35px;
        ;
        top: 40px;
    }

    .top .social {
        right: -25px;
    }

    #header .logo {
        max-width: 170px;
    }

    .navbar-nav > li > a {
        padding: 5px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 18px;
    }

    .black-wrapper {
        padding: 15px 130px 0px 130px;
    }

    .footer-bottom .pull-right {
        float: none!important;
    }

    .footer-bottom .pull-right.text-right {
        text-align: center;
    }

    .newsletter-form {
        margin-bottom: 30px;
    }

    .footer-bottom p.newsletter-info {
        text-align: left;
    }

    .footer-bottom {
        padding: 25px 85px;
    }

    #makeMeScrollable .item-wrapper .imagem {
        width: 200px;
        height: 230px;
        overflow: hidden;
        margin-bottom: 0;
    }

    #makeMeScrollable .item-wrapper p {
        height: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
    }

    #makeMeScrollable div.scrollableArea .item-wrapper {
        max-width: 200px;
    }

    #makeMeScrollable {
        height: 285px;
    }

    .facebook-scroll {
        width: 200px;
        height: 285px;
        padding: 40px 20px;
        font-size: 22px;
    }

    .facebook-scroll .slash {
        top: 200px;
        left: 93px;
        font-size: 28px;
    }

    div.scrollingHotSpotLeft {
        left: 47px;
        top: 202px;
    }

    div.scrollingHotSpotRight {
        left: 114px;
        top: 202px;
    }

    .feiras-content .left-wrapper {
        flex: 0 0 260px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .feiras-list .item .detalhe {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .feiras-list .item .imagem {
        float: none;
        width: 100%;
    }

    .destaque-homepage .col-md-12 {
        padding: 15px;
    }
    .feiras-list .item .detalhe {
        padding: 20px;
    }
    .noticias-list .col-md-12.noticia {
        background-color: #eee;
        padding: 15px;
        margin-bottom: 20px;
        left: 8px;
        width: 48%;
    }
    .footer-engodo {
        top: 0px;
    }
    .col-sm-6 {
        width: 48%;
        margin-left: 15px !important;
    }
	.col-sm-6.ox_form {
    width: 100%;
    margin-left: 0px !important;
}
.col-sm-push-6 {
    left: 52.5%;
}

}

@media (max-width: 966px) {
    .magic-newsl {
        width: 70%;
    }

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (width:853px) {
    .email-box {
        padding-right: 15px;
    }

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 800px) {

    #header .banners_list .lslide {
        height: 300px;
        overflow: hidden;
    }


    #header .banners_list .lslide img {
        width: auto;
        max-width: none;
        position: absolute;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: auto;

    }
    #header .banners_list .lslide {
        margin-top: -16px !important;
    }

    .footer-engodo {
        top: 0px;
    }
    .email-box {
        padding-right: 4px;
    }
    .subsc-box {
        padding-left: 4px;
    }

    .col-sm-6 {
        width: 48%;
        margin-left: 10px !important;
    }
	.navbar-nav > li > a {
		padding:5px 0;
		font-size:15px;
	}
	#header .menu-navbar {
		margin-top:40px;
	}
	
	.noticias-list {
    margin-right: 15px;
}
	.col-sm-6.ox_form{
	width: 100%;
    margin-left: 0px !important;
	}
}

@media (max-width: 779px) {
    .noticia-destaque.item .subtitulo {
        margin-left: 0px;
    }
    .noticias-list .col-md-12.noticia {
        background-color: #eee;
        padding: 15px;
        margin-bottom: 20px;
        left: 0px;
        width: 90%;
    }
    .footer-bottom .newsletter-form .form-control {
        margin-bottom: 15px;
        width: 99%;
        padding-right: 15px;
    }

    #header .menu-navbar {
        display: block;
        position: absolute;
        background-color: #000;
        left: 0;
        right: 0;
        display: none;
		top:100%;
		z-index:100;
		width:80%;
		padding:0;
		margin:0 auto;

    }

    #header .menu-navbar .navbar-nav {
        margin: 7.5px 7.5px;
    }

    .navbar-nav > li > a {
        padding: 10px;
    }

    .toggle-menu {
        display: block;
    }

    #header .embed-responsive-16by9 {
        padding-bottom: 350px;
    }

    .feiras-content {
        display: block;
        margin-left: 20px;
    }

    .feiras-content .left-wrapper {
        padding: 0;
    }

    .filter-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feiras-content .left-wrapper .paginator {
        display: none;
    }

    .feiras-content .left-wrapper a.more {
        display: block;
    }

    .filter-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .filtro {
        display: none;
    }

    .filtro:first-child {
        display: block;
    }

    .filtro:last-child .filter-wrapper {
        border-bottom: 1px solid #fff;
    }

    .feiras-content .content-wrapper {}

    .noticia-destaque.item {
        margin-bottom: 5px;
    }
    .destaque-homepage .col-md-12 {
        height: 440px;
    }
    .top .social {
        right: -25px;
        top: -20px;
    }
    .noticias-list .col-md-12.noticia {
        margin-left: 0;
    }

    .filtros .chosen-container .chosen-single::after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        content: "\e259";
        color: #fff;
        right: 15px;
        top: 7px;
    }

    .chosen-container-single .chosen-single span {
        display: block;
        overflow: hidden;
        margin-right: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 7px;
    }
    .footer-engodo {
        top: 0px;
    }
    #email input[type="text"] {
        width: 98% !important;
    }
    .col-sm-6 {
        width: 90%;

    }
    .noticias-list {

        margin-right: 0px;
        margin-left: 35px;
    }



    .col-sm-6 {
        width: 99% !important;
        margin-left: 0 !important;
    }
    #envelope-texto {
        width: 89%;

    }
    #envelope {
        width: 11%;

    }
	.col-sm-push-6 {
		left: 0%;
	}
	
	#header .top {
		position:static;
		padding:0;
	}
	#header .logo {
		left:25px;
		right:35px;
		top:40px;
		z-index:10;
	}
	.top .social {
		top:100px;
		z-index:10;
		right:35px;
		padding:0;
	}
	#header .toggle-menu {
		bottom:35px;
		z-index:10;
		right:35px;
	}
}



@media (max-width: 768px) {


    .paginator {
        background-color: #000;
        margin-bottom: 30px;
        text-align: center;
        
        color: #fff;
        
    }


    .noticias-list {
        margin-right: 0px;
        margin-left: 0px;
    }
    .breadcrumbs {
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .main-title {
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 22px;
        margin-left: 23px;
    }
    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
		padding-bottom: 40px;
    }
    .col-sm-6 {
        width: 100% !important;
        margin-left: 0 !important;
    }

}



@media (max-width: 736px) {

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 37px;
    }



}

@media (max-width: 680px) {

    .black-wrapper {
        padding: 15px 15px 0px 15px
    }

    .black-wrapper .img {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-bottom {
        padding: 25px 15px;
    }

    #header .embed-responsive video {
        width: auto;
    }
    .filtros .chosen-container,
    .filtros select {
        padding-left: 10px;
    }

    .filtros .chosen-container .chosen-single::after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        content: "\e259";
        color: #fff;
        right: 15px;
        top: 0px;
        top: 7px;
    }
    .footer-engodo {
        top: 0px;
    }
    .magic-newsl {
        width: 90%;
    }
    #envelope {
        width: 10%;
        margin-top: 14px;
        padding: 0;
    }
    #envelope-texto {
        width: 90%;
        text-transform: uppercase;
        padding: 0;
        margin-top: 10px;
    }

    .col-sm-6 {
        width: 96% !important;
    }
	.ox_form{
	width: 100% !important;
	}
    .footer-bottom .newsletter-form .btn.btn-primary {
        background-color: transparent;
        border-radius: 0px;
        border: 1px solid #fff;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .destaque-homepage {
        margin-left: 0px;
    }


}
@media (max-width: 667px) {
	.noticias-list {
    margin-right: 0px;
    margin-left: 0px;
}
}
@media only screen and (width:667px) {
    .footer-bottom .newsletter-form .btn.btn-primary {
        background-color: transparent;
        border-radius: 0px;
        border: 1px solid #fff;
        width: 101%;
        padding-left: 0;
        padding-right: 0;
    }

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 60px;
    }
	.noticias-list {
    margin-right: 0px;
    margin-left: 0px;
}
}

@media only screen and (width:640px) {
    .email-box {
        padding-right: 7px;
    }
    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
	.col-sm-6 {
    width: 100% !important;
}
}

@media (max-width: 598px) {

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}


@media (max-width: 598px) {

    .email-box {
        padding-right: 15px;
    }
    .footer-bottom .newsletter-form .form-control {
        margin-bottom: 15px;
        width: 100%;
        padding-right: 15px;
    }

    .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
	.col-sm-6 {
    width: 100% !important;
}
}

@media (max-width: 568px) {

    .email-box {
        padding-right: 15px;
    }
    .footer-bottom .newsletter-form .form-control {
        margin-bottom: 15px;
        width: 100%;
        padding-right: 15px;
    }

    .btn.btn-primary {
        background-color: #000;
        color: #fff;
        border-radius: 0;
        border: 0;
        padding-left: 50px;
        padding-right: 50px;
        text-transform: uppercase;
    }
	.noticias-list {
    margin-right: 0px;
    margin-left: 0px;
}

    .col-sm-6 {
        width: 100% !important;
    }
	  .content {
        max-width: 1246px;
        margin: 30px;
        margin: 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 568px) {


    .newsletter-form .btn.btn-primary {
        background-color: transparent;
        border-radius: 0px;
        border: 1px solid #fff;
        width: 99.5%;
    }
    .footer-bottom .newsletter-form .btn.btn-primary {
        background-color: transparent;
        border-radius: 0px;
        border: 1px solid #fff;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-bottom .newsletter-form .form-control {
        margin-bottom: 15px;
        width: 100%;
        padding-right: 15px;
    }
    .email-box {
        padding-right: 15px;
    }
}




@media (max-width: 560px) {

    #header .banners_list .lslide {
        height: 265px;
    }

    #header .banners_list .lslide img {
        height: 265px;
    }

    .feiras-list .list .item .detalhe .datas,
    .feiras-list .list .item .detalhe .texto.match-height {
        margin-bottom: 5px;
    }

    .feiras-content .feiras-detail .item h2.titulo {
        margin-top: 10px;
    }

    .feiras-content .feiras-detail .item .datas {
        margin-bottom: 10px;
    }

    .noticias-detail .item .imagem img,
    .noticia-icons {
        margin-bottom: 20px;
    }

    .noticia-icons a.back,
    .noticia-icons a.print,
    .noticia-icons a.email {
        margin-left: 10px;
    }

    .noticias-detail .item h1.titulo {
        font-size: 18px;
    }

    .noticias-detail .item h1.titulo:before {
        margin-top: 8px;
    }
    .footer-engodo {
        top: 0px;
    }
    .magic-newsl {
        width: 90%;
    }

    #envelope {
        width: 13%;
        margin-top: 16px;
    }
    #envelope-texto {
        width: 87%;
    }

    .col-sm-6 {
        width: 92%;

    }
	.top .social {
		bottom:auto;
		left:auto;
		right:10px;
		top:15px;
	}
	#header .toggle-menu {
		right:15px;
	}
	#header .logo {
		left:0;
		right:0;
		top:60px;
		margin:0 auto;
	}
	#header .logo, #header .logo img {
		max-height:160px;
	}
}

@media (max-width: 440px) {
    .btn.btn-primary {
        background-color: #000;
        color: #fff;
        border-radius: 0;
        border: 0;
        padding-left: 60px;
        padding-right: 60px;
        text-transform: uppercase;
    }

}

@media (max-width: 440px) {

    #makeMeScrollable .item-wrapper .imagem {
        width: 180px;
        height: 170px;
        overflow: hidden;
        margin-bottom: 0;
    }

    #makeMeScrollable .item-wrapper p {
        height: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
    }

    #makeMeScrollable div.scrollableArea .item-wrapper {
        max-width: 170px;
    }

    #makeMeScrollable {
        height: 225px;
    }

    .facebook-scroll {
        width: 140px;
        height: 225px;
        padding: 20px 10px;
        font-size: 16px;
    }

    .facebook-scroll .slash {
        top: 155px;
        left: 63px;
    }

    div.scrollingHotSpotLeft {
        left: 20px;
        top: 157px;
    }

    div.scrollingHotSpotRight {
        left: 82px;
        top: 157px;
    }
    #header .logo {
        max-width: 130px;
    }

    .toggle-menu {
        bottom: 25px;
    }
    #header .banners_list .lslide {
        margin-top: -16px !important;
    }
    .destaque-homepage .col-md-12 {
        height: 415px;
    }
    .feiras-list .item .detalhe {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding: 13px;

    }
    .top .social .icons {
        margin-right: 10px;
    }
    .footer-engodo {
        top: 0px;
    }
    .col-sm-6 {
        width: 90%;

    }
    .newsletter-form .btn.btn-primary {
        background-color: transparent;
        border-radius: 0px;
        border: 1px solid #fff;
        width: 101.5%;

    }

}


@media (max-width: 360px) {
    .footer-bottom p.newsletter-info {
        font-size: 13px;
    }
    .noticias-list .col-md-12.noticia {
        margin-left: 0;
    }
    .noticias-list .col-md-12.noticia {
        left: 0;
    }

    .filtros .chosen-container .chosen-single::after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        content: "\e259";
        color: #fff;
        right: 16px;
        top: 7px;
    }

    #search {
        width: 173px !important;
    }
    .footer-engodo {
        top: 0px;
    }
    .col-sm-6 {
        width: 90%;

    }
    #envelope {
        width: 14%;
        margin-top: 20px;
    }

    #envelope-texto {
        width: 85%;
    }

}

@media (max-width: 320px) {

    .filtros .chosen-container .chosen-single::after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        content: "\e259";
        color: #fff;
        right: 17px;
        top: -1px;
    }
    #search {
        width: 133px !important;
    }

    .filtros .chosen-container .chosen-single::after {

        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        content: "\e259";
        color: #fff;
        right: 14px;
        top: 7px;

    }
    .footer-engodo {
        top: 0px;
    }
    .magic-newsl {
        width: 100%;
    }
    .email-box {
        padding-right: 15px;
    }
    #envelope {
        width: 15%;
        margin-top: 12px;
        padding: 0;
    }
    #envelope-texto {
        width: 85%;
        text-transform: uppercase;
        padding: 0;
        margin-top: 10px;
        font-size: 12px;
    }
    .col-sm-6 {
        width: 90%;

    }

}

/******************************   end media queries   ******************************/