/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    font-size: 85%;
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    clear: both;
    padding-top: 12px;
    color: #333;
    background-color: #FBFBFB;
    overflow-x: hidden;
}
h2 {
    margin: 0 0 1em 0;
    padding: 0;
    color: #2A3357;
    font-size: 2.8em;
    font-weight: 200;
    text-align: center;
}
h3 {
    margin: 0;
    color: #1C254C;
    font-size: 1.1em;
    text-transform: uppercase;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
p {
    margin: 0 auto 10px;
    font-size: 1.3em;
}
a {
    color: #333;
    text-decoration: none;
}
#container {
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 910px;
}
.center {
    text-align: center;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 600;
}
.lightblue {
    color: #88D0D4;
}
.red {
    color: #770021;
}
a.btn {
    display: inline-block;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 0.9em;
    text-transform: none;
    background: #A10D19;
    border-radius: 2px;
}
a.btn:hover {
    color: #E4C762;
}
.w39 {width:39px;}
.w50 {width:50px;}
.w60 {width:60px;}
.w80 {width:80px;}
.w115 {width:115px;}
.w150 {width:150px;}
.w170 {width:170px;}
.w270 {width:270px;}
.w300 {width:300px;}
.w444 {width:444px;}
.w515 {width:515px;}
.fleft {float: left;}
.tright { text-align: right;}
.ttup { text-transform: uppercase;}
/* ================================
   Header
   ================================ */
#wrapper-header {
    padding-top: 30px;
    min-width: 950px;
    background: url(../img/top-bar.jpg) no-repeat center 0;
}

header {
    height: 470px;
    background: url(../img/headerBg.png) repeat-x 0 0;
}
header button {
    display: none;
    visibility: hidden;
}
header ul {
    margin: 0 0 0 110px;
    height: 46px;
}

header ul li {
    float: left;
    padding: 0 15px 0 26px;
    line-height: 46px;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}

header ul li:hover, header ul li.selected {
    background: url(../img/icons/menu.png) no-repeat 0 10px;
}

header ul li a {
    color: #FFF;
}

header ul li:hover a, header ul li.selected a {
    color: #E4C762;
}
header div.foto-header { width: 950px; margin-left: auto; margin-right: auto; z-index: 1; }
header div.foto-header img { margin-left: auto; margin-right: auto; margin-top: 2px; }
header h1 {
z-index: 9999;
margin-top: -260px;
margin-left: auto;
margin-right: auto;
width: 950px;   
}

/* Helper Class */
.h2mtop { padding-top: 70px !important; }

/* END HEADER */

/* CONTENT */
#main section {
    clear: both;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}

.col-left {
    float: left;
    width: 400px;
}
.col-right {
    position: relative;
    float: left;
    margin-left: 60px;
    padding-left: 60px;
    width: 290px;
    border-left: 1px solid #CACACA;
}
#btns { margin-left: 120px; }
#btns li {
    float: left;
    margin-bottom: 20px;
    height: 90px;
}
#btns li a { 
    display: block;
    padding-top: 15px;
    width: 270px;
    height: 65px;
    color: #B79136;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    cursor: pointer;
    border: 3px solid #B79136;
    background: #7C002A url(../img/home-btn-arrow.png) no-repeat 245px center;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
#btns li a span {
    display: block;
    font-size: 0.55em;
    text-transform: none;
}
a.descubra:hover, a.proponha:hover {
    margin-top: 2px;
    margin-left: 2px;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.7);
    /*background-position: 0 0;*/
}
a.proponha {
    /*background-position: 0 -90px;*/
}
/*#btns li a:hover { box-shadow: 3px 4px 5px #ADADAD; }*/
br.nl { display: none;}
#lastatos li { margin-top: 12px;}
#lastatos li a:hover p {text-decoration: underline;}
#lastatos li a em {font-style: normal; font-size:1.2em;}
#lastatos li a p {margin: 0;font-size: 1.3em; font-weight: 200;}
#lastatos li a p sup {margin-left: 5px;}

/* END CONTENT */

/* FOOTER */
#wrapper-footer {
    margin-top: 60px;
    padding-top: 20px;
    min-width: 950px;
    background: url(../img/top-bar.jpg) no-repeat center -10px;
}
footer {}
#social {
    margin-top: 20px;
    width: 200px;
    float: left;
}
#social li {
    float: left;
    margin: 0 5px;
    width: 40px;
}
footer div.facebook {
    float:left;
    margin-left: 20px;
    width: 211px;
    height: 75px;
}
footer div.facebook.mobile {
    display: none;
}
footer nav {
    float: right;
}
footer nav ul {
    float: left;
    margin: 20px 40px 0 0;
    
}
footer nav ul li.bold a {
    color: #1C254C;
    text-transform: uppercase;
}
footer nav ul li a:hover {
    text-decoration: underline;
}
footer div.icons {display: none;}
#wrapper-author {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #CACACA;
}
#wrapper-author div p {
    margin: 0;
    font-size: 0.95em;
    line-height: 30px;
}
#wrapper-author div p a {
    font-family: sans-serif;
    text-transform: uppercase;
}
#wrapper-author div p span {
    float: right;
    margin-right: 10px;
}
/* END FOOTER */


