/*
Author: Modular Studio
Author URL: http://modular-studio.com

Project: Promotorres
File: css/style.css
Last edited: March 15, 2014, 4:50 am
*/


/*  Main  */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,700);
body {
    background: #f2f2f2;
    color: #414141;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

b,
strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
}

::selection {
    background: #E11000;
    /* Safari */
}

::-moz-selection {
    background: #E11000;
    /* Firefox */
}

a:hover {
    color: #BE0E00 !important;
}

a:link,
a:visited {
    color: #E11000;
    text-decoration: none;
}

.margin-reset {
    margin: 0;
}

.align-right {
    text-align: right;
}


/******/

.logo {
    margin-top: -25px;
}

.logo img {
    width: 155px;
}

.header-fluid {
    width: 100%;
    background: #fff;
    height: 125px;
    border-bottom: 1px solid #E8E8E8;
}

.container {
    width: 960px;
    margin: auto;
}

.bloco-branco-content {
    background: #fff;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 25px 5px;
    border-bottom: 10px solid #555;
    border-bottom: 10px solid #555;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}

.bloco-branco-home-block {
    background: #fff;
    height: 370px;
    margin: 50px 0;
    padding: 25px 10px;
    border-bottom: 10px solid #555;
}

.sub_hr {
    border-bottom: 3px solid #999;
    width: 35px;
    margin-bottom: 25px;
}

.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px;
    display: none;
}

.img-wrap {
    overflow: hidden;
    height: 125px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}

.img-wrap img {
    border: none;
}


/*div.fundo-full{
  background: url("../img/bg_2014.jpg") 0px 0px repeat-x !important;
  height: 120px;
  width: 100%;
}*/

div.grid_5.sidebar {
    width: 250px;
    margin-top: 0 !important;
    margin-left: 25px;
}

div.grid_5.cats-infospec {
    width: 250px;
    margin-top: 0 !important;
    margin-left: 25px;
}


/******/

.logo {
    float: left;
}

.header .social {
    float: right;
}

.header .social a {
    padding: 0 2px 0 2px;
}

.header {
    width: 960px;
}

.fundo-full {
    background: url('../img/bgmini.png') 0px 50px repeat-x;
}

.container {
    padding-top: 35px;
}

.content {
    color: #5f5f5f;
}

.content a {
    text-decoration: none;
    color: #c41230;
}

.content li.markup-reset {
    background: none;
}

.content li {
    background: url(../img/markup.png) no-repeat left center;
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
}

.content blockquote {
    margin-left: 25px;
}

.espacamento-top {
    margin-top: 200px;
}

