/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'rodeo';
    src: url('../../fonts/ifc_insane_rodeo_bold_bold-webfont.eot');
    src: url('../../fonts/ifc_insane_rodeo_bold_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/ifc_insane_rodeo_bold_bold-webfont.woff') format('woff'),
        url('../../fonts/ifc_insane_rodeo_bold_bold-webfont.ttf') format('truetype'),
        url('../../fonts/ifc_insane_rodeo_bold_bold-webfont.svg#ifc_insane_rodeo_boldbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'rodeo';
    src: url('../../fonts/ifc_insane_rodeo-webfont.eot');
    src: url('../../fonts/ifc_insane_rodeo-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/ifc_insane_rodeo-webfont.woff') format('woff'),
        url('../../fonts/ifc_insane_rodeo-webfont.ttf') format('truetype'),
        url('../../fonts/ifc_insane_rodeo-webfont.svg#ifc_insane_rodeoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   TAGS
   ========================================================================== */
body {
    background: url('../../images/layout/bg-body.jpg') repeat-y center top fixed;
    box-shadow: inset 0 9px 18px rgba(0,0,0,0.5);
    font-family: 'Arial', sans-serif;
}
img {
    height: auto;
    max-width: 100%;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header .container_24 {
    background: url('../../images/layout/bg-header.png') no-repeat center 35px;

    height: 285px;
}
.serginho-viola {
    margin-top: 24px;
}
.logo {
    text-align: center;
}
.logo a {
    display: table;
    margin-top: 15px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}
.chamada-header {
    color: #E5D8AA;
    font-family: 'rodeo', serif;
    font-size: 37px;
    line-height: 37px;
    margin-top: 70px;
    text-align: center;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.65);
}
.chamada-header span {
    font-size: 96px;
}
#menu {
    background: url('../../images/layout/bg-menu.jpg') repeat-x left top;
    display: table;
    padding: 0 18px;
    position: relative;
    width: 914px;
}
#menu:before,
#menu:after {
    background: url('../../images/layout/ribbons-menu.png') no-repeat;
    content: '';
    display: table;
    height: 55px;
    position: absolute;
    width: 21px;
}
#menu:before {
    background-position: left 9px;
    left: -21px;
}
#menu:after {
    background-position: right -59px;
    right: -21px;
}
#menu li {
    float: left;
    padding-bottom: 7px;
    position: relative;
    z-index: 3;
}
#menu li:hover:before,
#menu li:hover:after {
    content: '';
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #211C0A transparent transparent transparent;
    bottom: 1px;

}
#menu li:hover:before {
    left: -7px;
    border-width: 7px 0 0 7px;
}
#menu li:hover:after {
    right: -7px;
    border-width: 7px 7px 0 0;
}
#menu a {
    color: #E5D8AA;
    font-family: 'rodeo', serif;
    font-size: 30px;
    line-height: 55px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: 2px 2px rgba(0,0,0,0.65);
    text-transform: uppercase;
}
#menu li:hover {
    background: #c9a242;
    background: -moz-linear-gradient(top,  #c9a242 1%, #b49333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c9a242), color-stop(100%,#b49333));
    background: -webkit-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: -o-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: -ms-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: linear-gradient(to bottom,  #c9a242 1%,#b49333 100%);
}
#menu li:hover a {
    color: #502D1F;
    text-shadow: none;
}
#menu li.actives {
    background: #c9a242;
    background: -moz-linear-gradient(top,  #c9a242 1%, #b49333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c9a242), color-stop(100%,#b49333));
    background: -webkit-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: -o-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: -ms-linear-gradient(top,  #c9a242 1%,#b49333 100%);
    background: linear-gradient(to bottom,  #c9a242 1%,#b49333 100%);
}
#menu li a.actives {
    color: #502D1F;
    text-shadow: none;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
#banner {
    background: url('../../images/layout/bg-banner.png') no-repeat center top #F4ECD7;
    display: table;
    height: 360px;
    margin: 15px auto;
    position: relative;
    width: 940px;
}
#banner h3 {
    border-bottom: 1px dotted #442013;
    color: #502D1F;
    font-family: 'rodeo', serif;
    font-size: 60px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
    width: 265px;
}
#banner .nivoSlider {
    margin: 15px;
    width: 910px;
}
#banner img {
    max-height: 330px;
    max-width: 630px;
}
#banner .nivo-main-image {
    padding-right: 272px;
}
#banner .nivo-caption {
    background: none;
    color: #4B281A;
    font-size: 14px;
    height: 330px;
    left: auto;
    opacity: 1;
    padding: 70px 0 0;
    right: 0;
    top: 0;
    width: 265px;
}
#banner .nivo-caption h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
#banner .nivo-caption li {
    margin-bottom: 5px;
}
#banner .nivo-caption .btn {
    position: absolute;
    bottom: 0;
}
.box-home {
    background: #F4ECD7;
    margin-top: 15px;
    min-height: 320px;
    position: relative;
}
.box-home .well {
    margin: 15px;
}
.box-home h3 {
    color: #502D1F;
    font-family: 'rodeo', serif;
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
}
.box-home .agenda-home {
    color: #4B281A;
}

.box-home .agenda-home li {
    border-bottom: 1px dotted #442013;
    font-size: 15px;
    line-height: 33px;
}
.agenda-home li a{
    font-size: 15px;
    color: #4B281A;
    text-decoration: none;
}

.box-home iframe {
    background: white;
}
.box-home .btn {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
#featured {
    background: url('../../images/layout/bg-featured.jpg') repeat left top;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    margin-top: 30px;
}
.box-featured {
    min-height: 310px;
}
.box-featured:last-child {
    background: url('../../images/layout/bg-featured_box.png') no-repeat left center;
    padding-left: 40px;
}
.box-featured h3 {
    color: #C7A141;
    font-family: 'rodeo', serif;
    font-size: 60px;
    font-weight: normal;
    margin-top: 20px;
    text-transform: uppercase;
}
.box-featured .fotos-featured li {
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 10px;
    width: 160px;
}
.box-featured .fotos-featured img {
    border: 5px solid #F4ECD7;
    display: block;
    margin-bottom: 5px;
}
.grid_14.box-featured .btn{
    clear: both;
    float: right;
}
.box-featured p {
    color: white;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
    margin-top: 30px;
    padding-bottom: 10px;
}
#footer a:hover {
    text-decoration: underline;
}
#mapa li {
    border-right: 1px solid white;
    float: left;
    line-height: 11px;
    padding: 0 9px;
}
#mapa li:first-child {
    padding-left: 0;
}
#mapa li:last-child {
    border-right: 0;
    padding-right: 0;
}
#mapa a {
    color: white;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.contatos-footer {
    color: white;
    font-size: 11px;
    margin-top: 15px;
}
.download-footer a {
    background: url('../../images/layout/bg-download.png') no-repeat left center;
    color: white;
    display: table;
    font-size: 12px;
    font-weight: bold;
    line-height: 56px;
    margin-top: 15px;
    padding-left: 40px;
    text-decoration: none;
}
.propamix {
    margin-top: 24px;
    text-align: right;
}

/* ==========================================================================
   GENERIC
   ========================================================================== */
.btn {
    background: #C7A141;
    border-radius: 8px;
    color: #502D1F;
    display: table;
    font-family: 'rodeo', serif;
    font-size: 29px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: lowercase;
}
.btn:hover {
    background: #502D1F;
    color: #C7A141;
}