/* ==========================================================================
   caroussel classes
   ========================================================================== */
.carousel {
    padding: 0 20px;
    position: relative;
}
.carousel ul {
    width: 930px;
}
.carousel ul li {
    display: block;
    float: left;
}
.carousel img {
/*
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
*/  
}
a.prev, a.next {
    width: 13px;
    height: 22px;
    display: block;
    position: absolute;
    top: 85px;
    cursor: pointer;
}
a.prev {
    background: url(../img/caroussel-left.png) no-repeat 0 0;
    left: 0;
}
a.prev:hover, a.prev.disabled {
    background-position: 0 0;
}
a.next {
    background: url(../img/caroussel-right.png) no-repeat 0 0;
    right: 0;
}
a.next:hover, a.next.disabled {
    background-position: 0 0;
}
a.prev.disabled, a.next.disabled {
    cursor: default;
}
a.prev span, a.next span {
    display: none;
}
.pagination {
    margin: 8px 0;
    text-align: center;
}
.pagination a {
    background: url(../img/caroussel-inactive.png) 0 0 no-repeat transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background: url(../img/caroussel-active.png) 0 0 no-repeat transparent;
    cursor: default;
}
.pagination a span {
    display: none;
}

.carousel.honor {
    min-height: 200px;
}
.carousel.honor li {
    display: block;
    width: 300px;
    height: auto;
}
.carousel.honor li a {
    display: inline-block;
}
.carousel.honor  li img {
    margin: 0;
    padding: 10px 70px 0 50px;
    border-bottom: 1px solid #CACACA;
}
.carousel.honor li h2 {
    clear: both;
    margin: 0;
    padding: 20px 0 8px 50px;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}
.carousel.honor li p {
    margin: 0;
    padding: 0 10px 0 50px;
    font-size: 1em;
}
.carousel.honor li p  img{
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}
.carousel.honor a.prev:hover, .carousel.honor a.next:hover {
    top: 87px;
}
.carousel.inst {
    height: 120px;
}
.carousel.inst ul li {
    padding: 0 10px;
    text-align: center;
    width: 200px !important;
}
.carousel.inst ul li img {
    max-width: 100%;
    height: auto !important;
}
.carousel.inst ul li a {display: inline-block;}
.carousel.inst a.prev, .carousel.inst a.next {
    top: 50px
}
.carousel.inst a.prev:hover, .carousel.inst a.next:hover {
    top: 52px
}