.footer-blocks {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-blocks p {
    padding: 10px 10px 0px 10px;
}

.footer-blocks p a {
    color: #E11000;
    text-decoration: none;
}

.footer-blocks .content {
    height: 250px;
    text-decoration: none;
}

.footer {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 90px;
    padding: 15px 0;
    color: #eee;
    line-height: 15px;
    font-size: 11px;
}

.footer .social {
    margin-top: 5px;
}

.footer .social a {
    padding: 0 2px 0 2px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

ul.topnav {
    float: right;
    font-size: 1.2em;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-top: -25px;
    background-color: transparent;
    border: none;
}

ul.topnav li {
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
    padding: 7px 7px 7px 17px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    display: block;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
}

ul.topnav li a:hover {}

ul.topnav li span {
    /*--Drop down trigger styles--*/
    width: 17px;
    height: 48px;
    float: left;
    background: url(../img/menu-arrow.png) no-repeat center 57%;
}

ul.topnav li span.subhover {
    background-position: center 56%;
    cursor: pointer;
}


/*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 48px;
    background: #cecece;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 185px;
    border: 1px solid #cecece;
}

ul.topnav li ul.subnav li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    /*--Create bevel effect--*/
    border-bottom: 1px solid #b6b6b6;
    /*--Create bevel effect--*/
    clear: both;
    width: 185px;
}

html ul.topnav li ul.subnav li a {
    float: left;
    width: 175px;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    font-weight: normal;
    background: #dcdcdc;
}

html ul.topnav li ul.subnav li a:hover {
    /*--Hover effect for subnav links--*/
    background: #c5c5c5;
}

.slider {
    margin-bottom: 50px;
    margin-top: 13px;
    border: 5px solid #fff;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #fff;
}

.slider {
    margin-bottom: 50px;
    margin-top: 13px;
    border: 5px solid #fff;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #fff;
}

h2.block-title {
    color: #333;
    font-family: 'open sans', arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: -10px;
    padding: 10px;
}

h2.block-title-top {
    color: #444;
    font-family: 'open sans', arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 75px;
    margin-top: -96px;
    margin-left: -10px;
}

.post-container {
    margin-bottom: 15px;
    width: 648px !important;
}

.post-content img {
    border: 1px solid #CCCBCB;
    padding: 4px;
    width: 100px;
}

.noticia-title {
    color: #555;
    font-size: 34px;
    margin-top: 20px;
    text-shadow: 0px 0px 1px #999999;
    filter: dropshadow(color=#999999, offx=0, offy=0);
}

.noticia-imagem {
    float: left;
    margin-right: 20px;
}

.noticia-body {
    float: left;
    overflow: hidden;
}

.noticia-infos {
    margin-bottom: 20px;
}

.noticia-data {
    background: url("../img/icon-date.png") no-repeat scroll left center transparent;
    padding-left: 20px;
    margin-right: 20px;
}

.noticia-cat {
    background: url("../img/icon-category.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}

.noticia-cat a {
    color: #444;
    text-decoration: none;
}

.noticia-cat a:hover;
{}

.post-content h3 {
    color: #555;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.post-content h3 a {
    color: #555;
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}

.post-content p {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}

.post-content span a.read-more {
    border-bottom: 2px solid #CCCCCC;
    color: #333333;
    display: block;
    font-weight: 700;
    margin-top: 25px;
    text-decoration: none;
    width: 58px;
}

.post-info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.post-info a {
    color: #999999;
    font-size: 11px;
    text-decoration: none;
}

.post-info-more a {
    font-size: 14px;
}

.post-info-more {
    float: right;
}

.post-info span {
    margin-right: 15px;
    padding-left: 20px;
}

.post-info span.date {
    background: url("../img/icon-date.png") no-repeat scroll left center transparent;
    margin-left: 10px;
    font-size: 11px;
    color: #999;
}

.post-info span.author {
    background: url("../img/icon-author.png") no-repeat scroll left center transparent;
}

.post-info span.category {
    background: url("../img/icon-category.png") no-repeat scroll left center transparent;
}

.event-list {}

.event-list a {
    color: #333;
    text-decoration: none;
}

.event-list ul li {
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
}

.event-list ul li.last {
    border-bottom: 0 none;
}

.event-list ul li .grid_3 {}

.event-list ul li h4 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.event-list ul li p {
    margin-bottom: 0;
    font-size: 11px;
}

.event-list ul li a.read-more {
    color: #464646;
    display: block;
    font-weight: normal;
    text-decoration: none;
    width: 44px;
}

.event-list ul {
    margin: 0 auto;
    width: 320px;
}

.flickr-list {
    padding: 10px 0 10px 8px;
}

.flickr-list div img {
    padding: 3px;
    width: 70px;
    margin-left: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.flickr-list div.fimg {
    float: left;
}

.cats-titulo {
    color: #222222;
    display: block;
    font-size: 35px;
    font-weight: 700;
    font-family: 'open sans condensed', arial, sans-serif;
    margin-top: 30px;
}

.cats-data {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.cats-texto {
    text-align: justify;
}

.cats-info {
    color: #555;
    display: block;
    padding: 15px;
    margin-bottom: 30px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -99999px;
    *text-indent: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "\2193";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown:hover .caret,
.open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-width: 220px;
    _width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.top-menu {
    margin-bottom: 30px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}

.dropdown-menu a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #ffffff;
    text-decoration: none;
}

.dropdown.open {
    *z-index: 1000;
}

.dropdown.open .dropdown-toggle {
    color: #BE0E00;
    background: #fff;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.espacamento_top {
    margin-top: 20px;
}

.cats-infobox {
    margin-bottom: 50px;
}

.link-photoset-flick {
    font-size: 12px;
    padding-left: 5px;
}

.link-photoset-flick a {
    color: #444;
}

.bloco-branco {
    /*
  
border: 1px solid #b1b3af;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 0px 6px #b9b7ba;
-webkit-box-shadow: 0px 0px 6px #b9b7ba;
box-shadow: 0px 0px 6px #b9b7ba;
*/
    padding: 20px 10px 10px 10px;
    width: 960px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.search-top {
    float: right;
    margin-left: 20px;
    width: 300px;
}

.search-top input {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 14px;
    height: 32px;
    margin-top: -5px;
    padding: 1px 0px 0px 25px;
    width: 170px;
}

.search-top .button-pesquisa {
    display: inline;
}

.list-container {
    width: 650px!important;
}

.news-container {
    width: 610px!important;
}


/* cupid green (inspired by okcupid.com)
*******************************************************************************/

.search-top .button-pesquisa {
    background-color: #ccc;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(217, 23, 56)), to(rgb(188, 17, 46)));
  background-image: -webkit-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
  background-image: -moz-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
  background-image: -o-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
  background-image: -ms-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
  background-image: linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d91738', EndColorStr='#bc112e');*/
    /*border: 1px solid #d91738;
  border-bottom: 1px solid #d91738;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #d91738;
  -moz-box-shadow: inset 0 1px 0 0 #d91738;
  box-shadow: inset 0 1px 0 0 #d91738;*/
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 4px 0 8px 0;
    text-align: center;
    /*text-shadow: 0 -1px 0 #bc112e;*/
    width: 90px;
    margin-left: 5px;
    height: 36px;
}

.search-top .button-pesquisa:hover {
    background-color: #ddd;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 17, 46)), to(rgb(217, 23, 56)));
background-image: -webkit-linear-gradient(top, rgb(188, 17, 46), rgb(217, 23, 56));
background-image: -moz-linear-gradient(top, rgb(188, 17, 46), rgb(217, 23, 56));
background-image: -o-linear-gradient(top, rgb(188, 17, 46), rgb(217, 23, 56));
background-image: -ms-linear-gradient(top, rgb(188, 17, 46), rgb(217, 23, 56));
background-image: linear-gradient(top, rgb(188, 17, 46), rgb(217, 23, 56));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bc112e', EndColorStr='#d91738');*/
    /*-webkit-box-shadow: inset 0 1px 0 0 #bc112e;
    -moz-box-shadow: inset 0 1px 0 0 #bc112e;
    box-shadow: inset 0 1px 0 0 #bc112e;*/
    cursor: pointer;
}

.search-top .button-pesquisa:active {
    border: 1px solid #bc112e;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.highlight {
    background: #D91738 !important;
}

td.highlight a {
    color: #fff !important;
}

.cal-popup {
    width: 480px !important;
}

#dates .ui-widget-content {
    border: 0px;
}

#dates .ui-datepicker {
    box-shadow: 0 0 0 #fff;
}

.blocored {
    position: absolute;
    top: 146px;
    height: 350px;
    width: 100%;
}

.fundo-footer {
    background: #474747;
}

.cats-banner {
    margin-bottom: 15px;
    display: block;
}


/*.menu-list{padding: 10px;}*/

.menu-list a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.menu-list a:hover {
    color: red;
}

.mapa {
    border: 5px solid #fff;
    -moz-box-shadow: 0px 0px 4px #888;
    -webkit-box-shadow: 0px 0px 4px #888;
    box-shadow: 0px 0px 4px #888;
}

.footer_form {}

.footer_form label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    display: block;
}

.footer_form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 14px;
    height: 20px;
}

.footer_form .button {
    background-color: #d91738;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(217, 23, 56)), to(rgb(188, 17, 46)));
    background-image: -webkit-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
    background-image: -moz-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
    background-image: -o-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
    background-image: -ms-linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
    background-image: linear-gradient(top, rgb(217, 23, 56), rgb(188, 17, 46));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d91738', EndColorStr='#bc112e');
    border: 1px solid #d91738;
    border-bottom: 1px solid #d91738;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #d91738;
    -moz-box-shadow: inset 0 1px 0 0 #d91738;
    box-shadow: inset 0 1px 0 0 #d91738;
    color: #fff;
    font: bold 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 4px 0 8px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #bc112e;
    width: 90px;
    margin-left: 0px;
    margin-top: 20px;
    height: 36px;
}

.logo_cmtv img {
    width: 100px;
}

.logo_cmtv {
    float: right;
}