/* T1+T2 template specific */
.col-left.other {
    padding-left: 30px;
    width: 220px;
}
.col-left.other ul {
    position: relative;
    margin: 8px 0;
    padding: 1px;
    width: 210px;
    /*min-height: 30px;*/
    line-height: 30px;
    background: #EAEBEC;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #F1F1F2;
    border-top: 1px solid #F1F1F2;
    border-radius: 3px;
}
.col-left.other ul li.list {
    margin: 0 0 0 5px;
    list-style: none outside none;
    /*list-style-type: disc;*/
    /*list-style-position: inside;*/
}
.col-left.other ul li, .col-left.other ul li a {
    color: #A10D19;
}
.col-left.other ul li a {
    padding: 8px 0 8px 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
.col-left.other ul li.list ul {
    border: none;
    list-style: disc none outside;
    margin: 0 auto 5px;
    padding: 0;
    width: 120px;
}
.col-left.other ul li.list ul li {
    height: 25px;
    line-height: 25px;
    text-align: left;
    /*list-style-type: disc;*/
}
.col-left.other ul li.list a {
    padding: 0;
    font-weight: normal;
}
.col-left.other ul li.list a:hover, .col-left.other ul li.list a.selected {
    text-decoration: underline;
}
.col-left.other ul.selected, 
.col-left.other ul:hover, 
.col-left.other ul.selected ul, 
.col-left.other ul:hover ul {
    border: 1px solid #DDD;
    border-bottom: 1px solid #EDE8E8;
    background: #E5DEDE url(../img/corner.png) no-repeat right top;
}
.col-left.other ul.selected ul, 
.col-left.other ul:hover ul {
    background-image: none;
}
.col-right.other {
    position: relative;
    margin-left: 50px;
    padding-left: 50px;
    width: 550px;
    border-left: 1px solid #CACACA;
}
.col-right.other h3 {
    margin: 0.8em 0;
    font-size: 1.3em;
    font-weight: 600;
}
.col-right.other p {
    font-size: 1.3em;
}
.col-right div.top, .col-right div.bottom {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 60px;
}
.col-right div.top {
    top: 0;
    background: url(../img/line-top.png) no-repeat 0 0;
}
.col-right div.bottom {
    bottom: 0;
    background: url(../img/line-bottom.png) no-repeat 0 0;
}
/* T3 template specific */
ul.members {
    float: left;
    position: relative;
    display: block;
    /*margin-bottom: 30px;*/
    width: 550px !important;
}
ul.members li {
    clear: both;
    float: left;
    display: block;
    margin: 20px 0;
    width: 550px;
}
ul.members li img {
    float: left;
    margin: 0 20px 20px 0;
    border-bottom: 1px solid #CACACA;
}
ul.members li h4 {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
}
div.outerpages {
    /*margin: 0 auto;*/
    width: 550px;
    margin-left: 65px;
}
div.pages {
    display: inline-block;
    position: relative;
    margin: 30px auto 0;
    /*padding: 0 184px;*/
    width: 550px;
}
div.pages a.prev, div.pages a.next {
    /*position: relative;*/
    position: absolute;
    top: 0;
    /*float: left;*/
    margin: 10px 0 0 0;
    width: 20px;
}
div.pages a.prev:hover, div.pages a.next:hover {
    top: 3px;
}
div.pages a.prev {
    left: 0;
}
div.pages a.next {
    right: 0;
}
div.pages > div {
    float: left;
    padding: 0  135px;
    width: 280px;
}
div.pages > div a {
    float: left;
    margin: 0 11px 0 10px;
    margin: 0 9px 0 9px\9;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
    background: url(../img/caroussel-pag-inactive.png) no-repeat 0 0;
}
div.pages > div a:first-child {margin-left: 0;}
div.pages > div a:last-child {margin-right: 0;}
div.pages > div a.selected, div.pages > div a:hover {
    color: #A10D19;
    background: url(../img/caroussel-pag-active.png) no-repeat 0 0;
}
/*.carousel3 div.pagination a, .carousel5 div.pagination a {
    position: relative;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
    background: url(../img/caroussel-pag-inactive.png) no-repeat 0 0;
}
.carousel3 div.pagination a.selected, 
.carousel3 div.pagination a:hover, 
.carousel5 div.pagination a.selected, 
.carousel5 div.pagination a:hover {
    color: #A10D19;
    background: url(../img/caroussel-pag-active.png) no-repeat 0 0;
}
.carousel3 div.pagination a span, .carousel5 div.pagination a span {
    position: absolute;
    top: 10px;
    left: 16px;
    display: inline;
}*/
/* T4 template specific */
.col-left.other p {
    font-size: 1.2em;
}

.col-right.other .nobrep {
    font-size: 1.2em;
    width: 670px;
}
.col-right.other form > div {
    margin: 10px 3px 30px;
    padding: 5px 10px 5px 5px;
    background: #EAEBEC;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.col-right.other form > div p {
    display: inline-block;
    margin: 10px auto;
}
.col-right.other form div span.left {
    display: inline-block;
}
.col-right.other form div span.left span {
    font-size: 0.9em;
}
.col-right.other form div span.right {
    /*float: right;*/
    display: inline-block;
}
.col-right.other form div label {
    display: inline-block;
    padding-right: 5px;
    font-size: 1em;
}
.col-right.other form div input, 
.col-right.other form div select, 
.col-right.other form div textarea {
    padding: 1px;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-radius: 3px;
}
.col-right.other form div input {
    height: 20px;
}
.col-right.other form div select {
    padding: 2px;
    height: 24px;
}
.col-right.other form div input[type=radio] {
    margin: 0 2px 0 10px;
    margin: 0 2px 0 7px\9;
    /*height: 12px;*/
    vertical-align: middle;
    cursor: pointer;
    border: none;
}
.col-right.other form div p span.left label + input[type=radio] {
    margin-left: 0;
}
.col-right.other form div p > label {
    display: block;
    width: 100%;
}
.col-right.other form div span.error label, 
.col-right.other form div span.error span, 
.col-right.other form div p.error {
    color: #7A0022;
}
.col-right.other form div span.error input, 
.col-right.other form div span.error select, 
.col-right.other form div p.error textarea {
    border-top: 1px solid #7C0A13;
    border-left: 1px solid #79131C;
    border-bottom: 1px solid #B33C45;
    border-right: 1px solid #BF5A63;
    background: #FFEDF2;
}
.col-right.other form div.attachments div {
    margin: 0 0 15px 0;
}
.col-right.other form div.attachments span.left {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0 15px 0 0;
    width: 300px;
}
.col-right.other form div.attachments span.left  em {
    font-style: normal;
    font-size: 0.95em;
}
.col-right.other form div.attachments span.left em.upload {
    margin-top: 20px\9;
    display: block\9;
}
.col-right.other form div.attachments span.right {
    float: left;
    display: inline-block;
}
.col-right.other form div.attachments span.right a.remove {
    display: block;
    padding: 0 0 0 15px;
    color: #A10D19;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    background: url(../img/icons/remove.png) no-repeat 0 6px;
}
.col-right.other form div.attachments span.right a.remove:hover { text-decoration: underline;}
.col-right.other form div.attachments button {
    padding: 0 15px 0 5px;
    height: 24px;
    line-height: 16px;
    color: #FFF;
    background: #A10D19 url(../img/btn-arrow.png) no-repeat right center;
    border: 1px solid #A10D19;
    border-right-width: 5px;
    border-radius: 3px;
}
.col-right.other form div.attachments button.more {
    height: 28px;
    cursor: pointer;
}
.col-right.other form div.attachments input.inputfile {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    opacity: 0;
}
.col-right.other form div.attachments input.inputfile1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    opacity: 0;
}
.col-right.other form div.attachments input.inputfile2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    opacity: 0;
}
.col-right.other form div.attachments input.inputfile3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    opacity: 0;
}
.col-right.other form div.attachments input.inputfile4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    opacity: 0;
}

/* IE */
.ie .col-right.other form div.attachments input.inputfile {
    opacity: 1;
}
.ie .col-right.other form div.attachments input.inputfile1 {
    opacity: 1;
}
.ie .col-right.other form div.attachments input.inputfile2 {
    opacity: 1;
}
.ie .col-right.other form div.attachments input.inputfile3 {
    opacity: 1;
}
.ie .col-right.other form div.attachments input.inputfile4 {
    opacity: 1;
}
.lt-ie9 .col-right.other form div.attachments input.inputfile {
    opacity: 1;
}
.lt-ie9 .col-right.other form div.attachments input.inputfile1 {
    opacity: 1;
}
.lt-ie9 .col-right.other form div.attachments input.inputfile2 {
    opacity: 1;
}
.lt-ie9 .col-right.other form div.attachments input.inputfile3 {
    opacity: 1;
}
.lt-ie9 .col-right.other form div.attachments input.inputfile4 {
    opacity: 1;
}
/* IE END */
.col-right.other form div.attachments input.inputtext, 
.col-right.other form div.attachments button.inputbtn {
    display: none\9;
}
.col-right.other form div.attachments input.inputtext1, 
.col-right.other form div.attachments button.inputbtn {
    display: none\9;
}
.col-right.other form div.attachments input.inputtext2, 
.col-right.other form div.attachments button.inputbtn {
    display: none\9;
}
.col-right.other form div.attachments input.inputtext3, 
.col-right.other form div.attachments button.inputbtn {
    display: none\9;
}
.col-right.other form div.attachments input.inputtext4, 
.col-right.other form div.attachments button.inputbtn {
    display: none\9;
}
.col-right.other form > p {
    font-size: 1em;
    line-height: 1.2em;
}
.col-right.other form p.conditions input {
    float: left;
    margin: 0 8px 0 2px;
    width: 10px;
    cursor: pointer;
}
.col-right.other form p.conditions label {
    display: inline-block;
    width: 500px;
    font-size: 1.2em;
    cursor: pointer;
}
.col-right.other form p.mandatory {
    margin: 20px 0 30px;
    padding-left: 14px;
    font-size: 1.2em;
}
.col-right.other form p.submit button {
    padding: 0px 30px 0px 15px;
    height: 37px;
    color: #DAB14A;
    border: 2px solid #DAB14A;
    background: #820024 url(../img/submitBtn-arrow.png) no-repeat 100px center;
    font-size: 1.7em;
    font-weight: 600;
    border-radius: 5px;
}
.col-right.other form p.submit button:hover {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    box-shadow: none\0/;
}
/* IE7 Fix*/
.fixIE {
    filter : chroma(color=#000000);
}
.col-right.other form p.submit  span.error {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
    height: 25px;
    line-height: 25px;
    color: #A10D19;
    font-size: 1em;
    font-weight: 400;
    background: url(../img/attention.png) no-repeat 0 0;
}
div.form-mobile {display:none;}


/* T5+T6 template specific */
.citizens {
    margin: 0 auto;
    width: 690px;
   height: auto;
}
.citizens li {
    float: left;
    position: relative;
    margin: 10px 20px 10px 0;
    width: 190px;
    height: 180px;
    text-align: center;
    background: #7C0022;
    border: 10px solid #94042C;
    cursor: pointer;
}
.citizens li:last-child {
    margin-right: 0;
}
.citizens li h3 {
    height: 55px;
    line-height: 50px;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    text-transform: none;
    margin: 0 !important;
}
.citizens li.selected, .citizens li:hover {
    border: 10px solid #7C0022;
}
.citizens li:hover h3, .citizens li.selected h3 {
    color: #E4C762;
}
.citizens li.selected div {
    position: absolute;
    bottom: -43px;
    left: 70px;
    width: 50px;
    height: 33px;
    background: url(../img/citizen-selected-arrow.png) no-repeat center bottom;
    z-index: 15;
}

div.detail {display:none;}

.citizens li.special {
    position: relative;
    /*display: none;*/
    margin: 0 auto;
    padding: 40px 0;
    width: 670px;
    height: auto;
    text-align: left;
    background: #EAEBEC;
    border: none;
}
.citizens li.special div.left {
    display: inline-block;
    position: relative;
    float: left;
    width: 320px;
    z-index: 1;
}
.citizens li.special div.left img {
    margin-bottom: 5px;
    width: 315px;
}
.citizens li.special div.left label {
    font-size: 1.2em;
}
.citizens li.special div.right {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 550px;
    z-index: 1;
}
.citizens li.special div.right h4 {
    margin: 0;
    color: #1C254C;
    font-size: 2em;
    font-weight: 400;
}
.citizens li.special div.right em {
    color: #1C254C;
    font-size: 1.2em;
}
.citizens li.special div.right h5 {
    margin: 0.8em 0 0;
    font-size: 1.4em;
}
.citizens li.special div.right p {
    margin: 0 0 0.8em 0;
    font-size: 1.35em;
}
.citizens li.special .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    z-index: 5;
}
.citizens li.special div.bg {
    position: absolute;
    top: 0;
    left: -1000px;
    width: 3000px;
    height: 100%;
    background: #EAEBEC;
    z-index: 0;
}

/*
ul.detail {
    width: 100%;
    height: auto;
    background: #EAEBEC;
}
ul.detail li {
    position: relative;
    display: none;
    float: none;
    margin: 0 auto;
    padding: 40px 0;
    width: 920px;
    height: auto;
    text-align: left;
    background: none;
    border: none;
}
ul.detail li.selected, ul.detail li:hover {
    border: none;
}
ul.detail li div.left {
    display: inline-block;
    float: left;
    width: 320px;
}
ul.detail li div.left img {
    margin-bottom: 5px;
    width: 315px;
}
ul.detail li div.left label {
    font-size: 1.2em;
}
ul.detail li div.right {
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 550px;
}
ul.detail li div.right h4 {
    margin: 0;
    color: #1C254C;
    font-size: 2em;
    font-weight: 400;
}
ul.detail li div.right em {
    color: #1C254C;
    font-size: 1.2em;
}
ul.detail li div.right h5 {
    margin: 0.8em 0 0;
    font-size: 1.4em;
}
ul.detail li div.right p {
    margin: 0 0 0.8em 0;
    font-size: 1.35em;
}
ul.detail li .close {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}
*/

/*
.carousel5 {
    margin: 0 auto;
    width: 925px;
}
.carousel5 div.item {
    float: left;
    margin: 10px;
    width: 190px;
    height: 180px;
    text-align: center;
    background: #7C0022;
    border: 10px solid #94042C;
    cursor: pointer;
}
.carousel5 div.item h3 {
    height: 55px;
    line-height: 50px;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    text-transform: none;
}
.carousel5 div.item:hover, .carousel5 div.item.selected {
    border: 10px solid #7C0022;
}
.carousel5 div.item:hover h3, .carousel5 div.item.selected h3 {
    color: #E4C762;
}

.carousel5 div.item div.detail {}
.carousel5 div.item div.bg {}

.carousel5 div.carouselnav {
    position: relative;
    margin: 20px auto 0; 
    width: 650px;
}
.carousel5 div.carouselnav a.prev, .carousel5 div.carouselnav a.next {
    top: 15px;
}
*/
/* T6 template specific */
div.detail {
    width:  100%;
    height: 200px;
    border: 1px solid #F00;
}


.section-area {
    
}


.section-area .title {
    font-size: 26px;
    font-weight: 200;
    text-align: left;
    margin: 0;
}

.section-area .title.gray {
    color: #333;
}


/* =Multimedia */

.column-group .column,
.box,
.box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}


.column-group {
    
}

.column-group.column4x .column {
    width: 25%;
}

.column-group.column3x .column {
    width: 33.33%;
}

.column-group {
    position: relative;
    margin: 0 -10px;
}

.column-group .column {
    float: left;
    padding: 10px;
}

.column-group.column3x {
    margin: 0 -15px;   
}

.column-group.column3x .column {
    padding: 15px; 
}


.box {
    padding: 10px;
    background: #94042c;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.box .inner {
    display: table;
    width: 100%;
    padding: 0 15px 15px;
    background: #7c0022;
}

.box .title {
    display: table-cell;
    width: 100%;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.box .media {
    display: table-row;
    text-align: center;
}

.box .media img {
    margin: 0 auto;
    max-width: 100%;
}

.box .media img.youtube {
    width: 233px;
    height: 175px;
}

a .box:hover {
    background: #7c0022;
}

a .box:hover .title {
    color: #E4C762;
}

.pagination-wrapper {
    text-align: center;
}

.wrapper-pro {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 910px;
}

.large-clean {
    clear: left;
}

.galeria-wrapper {
    background: #7c0022;
    padding: 40px;
    text-align: center;
}

.galeria-multimedia .swiper-slide img {
    max-width: 100%;
}

.galeria-navigation {
    float: right;
    width: 78px;
}

.galeria-navigation .prev {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    float: left;
}

.galeria-navigation .next {
    position: relative;
    display: block;    
    top: auto;
    right: auto;
    float: right;
}

.galeria-bottom {
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.galeria-index {
    color: #7C0022;
    font-size: 17px;
    font-style: italic;
    float: left;
    width: 140px;
}

.text-entry {
    padding: 15px 0;
    font-weight: 200;
    font-size: 17px;
    color: #333;
}

.text-entry p {
    margin: 0 0 15px;
    font-size: 1em;
}

.page-bottom {
    position: relative;
    clear: both;
    border-top: 1px solid #c4c4c4;
    padding: 34px 0;
}

.back {
    display: inline-block;
    float: left;
    padding-left: 13px;
    color: #333;
    font-size: 15px;
    line-height: 1;
    background: url(../img/back.png) no-repeat left 6px;
}

.back:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* helper classes */
.centerPages {
    margin-left: 150px !important;
    border-left: 0px !important;
}

.mtop30px {
    margin-top: 30px;
}

.counter {
    font-size: 12px !important;
}


@media only screen and (max-width: 538px) {
    

    .galeria-navigation {
        float: none;
        width: auto;
    }

    .galeria-navigation .prev {
        position: absolute;
        top: 18px;
        left: 0;
        float: none;
    }

    .galeria-navigation .next {
        position: absolute; 
        top: 18px;
        right: 0;
        float: none;
    }

    .galeria-bottom {
        text-align: center;
        padding: 20px 24px;
        margin-bottom: 0;
    }

    .galeria-index {
        float: none;
        width: auto;
    }

    .galeria-wrapper {
        padding: 14px;
    }

    .wrapper-pro {
        padding: 0 10px;
    }
    
    .column-group.column3x,
    .column-group {
        position: relative;
        margin: 0 -5px;
    }
    
    .column-group.column3x .column,
    .column-group .column {
        float: left;
        padding: 5px;
    }

    .text-entry {
        padding: 6px 0 15px;
    }
    
    .pagination-wrapper  {
        position: relative;
    }   
    
    .pagination-wrapper .pages {
        width: auto;
        display: block;
        padding: 0 26px;
    } 
    
    .pagination-wrapper a {
        display: inline-block;
        float: none;
    }      
    
    .pagination-wrapper div.pages > div a:last-child {
        display: inline-block;
    }       
    
    .pagination-wrapper div.pages > div {
        float: none;
        padding: 0 40px 0 45px;
        width: auto;
        display: inline-block;
    }    

    .column-group.column4x .column {
        width: 50%;
    }

    .column-group.column3x .column {
        width: 50%;
    }

    .large-clean {
        clear: none;
    }

    .column-group .column:nth-child(odd) {
        clear: left;
    }
    
    .box .inner {
        padding: 0 10px 10px;
    }

    #main .box h2.title {
        font-size: 14px;
        font-weight: 600;
    }

    .back {
        font-size: 18px;
    }

    #main .section-area .title.gray,
    #main .section-area h2.title.gray {
        margin-bottom: 0;
        font-size: 26px;
        text-align: left;
    }

    html {font-size: 16px;}
    body {padding: 0;}
    h2 {
        margin: 0;
        color: #1C254C;
        font-size: 1.3em;
        font-weight: 200;
        text-align: center;
    }
    h3 {
        margin: 0.3em 0;
        color: #1C254C;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
    }
    .wrapper {
        padding: 0 10px;
        width: 300px;
    }
    #wrapper-header, #wrapper-footer {
        width: 100%;
        min-width: 100%;
    }
    #wrapper-header, #wrapper-footer {
        background: #912F40 url(../img/mobile/gradient-bar.png) no-repeat;
    }
    #wrapper-header { padding-top: 10px;}
    header {
        height: auto;
        background: url(../img/mobile/header-bg.png) repeat-x 0 46px;
    }
    header button {
        display: block!important;
        visibility:visible;
    }
    .menu { margin: 0 auto;}
    .menu, header nav ul li {
        padding: 0;
        width: 100%;
        /*width: 320px;*/
        height: 46px;
        color:#FFF;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 2px 1px #000;
        background: #730020;
        border: none;
        border-top: 1px solid #872540;
        border-bottom: 1px solid #872540;
    }
    
    .menu.selected {
        color: #E4C762;
        text-shadow: none;
        background: #5D001A;
    }
    .menu span.icon {
        display: inline-block;
        margin-left: 3px;
        width: 14px;
        height: 8px;
        background: url(../img/mobile/sprites.png) no-repeat -300px -30px;
    }
    .menu.selected span.icon {
        background: url(../img/mobile/sprites.png) no-repeat -300px -45px;
    }
    .menu.selected + nav, nav:hover { display: block;}
    header nav {
        display: none;
        height: auto;
    }
    header nav.wrapper {
        position: relative;
        margin: 0 auto;
        padding: 0;
        /*width: 320px;*/
        width: 100%;
        z-index: 10;
    }
    header nav.wrapper ul {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }
    header nav.wrapper ul li.selected, header nav.wrapper ul li:hover {
        width: 100%;
        background: #5D001A;
    }
    header nav.wrapper ul li.selected a, header nav.wrapper ul li a:hover {
        margin-left: -30px;
        padding: 5px 0 0 30px;
        background: url(../img/mobile/menu-bg.png) no-repeat 0 0;
    }
    header nav.wrapper ul li a.lightblue { color: #FFF;}
    header nav.wrapper ul li a.lightblue:hover { color: #E4C762;}
    header nav.wrapper ul li:last-child { box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.8);}
    header div.foto-header { display: none; }
    header h1 { margin:0 0 45px; height: 112px; width: 100%;}
    .h2mtop { padding-top: 0px !important; }
        
    header img.logo { width: 136px;}
    #main h2 {
        margin-bottom: 20px;
        font-size: 1.3em;
        text-align: center;
    }
    #main h2.remove, #main h3.remove {display:none;}
    .col-left, .col-right { width: 100%;}
    #btns { margin: 0;}
    #btns li {
        margin: 0;
        width: 100%;
        height: 80px;
    }
    #btns li a {
        display: block;
        margin: 0 auto;
        padding-top: 5px;
        height: 55px !important;
        font-size: 1.8em;
        background-position: 170px center;
        /*background: url(../img/mobile/sprites.png) no-repeat;*/
    }
    #btns li a.descubra {
        margin-bottom: 15px;
        /*background-position: 0 0;*/
        width: 193px;
        height: 63px;
    }
    #btns li a.proponha {
        /*background-position: 0 -65px ;*/
        width: 193px;
        height: 63px;
    }
    .col-right {
        margin: 10px 0 0 0;
        padding: 0;
        border: none;
    }
    .col-right div.top, .col-right div.bottom { display: none;}
    br.nl { display:block;}
    #lastatos li { margin: 0 0 10px 0;}
    #lastatos li a em {
        display: block;
        height: 1.3em;
        font-style: normal;
        font-size: 1em;
    }
    #lastatos li a p {
        margin: 0;
        font-size: 1.2em;
        line-height: 1.1em;
    }
    #lastatos li a:hover p { text-decoration: underline;}
    #lastatos p sup { top: -2px;}
    .carousel { padding: 0;}
    .carousel ul li { float: none;}
    #main .carousel.honor ul li h2 {
        margin: 0;
        padding: 10px 0;
        font-size: 1.2em;
        text-align: left;
    }
    #main .carousel.honor ul li p { padding: 0;}
    #main .carousel.inst { height: auto;}
    #main .carousel.inst ul li {
        width: 280px!important; 
        text-align: center;
    }
    .col-left.other { padding: 0; width: 100%;}
    .col-left.other .what {margin: 0; width: 100%;}
    .col-left.other .what ul {
        position: relative;
        float: left;
        margin: 5px 0;
        /*margin-bottom: 10px;*/
        width: 100%!important;
        min-height: 38px;
        background: #EAEBEC;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }
    .col-left.other .what ul.selected, .col-left.other .what ul:hover {
        background: #E5DEDE;
        background-image: none;
    }
    .col-left.other .what ul li {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 38px;
        text-align: center;
    }
    .col-left.other .what ul li, .col-left.other .what ul li a {
        color: #A10D19;
        font-size: 1.1em;
        text-transform: uppercase;
        /*background: url(../img/menu-arrow-red-inactive.png) no-repeat right center;*/
    }
    .col-left.other .what ul li a:hover, .col-left.other .what ul li a.selected {}
    .col-left.other .what ul li a span.icon {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: auto;
        width: 15px;
        height: 38px;
        background: url(../img/mobile/menu-arrow-red-inactive.png) no-repeat right center;
    }
    .col-left.other .what ul.selected li a.selected span.icon, .col-left.other .what ul li a:hover span.icon {
        right: 12px;
        background: url(../img/mobile/menu-arrow-red-active.png) no-repeat right center;
    }
    .col-left.other .what ul .brtop, .col-left.other .what ul .brbottom {
        position: absolute;
        width: 100%;
        height: 1px;
    }
    .col-left.other .what ul .brtop {
        top: 1px;
        left: 0;
        background: #F1F1F2;
    }
    .col-left.other .what ul .brbottom {
        bottom: 0;
        left: 0;
        background: #E4E4E5;
    }
    .col-left.other .what ul.selected .brtop {
        top: 0;
        left: 0;
        background: #E0DCDC;
    }
    .col-left.other .what ul.selected .brbottom {
        bottom: 1px;
        left: 0;
        background: #EDE8E8;
    }
    .col-left.other .what ul li.list {
        margin-left: 35%;
        margin-bottom: 10px;
        color: #A10D19;
        font-weight: 400;
        line-height: 18px;
        list-style-type: none;
    }
    .col-left.other .what ul li.list a:hover, .col-left.other .what ul li.list a.selected {
        text-decoration: underline;
    }
    .col-left.other .what ul li.list a span.icon {
        height: 22px;
    }
    .col-left.other nav.what div.text {
        font-size: 0.95em;
        font-weight: 200;
    }
    .col-left.other nav.what div.text ul.members {
        background: none;
        border: none;
    }
    .col-left.other nav.what div.text ul.members:hover {
        background: none;
    }
    .col-left.other nav.what div.text ul.members li {
        display: inline-block;
        margin: 0;
        width: 100%;
    }
    .col-left.other nav.what div.text ul.members li img {
        float: none;
        margin: 0 auto;
    }
    .col-left.other nav.what div.text ul.members li h4 {
        margin: 10px 0 5px;
        color: #000;
        font-size: 1.1em;
        line-height: 1.1em;
        text-transform: none;
    }
    .col-left.other nav.what div.text ul.members li p {
        margin-top: 0;
        color: #333;
        font-size: 1.1em;
        font-weight: 200;
        line-height: 1.1em;
        text-align: left;
        text-transform: none;
    }
    .col-left.other div.text div.pages {display: none;}
    div.col-right.other {
        display: none;
    }
    div#main.form div.col-left.other { display:none;}
    div.form-mobile {display: block;}
    div.form-mobile p {
        text-align:center; 
        font-size: 1.15em;
    }
    a.desktop {
        display: inline-block;
        background: url(../img/mobile/desktop-arrows.png) no-repeat 0 0;
        width: 105px;
        height: 60px;
    }
    
    .citizens {
        /*float: left;*/
        margin: 0 auto;
        width: 300px;
        /*height: 220px;*/
       height: auto;
    }
    .citizens li {
        float: left;
        position: relative;
        margin: 0 10px 10px 0;
        width: 120px;
        height: 130px;
        text-align: center;
        border: 10px solid #94042C;
        background: #7C0022;
    }
    .citizens li:last-child {
        margin-right: 0;
    }
    .citizens li h3 {
        display: table-cell;
        width: 125px;
        height: 50px;
        line-height: 18px;
        color: #FFF;
        font-size: 0.9em;
        text-transform: none;
        vertical-align: middle;
    }
    .citizens li img { max-width: 105px;}
    .citizens li.selected, .citizens li:hover {
        border: 10px solid #7C0022;
    }
    .citizens li:hover h3, .citizens li.selected h3 {
        color: #E4C762;
    }
    .citizens li.selected div {
        position: absolute;
        bottom: -43px;
        left: 36px;
        width: 50px;
        height: 33px;
        background: url(../img/citizen-selected-arrow.png) no-repeat center bottom;
        z-index: 15;
    }
    
    div.detail {display:none;}
    
    .citizens li.special {
        position: relative;
        margin: 0 auto 10px;
        padding: 40px 0 15px;
        width: 300px;
        height: auto;
        text-align: left;
        background: #EAEBEC;
        border: none;
    }
    .citizens li.special div.left {
        display: inline-block;
        float: left;
        width: 300px;
    }
    .citizens li.special div.left img {
        margin: 35px 0 0;
        max-width: 280px;
    }
    .citizens li.special div.left label {
        font-size: 0.9em;
    }
    .citizens li.special div.right {
        display: inline-block;
        float: left;
        margin-left: 0;
        width: 300px;
    }
    .citizens li.special div.right h4 {
        position: absolute;
        top: -265px;
        left: 0;
        margin: 0;
        color: #1C254C;
        font-size: 2em;
        font-weight: 400;
    }
    .citizens li.special div.right em {
        position: absolute;
        top: -235px;
        left: 0;
        color: #1C254C;
        font-size: 1.2em;
    }
    .citizens li.special div.right h5 {
        margin: 0.5em 0 0;
        font-size: 1.2em;
        line-height: 1em;
    }
    .citizens li.special div.right p {
        margin: 0 0 0.8em 0;
        font-size: 1.15em;
        font-weight: 200;
    }
    .citizens li.special .close {
        position: absolute;
        top: 20px;
        right: 25px;
        cursor: pointer;
    }
    .citizens li.special div.bg {
        position: absolute;
        top: 0;
        /*left: -120px;*/
       left: 0;
       width: 320px;
        /*width: 540px;*/
        height: 100%;
        background: #EAEBEC;
    }
    
    
    div.outerpages {
        width: 300px;
    }
    div.pages {
        margin: 25px auto;
        padding: 0;
        width: 300px;
    }
    div.pages > div {
        float: left;
        padding: 0 40px 0 45px;
        width: 215px;
    }
    div.pages > div a {
       margin: 0 8px 0 9px;
    }
    div.pages > div a:last-child {
        display: none;
    }
    #wrapper-footer { margin: 0; padding-top: 10px;}
    footer div.facebook, footer div.facebook.mobile {
        display: block;
        margin-left: -10px;
        width: 205px;
    }
    footer div#social {display: none;}
    footer nav { display: none;}
    footer div.icons { display: block; float: right;}
    footer div.icons img {
        margin-top: 20px;
        margin-right: 10px;
    }
    #wrapper-author div p {
        font-size: 10px;
    }
    
    .box .media img.youtube {
        width: 105px;
        height: 71px;
    }    
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;background:#fff}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0; font-size: 18px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
#cboxContent{margin-top:57px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{ position:absolute; top:-57px; left:0; color:#000; padding-left: 10px; padding-right: 48px;}
#cboxTitle .wrapper-title{
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
    display: table-cell;
    height: 57px;
    vertical-align: middle;
    top:-57px; 
    left:0; 
    color:#000; 
}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:39px; height:39px; position:absolute; top:-20px; background:url(../img/close.png) no-repeat 0 0;}
#cboxClose {
    top: -48px;
    right: 10px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
    
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
    
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
    
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
    
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}


.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */
    
    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */
    
}
.swiper-slide-visible {
    /* Specific visible slide styling: */   

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */    

}
.swiper-active-switch {
    /* Specific active button style: */ 
    
}
.swiper-visible-switch {
    /* Specific visible button style: */    
    
}