@import url(https://fonts.googleapis.com/css?family=Open+Sans);
::selection {
    color: #fff;
    background: #ed1748
}
a {
    color: #e41847
}
.languagepicker {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 50px 10px 0;
    vertical-align: top;
    float: left;
}
.languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
}
.languagepicker a {
    color: #000;
    text-decoration: none;
}
.languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 40px;
    border-top: 1px solid #EEE;
}
.languagepicker li:hover {
    background-color: #EEE;
}
.languagepicker a:first-child li {
    border: none;
    background: #FFF !important;
}
.languagepicker li img {
    margin-right: 5px;
}
.roundborders {
    border-radius: 5px;
}
.large:hover {
    /* 
    don't forget the 1px border!
    The first language is 40px heigh, 
    the others are 41px
    */
    height: 125px;
}
.grafico {
    position: table;
    /* IE is dumb */
    width: 200px;
    border: 1px solid #B1D632;
    padding: 2px;
    margin: 0 auto;
}
.grafico .barra {
    display: block;
    position: relative;
    background: #B1D632;
    text-align: center;
    color: #333;
    height: 2em;
    line-height: 2em;
}
.grafico .barra span {
    position: absolute;
    left: 1em;
}
.margin-top-large {
    margin-top: 60px
}
.margin-top-medium {
    margin-top: 30px
}
.margin-bottom-medium {
    margin-bottom: 30px
}
.padding-bottom-medium {
    padding-bottom: 30px
}
.active-green:active, .active-green:focus {
    background-color: #6db192 !important;
    color: white !important
}
.active-pink:active, .active-pink:focus {
    background-color: #e41847 !important;
    color: white !important
}
.active-white-blue:active, .active-white-blue:focus, .active-white-blue:hover {
    background-color: white !important;
    color: #3F82AF !important;
    border: 1px solid white !important
}
.active-blue:active, .active-blue:focus {
    background-color: #3F82AF !important;
    color: white !important
}
textarea {
    resize: none
}
h1, h2, h3, h4, h5 {
    font-family: "Amelia Regular" !important
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b {
    font-family: "Amelia Bold" !important;
    letter-spacing: 1px
}
strong {
    text-transform: none !important;
    font-family: "Amelia Bold"
}
p {
    font-family: "Open Sans" !important
}
span {
    font-family: "Amelia Regular" !important
}
.fa {
    font-family: FontAwesome !important
}
.txt-force-p {
    font-family: "Open Sans" !important
}
.txt-light {
    font-family: "Amelia Light" !important
}
.txt-pink {
    color: #e41847 !important
}
.txt-darker-pink {
    color: #cc1847 !important
}
.txt-recorrente-blue {
    color: #3F82AF !important
}
.txt-green {
    color: #6db192 !important
}
.txt-agreen {
    color: #6db192 !important
}
.txt-giftgreen {
    color: #6db192 !important
}
.txt-lightgray {
    color: #999 !important
}
.txt-mediumgray {
    color: #666 !important
}
.txt-ngray {
    color: #949494 !important
}
.txt-white {
    color: white !important
}
.txt-yellow {
    color: #c27b39 !important
}
.txt-newblack {
    color: #383838 !important
}
.txt-normalcase {
    text-transform: none !important
}
.txt-ucase {
    text-transform: uppercase !important
}
.txt-lcase {
    text-transform: lowercase !important
}
.txt-capitalize {
    text-transform: capitalize !important
}
.txt-mainlettering {
    letter-spacing: 0.05em
}
.bck-pink {
    background-color: #e41847 !important
}
.bck-transparent {
    background-color: transparent !important
}
.bck-sgray {
    background-color: #B0B0B0 !important;
    color: white
}
.bck-blue {
    background-color: #3F82AF !important;
    color: white
}
.btn, .recompensas .picker button, .recompensas-recorente .picker button {
    font-family: "Amelia Bold";
    padding: 10px 20px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s
}
.btn:disabled, .recompensas .picker button:disabled, .recompensas-recorente .picker button:disabled {
    border: 0px !important
}
.btn.btn-auto-width, .recompensas .picker button.btn-auto-width, .recompensas-recorente .picker button.btn-auto-width {
    width: auto !important
}
.btn.not-gordin, .recompensas .picker button.not-gordin, .recompensas-recorente .picker button.not-gordin {
    padding: 5px 25px
}
.btn.btn-pink, .recompensas .picker button.btn-pink, .recompensas-recorente .picker button.btn-pink {
    border: 1px solid #e41847;
    background-color: #e41847;
    color: #FFFFFF
}
.btn.btn-pink:hover, .recompensas .picker button.btn-pink:hover, .recompensas-recorente .picker button.btn-pink:hover, .btn.btn-pink:active, .recompensas .picker button.btn-pink:active, .recompensas-recorente .picker button.btn-pink:active, .btn.btn-pink:focus, .recompensas .picker button.btn-pink:focus, .recompensas-recorente .picker button.btn-pink:focus {
    border: 1px solid #e41847;
    color: #e41847;
    background-color: transparent
}
.btn.btn-outro-gray, .recompensas .picker button.btn-outro-gray, .recompensas-recorente .picker button.btn-outro-gray {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    color: #FFFFFF
}
.btn.btn-outro-gray:hover, .recompensas .picker button.btn-outro-gray:hover, .recompensas-recorente .picker button.btn-outro-gray:hover, .btn.btn-outro-gray:active, .recompensas .picker button.btn-outro-gray:active, .recompensas-recorente .picker button.btn-outro-gray:active, .btn.btn-outro-gray:focus, .recompensas .picker button.btn-outro-gray:focus, .recompensas-recorente .picker button.btn-outro-gray:focus {
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    background-color: transparent
}
.btn.btn-blue, .recompensas .picker button.btn-blue, .recompensas-recorente .picker button.btn-blue {
    border: 1px solid #3F82AF;
    background-color: #3F82AF !important;
    color: #FFFFFF
}
.btn.btn-blue:hover, .recompensas .picker button.btn-blue:hover, .recompensas-recorente .picker button.btn-blue:hover, .btn.btn-blue:active, .recompensas .picker button.btn-blue:active, .recompensas-recorente .picker button.btn-blue:active, .btn.btn-blue:focus, .recompensas .picker button.btn-blue:focus, .recompensas-recorente .picker button.btn-blue:focus {
    border: 1px solid #3F82AF;
    color: #3F82AF;
    background-color: transparent !important
}
.btn.btn-green, .recompensas .picker button.btn-green, .recompensas-recorente .picker button.btn-green {
    border: 1px solid #6db192;
    background-color: #6db192;
    color: #FFFFFF
}
.btn.btn-green:hover, .recompensas .picker button.btn-green:hover, .recompensas-recorente .picker button.btn-green:hover, .btn.btn-green:active, .recompensas .picker button.btn-green:active, .recompensas-recorente .picker button.btn-green:active, .btn.btn-green:focus, .recompensas .picker button.btn-green:focus, .recompensas-recorente .picker button.btn-green:focus {
    border: 1px solid #6db192;
    color: #6db192;
    background-color: transparent
}
.btn.btn-gray, .recompensas .picker button.btn-gray, .recompensas-recorente .picker button.btn-gray {
    border: 1px solid #9D9D9D;
    background-color: #9D9D9D;
    color: #FFFFFF
}
.btn.btn-gray:hover, .recompensas .picker button.btn-gray:hover, .recompensas-recorente .picker button.btn-gray:hover, .btn.btn-gray:active, .recompensas .picker button.btn-gray:active, .recompensas-recorente .picker button.btn-gray:active, .btn.btn-gray:focus, .recompensas .picker button.btn-gray:focus, .recompensas-recorente .picker button.btn-gray:focus {
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
    background-color: transparent
}
.btn.btn-dark-gray, .recompensas .picker button.btn-dark-gray, .recompensas-recorente .picker button.btn-dark-gray {
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3;
    color: #888
}
.btn.btn-dark-gray:hover, .recompensas .picker button.btn-dark-gray:hover, .recompensas-recorente .picker button.btn-dark-gray:hover, .btn.btn-dark-gray:active, .recompensas .picker button.btn-dark-gray:active, .recompensas-recorente .picker button.btn-dark-gray:active, .btn.btn-dark-gray:focus, .recompensas .picker button.btn-dark-gray:focus, .recompensas-recorente .picker button.btn-dark-gray:focus {
    border: 1px solid #d3d3d3;
    color: #888;
    background-color: transparent
}
.btn.btn-facebook, .recompensas .picker button.btn-facebook, .recompensas-recorente .picker button.btn-facebook {
    border: 1px solid #4A68B9;
    background-color: #4A68B9;
    color: white;
    font-family: "Amelia Bold";
    letter-spacing: 0.1em
}
.btn.btn-facebook:hover, .recompensas .picker button.btn-facebook:hover, .recompensas-recorente .picker button.btn-facebook:hover {
    border: 1px solid #4A68B9;
    color: #4A68B9;
    background-color: transparent
}
.btn.btn-reverse-pink, .recompensas .picker button.btn-reverse-pink, .recompensas-recorente .picker button.btn-reverse-pink {
    border: 1px solid #e41847;
    color: #e41847;
    background-color: transparent
}
.btn.btn-reverse-pink:hover, .recompensas .picker button.btn-reverse-pink:hover, .recompensas-recorente .picker button.btn-reverse-pink:hover, .btn.btn-reverse-pink:active, .recompensas .picker button.btn-reverse-pink:active, .recompensas-recorente .picker button.btn-reverse-pink:active, .btn.btn-reverse-pink:focus, .recompensas .picker button.btn-reverse-pink:focus, .recompensas-recorente .picker button.btn-reverse-pink:focus {
    background-color: #e41847;
    color: white
}
.btn.btn-reverse-outro-gray, .recompensas .picker button.btn-reverse-outro-gray, .recompensas-recorente .picker button.btn-reverse-outro-gray {
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    background-color: transparent
}
.btn.btn-reverse-outro-gray:hover, .recompensas .picker button.btn-reverse-outro-gray:hover, .recompensas-recorente .picker button.btn-reverse-outro-gray:hover, .btn.btn-reverse-outro-gray:active, .recompensas .picker button.btn-reverse-outro-gray:active, .recompensas-recorente .picker button.btn-reverse-outro-gray:active, .btn.btn-reverse-outro-gray:focus, .recompensas .picker button.btn-reverse-outro-gray:focus, .recompensas-recorente .picker button.btn-reverse-outro-gray:focus {
    background-color: #4D4D4D;
    color: white
}
.btn.btn-reverse-blue, .recompensas .picker button.btn-reverse-blue, .recompensas-recorente .picker button.btn-reverse-blue {
    border: 1px solid #3F82AF;
    color: #3F82AF;
    background-color: transparent
}
.btn.btn-reverse-blue:hover, .recompensas .picker button.btn-reverse-blue:hover, .recompensas-recorente .picker button.btn-reverse-blue:hover, .btn.btn-reverse-blue:active, .recompensas .picker button.btn-reverse-blue:active, .recompensas-recorente .picker button.btn-reverse-blue:active, .btn.btn-reverse-blue:focus, .recompensas .picker button.btn-reverse-blue:focus, .recompensas-recorente .picker button.btn-reverse-blue:focus {
    background-color: #3F82AF;
    color: white
}
.btn.btn-reverse-green, .recompensas .picker button.btn-reverse-green, .recompensas-recorente .picker button.btn-reverse-green {
    border: 1px solid #6db192;
    color: #6db192;
    background-color: transparent
}
.btn.btn-reverse-green:hover, .recompensas .picker button.btn-reverse-green:hover, .recompensas-recorente .picker button.btn-reverse-green:hover, .btn.btn-reverse-green:active, .recompensas .picker button.btn-reverse-green:active, .recompensas-recorente .picker button.btn-reverse-green:active, .btn.btn-reverse-green:focus, .recompensas .picker button.btn-reverse-green:focus, .recompensas-recorente .picker button.btn-reverse-green:focus {
    background-color: #6db192;
    color: white
}
.btn.btn-reverse-gray, .recompensas .picker button.btn-reverse-gray, .recompensas-recorente .picker button.btn-reverse-gray {
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    background-color: transparent
}
.btn.btn-reverse-gray:hover, .recompensas .picker button.btn-reverse-gray:hover, .recompensas-recorente .picker button.btn-reverse-gray:hover, .btn.btn-reverse-gray:active, .recompensas .picker button.btn-reverse-gray:active, .recompensas-recorente .picker button.btn-reverse-gray:active, .btn.btn-reverse-gray:focus, .recompensas .picker button.btn-reverse-gray:focus, .recompensas-recorente .picker button.btn-reverse-gray:focus {
    color: white;
    background-color: #b0b0b0
}
.btn.btn-reverse-white, .recompensas .picker button.btn-reverse-white, .recompensas-recorente .picker button.btn-reverse-white {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: transparent
}
.btn.btn-reverse-white:hover, .recompensas .picker button.btn-reverse-white:hover, .recompensas-recorente .picker button.btn-reverse-white:hover, .btn.btn-reverse-white:active, .recompensas .picker button.btn-reverse-white:active, .recompensas-recorente .picker button.btn-reverse-white:active, .btn.btn-reverse-white:focus, .recompensas .picker button.btn-reverse-white:focus, .recompensas-recorente .picker button.btn-reverse-white:focus {
    background-color: #FFFFFF;
    color: #333333
}
.btn.btn-bg-hover-white:hover, .recompensas .picker button.btn-bg-hover-white:hover, .recompensas-recorente .picker button.btn-bg-hover-white:hover, .btn.btn-bg-hover-white:active, .recompensas .picker button.btn-bg-hover-white:active, .recompensas-recorente .picker button.btn-bg-hover-white:active, .btn.btn-bg-hover-white:focus, .recompensas .picker button.btn-bg-hover-white:focus, .recompensas-recorente .picker button.btn-bg-hover-white:focus {
    background-color: #fff !important
}
.btn.btn-hover-white:hover, .recompensas .picker button.btn-hover-white:hover, .recompensas-recorente .picker button.btn-hover-white:hover, .btn.btn-hover-white:active, .recompensas .picker button.btn-hover-white:active, .recompensas-recorente .picker button.btn-hover-white:active, .btn.btn-hover-white:focus, .recompensas .picker button.btn-hover-white:focus, .recompensas-recorente .picker button.btn-hover-white:focus {
    color: #fff !important;
    border-color: #fff !important
}
.btn.btn-force-white-text, .recompensas .picker button.btn-force-white-text, .recompensas-recorente .picker button.btn-force-white-text {
    color: #fff !important
}
.btn.btn-force-white-text:hover, .recompensas .picker button.btn-force-white-text:hover, .recompensas-recorente .picker button.btn-force-white-text:hover, .btn.btn-force-white-text:active, .recompensas .picker button.btn-force-white-text:active, .recompensas-recorente .picker button.btn-force-white-text:active, .btn.btn-force-white-text:focus, .recompensas .picker button.btn-force-white-text:focus, .recompensas-recorente .picker button.btn-force-white-text:focus {
    border-color: #fff !important
}
.btn-transparent {
    background-color: transparent !important;
    color: white;
    letter-spacing: 0.1em;
    border: 1px solid white !important
}
.btn-transparent:hover {
    background-color: #e41847;
    border: 1px solid #e41847 !important
}
.btn-transparent.transparent-rec {
    border: 1px solid #3F82AF !important
}
.btn-hover-blue:hover, .button-gray.btn-hover-blue:hover, .btn-hover-blue:active, .button-gray.btn-hover-blue:active:hover, .btn-hover-blue:focus, .button-gray.btn-hover-blue:focus:hover {
    background-color: #3F82AF !important;
    color: white !important
}
.btn-hover-transparent-white:hover, .btn-hover-transparent-white:active, .btn-hover-transparent-white:focus {
    background-color: transparent !important;
    color: #fff !important;
    border-color: white !important
}
.btn-hover-fill-white:hover, .btn-hover-fill-white:active, .btn-hover-fill-white:focus {
    background-color: white !important;
    border: none !important;
    color: #383838 !important
}
.btn-main {
    background-color: transparent !important;
    color: #e41847 !important;
    font-family: "Amelia Bold" !important;
    letter-spacing: 0.01em;
    border: 1px solid #e41847 !important
}
.btn-main:hover {
    color: white !important;
    background-color: #e41847 !important
}
.btn-white-reverse:hover {
    background-color: white !important;
    color: #e41847 !important
}
.btn-white {
    background-color: white !important;
    color: #e41847 !important
}
.btn-white:hover {
    color: white !important;
    background-color: #e41847 !important;
    border: 1px solid white !important
}
.btn-grey {
    background-color: #f4f4f4 !important;
    color: #c7c7c7 !important;
    border: 2px solid #c7c7c7 !important
}
.btn-grey:hover {
    background-color: #c7c7c7 !important;
    color: white !important
}
.btn-recorrente {
    background-color: #3F82AF !important;
    color: white !important
}
.btn-recorrente:hover {
    border: 1px solid #3F82AF !important
}
.txt-error-new {
    border-radius: none !important;
    margin-bottom: 0
}
hr.hr-pink {
    height: 1px;
    color: #e41847;
    background-color: #e41847;
    border: none
}
div.alert-error {
    margin-bottom: 20px;
    background-color: #eaeaea;
    color: white;
    display: block;
    font-size: 11.844px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    margin: -15px 0px 5px 0px !important
}
label.error, div.alert-error {
    width: 100% !important;
    text-align: left !important;
    color: #e41847 !important;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1px
}
.subcall {
    font-family: "Amelia Bold";
    font-size: 17px
}
a.classic {
    color: #e41847 !important
}
a.classic:hover {
    text-decoration: underline !important
}
label {
    font-family: "Open Sans" !important
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%
}
#push, footer {
    height: 140px
}
.menu-section {
    position: relative;
    z-index: 1000
}
.section-arrow {
    border-bottom: 4px solid #E3E3E3 !important;
    position: relative
}
.section-arrow:before {
    content: "";
    border-top: 20px solid #E3E3E3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%)
}
.section-arrow.section-arrow-white {
    border-bottom-color: #fff !important
}
.section-arrow.section-arrow-white:before {
    border-top-color: white
}
.section-arrow.section-arrow-pink {
    border-bottom-color: #e41847 !important
}
.section-arrow.section-arrow-pink:before {
    border-top-color: #e41847
}
.section-arrow.section-arrow-dark-pink {
    border-bottom-color: #e41847 !important
}
.section-arrow.section-arrow-dark-pink:before {
    border-top-color: #e41847
}
.section-arrow.section-arrow-blue {
    border-bottom-color: #3F82AF !important
}
.section-arrow.section-arrow-blue:before {
    border-top-color: #3F82AF
}
.section-arrow+.section-basic {
    border-top: 0px
}
.fright {
    float: right
}
.fleft {
    float: left
}
.bold {
    font-weight: bold
}
.blue {
    color: #3F82AF !important
}
.lead {
    font-family: "Amelia Bold" !important;
    font-size: 25px;
    color: #e41847 !important
}
.txt-blue {
    color: #3F82AF !important
}
.txt-outro-gray {
    color: #4D4D4D !important
}
.lead.txt-blue {
    color: #3F82AF !important
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: white !important;
    background-color: white
}
.navbar .nav>li>a {
    color: white
}
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    margin-top: 5px
}
.alert strong {
    font-size: 15px;
    letter-spacing: normal;
    font-weight: lighter;
    font-family: Amelia Regular
}
.alert-success {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
    background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
    background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0)
}
.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
    background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
    background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0)
}
.alert-warning {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
    background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
    background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0)
}
.alert-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
    background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
    background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0)
}
body {
    padding: 0;
    margin: 0
}
img[alt='logo-benfeitoria'], .logo-benf {
    margin-left: -5px;
    margin-top: 8px;
    width: 80%
}
.header-area {
    padding-top: 10px;
    padding-bottom: 5px
}
.loader {
    margin-left: 43%;
    margin-top: 40px
}
.wraplogo {
    margin-top: -7px
}
.form-group {
    float: left;
    width: 150px
}
.form-control {
    width: 140px
}
.view {
    display: none
}
.page-header p {
    font-size: 20px
}
#carouselProjectsControlLeft {
    margin-left: -15px;
    color: black
}
#carouselProjectsControlRight {
    margin-right: -15px;
    color: black
}
.btn-pri {
    background-color: #e41847
}
.button-pink:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover {
    background-color: #e41847 !important
}
.button-gray {
    background-color: #d3d3d3 !important;
    color: #888 !important
}
.button-gray:hover {
    background-color: #e41847 !important;
    color: white !important
}
.alt-info-neo {
    margin-bottom: 10px !important;
    padding: 10px 30px !important;
    font-family: "Amelia Bold";
    background-color: #E1E1E1 !important;
    color: #666 !important
}
.outside-link {
    position: relative;
    bottom: 0;
    right: 10px
}
.modal {
    border: 1px solid #999
}
.alert-pattern {
    background: transparent !important;
    padding: 10px 0px !important;
    margin-left: 30px;
    margin-bottom: 3px !important
}
.special-checkbox {
    margin-top: 7px
}
.special-checkbox [type="checkbox"]:not(:checked), .special-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}
.special-checkbox [type="checkbox"]:not(:checked)+label, .special-checkbox [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    line-height: 15px
}
.special-checkbox [type="checkbox"]:not(:checked)+label:before, .special-checkbox [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    background: #f8f8f8
}
.special-checkbox [type="checkbox"]:not(:checked)+label:after, .special-checkbox [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 14px;
    line-height: 0.8;
    color: #e41847;
    transition: all .2s
}
.special-checkbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}
.special-checkbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}
.special-checkbox [type="checkbox"]:disabled:not(:checked)+label:before, .special-checkbox [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}
.special-checkbox [type="checkbox"]:disabled:checked+label:after {
    color: #999
}
.special-checkbox [type="checkbox"]:disabled+label {
    color: #aaa
}
.special-checkbox [type="checkbox"]:checked:focus+label:before, .special-checkbox [type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue
}
.special-checkbox label:hover:before {
    border: 1px solid #4778d9 !important
}
.special-checkbox-right {
    margin-top: 7px
}
.special-checkbox-right [type="checkbox"]:not(:checked), .special-checkbox-right [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}
.special-checkbox-right [type="checkbox"]:not(:checked)+label, .special-checkbox-right [type="checkbox"]:checked+label {
    position: relative;
    cursor: pointer;
    line-height: 15px
}
.special-checkbox-right [type="checkbox"]:not(:checked)+label:before, .special-checkbox-right [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    background: #f8f8f8
}
.special-checkbox-right [type="checkbox"]:not(:checked)+label:after, .special-checkbox-right [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 14px;
    line-height: 0.8;
    color: #3F82AF;
    transition: all .2s
}
.special-checkbox-right [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}
.special-checkbox-right [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}
.special-checkbox-right [type="checkbox"]:disabled:not(:checked)+label:before, .special-checkbox-right [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}
.special-checkbox-right [type="checkbox"]:disabled:checked+label:after {
    color: #999
}
.special-checkbox-right [type="checkbox"]:disabled+label {
    color: #aaa
}
.special-checkbox-right [type="checkbox"]:checked:focus+label:before, .special-checkbox-right [type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue
}
.special-checkbox-right label:hover:before {
    border: 1px solid #4778d9 !important
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
    *zoom: 1
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:hover, a:active {
    outline: 0
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
#map_canvas img, .google-maps img {
    max-width: none
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button, input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    vertical-align: top
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .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
    }
    tr, img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a {
    color: #08c;
    text-decoration: none
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline
}
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}
.row {
    margin-left: -20px;
    *zoom: 1
}
.row:before, .row:after {
    display: table;
    line-height: 0;
    content: ""
}
.row:after {
    clear: both
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
}
.span12 {
    width: 940px
}
.span11 {
    width: 860px
}
.span10 {
    width: 780px
}
.span9 {
    width: 700px
}
.span8 {
    width: 620px
}
.span7 {
    width: 540px
}
.span6 {
    width: 460px
}
.span5 {
    width: 380px
}
.span4 {
    width: 300px
}
.span3 {
    width: 220px
}
.span2 {
    width: 140px
}
.span1 {
    width: 60px
}
.offset12 {
    margin-left: 980px
}
.offset11 {
    margin-left: 900px
}
.offset10 {
    margin-left: 820px
}
.offset9 {
    margin-left: 740px
}
.offset8 {
    margin-left: 660px
}
.offset7 {
    margin-left: 580px
}
.offset6 {
    margin-left: 500px
}
.offset5 {
    margin-left: 420px
}
.offset4 {
    margin-left: 340px
}
.offset3 {
    margin-left: 260px
}
.offset2 {
    margin-left: 180px
}
.offset1 {
    margin-left: 100px
}
.row-fluid {
    width: 100%;
    *zoom: 1
}
.row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}
.row-fluid:after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}
.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}
.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}
.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}
.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}
.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}
.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}
.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}
.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}
.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}
.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}
.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}
.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}
.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}
.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}
.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}
.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}
.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}
.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}
.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}
.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}
.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}
.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}
.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}
.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}
.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}
.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}
.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}
.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}
.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}
.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}
.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}
.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}
.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}
.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}
.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: ""
}
.container:after {
    clear: both
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}
.container-fluid:before, .container-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}
.container-fluid:after {
    clear: both
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}
small {
    font-size: 85%
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
cite {
    font-style: normal
}
.muted {
    color: #999
}
a.muted:hover, a.muted:focus {
    color: #808080
}
.text-warning {
    color: #c09853
}
a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c
}
.text-error {
    color: #b94a48
}
a.text-error:hover, a.text-error:focus {
    color: #953b39
}
.text-info {
    color: #3a87ad
}
a.text-info:hover, a.text-info:focus {
    color: #2d6987
}
.text-success {
    color: #468847
}
a.text-success:hover, a.text-success:focus {
    color: #356635
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}
h1, h2, h3 {
    line-height: 40px
}
h1 {
    font-size: 38.5px
}
h2 {
    font-size: 31.5px
}
h3 {
    font-size: 24.5px
}
h4 {
    font-size: 17.5px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 11.9px
}
h1 small {
    font-size: 24.5px
}
h2 small {
    font-size: 17.5px
}
h3 small {
    font-size: 14px
}
h4 small {
    font-size: 14px
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0
}
li {
    line-height: 20px
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
}
ul.inline, ol.inline {
    margin-left: 0;
    list-style: none
}
ul.inline>li, ol.inline>li {
    display: inline-block;
    *display: inline;
    padding-right: 5px;
    padding-left: 5px;
    *zoom: 1
}
dl {
    margin-bottom: 20px
}
dt, dd {
    line-height: 20px
}
dt {
    font-weight: bold
}
dd {
    margin-left: 10px
}
.dl-horizontal {
    *zoom: 1
}
.dl-horizontal:before, .dl-horizontal:after {
    display: table;
    line-height: 0;
    content: ""
}
.dl-horizontal:after {
    clear: both
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 180px
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}
blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}
blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}
blockquote.pull-right small:before {
    content: ''
}
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
q:before, q:after, blockquote:before, blockquote:after {
    content: ""
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}
code, pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
pre.prettyprint {
    margin-bottom: 20px
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
form {
    margin: 0 0 20px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
legend small {
    font-size: 15px;
    color: #999
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}
input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
label {
    display: block;
    margin-bottom: 5px
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
input, textarea, .uneditable-input {
    width: 206px
}
textarea {
    height: auto
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
}
select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc
}
select[multiple], select[size] {
    height: auto
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.uneditable-input, .uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}
.uneditable-textarea {
    width: auto;
    height: auto
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.controls>.radio:first-child, .controls>.checkbox:first-child {
    padding-top: 5px
}
.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}
.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 210px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block
}
input, textarea, .uneditable-input {
    margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px
}
.controls-row {
    *zoom: 1
}
.controls-row:before, .controls-row:after {
    display: table;
    line-height: 0;
    content: ""
}
.controls-row:after {
    clear: both
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
    float: left
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
    padding-top: 5px
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
}
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad
}
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}
.form-actions:before, .form-actions:after {
    display: table;
    line-height: 0;
    content: ""
}
.form-actions:after {
    clear: both
}
.help-block, .help-inline {
    color: #595959
}
.help-block {
    display: block;
    margin-bottom: 10px
}
.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1
}
.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
    font-size: 14px
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
    z-index: 2
}
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-append .recompensas .picker button, .recompensas .picker .input-append button, .input-append .recompensas-recorente .picker button, .recompensas-recorente .picker .input-append button, .input-prepend .btn, .input-prepend .recompensas .picker button, .recompensas .picker .input-prepend button, .input-prepend .recompensas-recorente .picker button, .recompensas-recorente .picker .input-prepend button, .input-append .btn-group>.dropdown-toggle, .input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-append .active, .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}
.input-prepend .add-on, .input-prepend .btn, .input-prepend .recompensas .picker button, .recompensas .picker .input-prepend button, .input-prepend .recompensas-recorente .picker button, .recompensas-recorente .picker .input-prepend button {
    margin-right: -1px
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend .recompensas .picker button:first-child, .recompensas .picker .input-prepend button:first-child, .input-prepend .recompensas-recorente .picker button:first-child, .recompensas-recorente .picker .input-prepend button:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input+.btn-group .btn:last-child, .input-append input+.btn-group .recompensas .picker button:last-child, .recompensas .picker .input-append input+.btn-group button:last-child, .input-append input+.btn-group .recompensas-recorente .picker button:last-child, .recompensas-recorente .picker .input-append input+.btn-group button:last-child, .input-append select+.btn-group .btn:last-child, .input-append select+.btn-group .recompensas .picker button:last-child, .recompensas .picker .input-append select+.btn-group button:last-child, .input-append select+.btn-group .recompensas-recorente .picker button:last-child, .recompensas-recorente .picker .input-append select+.btn-group button:last-child, .input-append .uneditable-input+.btn-group .btn:last-child, .input-append .uneditable-input+.btn-group .recompensas .picker button:last-child, .recompensas .picker .input-append .uneditable-input+.btn-group button:last-child, .input-append .uneditable-input+.btn-group .recompensas-recorente .picker button:last-child, .recompensas-recorente .picker .input-append .uneditable-input+.btn-group button:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append .add-on, .input-append .btn, .input-append .recompensas .picker button, .recompensas .picker .input-append button, .input-append .recompensas-recorente .picker button, .recompensas-recorente .picker .input-append button, .input-append .btn-group {
    margin-left: -1px
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .recompensas .picker button:last-child, .recompensas .picker .input-append button:last-child, .input-append .recompensas-recorente .picker button:last-child, .recompensas-recorente .picker .input-append button:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append input+.btn-group .recompensas .picker button, .recompensas .picker .input-prepend.input-append input+.btn-group button, .input-prepend.input-append input+.btn-group .recompensas-recorente .picker button, .recompensas-recorente .picker .input-prepend.input-append input+.btn-group button, .input-prepend.input-append select+.btn-group .btn, .input-prepend.input-append select+.btn-group .recompensas .picker button, .recompensas .picker .input-prepend.input-append select+.btn-group button, .input-prepend.input-append select+.btn-group .recompensas-recorente .picker button, .recompensas-recorente .picker .input-prepend.input-append select+.btn-group button, .input-prepend.input-append .uneditable-input+.btn-group .btn, .input-prepend.input-append .uneditable-input+.btn-group .recompensas .picker button, .recompensas .picker .input-prepend.input-append .uneditable-input+.btn-group button, .input-prepend.input-append .uneditable-input+.btn-group .recompensas-recorente .picker button, .recompensas-recorente .picker .input-prepend.input-append .uneditable-input+.btn-group button {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .recompensas .picker button:first-child, .recompensas .picker .input-prepend.input-append button:first-child, .input-prepend.input-append .recompensas-recorente .picker button:first-child, .recompensas-recorente .picker .input-prepend.input-append button:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .recompensas .picker button:last-child, .recompensas .picker .input-prepend.input-append button:last-child, .input-prepend.input-append .recompensas-recorente .picker button:last-child, .recompensas-recorente .picker .input-prepend.input-append button:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search .input-append .btn, .form-search .input-append .recompensas .picker button, .recompensas .picker .form-search .input-append button, .form-search .input-append .recompensas-recorente .picker button, .recompensas-recorente .picker .form-search .input-append button {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .btn, .form-search .input-prepend .recompensas .picker button, .recompensas .picker .form-search .input-prepend button, .form-search .input-prepend .recompensas-recorente .picker button, .recompensas-recorente .picker .form-search .input-prepend button {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}
.control-group {
    margin-bottom: 10px
}
legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: ""
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}
.form-horizontal .controls:first-child {
    *padding-left: 180px
}
.form-horizontal .help-block {
    margin-bottom: 0
}
.form-horizontal input+.help-block, .form-horizontal select+.help-block, .form-horizontal textarea+.help-block, .form-horizontal .uneditable-input+.help-block, .form-horizontal .input-prepend+.help-block, .form-horizontal .input-append+.help-block {
    margin-top: 10px
}
.form-horizontal .form-actions {
    padding-left: 180px
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}
.table {
    width: 100%;
    margin-bottom: 20px
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table th {
    font-weight: bold
}
.table thead th {
    vertical-align: bottom
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0
}
.table tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tbody:last-child tr:last-child>th:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}
.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}
.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: #f5f5f5
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}
.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}
.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}
.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}
.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}
.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}
.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}
.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}
.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}
.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}
.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}
.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}
.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}
.table tbody tr.success>td {
    background-color: #dff0d8
}
.table tbody tr.error>td {
    background-color: #f2dede
}
.table tbody tr.warning>td {
    background-color: #fcf8e3
}
.table tbody tr.info>td {
    background-color: #d9edf7
}
.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6
}
.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc
}
.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc
}
.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat
}
.icon-white, .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:focus>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>li>a:focus>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^="icon-"], .dropdown-submenu:focus>a>[class^="icon-"], .dropdown-submenu:hover>a>[class*=" icon-"], .dropdown-submenu:focus>a>[class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png")
}
.icon-glass {
    background-position: 0 0
}
.icon-music {
    background-position: -24px 0
}
.icon-search {
    background-position: -48px 0
}
.icon-envelope {
    background-position: -72px 0
}
.icon-heart {
    background-position: -96px 0
}
.icon-star {
    background-position: -120px 0
}
.icon-star-empty {
    background-position: -144px 0
}
.icon-user {
    background-position: -168px 0
}
.icon-film {
    background-position: -192px 0
}
.icon-th-large {
    background-position: -216px 0
}
.icon-th {
    background-position: -240px 0
}
.icon-th-list {
    background-position: -264px 0
}
.icon-ok {
    background-position: -288px 0
}
.icon-remove {
    background-position: -312px 0
}
.icon-zoom-in {
    background-position: -336px 0
}
.icon-zoom-out {
    background-position: -360px 0
}
.icon-off {
    background-position: -384px 0
}
.icon-signal {
    background-position: -408px 0
}
.icon-cog {
    background-position: -432px 0
}
.icon-trash {
    background-position: -456px 0
}
.icon-home {
    background-position: 0 -24px
}
.icon-file {
    background-position: -24px -24px
}
.icon-time {
    background-position: -48px -24px
}
.icon-road {
    background-position: -72px -24px
}
.icon-download-alt {
    background-position: -96px -24px
}
.icon-download {
    background-position: -120px -24px
}
.icon-upload {
    background-position: -144px -24px
}
.icon-inbox {
    background-position: -168px -24px
}
.icon-play-circle {
    background-position: -192px -24px
}
.icon-repeat {
    background-position: -216px -24px
}
.icon-refresh {
    background-position: -240px -24px
}
.icon-list-alt {
    background-position: -264px -24px
}
.icon-lock {
    background-position: -287px -24px
}
.icon-flag {
    background-position: -312px -24px
}
.icon-headphones {
    background-position: -336px -24px
}
.icon-volume-off {
    background-position: -360px -24px
}
.icon-volume-down {
    background-position: -384px -24px
}
.icon-volume-up {
    background-position: -408px -24px
}
.icon-qrcode {
    background-position: -432px -24px
}
.icon-barcode {
    background-position: -456px -24px
}
.icon-tag {
    background-position: 0 -48px
}
.icon-tags {
    background-position: -25px -48px
}
.icon-book {
    background-position: -48px -48px
}
.icon-bookmark {
    background-position: -72px -48px
}
.icon-print {
    background-position: -96px -48px
}
.icon-camera {
    background-position: -120px -48px
}
.icon-font {
    background-position: -144px -48px
}
.icon-bold {
    background-position: -167px -48px
}
.icon-italic {
    background-position: -192px -48px
}
.icon-text-height {
    background-position: -216px -48px
}
.icon-text-width {
    background-position: -240px -48px
}
.icon-align-left {
    background-position: -264px -48px
}
.icon-align-center {
    background-position: -288px -48px
}
.icon-align-right {
    background-position: -312px -48px
}
.icon-align-justify {
    background-position: -336px -48px
}
.icon-list {
    background-position: -360px -48px
}
.icon-indent-left {
    background-position: -384px -48px
}
.icon-indent-right {
    background-position: -408px -48px
}
.icon-facetime-video {
    background-position: -432px -48px
}
.icon-picture {
    background-position: -456px -48px
}
.icon-pencil {
    background-position: 0 -72px
}
.icon-map-marker {
    background-position: -24px -72px
}
.icon-adjust {
    background-position: -48px -72px
}
.icon-tint {
    background-position: -72px -72px
}
.icon-edit {
    background-position: -96px -72px
}
.icon-share {
    background-position: -120px -72px
}
.icon-check {
    background-position: -144px -72px
}
.icon-move {
    background-position: -168px -72px
}
.icon-step-backward {
    background-position: -192px -72px
}
.icon-fast-backward {
    background-position: -216px -72px
}
.icon-backward {
    background-position: -240px -72px
}
.icon-play {
    background-position: -264px -72px
}
.icon-pause {
    background-position: -288px -72px
}
.icon-stop {
    background-position: -312px -72px
}
.icon-forward {
    background-position: -336px -72px
}
.icon-fast-forward {
    background-position: -360px -72px
}
.icon-step-forward {
    background-position: -384px -72px
}
.icon-eject {
    background-position: -408px -72px
}
.icon-chevron-left {
    background-position: -432px -72px
}
.icon-chevron-right {
    background-position: -456px -72px
}
.icon-plus-sign {
    background-position: 0 -96px
}
.icon-minus-sign {
    background-position: -24px -96px
}
.icon-remove-sign {
    background-position: -48px -96px
}
.icon-ok-sign {
    background-position: -72px -96px
}
.icon-question-sign {
    background-position: -96px -96px
}
.icon-info-sign {
    background-position: -120px -96px
}
.icon-screenshot {
    background-position: -144px -96px
}
.icon-remove-circle {
    background-position: -168px -96px
}
.icon-ok-circle {
    background-position: -192px -96px
}
.icon-ban-circle {
    background-position: -216px -96px
}
.icon-arrow-left {
    background-position: -240px -96px
}
.icon-arrow-right {
    background-position: -264px -96px
}
.icon-arrow-up {
    background-position: -289px -96px
}
.icon-arrow-down {
    background-position: -312px -96px
}
.icon-share-alt {
    background-position: -336px -96px
}
.icon-resize-full {
    background-position: -360px -96px
}
.icon-resize-small {
    background-position: -384px -96px
}
.icon-plus {
    background-position: -408px -96px
}
.icon-minus {
    background-position: -433px -96px
}
.icon-asterisk {
    background-position: -456px -96px
}
.icon-exclamation-sign {
    background-position: 0 -120px
}
.icon-gift {
    background-position: -24px -120px
}
.icon-leaf {
    background-position: -48px -120px
}
.icon-fire {
    background-position: -72px -120px
}
.icon-eye-open {
    background-position: -96px -120px
}
.icon-eye-close {
    background-position: -120px -120px
}
.icon-warning-sign {
    background-position: -144px -120px
}
.icon-plane {
    background-position: -168px -120px
}
.icon-calendar {
    background-position: -192px -120px
}
.icon-random {
    width: 16px;
    background-position: -216px -120px
}
.icon-comment {
    background-position: -240px -120px
}
.icon-magnet {
    background-position: -264px -120px
}
.icon-chevron-up {
    background-position: -288px -120px
}
.icon-chevron-down {
    background-position: -313px -119px
}
.icon-retweet {
    background-position: -336px -120px
}
.icon-shopping-cart {
    background-position: -360px -120px
}
.icon-folder-close {
    width: 16px;
    background-position: -384px -120px
}
.icon-folder-open {
    width: 16px;
    background-position: -408px -120px
}
.icon-resize-vertical {
    background-position: -432px -119px
}
.icon-resize-horizontal {
    background-position: -456px -118px
}
.icon-hdd {
    background-position: 0 -144px
}
.icon-bullhorn {
    background-position: -24px -144px
}
.icon-bell {
    background-position: -48px -144px
}
.icon-certificate {
    background-position: -72px -144px
}
.icon-thumbs-up {
    background-position: -96px -144px
}
.icon-thumbs-down {
    background-position: -120px -144px
}
.icon-hand-right {
    background-position: -144px -144px
}
.icon-hand-left {
    background-position: -168px -144px
}
.icon-hand-up {
    background-position: -192px -144px
}
.icon-hand-down {
    background-position: -216px -144px
}
.icon-circle-arrow-right {
    background-position: -240px -144px
}
.icon-circle-arrow-left {
    background-position: -264px -144px
}
.icon-circle-arrow-up {
    background-position: -288px -144px
}
.icon-circle-arrow-down {
    background-position: -312px -144px
}
.icon-globe {
    background-position: -336px -144px
}
.icon-wrench {
    background-position: -360px -144px
}
.icon-tasks {
    background-position: -384px -144px
}
.icon-filter {
    background-position: -408px -144px
}
.icon-briefcase {
    background-position: -432px -144px
}
.icon-fullscreen {
    background-position: -456px -144px
}
.dropup, .dropdown {
    position: relative
}
.dropdown-toggle {
    *margin-bottom: -3px
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open {
    *z-index: 1000
}
.open>.dropdown-menu {
    display: block
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block
}
.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}
.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}
.dropdown-submenu.pull-left {
    float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}
.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}
.collapse.in {
    height: auto
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.btn, .recompensas .picker button, .recompensas-recorente .picker button {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover, .btn:focus, .recompensas .picker button:focus, .recompensas-recorente .picker button:focus, .btn:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active, .btn.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active, .btn.disabled, .recompensas .picker button.disabled, .recompensas-recorente .picker button.disabled, .btn[disabled], .recompensas .picker button[disabled], .recompensas-recorente .picker button[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}
.btn:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active, .btn.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active {
    background-color: #ccc \9
}
.btn:first-child, .recompensas .picker button:first-child, .recompensas-recorente .picker button:first-child {
    *margin-left: 0
}
.btn:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover, .btn:focus, .recompensas .picker button:focus, .recompensas-recorente .picker button:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}
.btn:focus, .recompensas .picker button:focus, .recompensas-recorente .picker button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active, .btn:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn.disabled, .recompensas .picker button.disabled, .recompensas-recorente .picker button.disabled, .btn[disabled], .recompensas .picker button[disabled], .recompensas-recorente .picker button[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}
.btn-primary.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}
.btn-primary, .recompensas .picker button, .recompensas-recorente .picker button {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover, .btn-primary:focus, .recompensas .picker button:focus, .recompensas-recorente .picker button:focus, .btn-primary:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active, .btn-primary.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active, .btn-primary.disabled, .recompensas .picker button.disabled, .recompensas-recorente .picker button.disabled, .btn-primary[disabled], .recompensas .picker button[disabled], .recompensas-recorente .picker button[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}
.btn-primary:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active, .btn-primary.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active {
    background-color: #039 \9
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505
}
.btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a
}
.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249
}
.btn-success:active, .btn-success.active {
    background-color: #408140 \9
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}
.btn-info:active, .btn-info.active {
    background-color: #24748c \9
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515
}
.btn-inverse:active, .btn-inverse.active {
    background-color: #080808 \9
}
button.btn, .recompensas .picker button, .recompensas-recorente .picker button, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn::-moz-focus-inner, .recompensas .picker button::-moz-focus-inner, .recompensas-recorente .picker button::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.btn.btn-large, .recompensas .picker button.btn-large, .recompensas-recorente .picker button.btn-large, input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}
button.btn.btn-small, .recompensas .picker button.btn-small, .recompensas-recorente .picker button.btn-small, input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn.btn-mini, .recompensas .picker button.btn-mini, .recompensas-recorente .picker button.btn-mini, input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-link:hover, .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none
}
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1
}
.btn-group:first-child {
    *margin-left: 0
}
.btn-group+.btn-group {
    margin-left: 5px
}
.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0
}
.btn-toolbar>.btn+.btn, .recompensas .picker .btn-toolbar>button+.btn, .recompensas-recorente .picker .btn-toolbar>button+.btn, .recompensas .picker .btn-toolbar>.btn+button, .recompensas .picker .btn-toolbar>button+button, .recompensas-recorente .picker .btn-toolbar>.btn+button, .recompensas-recorente .picker .btn-toolbar>button+button, .btn-toolbar>.btn-group+.btn, .recompensas .picker .btn-toolbar>.btn-group+button, .recompensas-recorente .picker .btn-toolbar>.btn-group+button, .btn-toolbar>.btn+.btn-group, .recompensas .picker .btn-toolbar>button+.btn-group, .recompensas-recorente .picker .btn-toolbar>button+.btn-group {
    margin-left: 5px
}
.btn-group>.btn, .recompensas .picker .btn-group>button, .recompensas-recorente .picker .btn-group>button {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-group>.btn+.btn, .recompensas .picker .btn-group>button+.btn, .recompensas-recorente .picker .btn-group>button+.btn, .recompensas .picker .btn-group>.btn+button, .recompensas .picker .btn-group>button+button, .recompensas-recorente .picker .btn-group>.btn+button, .recompensas-recorente .picker .btn-group>button+button {
    margin-left: -1px
}
.btn-group>.btn, .recompensas .picker .btn-group>button, .recompensas-recorente .picker .btn-group>button, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-size: 14px
}
.btn-group>.btn-mini {
    font-size: 10.5px
}
.btn-group>.btn-small {
    font-size: 11.9px
}
.btn-group>.btn-large {
    font-size: 17.5px
}
.btn-group>.btn:first-child, .recompensas .picker .btn-group>button:first-child, .recompensas-recorente .picker .btn-group>button:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}
.btn-group>.btn:last-child, .recompensas .picker .btn-group>button:last-child, .recompensas-recorente .picker .btn-group>button:last-child, .btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}
.btn-group>.btn.large:first-child, .recompensas .picker .btn-group>button.large:first-child, .recompensas-recorente .picker .btn-group>button.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}
.btn-group>.btn.large:last-child, .recompensas .picker .btn-group>button.large:last-child, .recompensas-recorente .picker .btn-group>button.large:last-child, .btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}
.btn-group>.btn:hover, .recompensas .picker .btn-group>button:hover, .recompensas-recorente .picker .btn-group>button:hover, .btn-group>.btn:focus, .recompensas .picker .btn-group>button:focus, .recompensas-recorente .picker .btn-group>button:focus, .btn-group>.btn:active, .recompensas .picker .btn-group>button:active, .recompensas-recorente .picker .btn-group>button:active, .btn-group>.btn.active, .recompensas .picker .btn-group>button.active, .recompensas-recorente .picker .btn-group>button.active {
    z-index: 2
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle, .recompensas .picker .btn-group>button+.dropdown-toggle, .recompensas-recorente .picker .btn-group>button+.dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group>.btn-mini+.dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px
}
.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}
.btn-group>.btn-large+.dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group.open .btn.dropdown-toggle, .btn-group.open .recompensas .picker button.dropdown-toggle, .recompensas .picker .btn-group.open button.dropdown-toggle, .btn-group.open .recompensas-recorente .picker button.dropdown-toggle, .recompensas-recorente .picker .btn-group.open button.dropdown-toggle {
    background-color: #e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle, .btn-group.open .recompensas .picker button.dropdown-toggle, .recompensas .picker .btn-group.open button.dropdown-toggle, .btn-group.open .recompensas-recorente .picker button.dropdown-toggle, .recompensas-recorente .picker .btn-group.open button.dropdown-toggle {
    background-color: #04c
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}
.btn .caret, .recompensas .picker button .caret, .recompensas-recorente .picker button .caret {
    margin-top: 8px;
    margin-left: 0
}
.btn-large .caret {
    margin-top: 6px
}
.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}
.btn-mini .caret, .btn-small .caret {
    margin-top: 8px
}
.dropup .btn-large .caret {
    border-bottom-width: 5px
}
.btn-primary .caret, .recompensas .picker button .caret, .recompensas-recorente .picker button .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.btn-group-vertical>.btn, .recompensas .picker .btn-group-vertical>button, .recompensas-recorente .picker .btn-group-vertical>button {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-group-vertical>.btn+.btn, .recompensas .picker .btn-group-vertical>button+.btn, .recompensas-recorente .picker .btn-group-vertical>button+.btn, .recompensas .picker .btn-group-vertical>.btn+button, .recompensas .picker .btn-group-vertical>button+button, .recompensas-recorente .picker .btn-group-vertical>.btn+button, .recompensas-recorente .picker .btn-group-vertical>button+button {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:first-child, .recompensas .picker .btn-group-vertical>button:first-child, .recompensas-recorente .picker .btn-group-vertical>button:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.btn-group-vertical>.btn:last-child, .recompensas .picker .btn-group-vertical>button:last-child, .recompensas-recorente .picker .btn-group-vertical>button:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}
.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.alert, .alert h4 {
    color: #c09853
}
.alert h4 {
    margin: 0
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success h4 {
    color: #468847
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info h4 {
    color: #3a87ad
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}
.alert-block>p, .alert-block>ul {
    margin-bottom: 0
}
.alert-block p+p {
    margin-top: 5px
}
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none
}
.nav>li>a {
    display: block
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li>a>img {
    max-width: none
}
.nav>.pull-right {
    float: right
}
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}
.nav li+.nav-header {
    margin-top: 9px
}
.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}
.nav-list>li>a, .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.nav-list>li>a {
    padding: 3px 15px
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    margin-right: 2px
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
.nav-tabs, .nav-pills {
    *zoom: 1
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    display: table;
    line-height: 0;
    content: ""
}
.nav-tabs:after, .nav-pills:after {
    clear: both
}
.nav-tabs>li, .nav-pills>li {
    float: left
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    margin-bottom: -1px
}
.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    border-color: #eee #eee #ddd
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
    color: #fff;
    background-color: #08c
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li>a {
    margin-right: 0
}
.nav-tabs.nav-stacked {
    border-bottom: 0
}
.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px
}
.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px
}
.nav-tabs.nav-stacked>li>a:hover, .nav-tabs.nav-stacked>li>a:focus {
    z-index: 2;
    border-color: #ddd
}
.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px
}
.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px
}
.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}
.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}
.nav>.dropdown.active>a:hover, .nav>.dropdown.active>a:focus {
    cursor: pointer
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover, .nav>li.dropdown.open.active>a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.tabs-stacked .open>a:hover, .tabs-stacked .open>a:focus {
    border-color: #999
}
.tabbable {
    *zoom: 1
}
.tabbable:before, .tabbable:after {
    display: table;
    line-height: 0;
    content: ""
}
.tabbable:after {
    clear: both
}
.tab-content {
    overflow: auto
}
.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
    border-bottom: 0
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none
}
.tab-content>.active, .pill-content>.active {
    display: block
}
.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}
.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}
.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.tabs-below>.nav-tabs>li>a:hover, .tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent
}
.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover, .tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd
}
.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float: none
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}
.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus {
    border-color: #eee #ddd #eee #eee
}
.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff
}
.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}
.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.tabs-right>.nav-tabs>li>a:hover, .tabs-right>.nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #ddd
}
.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover, .tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff
}
.nav>.disabled>a {
    color: #999
}
.nav>.disabled>a:hover, .nav>.disabled>a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent
}
.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: ""
}
.navbar-inner:after {
    clear: both
}
.navbar .container {
    width: auto
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible
}
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}
.navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none
}
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777
}
.navbar-link {
    color: #777
}
.navbar-link:hover, .navbar-link:focus {
    color: #333
}
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2
}
.navbar .btn-group .btn, .navbar .btn-group .recompensas .picker button, .recompensas .picker .navbar .btn-group button, .navbar .btn-group .recompensas-recorente .picker button, .recompensas-recorente .picker .navbar .btn-group button, .navbar .input-prepend .btn, .navbar .input-prepend .recompensas .picker button, .recompensas .picker .navbar .input-prepend button, .navbar .input-prepend .recompensas-recorente .picker button, .recompensas-recorente .picker .navbar .input-prepend button, .navbar .input-append .btn, .navbar .input-append .recompensas .picker button, .recompensas .picker .navbar .input-append button, .navbar .input-append .recompensas-recorente .picker button, .recompensas-recorente .picker .navbar .input-append button, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
    margin-top: 0
}
.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}
.navbar-form:before, .navbar-form:after {
    display: table;
    line-height: 0;
    content: ""
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
    margin-top: 5px
}
.navbar-form input, .navbar-form select, .navbar-form .btn, .navbar-form .recompensas .picker button, .recompensas .picker .navbar-form button, .navbar-form .recompensas-recorente .picker button, .recompensas-recorente .picker .navbar-form button {
    display: inline-block;
    margin-bottom: 0;
    width: 130px
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
    margin-top: 3px
}
.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
    margin-top: 0
}
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}
.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.navbar-static-top {
    position: static;
    margin-bottom: 0
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
}
.navbar-fixed-top {
    top: 0
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}
.navbar-fixed-bottom {
    bottom: 0
}
.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}
.navbar .nav>li {
    float: left
}
.navbar .nav>li>a {
    float: none;
    padding: 10px 15px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #ccc \9
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}
.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}
.navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}
.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0
}
.navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}
.navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
    right: 12px;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
    right: 13px;
    left: auto
}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0)
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.navbar-inverse .brand:hover, .navbar-inverse .nav>li>a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav>li>a:focus {
    color: #fff
}
.navbar-inverse .brand {
    color: #999
}
.navbar-inverse .navbar-text {
    color: #999
}
.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #111
}
.navbar-inverse .navbar-link {
    color: #999
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff
}
.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background-color: #111
}
.navbar-inverse .nav li.dropdown>a:hover .caret, .navbar-inverse .nav li.dropdown>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}
.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: #000
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: #000 \9
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1
}
.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #999
}
.pagination {
    margin: 20px 0
}
.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination ul>li {
    display: inline
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
    background-color: #f5f5f5
}
.pagination ul>.active>a, .pagination ul>.active>span {
    color: #999;
    cursor: default
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: transparent
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}
.pagination-centered {
    text-align: center
}
.pagination-right {
    text-align: right
}
.pagination-large ul>li>a, .pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}
.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}
.pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}
.pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}
.pagination-mini ul>li:last-child>a, .pagination-small ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}
.pagination-small ul>li>a, .pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}
.pagination-mini ul>li>a, .pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}
.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1
}
.pager:before, .pager:after {
    display: table;
    line-height: 0;
    content: ""
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}
.pager .next>a, .pager .next>span {
    float: right
}
.pager .previous>a, .pager .previous>span {
    float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999;
    cursor: default;
    background-color: #fff
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}
.modal.fade {
    top: -25%;
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out
}
.modal.fade.in {
    top: 10%
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}
.modal-header .close {
    margin-top: 2px
}
.modal-header h3 {
    margin: 0;
    line-height: 30px
}
.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto
}
.modal-form {
    margin-bottom: 0
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}
.modal-footer:before, .modal-footer:after {
    display: table;
    line-height: 0;
    content: ""
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn, .modal-footer .recompensas .picker button+.btn, .recompensas .picker .modal-footer button+.btn, .modal-footer .recompensas-recorente .picker button+.btn, .recompensas-recorente .picker .modal-footer button+.btn, .modal-footer .recompensas .picker .btn+button, .recompensas .picker .modal-footer .btn+button, .modal-footer .recompensas .picker button+button, .recompensas .picker .modal-footer button+button, .modal-footer .recompensas-recorente .picker .btn+button, .recompensas-recorente .picker .modal-footer .btn+button, .modal-footer .recompensas-recorente .picker button+button, .recompensas-recorente .picker .modal-footer button+button {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn, .modal-footer .btn-group .recompensas .picker button+.btn, .recompensas .picker .modal-footer .btn-group button+.btn, .modal-footer .btn-group .recompensas-recorente .picker button+.btn, .recompensas-recorente .picker .modal-footer .btn-group button+.btn, .modal-footer .btn-group .recompensas .picker .btn+button, .recompensas .picker .modal-footer .btn-group .btn+button, .modal-footer .btn-group .recompensas .picker button+button, .recompensas .picker .modal-footer .btn-group button+button, .modal-footer .btn-group .recompensas-recorente .picker .btn+button, .recompensas-recorente .picker .modal-footer .btn-group .btn+button, .modal-footer .btn-group .recompensas-recorente .picker button+button, .recompensas-recorente .picker .modal-footer .btn-group button+button {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}
.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.popover-title:empty {
    display: none
}
.popover-content {
    padding: 9px 14px
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover .arrow {
    border-width: 11px
}
.popover .arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}
.thumbnails:before, .thumbnails:after {
    display: table;
    line-height: 0;
    content: ""
}
.thumbnails:after {
    clear: both
}
.row-fluid .thumbnails {
    margin-left: 0
}
.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
a.thumbnail:hover, a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}
.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}
.thumbnail .caption {
    padding: 9px;
    color: #555
}
.media, .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}
.media, .media .media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-object {
    display: block
}
.media-heading {
    margin: 0 0 5px
}
.media>.pull-left {
    margin-right: 10px
}
.media>.pull-right {
    margin-left: 10px
}
.media-list {
    margin-left: 0;
    list-style: none
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}
.label:empty, .badge:empty {
    display: none
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-important, .badge-important {
    background-color: #b94a48
}
.label-important[href], .badge-important[href] {
    background-color: #953b39
}
.label-warning, .badge-warning {
    background-color: #f89406
}
.label-warning[href], .badge-warning[href] {
    background-color: #c67605
}
.label-success, .badge-success {
    background-color: #468847
}
.label-success[href], .badge-success[href] {
    background-color: #356635
}
.label-info, .badge-info {
    background-color: #3a87ad
}
.label-info[href], .badge-info[href] {
    background-color: #2d6987
}
.label-inverse, .badge-inverse {
    background-color: #333
}
.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a
}
.btn .label, .recompensas .picker button .label, .recompensas-recorente .picker button .label, .btn .badge, .recompensas .picker button .badge, .recompensas-recorente .picker button .badge {
    position: relative;
    top: -1px
}
.btn-mini .label, .btn-mini .badge {
    top: 0
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.accordion {
    margin-bottom: 20px
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.accordion-heading {
    border-bottom: 0
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}
.accordion-toggle {
    cursor: pointer
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}
.carousel-control.right {
    right: 15px;
    left: auto
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}
.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}
.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}
.carousel-indicators .active {
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}
.carousel-caption h4, .carousel-caption p {
    line-height: 20px;
    color: #fff
}
.carousel-caption h4 {
    margin: 0 0 5px
}
.carousel-caption p {
    margin-bottom: 0
}
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit
}
.hero-unit li {
    line-height: 30px
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
.affix {
    position: fixed
}
.fancybox-overlay {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5)
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock {
    overflow: hidden
}
.fancybox-overlay img {
    width: 100%;
    height: 100%
}
.fancybox-skin {
    overflow: hidden;
    position: relative
}
.fancybox-skin .fancybox-prev span, .fancybox-skin .fancybox-next span {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: transparent;
    font: normal 10px/50px Arial, Helvetica, sans-serif;
    color: #CCC;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 8040;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.fancybox-skin .fancybox-prev span {
    left: -50px
}
.fancybox-skin .fancybox-next span {
    right: -50px
}
.fancybox-skin:hover .fancybox-prev span {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    left: 0px
}
.fancybox-skin:hover .fancybox-next span {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    right: 0px
}
.fancybox-skin:hover .fancybox-prev span:hover, .fancybox-skin:hover .fancybox-next span:hover {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.75);
    line-height: 100px;
    color: #FFF
}
.fancybox-skin .fancybox-close {
    width: 50px;
    height: 50px;
    background: transparent;
    font: normal 10px/50px Arial, Helvetica, sans-serif;
    color: #CCC;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 8040;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.fancybox-skin:hover .fancybox-close {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    top: 0px
}
.fancybox-skin:hover .fancybox-close:hover {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.75);
    line-height: 100px;
    color: #FFF
}
.fancybox-skin .fancybox-title-float-wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    font: 300 18px/40px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 8050;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.fancybox-skin:hover .fancybox-title-float-wrap {
    bottom: 0px
}
a.fancybox {
    width: 100%;
    height: 100%;
    cursor: default;
    display: block;
    position: relative
}
a.fancybox span.view {
    margin: -50px 0px 0px -50px;
    width: 100px;
    height: 100px;
    background: rgba(204, 0, 102, 0.5);
    font: 300 18px/100px Oswald, Arial, Helvetica, sans-serif
}
.masonry, .masonry .masonry-brick {
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s
}
#masonry {
    margin: 0 auto 20px;
    width: 960px;
    clear: both
}
#masonry .single {
    margin: 0px 10px 20px 10px;
    width: 220px;
    background: #FFF;
    box-shadow: 0px 1px 1px #CCC !important;
    text-align: center
}
#masonry .single.big {
    width: 460px
}
#masonry .single h3 {
    margin: 20px 20px 0px 20px;
    width: auto
}
#masonry .single em {
    margin: 0px 20px 20px 20px;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #999;
    display: block
}
#masonry .single p {
    margin: 20px
}
#masonry img, #masonry object {
    width: 100%
}
@media (min-width: 1200px) {
    #masonry {
        width: 1200px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #masonry {
        width: 720px
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #masonry {
        width: 480px
    }
}
@media (max-width: 479px) {
    #masonry {
        width: 320px
    }
    #masonry .single, #masonry .single.big {
        width: 300px
    }
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}
.bx-wrapper img {
    max-width: 100%;
    display: block
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border: 1px solid white;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img//controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
.bx-viewport {
    padding-left: 5px;
    padding-right: 5px
}
* {
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important
}
body {
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
    overflow-x: hidden
}
body.boxed {
    background: #F9F9F9
}
body.boxed .section {
    margin: 40px auto 40px;
    padding: 0px 20px;
    background: #FFF;
    box-shadow: 0px 0px 5px #666 !important
}
h1, h2, h3, h4 {
    margin: 0px;
    width: 100%;
    font-weight: 300;
    color: #333;
    text-transform: uppercase
}
h1 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 60px
}
h2 {
    font-size: 36px;
    line-height: 40px
}
h3 {
    font-size: 18px;
    line-height: 20px
}
h4 {
    font-size: 16px;
    line-height: 20px
}
h5, h6 {
    margin: 0px;
    width: 100%;
    font: bold 12px/15px;
    color: #333
}
a {
    color: #e41847;
    text-decoration: none !important;
    transition: color linear 0.15s;
    -ms-transition: color linear 0.15s;
    -moz-transition: color linear 0.15s;
    -webkit-transition: color linear 0.15s;
    -o-transition: color linear 0.15s
}
a:hover {
    color: #333;
    text-decoration: none !important
}
small {
    font-size: 10px
}
hr {
    margin: 0px 0px 39px 0px;
    border-top: 1px solid #CCC;
    border-bottom: none
}
.margin {
    margin-bottom: 40px !important
}
.half-margin {
    margin-bottom: 20px !important
}
.no-margin {
    margin-bottom: 0px !important
}
blockquote {
    margin-bottom: 40px;
    border-left: 5px solid #E5E5E5;
    font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
    color: #3F82AF
}
blockquote small:before, blockquote small:after, blockquote.pull-right small:before, blockquote.pull-right small:after {
    content: ''
}
dl.dl-horizontal {
    margin-top: 0px;
    margin-bottom: 40px
}
dl.dl-horizontal dt, dl.dl-horizontal dd {
    text-align: left
}
dl.dl-horizontal dt {
    width: 100px
}
dl.dl-horizontal dd {
    margin-left: 0px;
    text-align: right
}
pre {
    margin-bottom: 40px;
    padding: 19px;
    font: normal 12px/20px;
    color: #666
}
pre ul, pre ol {
    margin: 0px;
    list-style: none
}
.alert {
    margin-bottom: 20px;
    padding: 20px 35px 20px 30px;
    border: none
}
.alert h4 {
    font-weight: 400
}
.alert-block {
    padding-top: 20px;
    padding-bottom: 20px
}
.alert .close {
    top: 0px;
    right: -20px
}
.label, .badge {
    padding: 0px 5px;
    background-color: #3F82AF;
    font: 300 12px/30px;
    display: inline-block
}
.lead {
    margin-bottom: 40px;
    font: 300 24px/30px;
    color: #3F82AF
}
.lead strong {
    font-weight: 400
}
.btn, .recompensas .picker button, .recompensas-recorente .picker button {
    padding: 10px 20px;
    background: #333;
    border: none;
    font: 300 18px/20px;
    color: #FFF;
    text-transform: uppercase;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.btn:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover {
    background: #999;
    color: #FFF;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.btn.btn-mini, .recompensas .picker button.btn-mini, .recompensas-recorente .picker button.btn-mini {
    padding: 2px 5px 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px
}
.btn.btn-small, .recompensas .picker button.btn-small, .recompensas-recorente .picker button.btn-small {
    padding: 5px 10px;
    font-size: 12px
}
.btn.btn-large, .recompensas .picker button.btn-large, .recompensas-recorente .picker button.btn-large {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 25px
}
.btn-primary, .recompensas .picker button, .recompensas-recorente .picker button {
    background: #3F82AF;
    border: none
}
.give {
    margin-left: 10px;
    line-height: 40px;
    color: #999
}
.tooltip {
    line-height: 14px;
    z-index: 99
}
.tooltip-hover {
    color: #3F82AF
}
.tooltip-hover:hover {
    color: #333
}
.popover-hover {
    color: #3F82AF;
    cursor: pointer
}
.popover-hover:hover {
    color: #333
}
.popover {
    padding: 10px;
    max-width: 200px;
    background: #333;
    z-index: 99
}
.popover.top {
    margin-top: -5px
}
.popover.right {
    margin-left: 5px
}
.popover.bottom {
    margin-top: 5px
}
.popover.left {
    margin-left: -5px
}
.popover .arrow {
    display: none
}
.popover-title {
    padding: 0px;
    width: auto;
    line-height: 20px;
    background-color: #333;
    border: none;
    color: #CCC
}
.popover-content {
    padding: 0px;
    color: #999
}
.modal {
    border: none;
    height: auto
}
.modal-header {
    padding: 9px 10px 10px 10px
}
.modal-body {
    padding: 10px;
    height: auto;
    overflow: inherit
}
i.opacity {
    margin-right: 5px;
    opacity: 0.25
}
i.align {
    margin: 5px 10px 6px 0px
}
.table {
    margin-bottom: 40px
}
.table th, .table td {
    padding: 9px 10px 10px 10px;
    border-top: 1px solid #E5E5E5
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    padding-top: 10px;
    border-top: 0px
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: #F0F0F0
}
.table td em {
    margin-bottom: 0px
}
.wide-bg {
    margin: auto;
    margin-bottom: 40px;
    padding: 39px 0px;
    background: #FFF;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
}
body.boxed .wide-bg {
    box-shadow: 0px 0px 5px #666 !important
}
.hero-unit {
    margin-bottom: 40px
}
.hero-unit p.lead {
    font-size: 24px;
    line-height: 30px
}
.hero-unit p {
    font-size: 14px;
    line-height: 20px
}
.well {
    margin-bottom: 40px;
    background-color: #F0F0F0;
    border-color: #E5E5E5
}
.submit-comment label, .submit-comment input, .submit-comment textarea {
    font-size: 12px;
    color: #999
}
navbar-inner .single-post {
    margin-bottom: 40px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 1px 1px #CCC !important
}
.single-post p {
    margin-bottom: 20px
}
.single-post a.thumb {
    margin-bottom: 40px
}
.single-post p:first-letter {
    margin: 0px 10px 10px 0px;
    padding: 5px;
    width: 20px;
    height: 20px;
    background: #3F82AF;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: inline-block;
    float: left
}
a.thumb {
    overflow: hidden
}
a.thumb img {
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
a.thumb:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2)
}
.data-time {
    margin-bottom: 10px;
    color: #999;
    display: inline-block
}
.accordion {
    margin-bottom: 35px
}
.accordion-group {
    margin-bottom: 5px;
    border-color: #CCC
}
.accordion .accordion-heading .accordion-toggle:hover {
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.accordion-heading .accordion-toggle {
    padding: 9px 10px;
    font: 300 16px/20px;
    text-transform: uppercase
}
.accordion-inner {
    padding: 4px 10px 5px;
    border-color: #F0F0F0
}
.tabbable {
    margin-bottom: 40px
}
.tabbable .nav-tabs {
    margin-bottom: 20px
}
.nav-list {
    margin-bottom: 40px
}
.nav-list li a {
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #E5E5E5
}
.nav-list li:hover a {
    background: #EEE
}
.nav-list li.active a, .nav-list li.active:hover a {
    background: #333
}
.nav-tabs {
    margin-bottom: 40px;
    border-bottom-color: #E5E5E5
}
.nav-tabs li a {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 20px
}
.nav-tabs li a:hover {
    border-color: #E5E5E5 #E5E5E5 #E5E5E5;
    color: #3F82AF
}
.nav-tabs li a:focus {
    color: #3F82AF;
    background-color: #F9F9F9
}
body.boxed .nav-tabs li a:focus {
    background-color: #FFF
}
.nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:focus {
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-bottom-color: #F9F9F9
}
body.boxed .nav-tabs .active a, body.boxed .nav-tabs .active a:hover, body.boxed .nav-tabs .active a:focus {
    background-color: #FFF;
    border-bottom-color: #FFF
}
.nav-tabs .dropdown-menu {
    margin: -1px 0px 0px 0px;
    padding: 9px;
    border-color: #CCC;
    z-index: 99
}
.nav-tabs .dropdown-menu li a, .nav-tabs .dropdown.active.open .dropdown-menu li a {
    padding: 0px 5px;
    background: #FFF;
    border: none;
    line-height: 30px
}
.nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown.active.open .dropdown-menu li a:hover {
    background: #F9F9F9;
    color: #3F82AF
}
body.boxed .nav-tabs .dropdown-menu li a:hover, body.boxed .nav-tabs .dropdown.active.open .dropdown-menu li a:hover {
    background: #FFF
}
.dropdown-menu>li>a:hover {
    background: #F9F9F9;
    color: #333
}
.nav-tabs .dropdown a.dropdown-toggle {
    color: #3F82AF
}
.nav-tabs .dropdown a.dropdown-toggle {
    border-color: #F9F9F9;
    border-bottom-color: #E5E5E5
}
body.boxed .nav-tabs .dropdown a.dropdown-toggle {
    border-color: #FFF;
    border-bottom-color: #E5E5E5
}
.nav-tabs .dropdown a.dropdown-toggle:hover {
    background-color: #EEE;
    border-color: #E5E5E5;
    border-bottom-color: #E5E5E5
}
.nav-tabs .dropdown.open a.dropdown-toggle {
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.nav-tabs .open .dropdown-toggle {
    background-color: #EEE;
    border-bottom-color: #E5E5E5
}
.nav .dropdown .dropdown-toggle .caret, .nav .dropdown .dropdown-toggle:focus .caret {
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.nav .dropdown .dropdown-toggle:hover .caret, .nav .dropdown.open .dropdown-toggle .caret {
    border-top-color: #333;
    border-bottom-color: #333;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.top-header {
    margin: 20px 0px;
    height: 30px
}
.top-header em {
    margin: 0px 20px 0px 0px;
    line-height: 30px
}
.social {
    width: 150px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    float: right
}
.social.social-profile {
    margin-bottom: 10px;
    margin-right: -90px;
    right: 50%
}
.social .ico-facebook, .social .ico-twitter, .social .ico-google-plus, .social .ico-flickr, .social .ico-rss {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px
}
.social .ico-facebook {
    right: 120px
}
.social .ico-twitter {
    right: 90px
}
.social .ico-google-plus {
    right: 60px
}
.social .ico-flickr {
    right: 30px
}
.social .ico-rss {
    right: 0px
}
.social .ico-facebook img, .social .ico-twitter img, .social .ico-google-plus img, .social .ico-flickr img, .social .ico-rss img {
    width: 30px;
    height: 30px;
    background: #CCC;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px
}
.social .ico-facebook:hover, .social .ico-twitter:hover, .social .ico-google-plus:hover, .social .ico-flickr:hover, .social .ico-rss:hover {
    width: 40px
}
.social .ico-facebook img:hover, .social .ico-twitter img:hover, .social .ico-google-plus img:hover, .social .ico-flickr img:hover, .social .ico-rss img:hover {
    width: 40px;
    height: 40px;
    background: #333;
    top: -5px;
    right: -5px;
    z-index: 10;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.logo {
    margin-bottom: 20px
}
.logo a {
    font: 300 24px/110px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all all 0.15s;
    -webkit-transition: baallckground linear 0.15s;
    -o-transition: all linear 0.15s
}
.logo a:hover {
    opacity: 0.5
}
.logo a span {
    padding: 0px 20px;
    min-width: 110px;
    background: rgba(36, 191, 208, 0.2);
    border: 1px #3F82AF dashed;
    display: inline-block
}
.logo a img {
    height: 100px
}
form.header-search {
    padding: 4px;
    width: 140px;
    height: 30px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    float: right;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
form.header-search:hover {
    box-shadow: 0px 1px 1px #CCC !important
}
form.header-search.big {
    width: 290px;
    box-shadow: 0px 1px 1px #CCC !important
}
form.header-search fieldset {
    border: none
}
form.header-search legend, form.header-search label {
    display: none
}
form.header-search input[type=text] {
    margin: 0px;
    padding: 0px 10px;
    width: 90px;
    height: 30px;
    background: #F9F9F9;
    border: none;
    border-right: none;
    font: italic 14px/30px;
    color: #999;
    float: left;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
form.header-search.big input[type=text] {
    width: 240px;
    background: #FFF
}
form.header-search button {
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    border: none;
    border-left: none;
    font: normal 12px/30px;
    color: #999;
    text-align: center;
    cursor: pointer;
    float: right;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
form.header-search button i {
    opacity: 0.25
}
form.header-search.big button {
    background: #FFF
}
form.header-search button:hover {
    background: #F0F0F0
}
form.map-form {
    margin-bottom: 40px
}
form.map-form label, form.map-form input[type=text], form.map-form textarea {
    font-size: 12px
}
.breadcrumb {
    margin: 0px;
    padding: 0px;
    background: none
}
.breadcrumb a {
    line-height: 20px;
    display: inline-block;
    float: left
}
pagination {
    margin: 0px 0px 40px 0px
}
.progress {
    background: #E5E5E5
}
.progress .bar {
    background: #e41847
}
.progress .bar.black {
    background: #333
}
.navbar {
    margin-bottom: 40px;
    width: 100%;
    background: #F9F9F9;
    left: 0px;
    z-index: 999
}
body.boxed .navbar {
    margin-bottom: 40px;
    background: #FFF
}
.navbar .navbar-inner {
    margin: auto;
    padding: 0px;
    min-height: 50px;
    background: none;
    border: none
}
.navbar.nav-follow-fixed {
    padding: 10px 0px;
    box-shadow: 0px 1px 1px #CCC !important;
    position: fixed;
    top: 0px
}
.navbar .navbar-inner .brand {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font: 400 18px/35px;
    color: #666;
    text-transform: uppercase;
    cursor: pointer;
    display: none
}
.navbar .navbar-inner .brand:hover {
    color: #333
}
.navbar .navbar-inner .nav li {
    margin: 0px;
    padding: 10px 50px 10px 14px;
    font: 400 18px/35px;
    color: #666;
    cursor: default;
    position: relative;
    float: left
}
.navbar .navbar-inner .nav li a {
    padding: 0px;
    color: #666;
    display: inline
}
.navbar .navbar-inner .nav li a:hover, .navbar .navbar-inner .nav li.active, .navbar .navbar-inner .nav li.active a {
    background: none;
    color: #3F82AF
}
.navbar .navbar-inner .nav li span {
    font: 300 12px/15px;
    text-transform: uppercase;
    color: #999;
    display: block
}
.navbar .navbar-inner .nav li b.caret {
    margin: 15px 0px 0px 5px;
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.navbar .navbar-inner .nav li:hover b.caret {
    border-top-color: #333;
    border-bottom-color: #333;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.navbar .navbar-inner .nav li ul {
    margin: 0px;
    padding: 15px 20px;
    background: #333;
    border-top: 10px solid #F9F9F9;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -9999px;
    z-index: 999;
    transition: opacity linear 0.15s, top linear 0.15s;
    -ms-transition: opacity linear 0.15s, top linear 0.15s;
    -moz-transition: opacity linear 0.15s, top linear 0.15s;
    -webkit-transition: opacity linear 0.15s, top linear 0.15s;
    -o-transition: opacity linear 0.15s, top linear 0.15s
}
body.boxed .navbar .navbar-inner .nav li ul {
    border-top-color: #FFF
}
.navbar .navbar-inner .nav li:hover ul {
    opacity: 1;
    top: 70px;
    left: 0px
}
.navbar .navbar-inner .nav li ul li {
    width: 180px;
    padding: 0px;
    border-top: 1px solid #444;
    border-left: none;
    border-bottom: none;
    font: 300 14px/35px;
    color: #FFF;
    text-transform: none;
    float: none
}
.navbar .navbar-inner .nav li ul li:hover {
    color: #FFF
}
.navbar .navbar-inner .nav li ul li.divider {
    height: 19px
}
.navbar .navbar-inner .nav li ul li.nav-header {
    border-top: none;
    font-weight: 400;
    color: #CCC;
    text-transform: uppercase
}
.navbar .navbar-inner .nav li ul li a {
    font: normal 12px/34px;
    color: #999;
    display: block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.navbar .navbar-inner .nav li.active ul li a {
    color: #999
}
.navbar .navbar-inner .nav li ul li a:hover {
    color: #FFF;
    transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px)
}
.navbar .navbar-inner .nav li ul li.current a {
    color: #FFF
}
.navbar .navbar-inner .nav li ul li:first-child {
    border-top: none;
    line-height: 35px
}
.navbar .btn-navbar {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 28px;
    height: 28px;
    background: #F9F9F9;
    border: 1px solid #CCC
}
.navbar .btn-navbar:hover {
    background: #FFF
}
.navbar .btn-navbar i {
    margin: 7px;
    opacity: 0.25
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px
}
.thumbnails {
    margin-bottom: 20px !important
}
.thumbnails li {
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s
}
.thumbnail {
    padding: 0px;
    background: #FFF;
    border: none;
    box-shadow: 0 1px 1px #CCC !important;
    text-align: center
}
.thumbnail a.thumb {
    overflow: hidden;
    display: block
}
.thumbnails li div.partners {
    padding: 19px;
    border: 1px dotted #CCC
}
.thumbnail .caption {
    padding: 20px 20px 0px 20px;
    color: inherit
}
.thumbnail .caption em {
    margin-bottom: 10px;
    font-style: normal;
    color: #999;
    display: block
}
.thumbnail .caption p {
    margin-bottom: 30px
}
.thumbnail .caption a.btn {
    margin-top: 20px
}
.blog-list {
    margin-bottom: 40px !important;
    padding-bottom: 39px;
    border-bottom: 1px dashed #CCC
}
.thumbnails .blog-list:last-child {
    margin-bottom: 20px !important
}
.blog-list h3 {
    margin-bottom: 10px
}
.blog-list dl {
    margin-bottom: 10px
}
.blog-list dl dt {
    width: 80px;
    text-align: left
}
.blog-list dl dd {
    margin-left: 100px;
    text-align: left
}
.post-meta span.label {
    margin-bottom: 5px
}
.post-meta span.label a {
    color: #FFF
}
.post-meta span.label a:hover {
    color: #333
}
.media-list {
    margin-bottom: 40px
}
.media-list .media {
    margin-top: 10px
}
.media-list .media:first-child {
    margin-top: 0px
}
.media-list .media.simple {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px dotted #CCC
}
.media-list .media.simple:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
    width: 100px;
    height: 100px;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
    width: 50px;
    height: 50px
}
.media-list a.thumb:hover {
    opacity: 0.5
}
.media-list .media .media-body {
    padding: 19px;
    background: #FFF;
    border: 1px dotted #CCC
}
.media-list .media .media-body:first-child {
    padding: 20px;
    border: none
}
.media-list .media.simple .media-body {
    padding: 0px;
    background: none;
    border: none
}
.media-list .media .media {
    margin-left: 85px
}
.media-list .media .media:first-child {
    margin-top: 10px
}
.media-list .media .media .media-body {
    background: #F9F9F9
}
.media-list .media .media-body h4 {
    margin: 0px 10px 0px 0px;
    width: auto;
    min-height: 20px;
    color: #3F82AF;
    float: left
}
.media-list .media .media-body p {
    margin-bottom: 0px
}
.media-list .media .media-body a.reply {
    margin-top: 10px;
    opacity: 0.15
}
.media-list .media-body a.reply-forum {
    opacity: 0.25
}
.media-list .media-body:hover a.reply-forum {
    opacity: 1
}
.media-list .media .media-body:hover a.reply {
    opacity: 1
}
.media-list .media .media-body a.reply i {
    margin: 2px 5px 3px 0px
}
.sidebar select {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666
}
.tags-cont {
    margin-bottom: 35px
}
.tags-cont span {
    margin-bottom: 5px
}
.tags-cont span a {
    color: #FFF
}
.tags-cont span a:hover {
    color: #333
}
.settings {
    margin-top: -15px;
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 9999
}
.settings .btn-settings {
    width: 50px;
    height: 50px;
    background: #333;
    opacity: 0.25;
    display: block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.settings .btn-settings:hover {
    margin-top: -25px;
    padding: 25px;
    opacity: 1
}
.settings .btn-settings i {
    margin: 18px
}
.settings-cont h4 {
    font-weight: 400
}
.settings-cont ul {
    margin: 0px
}
.settings-cont .inline li {
    margin: 0px;
    padding: 0px
}
.settings-cont li a span {
    display: none
}
.settings-cont li a {
    width: 30px;
    height: 30px;
    opacity: 1;
    display: block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
.settings-cont li a:hover {
    opacity: 0.5
}
.settings-cont li.bordered a {
    padding: 0px 9px;
    width: auto;
    height: 28px;
    border: 1px solid #E5E5E5;
    line-height: 28px;
    display: inline-block
}
.settings-cont li.active a, .settings-cont li.bordered.active a {
    border: 5px solid #000
}
.settings-cont li.dark-grey a {
    background: #333
}
.settings-cont li.purple a {
    background: #549
}
.settings-cont li.violet a {
    background: #3F82AF
}
.settings-cont li.dark-red a {
    background: #C30
}
.settings-cont li.orange a {
    background: #F90
}
.settings-cont li.deep-yellow a {
    background: #FC0
}
.settings-cont li.gold a {
    background: #C90
}
.settings-cont li.olive a {
    background: #880
}
.settings-cont li.acid-green a {
    background: #9C0
}
.settings-cont li.aqua-green a {
    background: #0B8
}
.settings-cont li.water a {
    background: #09C
}
.settings-cont li.sky a {
    background: #7BF
}
.settings-cont hr {
    margin: 19px 0px
}
#toTop {
    padding: 0px;
    width: 50px;
    height: 50px;
    background: #333;
    font: 300 12px/50px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    opacity: 0.25;
    position: fixed;
    bottom: 0px;
    right: 50px;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s
}
#toTop:hover {
    margin-right: -25px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 1
}
@media (min-width: 1200px) {
    body.boxed .section {
        width: 1170px
    }
    .navbar .navbar-inner {
        width: 1170px
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    body.boxed .section {
        width: 940px
    }
    .navbar .navbar-inner {
        width: 940px
    }
    .thumbnails {
        margin: 0px 0px 0px -20px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    body.boxed {
        background: none
    }
    body.boxed .section {
        margin-top: 0px;
        width: 728px;
        box-shadow: none !important
    }
    body.boxed .container {
        background: #FFF
    }
    .top-header em {
        display: none
    }
    form.header-search {
        width: 290px
    }
    form.header-search input[type=text] {
        width: 240px
    }
    form.map-form input[type=text] {
        width: 152px
    }
    form.map-form textarea {
        width: 152px
    }
    .navbar {
        background: #FFF
    }
    .navbar .navbar-inner {
        padding: 4px 19px;
        width: 684px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none
    }
    .navbar .navbar-inner .brand {
        display: inherit
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none
    }
    .thumbnails {
        margin: 0px 0px 0px -20px
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer
    }
    .slides {
        margin: auto
    }
    .slides .slidesjs-previous, .slides .slidesjs-next, .slides .slidesjs-play {
        display: none !important
    }
    .slides .slidesjs-pagination {
        opacity: 1 !important
    }
    a.fancybox span {
        display: none !important
    }
    body.boxed .wide-bg {
        box-shadow: none !important
    }
    #toTop {
        display: none !important
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    body {
        padding-right: 0px;
        padding-left: 0px
    }
    body.boxed {
        background: none
    }
    body.boxed .section {
        margin-top: 0px;
        padding: 0px;
        width: 480px;
        box-shadow: none !important
    }
    body.boxed .container {
        background: #FFF
    }
    .container {
        padding: 0px 10px;
        width: 460px
    }
    .top-header em {
        display: none
    }
    .top-header .social {
        margin-right: 155px
    }
    .logo {
        margin: 0px auto 20px;
        text-align: center
    }
    form.header-search {
        width: 450px
    }
    form.header-search input[type=text] {
        width: 400px
    }
    .navbar {
        background: #FFF
    }
    .navbar .navbar-inner {
        padding: 0px 20px;
        width: 420px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none
    }
    .navbar .navbar-inner .brand {
        display: inherit
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer
    }
    .blog-list dl dd {
        margin-left: 0px
    }
    .post-meta {
        text-align: left
    }
    .forum-thumb-sidebar, .forum-thumb-sidebar img {
        width: 100px;
        height: 100px;
        float: left
    }
    .slides {
        margin: auto;
        width: 460px
    }
    body.boxed .wide-bg {
        box-shadow: none !important
    }
    .wide-bg .desc {
        text-align: center
    }
    .wide-bg img {
        margin: 20px auto;
        text-align: center;
        display: block
    }
    .slides .slidesjs-container .detail, .slides .slidesjs-play, .slides .slidesjs-pagination {
        display: none !important
    }
    a.fancybox span {
        display: none !important
    }
    #toTop {
        display: none !important
    }
}
@media (max-width: 479px) {
    body {
        padding-right: 0px;
        padding-left: 0px
    }
    body.boxed {
        background: none
    }
    body.boxed .section {
        margin-top: 0px;
        padding: 0px;
        width: 320px;
        box-shadow: none !important
    }
    body.boxed .container {
        background: #FFF
    }
    .container {
        padding: 0px 10px;
        width: 300px
    }
    .top-header em {
        display: none
    }
    .top-header .social {
        margin-right: 75px
    }
    .logo {
        margin: 0px auto 20px;
        text-align: center
    }
    form.header-search {
        width: 290px
    }
    form.header-search input[type=text] {
        width: 240px
    }
    .table th.last, .table td.last {
        display: none
    }
    .navbar {
        background: #FFF
    }
    .navbar .navbar-inner {
        padding: 0px 20px;
        width: 260px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none
    }
    .navbar .navbar-inner .brand {
        display: inherit
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer
    }
    .blog-list dl dd {
        margin-left: 0px
    }
    .post-meta {
        text-align: left
    }
    .forum-thumb-sidebar, .forum-thumb-sidebar img {
        width: 100px;
        height: 100px;
        float: left
    }
    .slides {
        margin: auto;
        width: 300px
    }
    .slides .slidesjs-container .detail, .slides .slidesjs-play, .slides .slidesjs-pagination {
        display: none !important
    }
    a.fancybox span {
        display: none !important
    }
    body.boxed .wide-bg {
        box-shadow: none !important
    }
    .wide-bg .desc {
        text-align: center
    }
    .wide-bg img {
        margin: 20px auto;
        text-align: center;
        display: block
    }
    .media-list .media .media {
        margin-top: 20px;
        margin-left: 0px
    }
    .media-list .media .media .media-body {
        padding: 20px;
        background: #F9F9F9;
        border-top: 1px dotted #CCC
    }
    .media-list .media .media-body a.reply {
        margin-bottom: 0px
    }
    .media-list .media.simple a.thumb {
        float: left
    }
    #toTop {
        display: none !important
    }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.8571428571em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: ""
}
.fa-music:before {
    content: ""
}
.fa-search:before {
    content: ""
}
.fa-envelope-o:before {
    content: ""
}
.fa-heart:before {
    content: ""
}
.fa-star:before {
    content: ""
}
.fa-star-o:before {
    content: ""
}
.fa-user:before {
    content: ""
}
.fa-film:before {
    content: ""
}
.fa-th-large:before {
    content: ""
}
.fa-th:before {
    content: ""
}
.fa-th-list:before {
    content: ""
}
.fa-check:before {
    content: ""
}
.fa-times:before {
    content: ""
}
.fa-search-plus:before {
    content: ""
}
.fa-search-minus:before {
    content: ""
}
.fa-power-off:before {
    content: ""
}
.fa-signal:before {
    content: ""
}
.fa-gear:before, .fa-cog:before {
    content: ""
}
.fa-trash-o:before {
    content: ""
}
.fa-home:before {
    content: ""
}
.fa-file-o:before {
    content: ""
}
.fa-clock-o:before {
    content: ""
}
.fa-road:before {
    content: ""
}
.fa-download:before {
    content: ""
}
.fa-arrow-circle-o-down:before {
    content: ""
}
.fa-arrow-circle-o-up:before {
    content: ""
}
.fa-inbox:before {
    content: ""
}
.fa-play-circle-o:before {
    content: ""
}
.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}
.fa-refresh:before {
    content: ""
}
.fa-list-alt:before {
    content: ""
}
.fa-lock:before {
    content: ""
}
.fa-flag:before {
    content: ""
}
.fa-headphones:before {
    content: ""
}
.fa-volume-off:before {
    content: ""
}
.fa-volume-down:before {
    content: ""
}
.fa-volume-up:before {
    content: ""
}
.fa-qrcode:before {
    content: ""
}
.fa-barcode:before {
    content: ""
}
.fa-tag:before {
    content: ""
}
.fa-tags:before {
    content: ""
}
.fa-book:before {
    content: ""
}
.fa-bookmark:before {
    content: ""
}
.fa-print:before {
    content: ""
}
.fa-camera:before {
    content: ""
}
.fa-font:before {
    content: ""
}
.fa-bold:before {
    content: ""
}
.fa-italic:before {
    content: ""
}
.fa-text-height:before {
    content: ""
}
.fa-text-width:before {
    content: ""
}
.fa-align-left:before {
    content: ""
}
.fa-align-center:before {
    content: ""
}
.fa-align-right:before {
    content: ""
}
.fa-align-justify:before {
    content: ""
}
.fa-list:before {
    content: ""
}
.fa-dedent:before, .fa-outdent:before {
    content: ""
}
.fa-indent:before {
    content: ""
}
.fa-video-camera:before {
    content: ""
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}
.fa-pencil:before {
    content: ""
}
.fa-map-marker:before {
    content: ""
}
.fa-adjust:before {
    content: ""
}
.fa-tint:before {
    content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}
.fa-share-square-o:before {
    content: ""
}
.fa-check-square-o:before {
    content: ""
}
.fa-arrows:before {
    content: ""
}
.fa-step-backward:before {
    content: ""
}
.fa-fast-backward:before {
    content: ""
}
.fa-backward:before {
    content: ""
}
.fa-play:before {
    content: ""
}
.fa-pause:before {
    content: ""
}
.fa-stop:before {
    content: ""
}
.fa-forward:before {
    content: ""
}
.fa-fast-forward:before {
    content: ""
}
.fa-step-forward:before {
    content: ""
}
.fa-eject:before {
    content: ""
}
.fa-chevron-left:before {
    content: ""
}
.fa-chevron-right:before {
    content: ""
}
.fa-plus-circle:before {
    content: ""
}
.fa-minus-circle:before {
    content: ""
}
.fa-times-circle:before {
    content: ""
}
.fa-check-circle:before {
    content: ""
}
.fa-question-circle:before {
    content: ""
}
.fa-info-circle:before {
    content: ""
}
.fa-crosshairs:before {
    content: ""
}
.fa-times-circle-o:before {
    content: ""
}
.fa-check-circle-o:before {
    content: ""
}
.fa-ban:before {
    content: ""
}
.fa-arrow-left:before {
    content: ""
}
.fa-arrow-right:before {
    content: ""
}
.fa-arrow-up:before {
    content: ""
}
.fa-arrow-down:before {
    content: ""
}
.fa-mail-forward:before, .fa-share:before {
    content: ""
}
.fa-expand:before {
    content: ""
}
.fa-compress:before {
    content: ""
}
.fa-plus:before {
    content: ""
}
.fa-minus:before {
    content: ""
}
.fa-asterisk:before {
    content: ""
}
.fa-exclamation-circle:before {
    content: ""
}
.fa-gift:before {
    content: ""
}
.fa-leaf:before {
    content: ""
}
.fa-fire:before {
    content: ""
}
.fa-eye:before {
    content: ""
}
.fa-eye-slash:before {
    content: ""
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}
.fa-plane:before {
    content: ""
}
.fa-calendar:before {
    content: ""
}
.fa-random:before {
    content: ""
}
.fa-comment:before {
    content: ""
}
.fa-magnet:before {
    content: ""
}
.fa-chevron-up:before {
    content: ""
}
.fa-chevron-down:before {
    content: ""
}
.fa-retweet:before {
    content: ""
}
.fa-shopping-cart:before {
    content: ""
}
.fa-folder:before {
    content: ""
}
.fa-folder-open:before {
    content: ""
}
.fa-arrows-v:before {
    content: ""
}
.fa-arrows-h:before {
    content: ""
}
.fa-bar-chart-o:before {
    content: ""
}
.fa-twitter-square:before {
    content: ""
}
.fa-facebook-square:before {
    content: ""
}
.fa-camera-retro:before {
    content: ""
}
.fa-key:before {
    content: ""
}
.fa-gears:before, .fa-cogs:before {
    content: ""
}
.fa-comments:before {
    content: ""
}
.fa-thumbs-o-up:before {
    content: ""
}
.fa-thumbs-o-down:before {
    content: ""
}
.fa-star-half:before {
    content: ""
}
.fa-heart-o:before {
    content: ""
}
.fa-sign-out:before {
    content: ""
}
.fa-linkedin-square:before {
    content: ""
}
.fa-thumb-tack:before {
    content: ""
}
.fa-external-link:before {
    content: ""
}
.fa-sign-in:before {
    content: ""
}
.fa-trophy:before {
    content: ""
}
.fa-github-square:before {
    content: ""
}
.fa-upload:before {
    content: ""
}
.fa-lemon-o:before {
    content: ""
}
.fa-phone:before {
    content: ""
}
.fa-square-o:before {
    content: ""
}
.fa-bookmark-o:before {
    content: ""
}
.fa-phone-square:before {
    content: ""
}
.fa-twitter:before {
    content: ""
}
.fa-facebook:before {
    content: ""
}
.fa-github:before {
    content: ""
}
.fa-unlock:before {
    content: ""
}
.fa-credit-card:before {
    content: ""
}
.fa-rss:before {
    content: ""
}
.fa-hdd-o:before {
    content: ""
}
.fa-bullhorn:before {
    content: ""
}
.fa-bell:before {
    content: ""
}
.fa-certificate:before {
    content: ""
}
.fa-hand-o-right:before {
    content: ""
}
.fa-hand-o-left:before {
    content: ""
}
.fa-hand-o-up:before {
    content: ""
}
.fa-hand-o-down:before {
    content: ""
}
.fa-arrow-circle-left:before {
    content: ""
}
.fa-arrow-circle-right:before {
    content: ""
}
.fa-arrow-circle-up:before {
    content: ""
}
.fa-arrow-circle-down:before {
    content: ""
}
.fa-globe:before {
    content: ""
}
.fa-wrench:before {
    content: ""
}
.fa-tasks:before {
    content: ""
}
.fa-filter:before {
    content: ""
}
.fa-briefcase:before {
    content: ""
}
.fa-arrows-alt:before {
    content: ""
}
.fa-group:before, .fa-users:before {
    content: ""
}
.fa-chain:before, .fa-link:before {
    content: ""
}
.fa-cloud:before {
    content: ""
}
.fa-flask:before {
    content: ""
}
.fa-cut:before, .fa-scissors:before {
    content: ""
}
.fa-copy:before, .fa-files-o:before {
    content: ""
}
.fa-paperclip:before {
    content: ""
}
.fa-save:before, .fa-floppy-o:before {
    content: ""
}
.fa-square:before {
    content: ""
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}
.fa-list-ul:before {
    content: ""
}
.fa-list-ol:before {
    content: ""
}
.fa-strikethrough:before {
    content: ""
}
.fa-underline:before {
    content: ""
}
.fa-table:before {
    content: ""
}
.fa-magic:before {
    content: ""
}
.fa-truck:before {
    content: ""
}
.fa-pinterest:before {
    content: ""
}
.fa-pinterest-square:before {
    content: ""
}
.fa-google-plus-square:before {
    content: ""
}
.fa-google-plus:before {
    content: ""
}
.fa-money:before {
    content: ""
}
.fa-caret-down:before {
    content: ""
}
.fa-caret-up:before {
    content: ""
}
.fa-caret-left:before {
    content: ""
}
.fa-caret-right:before {
    content: ""
}
.fa-columns:before {
    content: ""
}
.fa-unsorted:before, .fa-sort:before {
    content: ""
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}
.fa-envelope:before {
    content: ""
}
.fa-linkedin:before {
    content: ""
}
.fa-rotate-left:before, .fa-undo:before {
    content: ""
}
.fa-legal:before, .fa-gavel:before {
    content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}
.fa-comment-o:before {
    content: ""
}
.fa-comments-o:before {
    content: ""
}
.fa-flash:before, .fa-bolt:before {
    content: ""
}
.fa-sitemap:before {
    content: ""
}
.fa-umbrella:before {
    content: ""
}
.fa-paste:before, .fa-clipboard:before {
    content: ""
}
.fa-lightbulb-o:before {
    content: ""
}
.fa-exchange:before {
    content: ""
}
.fa-cloud-download:before {
    content: ""
}
.fa-cloud-upload:before {
    content: ""
}
.fa-user-md:before {
    content: ""
}
.fa-stethoscope:before {
    content: ""
}
.fa-suitcase:before {
    content: ""
}
.fa-bell-o:before {
    content: ""
}
.fa-coffee:before {
    content: ""
}
.fa-cutlery:before {
    content: ""
}
.fa-file-text-o:before {
    content: ""
}
.fa-building-o:before {
    content: ""
}
.fa-hospital-o:before {
    content: ""
}
.fa-ambulance:before {
    content: ""
}
.fa-medkit:before {
    content: ""
}
.fa-fighter-jet:before {
    content: ""
}
.fa-beer:before {
    content: ""
}
.fa-h-square:before {
    content: ""
}
.fa-plus-square:before {
    content: ""
}
.fa-angle-double-left:before {
    content: ""
}
.fa-angle-double-right:before {
    content: ""
}
.fa-angle-double-up:before {
    content: ""
}
.fa-angle-double-down:before {
    content: ""
}
.fa-angle-left:before {
    content: ""
}
.fa-angle-right:before {
    content: ""
}
.fa-angle-up:before {
    content: ""
}
.fa-angle-down:before {
    content: ""
}
.fa-desktop:before {
    content: ""
}
.fa-laptop:before {
    content: ""
}
.fa-tablet:before {
    content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}
.fa-circle-o:before {
    content: ""
}
.fa-quote-left:before {
    content: ""
}
.fa-quote-right:before {
    content: ""
}
.fa-spinner:before {
    content: ""
}
.fa-circle:before {
    content: ""
}
.fa-mail-reply:before, .fa-reply:before {
    content: ""
}
.fa-github-alt:before {
    content: ""
}
.fa-folder-o:before {
    content: ""
}
.fa-folder-open-o:before {
    content: ""
}
.fa-smile-o:before {
    content: ""
}
.fa-frown-o:before {
    content: ""
}
.fa-meh-o:before {
    content: ""
}
.fa-gamepad:before {
    content: ""
}
.fa-keyboard-o:before {
    content: ""
}
.fa-flag-o:before {
    content: ""
}
.fa-flag-checkered:before {
    content: ""
}
.fa-terminal:before {
    content: ""
}
.fa-code:before {
    content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}
.fa-location-arrow:before {
    content: ""
}
.fa-crop:before {
    content: ""
}
.fa-code-fork:before {
    content: ""
}
.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}
.fa-question:before {
    content: ""
}
.fa-info:before {
    content: ""
}
.fa-exclamation:before {
    content: ""
}
.fa-superscript:before {
    content: ""
}
.fa-subscript:before {
    content: ""
}
.fa-eraser:before {
    content: ""
}
.fa-puzzle-piece:before {
    content: ""
}
.fa-microphone:before {
    content: ""
}
.fa-microphone-slash:before {
    content: ""
}
.fa-shield:before {
    content: ""
}
.fa-calendar-o:before {
    content: ""
}
.fa-fire-extinguisher:before {
    content: ""
}
.fa-rocket:before {
    content: ""
}
.fa-maxcdn:before {
    content: ""
}
.fa-chevron-circle-left:before {
    content: ""
}
.fa-chevron-circle-right:before {
    content: ""
}
.fa-chevron-circle-up:before {
    content: ""
}
.fa-chevron-circle-down:before {
    content: ""
}
.fa-html5:before {
    content: ""
}
.fa-css3:before {
    content: ""
}
.fa-anchor:before {
    content: ""
}
.fa-unlock-alt:before {
    content: ""
}
.fa-bullseye:before {
    content: ""
}
.fa-ellipsis-h:before {
    content: ""
}
.fa-ellipsis-v:before {
    content: ""
}
.fa-rss-square:before {
    content: ""
}
.fa-play-circle:before {
    content: ""
}
.fa-ticket:before {
    content: ""
}
.fa-minus-square:before {
    content: ""
}
.fa-minus-square-o:before {
    content: ""
}
.fa-level-up:before {
    content: ""
}
.fa-level-down:before {
    content: ""
}
.fa-check-square:before {
    content: ""
}
.fa-pencil-square:before {
    content: ""
}
.fa-external-link-square:before {
    content: ""
}
.fa-share-square:before {
    content: ""
}
.fa-compass:before {
    content: ""
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}
.fa-euro:before, .fa-eur:before {
    content: ""
}
.fa-gbp:before {
    content: ""
}
.fa-dollar:before, .fa-usd:before {
    content: ""
}
.fa-rupee:before, .fa-inr:before {
    content: ""
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}
.fa-won:before, .fa-krw:before {
    content: ""
}
.fa-bitcoin:before, .fa-btc:before {
    content: ""
}
.fa-file:before {
    content: ""
}
.fa-file-text:before {
    content: ""
}
.fa-sort-alpha-asc:before {
    content: ""
}
.fa-sort-alpha-desc:before {
    content: ""
}
.fa-sort-amount-asc:before {
    content: ""
}
.fa-sort-amount-desc:before {
    content: ""
}
.fa-sort-numeric-asc:before {
    content: ""
}
.fa-sort-numeric-desc:before {
    content: ""
}
.fa-thumbs-up:before {
    content: ""
}
.fa-thumbs-down:before {
    content: ""
}
.fa-youtube-square:before {
    content: ""
}
.fa-youtube:before {
    content: ""
}
.fa-xing:before {
    content: ""
}
.fa-xing-square:before {
    content: ""
}
.fa-youtube-play:before {
    content: ""
}
.fa-dropbox:before {
    content: ""
}
.fa-stack-overflow:before {
    content: ""
}
.fa-instagram:before {
    content: ""
}
.fa-flickr:before {
    content: ""
}
.fa-adn:before {
    content: ""
}
.fa-bitbucket:before {
    content: ""
}
.fa-bitbucket-square:before {
    content: ""
}
.fa-tumblr:before {
    content: ""
}
.fa-tumblr-square:before {
    content: ""
}
.fa-long-arrow-down:before {
    content: ""
}
.fa-long-arrow-up:before {
    content: ""
}
.fa-long-arrow-left:before {
    content: ""
}
.fa-long-arrow-right:before {
    content: ""
}
.fa-apple:before {
    content: ""
}
.fa-windows:before {
    content: ""
}
.fa-android:before {
    content: ""
}
.fa-linux:before {
    content: ""
}
.fa-dribbble:before {
    content: ""
}
.fa-skype:before {
    content: ""
}
.fa-foursquare:before {
    content: ""
}
.fa-trello:before {
    content: ""
}
.fa-female:before {
    content: ""
}
.fa-male:before {
    content: ""
}
.fa-gittip:before {
    content: ""
}
.fa-sun-o:before {
    content: ""
}
.fa-moon-o:before {
    content: ""
}
.fa-archive:before {
    content: ""
}
.fa-bug:before {
    content: ""
}
.fa-vk:before {
    content: ""
}
.fa-weibo:before {
    content: ""
}
.fa-renren:before {
    content: ""
}
.fa-pagelines:before {
    content: ""
}
.fa-stack-exchange:before {
    content: ""
}
.fa-arrow-circle-o-right:before {
    content: ""
}
.fa-arrow-circle-o-left:before {
    content: ""
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}
.fa-dot-circle-o:before {
    content: ""
}
.fa-wheelchair:before {
    content: ""
}
.fa-vimeo-square:before {
    content: ""
}
.fa-turkish-lira:before, .fa-try:before {
    content: ""
}
.fa-plus-square-o:before {
    content: ""
}
.fa-space-shuttle:before {
    content: ""
}
.fa-slack:before {
    content: ""
}
.fa-envelope-square:before {
    content: ""
}
.fa-wordpress:before {
    content: ""
}
.fa-openid:before {
    content: ""
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}
.fa-yahoo:before {
    content: ""
}
.fa-google:before {
    content: ""
}
.fa-reddit:before {
    content: ""
}
.fa-reddit-square:before {
    content: ""
}
.fa-stumbleupon-circle:before {
    content: ""
}
.fa-stumbleupon:before {
    content: ""
}
.fa-delicious:before {
    content: ""
}
.fa-digg:before {
    content: ""
}
.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: ""
}
.fa-pied-piper-alt:before {
    content: ""
}
.fa-drupal:before {
    content: ""
}
.fa-joomla:before {
    content: ""
}
.fa-language:before {
    content: ""
}
.fa-fax:before {
    content: ""
}
.fa-building:before {
    content: ""
}
.fa-child:before {
    content: ""
}
.fa-paw:before {
    content: ""
}
.fa-spoon:before {
    content: ""
}
.fa-cube:before {
    content: ""
}
.fa-cubes:before {
    content: ""
}
.fa-behance:before {
    content: ""
}
.fa-behance-square:before {
    content: ""
}
.fa-steam:before {
    content: ""
}
.fa-steam-square:before {
    content: ""
}
.fa-recycle:before {
    content: ""
}
.fa-automobile:before, .fa-car:before {
    content: ""
}
.fa-cab:before, .fa-taxi:before {
    content: ""
}
.fa-tree:before {
    content: ""
}
.fa-spotify:before {
    content: ""
}
.fa-deviantart:before {
    content: ""
}
.fa-soundcloud:before {
    content: ""
}
.fa-database:before {
    content: ""
}
.fa-file-pdf-o:before {
    content: ""
}
.fa-file-word-o:before {
    content: ""
}
.fa-file-excel-o:before {
    content: ""
}
.fa-file-powerpoint-o:before {
    content: ""
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}
.fa-file-code-o:before {
    content: ""
}
.fa-vine:before {
    content: ""
}
.fa-codepen:before {
    content: ""
}
.fa-jsfiddle:before {
    content: ""
}
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}
.fa-circle-o-notch:before {
    content: ""
}
.fa-ra:before, .fa-rebel:before {
    content: ""
}
.fa-ge:before, .fa-empire:before {
    content: ""
}
.fa-git-square:before {
    content: ""
}
.fa-git:before {
    content: ""
}
.fa-hacker-news:before {
    content: ""
}
.fa-tencent-weibo:before {
    content: ""
}
.fa-qq:before {
    content: ""
}
.fa-wechat:before, .fa-weixin:before {
    content: ""
}
.fa-send:before, .fa-paper-plane:before {
    content: ""
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}
.fa-history:before {
    content: ""
}
.fa-circle-thin:before {
    content: ""
}
.fa-header:before {
    content: ""
}
.fa-paragraph:before {
    content: ""
}
.fa-sliders:before {
    content: ""
}
.fa-share-alt:before {
    content: ""
}
.fa-share-alt-square:before {
    content: ""
}
.fa-bomb:before {
    content: ""
}
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}
.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}
.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}
.qtip-titlebar+.qtip-content {
    border-top-width: 0 !important
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}
* html .qtip-titlebar .qtip-close {
    top: 16px
}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}
.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}
.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 400 bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em
}
.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;
    background-color: #FFFFA3;
    color: #555
}
.qtip-default .qtip-titlebar {
    background-color: #FFEF93
}
.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777
}
.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}
.qtip-light {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545
}
.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}
.qtip-dark .qtip-titlebar {
    background-color: #404040
}
.qtip-dark .qtip-icon {
    border-color: #444
}
.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}
.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35
}
.qtip-cream .qtip-titlebar {
    background-color: #F0DE7D
}
.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}
.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323
}
.qtip-red .qtip-titlebar {
    background-color: #F06D65
}
.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}
.qtip-red .qtip-icon {
    border-color: #D95252
}
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #D95252
}
.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219
}
.qtip-green .qtip-titlebar {
    background-color: #B0DE78
}
.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}
.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD
}
.qtip-blue .qtip-titlebar {
    background-color: #D0E9F5
}
.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}
.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15)
}
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border-width: 0;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%)
}
.qtip-youtube .qtip-titlebar {
    background-color: #4A4A4A;
    background-color: transparent
}
.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"
}
.qtip-youtube .qtip-icon {
    border-color: #222
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}
.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"
}
.qtip-jtools .qtip-content {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"
}
.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
    background: transparent;
    color: #fff;
    border: 0 dashed transparent
}
.qtip-jtools .qtip-icon {
    border-color: #555
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent
}
.qtip-cluetip .qtip-titlebar {
    background-color: #87876A;
    color: #fff;
    border: 0 dashed transparent
}
.qtip-cluetip .qtip-icon {
    border-color: #808064
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}
.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}
.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}
.qtip-tipsy .qtip-content {
    padding: 6px 10px
}
.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}
.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: 400;
    font-family: serif
}
.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"
}
.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}
.qtip-tipped .qtip-icon .ui-icon {
    background-color: #FBFBFB;
    color: #555
}
.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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
}
.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}
.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}
.qtip-bootstrap .qtip-icon {
    background: transparent
}
.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none
}
.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden
}
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent
}
.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}
.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}
#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
#qtip-overlay.blurs {
    cursor: pointer
}
#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(Opacity=70)"
}
.qtipmodal-ie6fix {
    position: absolute !important
}
.dpui-numberPicker {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
.dpui-numberPicker button {
    margin: 0;
    border: 1px solid #dddddd;
    font-size: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    vertical-align: top;
    outline: none;
    cursor: pointer
}
.dpui-numberPicker-input {
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    margin: 0;
    text-align: center;
    outline: none;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #f9f9f9
}
.dpui-numberPicker-input:focus {
    background: #ffffff
}
.dpui-numberPicker-decrease {
    border-radius: 5px 0 0 5px
}
.dpui-numberPicker-increase {
    border-radius: 0 5px 5px 0
}
@font-face {
    font-family: "Gill Book";
    src: url(../fonts/gill/sitenatura/gillsansstd-webfont.eot);
    src: url(../fonts/gill/sitenatura/gillsansstd-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/gill/sitenatura/gillsansstd-webfont.woff) format("woff"), url(../fonts/gill/sitenatura/gillsansstd-webfont.ttf) format("truetype"), url(../fonts/gill/sitenatura/gillsansstd-webfont.svg#open_sansbold) format("svg");
    font-style: 700
}
@font-face {
    font-family: "Gill Light";
    src: url(../fonts/gill/sitenatura/gillsanslight.eot);
    src: url(../fonts/gill/sitenatura/gillsanslight.eot?#iefix) format("embedded-opentype"), url(../fonts/gill/sitenatura/gillsanslight.woff) format("woff"), url(../fonts/gill/sitenatura/gillsanslight.ttf) format("truetype"), url(../fonts/gill/sitenatura/gillsanslight.svg#open_sansbold) format("svg")
}
@font-face {
    font-family: "Gill Regular";
    src: url(../fonts/gill/sitenatura/gillsans.eot);
    src: url(../fonts/gill/sitenatura/gillsans.eot?#iefix) format("embedded-opentype"), url(../fonts/gill/sitenatura/gillsans.woff) format("woff"), url(../fonts/gill/sitenatura/gillsans.ttf) format("truetype"), url(../fonts/gill/sitenatura/gillsans.svg#open_sansbold) format("svg");
    font-weight: 400;
    font-style: normal
}
body.boxed .footer {
    padding-top: 40px
}
body.boxed .footer hr {
    display: none
}
.footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #999999
}
.footer a {
    color: #dadada;
    font-size: 13px
}
.footer a:hover {
    color: white
}
.footer .logo img {
    width: 75%;
    margin-top: 20px
}
.footer .logo .banner {
    height: auto !important;
    font-size: 11px;
    position: relative;
    left: 70px;
    top: -10px;
    color: white
}
.footer .footer-menu {
    margin-top: 20px
}
.footer .footer-menu li a {
    font-family: "Open Sans";
    font-weight: bold
}
.footer .square {
    width: 22px;
    height: 22px;
    border: 1px solid white
}
.footer .links .row {
    margin-top: 3px
}
.footer .links .row.go-to-top-row {
    margin-bottom: 10px
}
.footer .links .row.go-to-top-row a.gotoTop {
    width: 20px;
    height: 20px;
    margin-left: 25px
}
.footer .links .row.go-to-top-row a.gotoTop .fa {
    font-size: 20px;
    margin-top: -1px
}
.footer .links a.round-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background-color: white;
    color: #999999;
    border-radius: 50% !important;
    text-align: center;
    margin-right: 3px
}
.footer .links a.round-link .fa {
    margin-top: 4px
}
.footer .links a.email {
    font-family: "Open Sans";
    font-weight: bold;
    display: inline-block;
    margin-left: -109px
}
.navbar-nav li {
    margin-left: 15px
}
.navbar {
    width: auto;
    background: none;
    margin-top: -25px;
    margin-bottom: 5px
}
.navbar .dropdown-menu {
    margin-top: 15px;
    text-align: center
}
.navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 10px
}
.navbar .dropdown-menu li a {
    display: inline;
    margin-top: 0;
    font-family: "Amelia Regular";
    font-size: 14px
}
.navbar .loggedInfo {
    font-family: "Amelia Regular";
    font-size: 19px;
    margin-left: -20px;
    margin-top: 43px;
    display: block;
    color: gray;
    height: 30px;
    line-height: normal
}
.navbar .loggedInfo .bar {
    border-left: 1px solid #e41847;
    margin-top: 39px;
    width: 50px
}
.navbar .loggedInfo span:first-of-type {
    margin-right: 10px
}
.navbar .loggedInfo strong {
    font-family: "Amelia Bold";
    margin-right: 10px
}
.navbar .loggedInfo button {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}
.navbar .loggedInfo button:first-of-type {
    margin-top: -1px
}
.navbar button {
    background-color: #e41847
}
.navbar i.icon-cog {
    margin-top: 2px
}
.navbar i.fa {
    margin-right: 10px
}
.navbar-nav a {
    font-family: "Amelia Bold";
    font-size: 16px;
    margin-top: 35px;
    color: #87837e;
    text-transform: lowercase !important;
    letter-spacing: 2px
}
.navbar-nav a:hover {
    font-size: 16px;
    color: #e41847
}
.dropdown .loginToggle:hover {
    color: #e41847 !important
}
#loginHoverMenu {
    margin-left: -200px;
    margin-top: -5px;
    padding: 15px;
    border: 1px solid black
}
#loginHoverMenu a {
    color: #9D9D9D
}
#loginHoverMenu .btn.btn-facebook, #loginHoverMenu .recompensas .picker button.btn-facebook, .recompensas .picker #loginHoverMenu button.btn-facebook, #loginHoverMenu .recompensas-recorente .picker button.btn-facebook, .recompensas-recorente .picker #loginHoverMenu button.btn-facebook {
    margin-top: 0px;
    color: white
}
#loginHoverMenu .btn.btn-facebook:hover, #loginHoverMenu .recompensas .picker button.btn-facebook:hover, .recompensas .picker #loginHoverMenu button.btn-facebook:hover, #loginHoverMenu .recompensas-recorente .picker button.btn-facebook:hover, .recompensas-recorente .picker #loginHoverMenu button.btn-facebook:hover, #loginHoverMenu .btn.btn-facebook:active, #loginHoverMenu .recompensas .picker button.btn-facebook:active, .recompensas .picker #loginHoverMenu button.btn-facebook:active, #loginHoverMenu .recompensas-recorente .picker button.btn-facebook:active, .recompensas-recorente .picker #loginHoverMenu button.btn-facebook:active, #loginHoverMenu .btn.btn-facebook:focus, #loginHoverMenu .recompensas .picker button.btn-facebook:focus, .recompensas .picker #loginHoverMenu button.btn-facebook:focus, #loginHoverMenu .recompensas-recorente .picker button.btn-facebook:focus, .recompensas-recorente .picker #loginHoverMenu button.btn-facebook:focus {
    color: #4A68B9
}
#loginHoverMenu form {
    margin: 15px 0px
}
#loginHoverMenu ul li a {
    font-family: "Open Sans";
    font-size: 14x
}
#loginHoverMenu ul li a:hover {
    border-bottom: 1px solid #9D9D9D
}
#loginHoverMenu input:not([type=submit]) {
    height: 32px;
    padding-left: 5px;
    border: 1px solid #gray;
    width: 215px
}
#loginHoverMenu input:not([type=submit])::-webkit-input-placeholder {
    padding-left: 5px;
    color: #75627b;
    font-family: "Open Sans"
}
#loginHoverMenu input:not([type=submit]):-moz-placeholder {
    padding-left: 5px;
    color: #75627b;
    font-family: "Open Sans"
}
#loginHoverMenu input:not([type=submit])::-moz-placeholder {
    padding-left: 5px;
    color: #75627b;
    font-family: "Open Sans"
}
#loginHoverMenu input:not([type=submit]):-ms-input-placeholder {
    padding-left: 5px;
    color: #75627b;
    font-family: "Open Sans"
}
#loginHoverMenu .icon {
    width: 31px;
    height: 32px;
    border: 1px solid lightgray
}
#loginHoverMenu .icon-mail {
    background: #fff url("../img/user-sign.png") no-repeat;
    margin-top: -26px
}
#loginHoverMenu .icon-password {
    background: #fff url("../img/lock-sign.png") no-repeat;
    margin-top: -23px
}
#loginHoverMenu:before, #loginHoverMenu:after {
    border: none;
    content: ""
}
.nav.nav-pattern li a {
    color: #979797
}
.nav.nav-pattern li a:hover {
    color: #e41847
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #e41847 !important;
    background-color: transparent !important
}
.pattern-drop-menu {
    margin-top: 7px !important;
    border: 1px solid black !important
}
.pattern-drop-menu:after, .pattern-drop-menu:before {
    content: none !important
}
.pattern-drop-menu ul {
    margin: 0;
    width: 185px
}
.pattern-drop-menu ul li {
    padding: 2px 7px
}
.pattern-drop-menu ul li a {
    letter-spacing: normal !important
}
.pattern-drop-menu ul li a:hover {
    color: #e41847
}
.drop-envie {
    top: 57px;
    border: none !important;
    background: transparent !important
}
.drop-envie li {
    margin: 0 !important;
    padding: 2px 5px;
    background-color: white
}
.drop-envie li a {
    display: inline-block !important;
    margin-left: 8px;
    padding-top: 2px !important
}
.saiba-mais {
    background-color: #3F82AF
}
.saiba-mais p {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 110%;
    padding: 20px
}
.border-line-text {
    float: right
}
.projectsPlace .place {
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s
}
.projectsPlace .content {
    margin-left: 0 !important;
    padding-left: 0px
}
.projectsPlace .progress {
    margin-left: 0 !important
}
.financiadotxt, .valortxt, .diasrestantes {
    font-size: 13.3px;
    font-family: "Gotham Book";
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #4d4d4d
}
.financiadotxt, .diasrestantes {
    color: #4d4d4d;
    float: left
}
.financiadotxt span, .diasrestantes span {
    font-size: 20px;
    font-weight: bold;
    font-family: "Gotham Bold"
}
.financiadotxt {
    margin-bottom: 5px
}
.diasrestantes {
    width: 90px;
    float: right
}
.valortxt {
    color: #4d4d4d;
    float: left;
    margin-bottom: 10px;
    width: 100px
}
.valortxt span {
    font-family: "Gotham Bold";
    font-size: 20px;
    font-weight: bold
}
.valores-campanha {
    height: 82px;
    margin-top: 42px
}
.carousel-indicators li {
    border-radius: 5px !important
}
#carouselHome ol, #carouselHomeEndProjects ol, #carouselHomeNewestProjects ol, .projectsLayer ol {
    top: 100%;
    right: 50%;
    list-style-type: circle
}
#carouselHome ol li, #carouselHomeEndProjects ol li, #carouselHomeNewestProjects ol li, .projectsLayer ol li {
    border: 1px solid gray;
    position: relative
}
#carouselHome ol .active, #carouselHomeEndProjects ol .active, #carouselHomeNewestProjects ol .active, .projectsLayer ol .active {
    background-color: #677272
}
#carouselHome ul li, #carouselHomeEndProjects ul li, #carouselHomeNewestProjects ul li, .projectsLayer ul li {
    height: auto
}
#carouselHome .thumbnail, #carouselHomeEndProjects .thumbnail, #carouselHomeNewestProjects .thumbnail, .projectsLayer .thumbnail {
    width: 300px;
    height: 485px;
    margin-left: auto;
    position: relative
}
#carouselHome .thumbnail .thumb, #carouselHomeEndProjects .thumbnail .thumb, #carouselHomeNewestProjects .thumbnail .thumb, .projectsLayer .thumbnail .thumb {
    padding: 0
}
#carouselHome .thumbnail .content, #carouselHomeEndProjects .thumbnail .content, #carouselHomeNewestProjects .thumbnail .content, .projectsLayer .thumbnail .content {
    width: 280px;
    height: auto;
    margin-left: 20px;
    padding-right: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative
}
#carouselHome .thumbnail .tborder, #carouselHomeEndProjects .thumbnail .tborder, #carouselHomeNewestProjects .thumbnail .tborder, .projectsLayer .thumbnail .tborder {
    width: 290px;
    height: 470px;
    border: 1px solid lightgray
}
#carouselHome .thumbnail .caption, #carouselHomeEndProjects .thumbnail .caption, #carouselHomeNewestProjects .thumbnail .caption, .projectsLayer .thumbnail .caption {
    padding-top: 10px
}
#carouselHome .thumbnail .caption h3, #carouselHome .thumbnail .caption p, #carouselHome .thumbnail .caption em, #carouselHome .thumbnail .caption a, #carouselHomeEndProjects .thumbnail .caption h3, #carouselHomeEndProjects .thumbnail .caption p, #carouselHomeEndProjects .thumbnail .caption em, #carouselHomeEndProjects .thumbnail .caption a, #carouselHomeNewestProjects .thumbnail .caption h3, #carouselHomeNewestProjects .thumbnail .caption p, #carouselHomeNewestProjects .thumbnail .caption em, #carouselHomeNewestProjects .thumbnail .caption a, .projectsLayer .thumbnail .caption h3, .projectsLayer .thumbnail .caption p, .projectsLayer .thumbnail .caption em, .projectsLayer .thumbnail .caption a {
    text-align: left;
    color: #555555 !important
}
#carouselHome .thumbnail .caption .projectOwner, #carouselHomeEndProjects .thumbnail .caption .projectOwner, #carouselHomeNewestProjects .thumbnail .caption .projectOwner, .projectsLayer .thumbnail .caption .projectOwner {
    text-transform: capitalize;
    text-align: left
}
#carouselHome .thumbnail .caption h3, #carouselHomeEndProjects .thumbnail .caption h3, #carouselHomeNewestProjects .thumbnail .caption h3, .projectsLayer .thumbnail .caption h3 {
    font-size: 18px
}
#carouselHome .thumbnail .caption h4, #carouselHomeEndProjects .thumbnail .caption h4, #carouselHomeNewestProjects .thumbnail .caption h4, .projectsLayer .thumbnail .caption h4 {
    font-family: "Gotham Medium";
    font-size: 14px;
    color: #cecece !important;
    margin-bottom: 10px
}
#carouselHome .thumbnail .caption h3, #carouselHome .thumbnail .caption a, #carouselHome .thumbnail .caption h4, #carouselHomeEndProjects .thumbnail .caption h3, #carouselHomeEndProjects .thumbnail .caption a, #carouselHomeEndProjects .thumbnail .caption h4, #carouselHomeNewestProjects .thumbnail .caption h3, #carouselHomeNewestProjects .thumbnail .caption a, #carouselHomeNewestProjects .thumbnail .caption h4, .projectsLayer .thumbnail .caption h3, .projectsLayer .thumbnail .caption a, .projectsLayer .thumbnail .caption h4 {
    text-transform: uppercase;
    color: #494848;
    font-family: "Gotham Bold";
    font-size: 15px
}
#carouselHome .thumbnail .caption em, #carouselHome .thumbnail .caption p, #carouselHomeEndProjects .thumbnail .caption em, #carouselHomeEndProjects .thumbnail .caption p, #carouselHomeNewestProjects .thumbnail .caption em, #carouselHomeNewestProjects .thumbnail .caption p, .projectsLayer .thumbnail .caption em, .projectsLayer .thumbnail .caption p {
    color: #494848;
    font-family: "Gotham Medium";
    font-size: 13px
}
#carouselHome .thumbnail .caption p, #carouselHomeEndProjects .thumbnail .caption p, #carouselHomeNewestProjects .thumbnail .caption p, .projectsLayer .thumbnail .caption p {
    text-align: left;
    font-size: 14px;
    height: 64px;
    max-height: 64px;
    font-family: "Gotham Book"
}
#carouselHome .t1, #carouselHomeEndProjects .t1, #carouselHomeNewestProjects .t1, .projectsLayer .t1 {
    margin-left: 20px
}
#carouselHome .t1 .content, #carouselHomeEndProjects .t1 .content, #carouselHomeNewestProjects .t1 .content, .projectsLayer .t1 .content {
    margin-left: 10px
}
#carouselHome .t2, #carouselHome .t3, #carouselHomeEndProjects .t2, #carouselHomeEndProjects .t3, #carouselHomeNewestProjects .t2, #carouselHomeNewestProjects .t3, .projectsLayer .t2, .projectsLayer .t3 {
    margin-left: 30px
}
#carouselHome .t2 .content, #carouselHome .t3 .content, #carouselHomeEndProjects .t2 .content, #carouselHomeEndProjects .t3 .content, #carouselHomeNewestProjects .t2 .content, #carouselHomeNewestProjects .t3 .content, .projectsLayer .t2 .content, .projectsLayer .t3 .content {
    margin-left: 10px
}
#carouselHome .t3, #carouselHomeEndProjects .t3, #carouselHomeNewestProjects .t3, .projectsLayer .t3 {
    margin-left: 40px
}
#carouselHome .carousel-control, #carouselHomeEndProjects .carousel-control, #carouselHomeNewestProjects .carousel-control, .projectsLayer .carousel-control {
    border: none;
    background-color: transparent !important
}
#carouselHome .progress, #carouselHomeEndProjects .progress, #carouselHomeNewestProjects .progress, .projectsLayer .progress {
    padding: 3px;
    margin-left: 15px;
    width: 240px;
    height: 9px;
    position: absolute;
    bottom: -35px
}
.section .span12 .center-block h5 {
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 12px
}
.section .span12 .center-block h4 {
    font-family: "Amelia Regular" !important;
    font-size: 30px !important;
    margin-bottom: 30px
}
.home-slidearea {
    position: relative;
    z-index: 09;
    top: -73px;
    height: 570px
}
.home-slidearea .s1, .home-slidearea .s2, .home-slidearea .s3, .home-slidearea .s4, .home-slidearea .s5, .home-slidearea .s6, .home-slidearea .s7, .home-slidearea .s8, .home-slidearea .s9, .home-slidearea .s10 {
    height: 570px !important;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5) !important
}
.home-slidearea .span12 p, .home-slidearea .span12 h1 {
    margin-top: 230px;
    color: white;
    font-size: 34px;
    text-align: center;
    line-height: 35px;
    text-transform: none
}
.home-slidearea .span12 p {
    font-family: "Amelia Regular" !important
}
.home-slidearea .span12 button.bck-pink {
    width: 235px;
    border: 1px solid #e41847;
    font-size: 18px
}
.home-slidearea .span12 button.bck-pink:hover {
    border: 1px solid white
}
.home-slidearea .span12 button.border-pink:hover {
    border: 1px solid #e41847;
    color: #e41847
}
.home-slidearea .span12 button.border-pink:hover {
    background-color: transparent !important
}
.home-slidearea .span12 button:last-child {
    margin-left: 55px
}
.section-tools {
    min-height: 300px;
    background-color: #f2f2f2;
    margin-top: -75px
}
.section-tools .container {
    padding-top: 68px
}
.section-tools .tool-item img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: inherit
}
.section-tools .tool-item h2 {
    font-family: "Amelia Bold" !important;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    margin-top: 0.5em;
    margin-bottom: 10px;
    letter-spacing: 1.5px
}
.section-tools .tool-item p {
    color: #383838;
    font-size: 14px;
    margin-bottom: 15px
}
.title-box {
    margin-left: 5px
}
.title-box h2 {
    font-size: 23px !important;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    line-height: 10px
}
.title-box h3 {
    color: #9D9D9D !important;
    font-size: 17px !important
}
.section-projects {
    background-color: #FFFFFF
}
.section-projects .see-more-box h4 {
    font-size: 17px
}
.section-projects .see-more-box a {
    margin-top: 1em
}
.section-projects .margin-medium {
    margin-top: 30px
}
.section-projects .container-cards ol {
    margin: 0 !important
}
.section-projects .container-cards ol li {
    color: black
}
.section-projects .container-cards .span4 {
    margin-left: 13.3px
}
.section-projects.section-retafinal {
    margin-top: 145px
}
.section-projects.section-retafinal .block-center h4 {
    margin-bottom: 10px
}
.section-projects.section-retafinal .block-center button {
    background-color: transparent;
    border: 1px solid #e41847;
    color: #e41847 !important
}
.section-projects.section-retafinal .block-center button:hover {
    background-color: #e41847;
    color: white !important
}
.section-projects.section-recorrente {
    min-height: 300px;
    background-color: #f2f2f2
}
.section-projects.section-recorrente .span4 {
    margin-left: 13.3px
}
.section-projects.section-recorrente .block-center {
    margin-bottom: 10px
}
.section-projects.section-recorrente .span12 .block-center h5, .section-projects.section-recorrente .span12 .block-center h4 {
    color: white !important
}
.section-projects.section-recorrente .span12 .block-center h5 {
    font-weight: 400 !important;
    letter-spacing: 2px
}
.section-projects.section-recorrente .block-ending {
    padding-bottom: 35px;
    margin-top: 30px
}
.section-projects.section-recorrente .block-ending h4 {
    font-family: "Amelia Regular";
    text-transform: none !important;
    font-size: 22px
}
.section-projects.section-channels {
    background-color: white;
    min-height: 300px;
    border-bottom: 2px solid #e6e6e6
}
.section-projects.section-channels .title-box {
    margin-left: 12px
}
.section-projects.section-channels .owl-prev {
    top: -227px !important
}
.section-projects.section-channels .owl-next {
    bottom: 274px !important
}
.section-projects.section-channels .not-gordin {
    margin-bottom: 30px
}
.section-partners {
    background-color: #f6f6f6;
    min-height: 160px
}
.section-partners span {
    display: inherit;
    font-size: 15px
}
.btn-home {
    background-color: transparent;
    border: 1px solid white;
    font-family: "Amelia Bold"
}
.btn-home:hover {
    border: 1px solid #e41847
}
.meta-done {
    position: absolute;
    bottom: 0px
}
.carousel-inner .span4 {
    margin-left: 0 !important
}
.tagline {
    margin-bottom: 0px !important
}
.owl-nav .owl-prev {
    position: relative;
    top: -307px;
    right: 40px
}
.owl-nav .owl-next {
    position: relative;
    right: -955px;
    bottom: 364px
}
.owl-controls {
    position: absolute
}
.row-channel .item p {
    width: 390px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 13px
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}
div.pp_default .pp_top .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}
div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}
div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}
div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}
div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}
div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}
div.pp_default .pp_social {
    margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}
div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_square .pp_nav {
    clear: none
}
div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.facebook .pp_description {
    margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}
div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}
div.facebook .pp_nav {
    margin-top: 0
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}
div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}
div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
    outline: none
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}
.pp_content {
    height: 40px;
    min-width: 40px
}
* html .pp_content {
    width: 40px
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}
.pp_content_container .pp_left {
    padding-left: 20px
}
.pp_content_container .pp_right {
    padding-right: 20px
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}
.pp_description {
    display: none;
    margin: 0
}
.pp_social {
    float: left;
    margin: 0
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}
.pp_social .twitter {
    float: left
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}
.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}
.pp_gallery ul a img {
    border: 0
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}
.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}
a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}
a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}
a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}
a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}
#pp_full_res {
    line-height: 1 !important
}
#pp_full_res .pp_inline {
    text-align: left
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}
.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}
* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}
.pp_fade, .pp_gallery li.default a img {
    display: none
}
#galeria .project-photos, #galeria .asFotos, #assinantes .project-photos, #assinantes .asFotos {
    padding-top: 30px
}
#galeria .project-photos a, #galeria .asFotos a, #assinantes .project-photos a, #assinantes .asFotos a {
    width: 40px;
    height: 40px;
    margin-right: 12px
}
#galeria .project-photos img, #galeria .asFotos img, #assinantes .project-photos img, #assinantes .asFotos img {
    border: 2px solid #e41847;
    margin-bottom: 10px;
    width: 40px;
    height: 40px
}
#news, #contasDiv {
    overflow: hidden
}
#news h3, #contasDiv h3 {
    padding: 0
}
#news .span8, #contasDiv .span8 {
    width: 90%;
    min-height: 0;
    margin-bottom: 10px
}
#news .span8 hr, #contasDiv .span8 hr {
    margin-bottom: 0px
}
#accordionFAQ .accordion-toggle {
    font-family: "Amelia Regular";
    font-size: 18px !important;
    line-height: 22px;
    text-transform: initial;
    color: #929292;
    letter-spacing: 0.05em
}
#accordionFAQ .accordion-inner {
    font-family: "Open Sans" !important;
    font-size: 15px;
    text-transform: initial;
    color: #505050;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid gray
}
#accordionFAQ hr {
    margin-top: 15px;
    margin-bottom: 15px
}
#accordionFAQ .accordion-group {
    border: none
}
.faqPage p {
    font-family: "Open Sans"
}
.faqPage h2, .faqPage h3 {
    font-family: "Amelia Bold" !important
}
.faqPage h2 {
    color: #e41847 !important
}
.faqPage h3 {
    color: #666 !important
}
#aProposta iframe {
    position: relative;
    left: 50%;
    margin-left: -400px;
    margin-bottom: 30px
}
#aProposta img {
    position: relative;
    z-index: 40
}
#aProposta .overImage {
    z-index: 50;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 75px;
    margin-top: 170px;
    width: 510px;
    height: 14%;
    line-height: 28px;
    font-family: "Amelia Old";
    font-size: 30px;
    color: white !important
}
#aProposta .overImage h4, #aProposta .overImage h2 {
    color: white !important
}
#aProposta p {
    margin-top: 4px;
    line-height: 22px;
    font-family: "Open Sans"
}
#aProposta .belos-icones {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    padding-left: 40px
}
#aProposta .belos-icones .span3 {
    width: 194px;
    margin-left: 10px
}
#aProposta .belos-icones .span3:last-child {
    float: left
}
#aProposta .belos-icones .span3 .pre-img {
    height: 170px
}
#aProposta .belos-icones .span3 h4 {
    margin-top: 10px;
    font-family: "Amelia Bold"
}
#aProposta .belos-icones .span3 h4, #aProposta .belos-icones .span3 p, #aProposta .belos-icones .span3 img {
    position: relative;
    left: 50%;
    margin-left: -85px;
    color: #959595
}
#aProposta .belos-icones .span3 h4 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: -130px
}
#aProposta .belos-icones .span3 p {
    font-size: 12px;
    text-align: center;
    font-family: "Gotham Medium";
    margin-left: -257px
}
#aProposta .belos-icones .span3 p.third {
    width: 160px;
    margin-left: -83px
}
#aProposta .theend {
    width: 750px;
    min-height: 300px;
    margin-left: 35px
}
#aProposta .theend p {
    font-family: "Gotham Medium";
    line-height: 16px;
    color: #aeaeae
}
#aProposta .theend p.heading {
    color: #959595;
    font-size: 27px;
    font-family: "Gotham Bold";
    line-height: 30px
}
#aProposta .theend .quarterPs {
    width: 100%;
    height: 235px
}
#aProposta .theend .quarterPs p {
    width: 360px;
    float: left;
    margin-right: 15px;
    height: 100px
}
#aProposta .theend a {
    font-family: "Gotham Bold";
    color: #e41847
}
#aProposta .theend button {
    font-family: "Gotham Bold";
    height: 80px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
    border-radius: 10px !important;
    background-color: #ea0c55
}
.termos {
    white-space: normal
}
.termos * {
    font-family: "Open Sans"
}
.termos strong {
    font-family: "Amelia Bold" !important
}
.faqabovearea {
    border-top: 1px solid #c9c9c9
}
.faqarea .leftfaq {
    height: 400px
}
.faqarea .leftfaq ul {
    border-bottom: none
}
.faqarea .leftfaq ul li {
    width: 240px;
    height: 35px;
    padding: 10px;
    margin-bottom: 5px
}
.faqarea .leftfaq ul li.active {
    background-color: #F9F9F9
}
.faqarea .leftfaq ul li.active h3:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 30px
}
.faqarea .leftfaq ul li a:hover, .faqarea .leftfaq ul li a:active {
    background-color: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-width: 0 !important;
    color: #ccc
}
.faqarea .leftfaq ul li:hover {
    background-color: #f9f9f9
}
.faqarea .rightfaq {
    min-height: 600px
}
.slidearea {
    width: 100%
}
.slidearea a {
    color: white
}
.slidearea a:hover {
    color: #e41847
}
.slidearea .full {
    width: 100% !important
}
.slidearea .s1 {
    background: url("../img/slideshow/slider1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s2 {
    background: url("../img/slideshow/divinasdivas.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 570px
}
.slidearea .s3 {
    background: url("../img/slideshow/temacucar.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s4 {
    background: url("../img/slideshow/slider2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s5 {
    background: url("../img/slideshow/canal-musica.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s6 {
    background: url("../img/slideshow/s4.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s7 {
    background: url("../img/slideshow/s4.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s8 {
    background: url("../img/slideshow/s4.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s9 {
    background: url("../img/slideshow/s4.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea .s10 {
    background: url("../img/slideshow/s4.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.slidearea h2 {
    color: white;
    font-family: "Gotham Medium";
    text-transform: none;
    font-size: 47px;
    margin-bottom: 15px;
    line-height: 50px
}
.slidearea h2 em {
    color: #e41847;
    font-style: normal
}
.slidearea span {
    font-family: "Gotham Medium";
    color: white;
    font-size: 18px
}
.slidearea .bx-wrapper {
    margin-bottom: 0
}
.slidearea .bx-has-pager {
    position: relative;
    top: -50px
}
.slidearea .bx-pager {
    position: relative;
    top: -10px;
    background-color: transparent;
    padding-top: 7px;
    width: 110px;
    margin: 0 auto
}
.otherslide .s3 {
    background: url("../img/canais/sebrae/bg-main.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 490px
}
.otherslide .s3 img {
    display: inline !important
}
.otherslide .s3 p {
    color: white;
    font-family: "Gotham Book"
}
.otherslide .s3 a {
    text-decoration: underline !important
}
.otherslide .s1 {
    background: url("../img/canais/natura/home-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 490px
}
.otherslide .s1 h2 {
    color: white;
    font-family: "Gill Light"
}
.otherslide .s1 p {
    font-family: "Gill Light";
    color: white;
    font-size: 19px
}
.otherslide .s1 p a {
    text-decoration: underline !important
}
.otherslide .s1 h3 {
    font-family: "Gotham Medium";
    text-transform: none;
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 50px;
    color: white
}
.otherslide .s5 {
    background: url("../img/canais/mulheres/home-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 490px
}
.otherslide .s5 h2 {
    color: white;
    font-family: "Gill Light"
}
.otherslide .s5 p {
    font-family: "Gill Light";
    color: white;
    font-size: 19px
}
.otherslide .s5 p a {
    text-decoration: underline !important
}
.otherslide .s5 h3 {
    font-family: "Gotham Medium";
    text-transform: none;
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 50px;
    color: white
}
.otherslide .s2 {
    background: #21becf no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 490px
}
.otherslide .s2 h3 {
    font-family: "Gotham Medium";
    text-transform: none;
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 50px;
    color: white
}
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
    padding-left: 15px;
    padding-top: 10px
}
.modal .modal-header h3 {
    font-size: 20px;
    font-family: "Amelia Regular"
}
.modal .modal-header .close {
    margin-top: 15px;
    margin-right: 5px;
    font-size: 45px;
    color: black;
    opacity: 1
}
.modal .modal-body {
    overflow-y: auto;
    padding: 10px 25px
}
.modal .modal-body h2 {
    font-size: 24px
}
.modal button, .modal strong {
    font-family: "Amelia Bold" !important
}
#modalTermosUso.modal .modal-body p {
    padding-left: 30px;
    font-size: 14px
}
#modalTermosUso.modal .modal-body h2 {
    font-size: 28px
}
#modalTermosUso.modal .modal-body h3 {
    padding-left: 15px;
    font-size: 22px
}
#modalPoliticaPrivacidade.modal .modal-body p {
    padding-left: 15px;
    font-size: 14px
}
#modalPoliticaPrivacidade.modal .modal-body h2 {
    font-size: 28px
}
#modalPoliticaPrivacidade.modal .modal-body h3 {
    font-size: 22px
}
#modalCancelar {
    background-color: white
}
#modalCancelar h3, #modalCancelar h4 {
    font-family: "Amelia Bold" !important;
    font-size: 20px;
    color: #3F82AF
}
#modalCancelar h4 {
    font-size: 18px
}
#modalNovaNoticia .modal-header {
    height: 25px
}
#modalPoliticaPrivacidade strong, #modalTermosUso strong {
    font-size: 17px;
    padding-bottom: 5px;
    display: inline-block
}
.tab-pane h3, .tab-pane b, .tab-pane strong {
    font-family: 'Amelia Bold'
}
.sobreArrecadacao {
    font-family: 'Open Sans';
    min-height: 550px;
    margin-bottom: 50px;
    margin-top: 96px
}
.sobreArrecadacao .button-end {
    width: 100% !important;
    font-family: "Amelia Regular";
    font-size: 14px;
    letter-spacing: 0.15em
}
.sobreArrecadacao .fake-separator {
    width: 100%;
    height: 25px;
    background-color: #f4f4f4
}
.sobreArrecadacao .sidebar-headline h4 {
    color: #999;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.15em
}
.sobreArrecadacao .jaContribuiu .alert-contribuiu {
    font-size: 14px
}
.sobreArrecadacao .jaContribuiu .alert-contribuiu strong {
    margin-bottom: 10px
}
.sobreArrecadacao .jaContribuiu button {
    font-size: 13px;
    width: 80%;
    height: 40px
}
.sobreArrecadacao .jaContribuiu button:first-of-type {
    margin-top: 10px;
    margin-bottom: 7px
}
.sobreArrecadacao #metaAccordion {
    width: 85%
}
.sobreArrecadacao #metaAccordion .accordion-group {
    margin: none;
    border: none
}
.sobreArrecadacao #metaAccordion .accordion-group * {
    padding: none
}
.sobreArrecadacao #metaAccordion .accordion-inner {
    width: 100%;
    margin-left: -10px
}
.sobreArrecadacao #metaAccordion button {
    margin-left: 10px
}
.sobreArrecadacao #verMetas {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px
}
.sobreArrecadacao #verMetas i {
    margin-left: 5px
}
.sobreArrecadacao .headlineContribuicao {
    font-family: "Amelia Bold";
    font-size: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 15px
}
.sobreArrecadacao .info {
    font-family: 'Open Sans';
    font-size: 15px;
    margin-top: 15px;
    margin-left: 30px;
    padding-right: 10px
}
.sobreArrecadacao em {
    display: inline-block
}
.sobreArrecadacao em.info {
    font-size: 14px
}
.sobreArrecadacao .contribuicaoLogin {
    font-family: 'Open Sans';
    font-size: 17px
}
.sobreArrecadacao .assinatura {
    font-size: 13px
}
.sobreArrecadacao .cadastroOverProject {
    margin-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px
}
.sobreArrecadacao .cadastroOverProject button {
    width: 42%;
    background-color: #e41847
}
.sobreArrecadacao .cadastroOverProject button.juri {
    float: right
}
.sobreArrecadacao .cadastroOverProject button:hover {
    background-color: #e41847
}
.sobreArrecadacao .cadastroOverProject button.validate {
    background-color: #c09853
}
.sobreArrecadacao .cadastroOverProject button.voltar {
    background-color: #e41847
}
.sobreArrecadacao .logar {
    margin-left: 30px;
    padding-right: 30px;
    margin-top: 10px
}
.sobreArrecadacao .logar label {
    font-family: 'Amelia Bold';
    margin-bottom: 5px
}
.sobreArrecadacao .logar textarea:focus, .sobreArrecadacao .logar input.ignore:focus, .sobreArrecadacao .logar input[type="text"]:focus, .sobreArrecadacao .logar input[type='cep']:focus, .sobreArrecadacao .logar input[type='dateBR']:focus, .sobreArrecadacao .logar input[type="password"]:focus, .sobreArrecadacao .logar input[type="datetime"]:focus, .sobreArrecadacao .logar input[type="datetime-local"]:focus, .sobreArrecadacao .logar input[type="date"]:focus, .sobreArrecadacao .logar input[type="month"]:focus, .sobreArrecadacao .logar input[type="time"]:focus, .sobreArrecadacao .logar input[type="week"]:focus, .sobreArrecadacao .logar input[type="number"]:focus, .sobreArrecadacao .logar input[type="email"]:focus, .sobreArrecadacao .logar input[type="url"]:focus, .sobreArrecadacao .logar input[type="search"]:focus, .sobreArrecadacao .logar input[type="tel"]:focus, .sobreArrecadacao .logar input[type="color"]:focus, .sobreArrecadacao .logar .uneditable-input:focus {
    outline: none !important;
    border-color: #e41847 !important
}
.sobreArrecadacao .logar input[type='cpf'], .sobreArrecadacao .logar input[type='cep'], .sobreArrecadacao .logar input[type='telefone_brasileiro'], .sobreArrecadacao .logar input[type='dateBR'] {
    height: 20px;
    border: 1px solid #ccc;
    padding: 4px 6px
}
.sobreArrecadacao .logar input[type='text'], .sobreArrecadacao .logar input[type='password'], .sobreArrecadacao .logar input[type='email'], .sobreArrecadacao .logar input[type='cpf'], .sobreArrecadacao .logar input[type='cep'], .sobreArrecadacao .logar input[type='telefone_brasileiro'], .sobreArrecadacao .logar select {
    width: 235px;
    padding-right: 2px
}
.sobreArrecadacao .logar input[type='dateBR'], .sobreArrecadacao .logar select {
    width: 226px
}
.sobreArrecadacao .logar select {
    width: 240px
}
.sobreArrecadacao .logar .validade, .sobreArrecadacao .logar .codsegu {
    float: left;
    width: 43%
}
.sobreArrecadacao .logar .codsegu {
    margin-left: 28px
}
.sobreArrecadacao .logar input[type='submit'], .sobreArrecadacao .logar button, .sobreArrecadacao .logar input[type='button'] {
    font-family: 'Amelia Bold';
    font-size: 16px;
    width: 240px
}
.sobreArrecadacao .logar button {
    margin: 0
}
.sobreArrecadacao .logar .voltar, .sobreArrecadacao .logar .criar {
    width: 45% !important;
    height: 40px;
    margin-left: 0;
    margin-top: 10px
}
.sobreArrecadacao button {
    font-size: 14px;
    width: 240px;
    color: white;
    background-color: #e41847
}
.sobreArrecadacao .headline {
    font-family: "Amelia Bold";
    font-size: 40px;
    padding-right: 20px;
    display: block;
    margin-top: 48px;
    margin-left: 30px;
    margin-bottom: 10px
}
.sobreArrecadacao .headline span {
    font-size: 40px;
    color: #6b6161
}
.sobreArrecadacao .headline em {
    font-style: normal;
    font-size: 25px;
    margin-left: -10px
}
.sobreArrecadacao .tagline {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: -5px;
    margin-left: 30px;
    color: #757072
}
.sobreArrecadacao img {
    margin-top: -15px;
    margin-left: 30px
}
.sobreArrecadacao .numberOfPeople {
    font-size: 2em;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px
}
.sobreArrecadacao .assinantes {
    font-size: 13px;
    display: inline-block;
    margin-bottom: -5px;
    color: #999;
    font-family: "Open Sans"
}
.sobreArrecadacao hr {
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px
}
.sobreArrecadacao .meta, .sobreArrecadacao .meta-valor {
    font-family: "Open Sans";
    font-size: 15px;
    color: #999
}
.sobreArrecadacao .alcancada {
    margin-top: 20px
}
.sobreArrecadacao .sr-only {
    color: #e41847;
    position: relative;
    z-index: 99;
    padding: 2px;
    background: white;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 25px;
    top: 20px;
    left: -10px
}
.sobreArrecadacao .progress {
    width: 240px;
    height: 9px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 0px
}
.sobreArrecadacao ul li {
    font-family: 'Open Sans';
    font-weight: 500;
    margin-bottom: 10px
}
.sobreArrecadacao ul li span {
    font-size: 13px;
    display: block;
    width: 90%;
    color: #989898
}
.sobreArrecadacao .check {
    margin-top: -15px;
    margin-left: 0
}
.sobreArrecadacao .values {
    margin-top: 10px
}
.sobreArrecadacao .values button {
    font-size: 20px;
    line-height: 20px;
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
    background-color: #3F82AF
}
.sobreArrecadacao .values button:hover {
    background-color: #e41847
}
.sobreArrecadacao .values button.selected {
    background-color: #e41847
}
.sobreArrecadacao .values button:nth-child(3) {
    margin-left: 50px
}
.sobreArrecadacao .values button:first-of-type {
    margin-left: 50px
}
.sobreArrecadacao .form-inline {
    margin-left: 30px
}
.sobreArrecadacao .form-inline .add-on {
    font-family: 'Amelia Bold';
    color: white;
    background-color: #3F82AF
}
.sobreArrecadacao .form-inline input[type='submit'], .sobreArrecadacao .form-inline button, .sobreArrecadacao .form-inline input[type='button'] {
    font-family: 'Amelia Bold';
    width: 35px;
    background-color: #3F82AF
}
.sobreArrecadacao .form-inline input[type='submit']:hover, .sobreArrecadacao .form-inline button:hover, .sobreArrecadacao .form-inline input[type='button']:hover {
    background-color: #3F82AF
}
.sobreArrecadacao .valorFinal {
    font-size: 33px;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #3F82AF
}
.sobreArrecadacao .valorFinal span {
    font-weight: bold
}
.sobreArrecadacao .confirmaLeituraTermo {
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 15px;
    margin-left: 8px
}
.sobreArrecadacao .confirmaLeituraTermo input {
    margin-right: 5px;
    margin-bottom: 5px
}
.sobreArrecadacao .confirmContri {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px
}
.sobreArrecadacao .update {
    padding-left: 15px
}
.sobreArrecadacao .alert-pagamento {
    font-family: 'Open Sans';
    font-size: 13px;
    white-space: pre-wrap;
    margin-top: 5px;
    margin-bottom: 5px
}
.informeCampanha {
    position: relative;
    z-index: 2;
    background-color: #f4f4f4
}
.informeCampanha .abasProjeto {
    margin-bottom: 50px
}
.informeCampanha .abasProjeto .nav-tabs {
    margin-bottom: 12px;
    margin-top: 45px
}
.informeCampanha .abasProjeto .nav-tabs li {
    width: 24% !important;
    height: 40px;
    padding-right: 3px;
    border: none
}
.informeCampanha .abasProjeto .nav-tabs li a {
    font-family: 'Amelia Bold';
    font-size: 13px;
    letter-spacing: 1px;
    height: 21px;
    padding-top: 16px;
    text-align: center;
    color: #665e60;
    border: none;
    background-color: transparent
}
.informeCampanha .abasProjeto .nav-tabs li a:hover, .informeCampanha .abasProjeto .nav-tabs li a:focus, .informeCampanha .abasProjeto .nav-tabs li a:active {
    border: none
}
.informeCampanha .abasProjeto .nav-tabs .campanha {
    width: 100px
}
.informeCampanha .abasProjeto .nav-tabs .galeria {
    width: 90px
}
.informeCampanha .abasProjeto .nav-tabs .assinantes {
    width: 90px
}
.informeCampanha .abasProjeto .nav-tabs .coments {
    width: 100px
}
.informeCampanha .abasProjeto .nav-tabs .novidades {
    width: 26% !important
}
.informeCampanha .abasProjeto .nav-tabs .novidades a {
    padding-left: 10px
}
.informeCampanha .abasProjeto .nav-tabs .contas {
    width: 132px
}
.informeCampanha .abasProjeto .nav-tabs .contas a {
    line-height: 13px
}
.informeCampanha .abasProjeto .nav-tabs .active {
    border: none
}
.informeCampanha .abasProjeto .nav-tabs .active a {
    background-color: transparent
}
.informeCampanha .abasProjeto .nav-tabs .active:hover, .informeCampanha .abasProjeto .nav-tabs .active:focus, .informeCampanha .abasProjeto .nav-tabs .active:active {
    border: none
}
.informeCampanha .row {
    margin-top: -55px
}
.informeCampanha #preConteudo {
    min-height: 300px;
    height: auto;
    margin-bottom: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: white
}
.informeCampanha .sobreArrecadao, .informeCampanha .anotherBox {
    background-color: white
}
.informeCampanha .tab-content {
    font-family: 'Open Sans';
    background-color: white;
    padding-top: 20px;
    margin-top: -13px
}
.informeCampanha .tab-content .span8 {
    min-height: 500px;
    margin-bottom: 30px
}
.informeCampanha .tab-content .campanhaWrapper {
    padding-left: 35px;
    margin-right: 25px
}
.informeCampanha .tab-content .campanhaWrapper a {
    padding: 0;
    color: black;
    text-decoration: underline !important
}
.informeCampanha .tab-content .campanhaWrapper .bx-wrapper {
    margin-bottom: 20px !important
}
.informeCampanha .tab-content .campanhaWrapper h3 {
    font-family: 'Amelia Regular';
    font-size: 24px;
    line-height: initial;
    color: black;
    text-transform: none;
    color: #e41847
}
.informeCampanha .tab-content .campanhaWrapper hr {
    width: 84%;
    margin-left: 35px;
    margin-bottom: 4px
}
.informeCampanha .tab-content .campanhaWrapper p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    color: black
}
.informeCampanha .tab-content .campanhaWrapper .tagline {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 25px !important
}
.informeCampanha .tab-content .campanhaWrapper.recorrente h1, .informeCampanha .tab-content .campanhaWrapper.recorrente h3 {
    color: #3F82AF
}
.informeCampanha #campanha .bx-next, .informeCampanha #campanha .bx-prev {
    background: transparent !important
}
.informeCampanha #campanha p b, .informeCampanha #campanha p strong, .informeCampanha #campanha p h3 {
    padding-left: 0
}
.informeCampanha #campanha img {
    padding-left: 0
}
.informeCampanha #campanha .videocampanha iframe {
    width: 560px;
    height: 318px;
    padding-left: 0
}
.informeCampanha #campanha button {
    font-family: 'Open Sans';
    background-color: #ef546d;
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-left: 20px
}
.informeCampanha #campanha .socialButtons {
    width: 500px;
    margin-top: 10px;
    margin-left: -35px
}
.informeCampanha #campanha .socialButtons .fb-like {
    position: relative;
    top: -5px;
    margin-left: -85px;
    padding: 0
}
.two {
    margin-left: 50%
}
#coreText {
    padding-top: 10px
}
#coreText * {
    padding-left: 0
}
#coreText hr {
    width: 100%;
    margin: 30px 0px
}
#coreText h2 {
    font-size: 20px;
    color: black;
    line-height: 24px;
    font-family: Amelia Bold !important
}
.anotherBox {
    margin-bottom: 40px
}
.anotherBox .sidebar-headline {
    padding: 10px
}
.anotherBox .sidebar-headline hr {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px
}
.anotherBox img {
    margin: 0;
    width: 50px;
    height: 50px;
    float: right
}
.anotherBox h4 {
    font-family: 'Amelia Bold';
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px
}
.anotherBox .about {
    float: left
}
.anotherBox .img {
    margin-bottom: 20px
}
.anotherBox .about {
    margin-top: -85px
}
.anotherBox .about ul {
    margin: 0
}
.anotherBox .about ul li span {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #989898
}
.anotherBox .assinantesPrev {
    width: 90%;
    margin-top: 10px;
    margin-left: 18px
}
.anotherBox .assinantesPrev .square {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-bottom: 10px
}
.anotherBox .last-benfeitores {
    padding: 20px
}
.anotherBox .last-benfeitores h4 {
    font-size: 15px;
    margin-bottom: 17px
}
.wrapProjetistaInfo {
    margin-top: 80px;
    width: 240px;
    margin-left: 30px
}
.wrapProjetistaInfo .img {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: -80px
}
.wrapProjetistaInfo .about {
    width: 185px;
    float: left
}
.wrapProjetistaInfo .about li {
    margin-bottom: 2px
}
.wrapProjetistaInfo .about .nameof {
    color: black;
    font-weight: light
}
.wrapProjetistaInfo .about .cats {
    color: #999;
    font-style: italic;
    font-size: 12px;
    font-family: "Open Sans" !important
}
.wrapProjetistaInfo+p {
    margin-left: 30px;
    padding-right: 30px;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #999;
    text-align: justify;
    padding-bottom: 15px
}
.about-project {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    z-index: 0
}
.about-project h2 {
    font-family: 'Amelia Bold';
    font-size: 23px;
    color: white
}
.about-project p {
    font-family: 'Open Sans';
    font-size: 19px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left
}
.about-project .bottompush {
    height: 110px
}
.afterbar-info .block-campanha-info {
    margin-bottom: 20px;
    margin-left: 10px
}
.afterbar-info .block-campanha-info:first-of-type {
    margin-left: 27px
}
.afterbar-info .block-campanha-info .numberOfPeople {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center
}
.afterbar-info .block-campanha-info.fleft {
    width: auto
}
.tudo-ou-nada {
    display: inline-block;
    margin-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    margin-bottom: 15px;
    font-family: "Amelia Regular"
}
.tudo-ou-nada strong {
    text-align: center;
    font-size: 15px;
    font-family: "Amelia Bold"
}
.project-type {
    margin: 10px 0
}
.project-type h3 {
    letter-spacing: 0.1em;
    font-size: 15px
}
.project-type img {
    width: 22px;
    margin: 0;
    margin-bottom: 7px
}
.concluido-metadone em {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px
}
.choose-heading {
    display: inline-block;
    margin-left: 30px;
    font-family: "Amelia Bold";
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 14px
}
.checkbox {
    padding-left: 0;
    margin-bottom: 5px
}
.checkbox .checkbox-block {
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-block;
    position: relative;
    border: 1px solid #E2E2E2;
    margin: 0px 5px
}
.checkbox .check {
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #e41847
}
.checkbox .check .fa.fa-check {
    font-size: 16px;
    position: relative;
    left: 2px;
    top: 1px
}
.checkbox input[type=checkbox]:checked~.checkbox-block .check {
    opacity: 100
}
.checkbox input[type=checkbox] {
    height: 0px
}
.recompensas .hover, .recompensas-recorente .hover {
    width: 300px;
    height: 287px;
    margin-top: -41px;
    margin-bottom: -1px;
    position: absolute;
    z-index: 30;
    transition: backgroud .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px
}
.recompensas .hover .got-it, .recompensas-recorente .hover .got-it {
    display: none;
    font-family: "Amelia Bold" !important;
    font-size: 15px;
    width: 50%;
    height: 20%;
    cursor: pointer;
    position: absolute;
    margin: auto;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.recompensas .hover:hover, .recompensas-recorente .hover:hover {
    background-color: rgba(242, 86, 112, 0.87)
}
.recompensas .hover:hover .got-it, .recompensas-recorente .hover:hover .got-it {
    display: block
}
.recompensas .picker, .recompensas-recorente .picker {
    float: right;
    position: relative;
    left: 30px
}
.recompensas .picker button, .recompensas-recorente .picker button {
    width: 20px;
    height: 20px
}
.recompensas .picker input, .recompensas-recorente .picker input {
    width: 30px;
    height: 20px
}
.recompensas .picker button, .recompensas-recorente .picker button {
    margin: 0;
    background-color: #e41847;
    padding: 0;
    font-size: 16px;
    line-height: 16px
}
.recompensas .picker input, .recompensas-recorente .picker input {
    padding: 0;
    border: 0 !important;
    margin: 0
}
.recompensas .recompensa, .recompensas-recorente .recompensa {
    width: 240px;
    height: auto;
    position: relative;
    z-index: 25;
    margin-bottom: 40px;
    margin-top: 40px
}
.recompensas .recompensa .conteudo, .recompensas-recorente .recompensa .conteudo {
    margin-left: 30px;
    word-wrap: break-word
}
.recompensas .recompensa .conteudo .value, .recompensas-recorente .recompensa .conteudo .value {
    font-size: 24px;
    font-family: "Amelia Bold";
    display: inline-block;
    margin-bottom: 5px
}
.recompensas .recompensa .conteudo .title, .recompensas-recorente .recompensa .conteudo .title {
    font-family: "Amelia Bold";
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
    display: inline-block
}
.recompensas .recompensa .conteudo p, .recompensas-recorente .recompensa .conteudo p {
    width: 240px;
    margin-top: 8px;
    margin-bottom: 12px;
    font-family: "Open Sans"
}
.recompensas-recorente .recompensa {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}
.segundo-round .recompensa {
    margin-bottom: 10px;
    margin-top: 15px
}
.how-much {
    margin-top: 10px;
    margin-bottom: 10px
}
.how-much span {
    display: inline-block;
    margin-left: 30px;
    width: 240px;
    font-family: "Open Sans";
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 15px;
    display: inline-block
}
.how-much span em {
    font-family: "Amelia Bold";
    font-style: normal
}
.how-much button {
    margin-left: 30px
}
.confirmacao-contribuicao span, .confirmacao-contribuicao div, .confirmacao-contribuicao strong, .confirmacao-contribuicao h5 {
    margin-left: 30px;
    padding-right: 30px
}
.confirmacao-contribuicao .sub-heading {
    display: inline-block;
    margin-bottom: 8px
}
.confirmacao-contribuicao .data-set {
    margin-bottom: 15px !important;
    margin-top: 5px
}
.confirmacao-contribuicao span {
    display: inline-block
}
.confirmacao-contribuicao .recompensa-description {
    margin-bottom: 15px
}
.confirmacao-contribuicao strong {
    font-family: "Amelia Bold";
    font-size: 17px
}
.confirmacao-contribuicao .table-recompensa {
    font-family: "Open Sans";
    margin-bottom: 5px
}
.confirmacao-contribuicao .table-recompensa:first-child {
    margin-top: 15px
}
.confirmacao-contribuicao .table-recompensa span {
    font-family: "Open Sans";
    margin-left: 0
}
.button-edit {
    height: 20px !important;
    margin-left: 30px !important;
    margin-bottom: 10px;
    font-size: 11px !important;
    line-height: 1px
}
.total-end {
    color: #e41847;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important
}
.value-end {
    margin: 0 !important;
    padding: 0 !important
}
.user-confirmation-info {
    color: #666;
    margin-left: 30px !important;
    padding-right: 30px
}
.user-confirmation-info li {
    font-family: "Open Sans" !important;
    margin-bottom: 0 !important;
    color: #666
}
.values-donation-benfeitoria {
    margin-bottom: 5px
}
.values-donation-benfeitoria hr {
    margin-top: 10px
}
.values-donation-benfeitoria button {
    width: 45px;
    height: 35px;
    padding: 0;
    margin-left: 0;
    font-family: 'Amelia Bold';
    font-size: 12px
}
.values-donation-benfeitoria button.active {
    background-color: #e41847 !important;
    color: white !important
}
.choise input[type='button'] {
    font-family: 'Amelia Bold';
    font-size: 16px;
    width: 240px;
    background-color: #e41847;
    margin-left: 30px
}
.choise #btnVoltar {
    width: 120px;
    height: 30px;
    line-height: 12px
}
.choise .cc {
    width: 240px;
    height: auto;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px
}
.choise .cc span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 15px
}
.choise .cc input[type='text'] {
    width: 100% !important
}
.choise .cc:hover {
    background-color: #E1E1E1
}
.choise .cc img {
    width: 30px;
    height: auto;
    margin-left: 5px
}
.choise .cc img.first {
    margin-left: 0 !important
}
.choise .cc strong {
    display: inline-block;
    margin-bottom: 8px
}
.choise #boletoCollapse, .choise #ccCollapse {
    margin-left: 30px !important;
    margin-right: 30px !important
}
.choise #boletoCollapse form, .choise #ccCollapse form {
    margin-left: 0
}
.choise #boletoCollapse input[type='text'], .choise #ccCollapse input[type='text'] {
    width: 100% !important
}
.choise #boletoCollapse strong, .choise #ccCollapse strong {
    font-family: "Amelia Bold"
}
.choise #boletoCollapse span, .choise #ccCollapse span {
    font-family: "Open Sans";
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase
}
.choise #boletoCollapse input[type='button'], .choise #ccCollapse input[type='button'] {
    font-family: 'Amelia Bold';
    font-size: 16px;
    width: 240px;
    margin-left: 0
}
.numbersOfBenfeitores {
    font-family: "Amelia Light"
}
.numberOfAvailable {
    font-family: "Open Sans" !important;
    display: inline-block;
    font-style: italic;
    float: right;
    color: black;
    font-size: 12px;
    margin-right: -25px
}
.sem-recompensa {
    margin-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 20px
}
.sem-recompensa strong {
    font-family: "Amelia Bold";
    font-size: 17px
}
.sem-recompensa input[type='checkbox'] {
    margin-bottom: 5px;
    margin-right: 2px;
    float: right
}
.bx-controls-direction a {
    text-indent: initial !important;
    width: auto !important;
    height: auto !important
}
.bx-controls-direction a i {
    font-size: 2em;
    color: #ccc
}
.house-of-metas {
    padding-left: 0;
    height: inherit
}
.house-of-metas.recorrente .meta .title, .house-of-metas.recorrente .meta .value, .house-of-metas.recorrente .meta .description {
    color: #3F82AF
}
.house-of-metas .meta {
    background-color: transparent;
    padding: 7px;
    position: relative;
    border: 1px solid #ccc;
    height: calc(100% - 16px);
    margin-bottom: 10px
}
.house-of-metas .meta .title, .house-of-metas .meta .value, .house-of-metas .meta .description {
    color: #e41847
}
.house-of-metas .meta .title {
    font-family: "Amelia Light";
    margin: 7px 0;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 1px
}
.house-of-metas .meta img {
    margin-top: -3px;
    display: inline-block
}
.house-of-metas .meta .value {
    font-size: 15px
}
.house-of-metas .meta .description {
    color: #999 !important;
    font-size: 0.8rem !important;
    margin-left: 20px;
    padding-right: 20px
}
.house-of-metas .meta img.meta-achiev {
    width: auto !important;
    position: absolute;
    z-index: 40;
    top: 0;
    left: 90%
}
.house-of-metas .non-achiev strong {
    color: #6f6f6f !important
}
.share-project-area {
    height: 70px
}
.share-project-area span {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #999
}
.share-project-area img {
    width: 20px;
    float: left;
    margin-left: 5px
}
.informeCampanhas .tab-content, .sidebarColetivo {
    border-top: 1px solid #d3d3d3;
    margin-top: 103px
}
.informeCampanha .abasProjeto .nav-tabs {
    margin-bottom: 13px;
    border-bottom: 1px solid #d3d3d3
}
.informeCampanha .abasProjeto .nav-tabs li {
    height: 45px
}
.sidebarColetivo .headline {
    text-align: center;
    color: #e41847;
    margin-left: 10px
}
.sidebarColetivo .headline span {
    font-size: 22px;
    color: #e41847
}
.sidebarColetivo .headline em {
    font-family: "Open Sans";
    color: #e41847;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 0.5px
}
.sidebarColetivo .meta-box {
    margin-left: -7px
}
.sidebarColetivo .meta-box span.meta {
    font-family: "Open Sans" !important;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 15px;
    font-weight: lighter
}
.sidebarColetivo .meta-box .meta-valor {
    font-family: "Amelia Bold";
    font-size: 16px;
    font-weight: lighter
}
.sidebarColetivo .progress {
    height: 10px;
    margin-top: 15px
}
.sidebarColetivo .block-campanha-info .numberOfPeople {
    font-family: "Amelia Regular" !important
}
.sidebarColetivo .block-campanha-info .assinantes {
    font-family: "Open Sans" !important
}
.sidebarColetivo .recompensas .conteudo .value, .sidebarColetivo .recompensas .conteudo .title, .sidebarColetivo .recompensas-recorente .conteudo .value, .sidebarColetivo .recompensas-recorente .conteudo .title {
    color: #e41847
}
.sidebarColetivo .recompensas .conteudo p, .sidebarColetivo .recompensas-recorente .conteudo p {
    color: black
}
.sidebarColetivo .recompensas .conteudo .title, .sidebarColetivo .recompensas-recorente .conteudo .title {
    font-size: 15px;
    text-transform: none !important
}
.sidebarColetivo .recompensas .conteudo .value, .sidebarColetivo .recompensas-recorente .conteudo .value {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px
}
.sidebarColetivo .recompensas .conteudo .value strong, .sidebarColetivo .recompensas-recorente .conteudo .value strong {
    margin-left: 7px;
    font-size: 26px
}
.sidebarColetivo .recompensas .conteudo .numbersOfBenfeitores, .sidebarColetivo .recompensas-recorente .conteudo .numbersOfBenfeitores {
    color: #999;
    font-size: 14px
}
.sidebarRecorrente .headline {
    color: #3F82AF
}
.sidebarRecorrente .headline span {
    color: #3F82AF
}
.sidebarRecorrente .headline em {
    color: #3F82AF
}
.sidebarRecorrente .two-sided-buttons .btn-transparent:hover {
    outline: none !important;
    border-color: #3F82AF !important
}
.sidebarRecorrente .paypal-alert {
    color: #3F82AF;
    background-color: transparent;
    padding: 20px 20px 20px 30px
}
.sidebarRecorrente .logar .btn-transparent:hover, .sidebarRecorrente .logar textarea:focus, .sidebarRecorrente .logar input.ignore:focus, .sidebarRecorrente .logar input[type="text"]:focus, .sidebarRecorrente .logar input[type='cep']:focus, .sidebarRecorrente .logar input[type='dateBR']:focus, .sidebarRecorrente .logar input[type="password"]:focus, .sidebarRecorrente .logar input[type="datetime"]:focus, .sidebarRecorrente .logar input[type="datetime-local"]:focus, .sidebarRecorrente .logar input[type="date"]:focus, .sidebarRecorrente .logar input[type="month"]:focus, .sidebarRecorrente .logar input[type="time"]:focus, .sidebarRecorrente .logar input[type="week"]:focus, .sidebarRecorrente .logar input[type="number"]:focus, .sidebarRecorrente .logar input[type="email"]:focus, .sidebarRecorrente .logar input[type="url"]:focus, .sidebarRecorrente .logar input[type="search"]:focus, .sidebarRecorrente .logar input[type="tel"]:focus, .sidebarRecorrente .logar input[type="color"]:focus, .sidebarRecorrente .logar .uneditable-input:focus {
    outline: none !important;
    border-color: #3F82AF !important
}
.sidebarRecorrente .logar .criar {
    background-color: #3F82AF
}
.sidebarRecorrente .afterbar-info {
    padding-left: 40px;
    padding-right: 20px;
    margin-left: 20px
}
.sidebarRecorrente .afterbar-info .fright {
    padding-right: 20px
}
.sidebarRecorrente .afterbar-info .fright .numberOfPeople {
    margin-right: 15px
}
.sidebarRecorrente .afterbar-info .fright .assinantes {
    margin-left: 15px
}
.sidebarRecorrente .progress .bar {
    background: #3F82AF !important
}
.sidebarRecorrente .button-end, .sidebarRecorrente .btn-assinar {
    background-color: #3F82AF
}
.sidebarRecorrente .button-end:hover, .sidebarRecorrente .button-end:active, .sidebarRecorrente .button-end:focus, .sidebarRecorrente .btn-assinar:hover, .sidebarRecorrente .btn-assinar:active, .sidebarRecorrente .btn-assinar:focus {
    background-color: #3F82AF
}
.sidebarRecorrente .recompensas .hover:hover {
    background-color: rgba(63, 130, 175, 0.87)
}
.sidebarRecorrente .recompensas .conteudo .value, .sidebarRecorrente .recompensas .conteudo .title {
    color: #3F82AF
}
.sidebarRecorrente .recompensas .picker button {
    background-color: #3F82AF
}
.sidebarRecorrente #btnBenfeitor {
    background-color: #3F82AF
}
.sidebarRecorrente #btnBenfeitor:hover {
    background-color: #3F82AF
}
#divAlertBenfeitoriaValue, #divDoubleCheckForBlindUsers {
    background-image: none !important;
    padding: 8px 35px 8px 14px;
    background-color: #f2838f;
    border: #ed5565;
    color: white
}
.goToTop {
    width: auto !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
    color: #e41847
}
.goToTop i {
    font-size: 1.25rem;
    vertical-align: middle
}
.recompensas-recorrente .recompensa {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}
.recompensas-recorrente .recompensa .hover {
    margin-top: -21px;
    padding-bottom: 1px;
    padding-top: 1px
}
.slideup-view p {
    font-size: 11px
}
.slideup-view form {
    margin-left: 0 !important
}
.slideup-view form .submsg {
    display: inline-block;
    text-align: right;
    float: right
}
.slideup-view form hr {
    margin-top: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.slideup-view form .btn, .slideup-view form .recompensas .picker button, .recompensas .picker .slideup-view form button, .slideup-view form .recompensas-recorente .picker button, .recompensas-recorente .picker .slideup-view form button {
    width: 100% !important;
    margin-top: 10px
}
.slideup-view div.input-prepend {
    width: 100%
}
.slideup-view div.input-prepend .add-on:first-child {
    color: #999
}
.slideup-view div.input-prepend .add-on:last-child {
    background-color: #e3e3e3;
    color: #949494
}
.slideup-view div.input-prepend input.valor {
    width: 175px;
    color: #3F82AF;
    font-weight: bold
}
.pp-go {
    padding-left: 30px
}
.pp-go a {
    color: #666;
    font-family: "Amelia Regular";
    font-size: 15px
}
.pp-go a:hover {
    text-decoration: underline !important
}
.inscreverProjeto, .editarCampanha {
    padding-bottom: 50px
}
.payw-choose-box {
    margin-bottom: 50px
}
.payw-choose-box .promos {
    margin: 0 auto;
    margin-top: 50px
}
.payw-choose-box .ribbon {
    position: absolute;
    top: 0;
    left: 15px
}
.payw-choose-box .ribbon:after {
    content: '';
    border-top: 10px solid white;
    border-left: 12.5px solid white;
    border-right: 12.5px solid white;
    border-bottom: 10px solid transparent
}
.payw-choose-box .deal h2 {
    font-size: 45px;
    position: relative;
    top: 10px
}
.payw-choose-box .promo {
    width: 33.3%;
    background: #a5a5a5;
    color: white;
    float: left;
    text-align: center;
    padding-bottom: 10px
}
.payw-choose-box .promo .subprice {
    border-bottom: 2px solid white;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 7px
}
.payw-choose-box .promo p, .payw-choose-box .promo h2 {
    color: white !important
}
.payw-choose-box .promo.choosen {
    background: #e41847
}
.payw-choose-box .promo.scale {
    transform: scale(1.2);
    box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8) !important
}
.payw-choose-box .promo.scale p {
    width: 76.5% !important;
    margin: 0 !important;
    padding: 0px 37px !important
}
.payw-choose-box .deal {
    padding: 10px 0 0 0
}
.payw-choose-box .another-payw {
    width: 100%;
    margin-top: 35px
}
.payw-choose-box .another-payw a {
    display: block;
    width: 206px;
    margin: 0 auto;
    color: black;
    font-size: 18px;
    text-decoration: underline !important
}
.payw-choose-box .another-payw .show-choise {
    width: 185px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center
}
.payw-choose-box .another-payw .show-choise input {
    width: 45px;
    height: 20px
}
.payw-choose-box .another-payw .show-choise em {
    font-style: normal;
    color: black;
    font-size: 20px;
    position: relative;
    top: 5px;
    left: 4px
}
.form-arrecade .input-prepend {
    margin-top: 5px;
    position: relative
}
.form-arrecade .input-prepend .add-on:first-child {
    color: #E2E2E2;
    border-color: #E2E2E2
}
.form-arrecade .input-prepend .custom-add-on:first-child {
    letter-spacing: 2px;
    color: #E2E2E2;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 10
}
.form-arrecade .input-append {
    margin-top: 5px;
    position: relative
}
.form-arrecade .input-append .add-on:last-child {
    background-color: #E2E2E2;
    color: #9D9D9D;
    border-color: #E2E2E2
}
.form-arrecade .input-append input, .form-arrecade .input-prepend input {
    margin-top: 0px
}
.form-arrecade label {
    color: #949494
}
.form-arrecade input, .form-arrecade textarea, .form-arrecade select {
    border-color: #E2E2E2;
    margin-top: 5px;
    width: 100%;
    color: #949494
}
.form-arrecade input:focus, .form-arrecade textarea:focus, .form-arrecade select:focus {
    border-color: #e41847
}
.form-arrecade input, .form-arrecade select {
    height: 40px
}
.form-arrecade input[type='submit'], .form-arrecade button, .form-arrecade input[type='button'] {
    width: 150px;
    float: right;
    margin-top: 40px;
    font-family: "Amelia Bold";
    letter-spacing: 0.1em
}
.form-arrecade .checkbox {
    padding-left: 0;
    margin-bottom: 5px
}
.form-arrecade .checkbox .checkbox-block {
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-block;
    position: relative;
    border: 1px solid #E2E2E2
}
.form-arrecade .checkbox .check {
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #e41847
}
.form-arrecade .checkbox .check .fa.fa-check {
    font-size: 16px;
    position: relative;
    left: 2px;
    top: 1px
}
.form-arrecade .checkbox input[type=checkbox]:checked~.checkbox-block .check {
    opacity: 100
}
.form-arrecade .checkbox input[type=checkbox] {
    height: 0px;
    opacity: 0
}
.form-arrecade input::-webkit-input-placeholder {
    color: #E2E2E2 !important
}
.form-arrecade input:-moz-placeholder {
    color: #E2E2E2 !important
}
.form-arrecade input::-moz-placeholder {
    color: #E2E2E2 !important
}
.form-arrecade input:-ms-input-placeholder {
    color: #E2E2E2 !important
}
.form-arrecade h1, .form-arrecade h2, .form-arrecade h3, .form-arrecade h4 {
    color: #9D9D9D;
    margin-bottom: 20px
}
.form-arrecade .buttons {
    width: 100%;
    height: 100px
}
.form-arrecade .buttons .center {
    width: 500px;
    height: 100px;
    margin: 0 auto;
    text-align: center
}
.form-arrecade .buttons .center a {
    display: inline-block
}
.form-arrecade .buttons .center button {
    font-family: "Amelia Bold";
    letter-spacing: 0.1em;
    width: 220px;
    height: 60px;
    font-size: 16px;
    margin-top: 0px
}
.form-arrecade .buttons .center button:hover {
    background-color: #e41847
}
.form-arrecade p {
    font-family: "Open Sans";
    width: 70%
}
.form-arrecade strong {
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Open Sans";
    font-size: 25px
}
.form-arrecade .confirm {
    float: left;
    font-size: 16px;
    width: 100%;
    font-style: italic
}
.form-arrecade .confirm:first-of-type {
    margin-left: 0
}
.form-arrecade .confirm .checkbox .check .fa.fa-check {
    left: 0px;
    top: 0px
}
.form-arrecade .arrecadacaoTabs {
    margin-bottom: 30px
}
.form-arrecade .arrecadacaoTabs.recorrente .nav a, .form-arrecade .arrecadacaoTabs.recorrente .nav-tabs a {
    color: #3F82AF
}
.form-arrecade .arrecadacaoTabs p {
    font-size: 14px;
    width: 100%
}
.form-arrecade .arrecadacaoTabs .nav, .form-arrecade .arrecadacaoTabs .nav-tabs {
    padding: 0;
    margin: 0
}
.form-arrecade .arrecadacaoTabs .nav li, .form-arrecade .arrecadacaoTabs .nav-tabs li {
    width: 100px;
    height: 38px;
    margin-bottom: 0;
    text-align: center
}
.form-arrecade .arrecadacaoTabs .nav a, .form-arrecade .arrecadacaoTabs .nav-tabs a {
    font-family: "Amelia Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #e41847
}
.form-arrecade .arrecadacaoTabs .nav .active a, .form-arrecade .arrecadacaoTabs .nav-tabs .active a {
    background-color: #eff2ee
}
.form-arrecade .arrecadacaoTabs .valor, .form-arrecade .arrecadacaoTabs .add-on {
    height: 40px
}
.form-arrecade .arrecadacaoTabs .input-append .add-on, .form-arrecade .arrecadacaoTabs .input-prepend .add-on {
    font-size: 24px;
    line-height: 46px
}
.form-arrecade .arrecadacaoTabs .money {
    color: #e41847;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: right
}
.form-arrecade .arrecadacaoTabs .input-prepend .add-on:first-child {
    color: #E2E2E2;
    border-color: #E2E2E2;
    letter-spacing: 2px;
    line-height: 45px
}
.form-arrecade .arrecadacaoTabs .input-append .add-on:last-child {
    background-color: #E2E2E2;
    color: #9D9D9D;
    border-color: #E2E2E2;
    letter-spacing: 2px
}
.form-arrecade .arrecadacaoTabs .tab-pane {
    background-color: white;
    width: 95%;
    padding: 10px
}
.form-arrecade .arrecadacaoTabs .tab-pane textarea {
    width: 80%
}
.form-arrecade .arrecadacaoTabs .tab-pane label {
    font-family: "Open Sans";
    font-size: 14px
}
.form-arrecade .optionBox {
    width: 100%
}
.form-arrecade .optionBox p {
    font-size: 14px;
    color: #949494
}
.form-arrecade .optionBox label {
    float: left;
    margin-left: 100px;
    font-size: 16px
}
.form-arrecade .optionBox label:first-of-type {
    margin-left: 0
}
.form-arrecade .fifth label {
    font-size: 12px;
    margin-left: 102px
}
.form-arrecade .quarter {
    width: 100%;
    height: 35px
}
.form-arrecade .quarter label {
    font-size: 12px;
    width: 140px
}
.form-arrecade .quarter label:first-child {
    height: 30px
}
.form-arrecade .quarter label.last {
    width: 190px
}
.form-arrecade .inline-inputs.inputs3 {
    height: 80px;
    margin-bottom: 5px
}
.form-arrecade .inline-inputs.inputs3 input {
    width: 30%;
    float: left;
    margin-left: 10px
}
.form-arrecade .inline-inputs.inputs3 input:first-child {
    margin-left: 0
}
.form-arrecade span {
    font-family: "Open Sans"
}
.form-arrecade span input {
    margin-top: -3px
}
.form-arrecade .tabs-meta {
    heigh: 40px
}
.form-arrecade .tabs-meta li {
    width: 33% !important
}
.form-arrecade .tabs-meta li:hover, .form-arrecade .tabs-meta li.active {
    border-bottom: 2px solid #e41847
}
.form-arrecade .tabs-meta a {
    color: #e41847 !important;
    background-color: transparent !important
}
.form-arrecade .tabs-meta a:hover {
    border: none !important;
    color: #e41847 !important
}
.form-arrecade.form-recorrente *::selection {
    background: #3F82AF
}
.form-arrecade.form-recorrente *::-moz-selection {
    background: #3F82AF
}
.form-arrecade.form-recorrente input:focus, .form-arrecade.form-recorrente textarea:focus, .form-arrecade.form-recorrente select:focus {
    border-color: #3F82AF
}
.form-arrecade.form-recorrente .checkbox .check {
    color: #3F82AF
}
.form-arrecade.form-recorrente .buttons .center button:hover {
    background-color: #3F82AF
}
.form-arrecade.form-recorrente .tabs-meta li:hover, .form-arrecade.form-recorrente .tabs-meta li.active {
    border-bottom: 2px solid #3F82AF
}
.form-arrecade.form-recorrente .tabs-meta a {
    color: #3F82AF !important
}
.form-arrecade.form-recorrente .tabs-meta a:hover {
    color: #3F82AF !important
}
.form-arrecade.form-recorrente .arrecadacaoTabs .money {
    color: #3F82AF
}
.form-arrecade.fix-etapa-2 input, .form-arrecade.fix-etapa-2 textarea, .form-arrecade.fix-etapa-2 select {
    width: 97%
}
.section.enviarprojeto h2 {
    font-size: 40px
}
.section.enviarprojeto h4 {
    font-size: 23px
}
.section.enviarprojeto h4 a {
    text-decoration: underline !important
}
.section.section-benefits .benefits {
    margin-bottom: 30px
}
.section.section-benefits .benefits .span3 {
    width: 218px;
    min-height: 100px
}
.section.section-benefits .benefits .span3 p {
    font-size: 14px
}
.section.section-benefits .benefits .span3 img {
    height: 50px;
    margin-bottom: 15px
}
.section.section-benefits .benefits .span3 h3 {
    text-transform: none;
    margin-bottom: 15px
}
.login-intersect .span5 h3 {
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1em;
    text-transform: none;
    color: #9D9D9D
}
.login-intersect .span5 .register {
    margin-top: 30px;
    margin-bottom: 30px
}
.login-intersect .span5 .register button {
    width: 188px;
    letter-spacing: 0.1em
}
.login-intersect .span5 .btn-facebook {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.login-intersect .span5 .login-form {
    margin-top: 19px
}
.login-intersect .span5 .login-form input {
    width: 350px;
    height: 30px;
    border-color: #E2E2E2;
    padding-left: 15px
}
.login-intersect .span5 .login-form input::-webkit-input-placeholder {
    color: #E2E2E2 !important
}
.login-intersect .span5 .login-form input:-moz-placeholder {
    color: #E2E2E2 !important
}
.login-intersect .span5 .login-form input::-moz-placeholder {
    color: #E2E2E2 !important
}
.login-intersect .span5 .login-form input:-ms-input-placeholder {
    color: #E2E2E2 !important
}
.login-intersect .span5 .login-form p a {
    color: #9D9D9D;
    text-decoration: underline !important
}
.login-intersect .span5 .login-form button {
    width: 126px;
    position: relative;
    left: 50%;
    margin-left: -63px
}
.two-sided-bar .bar {
    height: 1px;
    width: 100px;
    background-color: #E2E2E2
}
.two-sided-bar .bar.mini {
    width: 75px;
    background-color: #999
}
.two-sided-bar .bar.not-that-mini {
    width: 83px;
    background-color: #999
}
.two-sided-bar .bar.extended {
    width: 170px
}
.two-sided-bar span {
    display: inline-block;
    float: left;
    margin-top: -10px;
    margin-left: 15px;
    color: #9D9D9D
}
.two-sided-bar .first {
    float: left
}
.two-sided-bar .last {
    float: right
}
.two-sided-buttons {
    padding: 0 30px
}
.two-sided-buttons button {
    width: 48%;
    height: 30px;
    padding: 0;
    font-family: "Amelia Regular";
    font-size: 10px
}
.two-sided-buttons button:last-child {
    margin-left: 2px
}
.project-tips ul li {
    font-family: "Amelia Regular";
    font-size: 13.5px
}
#formNovoProjeto.form-arrecade span.error, #formCadastroPF.form-arrecade span.error, #formCadastroPJ.form-arrecade span.error {
    margin-bottom: 0px
}
#formNovoProjeto span.error, #formCadastroPF span.error, #formCadastroPJ span.error {
    display: inline-block;
    float: right;
    padding: 0 5px;
    color: red;
    font-weight: normal;
    margin-bottom: 25px
}
#formNovoProjeto .optionBox span.error, #formCadastroPF .optionBox span.error, #formCadastroPJ .optionBox span.error {
    margin-bottom: 0;
    font-weight: normal
}
#formNovoProjeto .confirm input.error, #formCadastroPF .confirm input.error, #formCadastroPJ .confirm input.error {
    display: inline-block
}
#formNovoProjeto .confirm span.error, #formCadastroPF .confirm span.error, #formCadastroPJ .confirm span.error {
    background-color: transparent
}
#formCadastroPF span.error, #formCadastroPJ span.error {
    padding: 5px 5px;
    margin-top: 5px
}
.section-search {
    min-height: 200px;
    border-top: 3px solid #666
}
.section-search .span12 .block-center {
    margin-top: 30px
}
.section-search .span12 .block-center .input-group {
    position: relative
}
.section-search .span12 .block-center #key_words:empty+span.placeholder-search {
    display: block
}
.section-search .span12 .block-center #key_words::-webkit-input-placeholder {
    color: #666
}
.section-search .span12 .block-center #key_words:-moz-placeholder {
    color: #666
}
.section-search .span12 .block-center #key_words::-moz-placeholder {
    color: #666
}
.section-search .span12 .block-center #key_words:-ms-input-placeholder {
    color: #666
}
.section-search .span12 .block-center span.placeholder-search {
    diplay: none;
    position: absolute;
    left: 197px;
    top: 9px;
    font-size: 14px;
    color: #b1b1b1
}
.section-search .span12 .block-center span.placeholder-search .keyword {
    font-weight: bold
}
.section-search .span12 .block-center img {
    width: 30px;
    height: auto
}
.section-search .span12 .block-center input {
    width: 600px;
    height: 30px;
    text-align: left !important;
    border: 1px solid #e4e4e4;
    color: #b1b1b1
}
.section-search .span12 .block-center input::placeholder {
    float: left;
    text-align: left !important
}
.section-search .span12 .block-center button, .section-search .span12 .block-center .submit-form {
    background-color: #949494 !important;
    border: 1px solid #bababa
}
.section-search .span12 .block-center button:hover, .section-search .span12 .block-center .submit-form:hover {
    background-color: #383838 !important;
    border: none !important
}
.sidebar {
    margin-bottom: 30px;
    background-color: #e41847;
    padding-top: 5px;
    padding-bottom: 5px
}
.sidebar * {
    margin-left: 15px
}
.sidebar * strong {
    margin-left: 0
}
.sidebar span {
    font-family: "Gotham Light";
    font-weight: 500;
    color: white;
    font-size: 13px
}
.sidebar span:first-of-type {
    margin-bottom: 10px
}
.sidebar input {
    margin-bottom: 10px;
    width: 185px
}
.sidebar ul {
    margin-top: 10px;
    width: 80%
}
.sidebar ul li {
    margin: 0;
    width: auto
}
.sidebar ul li.active span {
    background-color: #e41847
}
.sidebar ul li span {
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    font-family: "Gotham Light";
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    width: auto
}
.sidebar ul li span:hover {
    background-color: #e41847
}
.verProjetos .first {
    margin-left: 130px
}
.verProjetos .span4 {
    margin-bottom: 30px;
    margin-left: 26px
}
.verProjetos .lead {
    margin-top: 30px
}
.verProjetos hr {
    margin-top: -30px
}
.verProjetos #searchBox {
    background: url("../img/search-icon.png") right no-repeat;
    background-color: white
}
.panel-default {
    border-color: #ddd
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-family: "Gotham Light"
}
.panel-body {
    padding: 15px
}
.next-row-search .content {
    margin-left: 10px !important
}
.next-row-search .progress {
    margin-left: 0 !important
}
.search-box {
    width: 100%;
    height: 32px;
    background-color: steelblue;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}
.search-box input[type='text'] {
    width: 90%
}
.search-box .submit-form {
    width: 5%;
    padding: 0;
    height: 30px;
    margin-bottom: 10px
}
.if-search {
    margin-bottom: 8px
}
.filter-stats button {
    background-color: #e41847 !important;
    width: 24.73%
}
.filter-cat button {
    width: 24.73%
}
.search-tittle .search-conquer {
    width: 50%;
    float: left
}
.search-tittle input {
    float: left;
    margin-left: 110px;
    width: 300px
}
.search-tittle .submit-form {
    float: right;
    width: 13px;
    height: 34px
}
.searcharea h1 {
    color: white;
    font-size: 43px;
    line-height: 50px;
    display: inline-block
}
.searcharea h1 span, .searcharea h1 svg {
    color: white;
    font-size: 43px;
    font-family: "Amelia Bold" !important
}
.searcharea h1 svg {
    width: 25px
}
.searcharea h1 .border-line:hover span, .searcharea h1 .border-line:hover svg {
    color: #cacaca;
    cursor: pointer;
    font-family: "Amelia Bold" !important;
    border-color: #cacaca
}
.searcharea h1 .border-line span {
    border-bottom: 2px solid white
}
.searcharea h1 .border-line span svg {
    border: none !important
}
.searcharea h1 .fill-white {
    fill: #fff
}
.searcharea .projects-options-background {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: absolute;
    z-index: 80;
    opacity: 0.85;
    top: 0;
    left: 0
}
.searcharea .project-options {
    position: absolute;
    z-index: 100
}
.searcharea .project-options.span12 {
    margin-top: -240px
}
.searcharea .project-options a:hover span {
    border-bottom: 1px solid #e41847;
    color: #e41847
}
.searcharea .project-options h2, .searcharea .project-options h3 {
    font-family: "Amelia Bold";
    display: inline-block;
    float: left
}
.searcharea .project-options .span5 h3 {
    float: right;
    text-align: right;
    color: white;
    margin-right: 23px
}
.searcharea .project-options .projects-search-main {
    float: left;
    margin-top: 8px;
    margin-left: -30px
}
.searcharea .project-options .projects-search-main ul {
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    width: 390px;
    margin-top: -12px
}
.searcharea .project-options .projects-search-main li {
    font-size: 30px
}
.searcharea .project-options .category-item {
    height: 20px
}
.searcharea .project-options .category-item a {
    font-size: 12px;
    font-family: "Gotham Light"
}
.searcharea .span12 {
    margin-top: 130px
}
.close-it {
    float: right;
    position: relative;
    top: -25px
}
.close-it a {
    font-size: 18px
}
.pick-project .span2 {
    border-bottom: 4px solid #e41847;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    width: 180px;
    text-align: center;
    align-content: center
}
.pick-project .span2 h4 {
    padding-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 2px
}
.pick-project .force-bottom-border {
    border-bottom: 4px solid #3F82AF !important;
    margin-left: 0
}
.pick-project .border-unable {
    border-bottom: 1px solid #949494 !important;
    height: 69px
}
.pick-project .border-box {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}
.pick-project img {
    width: 25px;
    height: 25px
}
.pick-project.no-recorrente .txt-recorrente-blue {
    color: #949494 !important
}
.pick-project.no-recorrente .recorrente-box .logo-recorrente-gray {
    background-image: url("../img/logo-recorrente-gray.png");
    height: 25px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center
}
.pick-project.no-recorrente .recorrente-box:hover {
    cursor: pointer
}
.pick-project.no-recorrente .recorrente-box:hover .logo-recorrente-gray {
    background-image: url("../img/logo-recorrente-black.png")
}
.pick-project.no-recorrente .recorrente-box:hover .txt-recorrente-blue {
    color: #383838 !important
}
.pick-project.no-coletivo .txt-pink {
    color: #949494 !important
}
.pick-project.no-coletivo .coletivo-box .logo-coletivo-gray {
    background-image: url("../img/logo-coletivo-gray.png");
    height: 25px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center
}
.pick-project.no-coletivo .coletivo-box:hover {
    cursor: pointer
}
.pick-project.no-coletivo .coletivo-box:hover .logo-coletivo-gray {
    background-image: url("../img/logo-coletivo-black.png")
}
.pick-project.no-coletivo .coletivo-box:hover .txt-pink {
    color: #383838 !important
}
.login {
    min-height: 500px
}
.login .getdown {
    margin-top: 0px
}
.login h2 {
    margin-top: 30px;
    color: #3F82AF
}
.login hr, .login p {
    margin-top: -30px
}
.login p {
    color: #515151
}
.login .semcadastro {
    padding-left: 100px;
    height: 250px
}
.login .semcadastro h3 {
    color: #3F82AF;
    margin-top: -10px;
    margin-bottom: 10px
}
.login .semcadastro em {
    color: #3F82AF;
    font-style: normal;
    font-size: 15px;
    font-weight: 600
}
.login .semcadastro button {
    width: 250px;
    margin-top: 5px
}
.login form {
    border-right: 2px solid #e41847
}
.login form .text-error {
    margin-bottom: 20px;
    width: 145px;
    background-color: #b94a48;
    color: white;
    border-radius: 3px;
    display: block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline
}
.login form h3 {
    color: #3F82AF;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 20px
}
.login form label {
    font-weight: bold;
    color: black
}
.login form label input {
    margin-top: 5px;
    height: 55px;
    width: 320px;
    padding-left: 15px
}
.login form label input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #75627b
}
.login form label input:-moz-placeholder {
    padding-left: 10px;
    color: #75627b
}
.login form label input::-moz-placeholder {
    padding-left: 10px;
    color: #75627b
}
.login form label input:-ms-input-placeholder {
    padding-left: 10px;
    color: #75627b
}
.login form .icon {
    width: 64px;
    height: 63px;
    border: 1px solid lightgray
}
.login form .icon-mail {
    background: #fff url("../img/login-user.png") no-repeat;
    margin-top: -26px
}
.login form .icon-password {
    background: #fff url("../img/login-pass.png") no-repeat;
    margin-top: -26px
}
.login form #login_mail {
    width: 365px;
    border: 1px solid lightgray;
    margin-top: 6px;
    height: 35px
}
.login form #login_senha {
    width: 365px;
    border: 1px solid lightgray;
    margin-top: 6px;
    height: 35px
}
.login form button, .login form a, .login form input[type='submit'], .login form input[type='button'] {
    font-family: "Amelia Bold"
}
.login form input[type='submit'], .login form button, .login form input[type='button'] {
    margin-left: 125px
}
.login form a {
    text-decoration: underline;
    font-size: 20px
}
.cadastro .container {
    padding-bottom: 50px
}
.cadastro h2 {
    margin-top: 30px;
    font-family: "Raleway";
    font-weight: bold;
    color: #3F82AF
}
.cadastro hr, .cadastro p {
    margin-top: -30px
}
.cadastro p {
    font-family: "Raleway";
    color: #515151
}
.cadastro form label {
    font-family: "Brandon Regular";
    font-weight: 16px
}
.cadastro form #email, .cadastro form #nome, .cadastro form #rsocial, .cadastro form #cnpj, .cadastro form #birthday {
    width: 415px;
    height: 40px
}
.cadastro form #senha, .cadastro form #csenha {
    width: 265px;
    height: 40px
}
.cadastro form #sexo {
    width: 290px;
    height: 50px
}
.cadastro form #pais, .cadastro form #estado, .cadastro form #cidade, .cadastro form #novo_estado {
    width: 390px;
    height: 50px
}
.cadastro form input[type='submit'], .cadastro form button, .cadastro form input[type='button'] {
    font-family: "Brandon Bold";
    width: 150px
}
.cadastro form .options {
    margin-left: 15%
}
.cadastro form .options button {
    font-family: "Brandon Bold";
    margin-right: 25px;
    margin-left: 5px;
    width: 140px;
    height: 30px;
    line-height: 5px;
    background: #e41847
}
.cadastro form .options button i {
    height: 30px;
    margin-top: -3px;
    margin-right: 7px
}
.cadastro form .options input {
    width: 150px;
    height: 30px;
    line-height: 5px;
    font-family: "Brandon Bold"
}
.cadastro form .options input:hover {
    background-color: #3F82AF
}
.pagePadrao {
    background-color: #EFEFEB;
    padding: 50px
}
.nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:focus {
    border: none !important
}
.btn-primary:hover, .recompensas .picker button:hover, .recompensas-recorente .picker button:hover, .btn-primary:focus, .recompensas .picker button:focus, .recompensas-recorente .picker button:focus, .btn-primary:active, .recompensas .picker button:active, .recompensas-recorente .picker button:active, .btn-primary.active, .recompensas .picker button.active, .recompensas-recorente .picker button.active, .btn-primary.disabled, .recompensas .picker button.disabled, .recompensas-recorente .picker button.disabled, .btn-primary[disabled], .recompensas .picker button[disabled], .recompensas-recorente .picker button[disabled] {
    background-color: #e41847
}
.section-termos .span12 span {
    color: #666;
    font-size: 16px
}
.project-notfound {
    font-family: "Amelia Regular" !important;
    font-size: 20px
}
.resetCommons ul, .resetCommons li {
    font-weight: 500;
    width: 90%
}
.resetCommons ul, .resetCommons ol {
    padding: 0 !important
}
.resetCommons ul {
    list-style-type: disc;
    list-style-position: inside
}
.resetCommons ol {
    list-style-type: decimal;
    list-style-position: inside
}
.resetCommons ul ul, .resetCommons ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px
}
.resetCommons ol ol, .resetCommons ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px
}
.resetCommons li {
    display: list-item;
    list-style: inherit
}
.resetCommons h1, .resetCommons h2, .resetCommons h3 {
    font-family: "Amelia Regular";
    font-weight: bold
}
.resetCommons h1 {
    margin-bottom: 10px
}
.resetCommons strong {
    font-size: 14px;
    letter-spacing: 0.01em;
    font-family: "Amelia Bold"
}
#coreText {
    overflow: hidden
}
#coreText div {
    width: 100%;
    padding-right: 30px;
    margin: 0
}
#coreText iframe {
    width: 560px;
    height: 315px
}
.financiamento-coletivo h1, .financiamento-coletivo h2, .financiamento-coletivo h3, .financiamento-coletivo h4 {
    color: #e41847
}
.head-title {
    padding-left: 0 !important;
    font-size: 35px !important;
    line-height: 40px !important;
    color: #383838 !important;
    text-transform: none !important;
    padding-bottom: 10px !important
}
#trocarCartao input {
    width: auto
}
#trocarCartao li {
    color: black
}
#trocarCartao label {
    font-weight: lighter
}
#trocarCartao .radio, #trocarCartao .checkbox {
    padding: 0
}
#outer {
    border-radius: 5px;
    color: #000
}
.selectedRadial {
    border-radius: 3px;
    background: #f4f4f4;
    color: #000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(200, 200, 200, 0.85)
}
.radial {
    border-radius: 3px;
    background: #FFFFFF;
    color: #000
}
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01
}
.component {
    fill: #e1e1e1
}
.component .label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill: #25bfd0
}
.arc {
    stroke-weight: 0.1;
    fill: #25bfd0
}
.label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle
}
.radial-svg {
    display: block;
    margin: 0 auto
}
#valores-time-chart body {
    font: 10px sans-serif
}
#valores-time-chart .axis path, #valores-time-chart .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges
}
#valores-time-chart .line {
    fill: none;
    stroke: #3F82AF;
    stroke-width: 1.5px
}
#valores-time-chart .line2 {
    fill: none;
    stroke: #e41847;
    stroke-width: 1.5px
}
.recorrente-graph .axis path, .recorrente-graph .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges
}
.recorrente-graph .bar {
    fill: #25bfd0
}
.recorrente-graph .bar:hover {
    fill: #125c64
}
.recorrente-graph .x.axis path {
    display: none
}
.minimizer {
    display: inline-block;
    float: right;
    margin-top: -35px
}
.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px
}
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center
}
.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0
}
.color-square {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 4px
}
.color-square.pink {
    background-color: #e41847
}
.color-square.blue {
    background-color: #3F82AF
}
.painel-recorrente .panel-default {
    border: 1px solid black
}
.tedComPipoca {
    max-width: 1090px
}
.tedComPipoca *, .tedComPipoca *:before, .tedComPipoca *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.tedComPipoca body {
    margin: 0 auto;
    padding: 15px
}
.tedComPipoca .section {
    clear: both;
    padding: 0;
    margin: 0
}
.tedComPipoca .group:before, .tedComPipoca .group:after {
    content: "";
    display: table
}
.tedComPipoca .group:after {
    clear: both
}
.tedComPipoca .group {
    zoom: 1
}
.tedComPipoca .col {
    display: block
}
.tedComPipoca .col img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0.25em 0.25em 0 0;
    cursor: zoom-in
}
.tedComPipoca .col img:hover {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: 0.8
}
.tedComPipoca .col:first-child {
    margin-left: 0
}
.tedComPipoca .col-3 {
    width: 32.26%;
    margin-bottom: 10px
}
.tedComPipoca .card {
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px
}
.tedComPipoca .card-description {
    padding: 0.25em 1em;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 100%;
    font-weight: 100
}
.tedComPipoca .card-description h2 {
    font-weight: 300;
    color: #7F8C8D;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    margin-top: 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid #eee
}
.tedComPipoca .card-description p {
    color: #7F8C8D;
    font-size: 0.975em;
    line-height: 1.6em;
    margin-bottom: 0.75em
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}
@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.channel .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0 !important;
    width: 32px !important;
    height: 32px !important;
    text-indent: -9999px !important;
    z-index: 9999
}
.channel .section.top-area {
    padding-top: 70px;
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    background-color: #E1E1E1;
    background-position: center;
    background-size: cover
}
.channel .section.top-area .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 440px;
    padding: 25px 0px
}
.channel .section.top-area #brand_image-box {
    margin-bottom: 15px
}
.channel .section.top-area #brand_image-box #brand_image {
    max-width: 75%
}
.channel .section.top-area #heading-call {
    font-family: "Amelia Regular" !important;
    text-align: center;
    font-size: 18px;
    color: white;
    margin-bottom: 35px
}
.channel .section.top-area #heading-title {
    font-size: 55px;
    color: white;
    margin-bottom: 35px;
    font-family: "Amelia Bold" !important;
    line-height: 55px
}
.channel .section.top-area #heading-subtitle {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-bottom: 15px;
    font-family: "Amelia Regular" !important;
    line-height: 28px
}
.channel .section.top-area #action_button-box #action_button {
    font-size: 20px;
    font-family: "Amelia Bold";
    border: 1px solid #e41847;
    background-color: #e41847;
    color: white
}
.channel .section.top-area #action_button-box #action_button:hover, .channel .section.top-area #action_button-box #action_button:active, .channel .section.top-area #action_button-box #action_button:focus {
    background-color: transparent;
    border-color: white
}
.channel #projetos .span4 {
    margin-left: 13px;
    margin-bottom: 20px
}
.channel .section.tab-area {
    background-color: #F9F9F9
}
.channel .section.tab-area .tab-navigation {
    border-bottom: 1px solid #E1E1E1;
    background-color: #E1E1E1
}
.channel .section.tab-area .tab-navigation ul.nav.nav-tabs {
    margin-bottom: 0px;
    border: 0px;
    margin-top: 10px
}
.channel .section.tab-area .tab-navigation ul.nav.nav-tabs>li {
    position: relative;
    bottom: -2px;
    font-family: "Amelia Regular"
}
.channel .section.tab-area .tab-navigation ul.nav.nav-tabs>li a, .channel .section.tab-area .tab-navigation ul.nav.nav-tabs>li a:hover {
    font-family: "Amelia Bold";
    color: #e41847;
    font-size: 1.3em
}
.channel .section.tab-area .tab-content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden
}
.channel .section.tab-area .tab-content .tab-pane:not(#projetos) p {
    font-size: 15px
}
.channel .section.tab-area .tab-content .tab-pane li {
    font-family: "Amelia Regular";
    color: #666
}
.channel .section.tab-area .tab-content .tab-pane .tab-html_content ol>li {
    font-family: "Amelia Regular";
    list-style-type: decimal
}
.channel .section.tab-area .tab-content .tab-pane .tab-accordion .accordion-group {
    border: 0px
}
.channel .section.tab-area .tab-content .tab-pane .tab-accordion .accordion-group .accordion-heading a {
    color: #5F5656;
    font-size: 17px
}
.channel .section.tab-area .tab-content .tab-pane .tab-accordion .accordion-group .accordion-inner {
    border-top: 1px solid #e41847;
    font-family: "Open Sans";
    font-size: 15px;
    text-transform: initial;
    color: #5F5656
}
.channel .section.after-tabs {
    padding-bottom: 25px;
    background-color: white
}
.sobrearea h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 15px
}
.section-basic {
    border-top: 4px solid #E3E3E3
}
.section-propose .start .block-center {
    margin-top: 30px
}
.section-propose .start .inline li, .section-propose .start .inline a {
    color: #999 !important;
    font-size: 15px
}
.section-propose .start .inline a:hover {
    text-decoration: underline !important
}
.section-propose .start .core-ul li {
    display: inline
}
.section-propose .start .core-ul li:after {
    content: " \2022 ";
    color: #999;
    padding-left: 5px
}
.section-propose .start .core-ul li:last-child:after {
    content: none
}
.section-propose .start .dropdown-sobre li {
    display: inline-block
}
.section-propose .start .dropdown-sobre li:after {
    content: none
}
.section-propose .start .dropdown-sobre li:last-child:after {
    content: none
}
.section-propose .start .dropdown-sobre {
    width: 210px;
    height: 91px;
    position: absolute;
    left: 50%;
    margin-left: -86px;
    top: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 37px 3px #666 !important;
    -moz-box-shadow: 0px 4px 37px 3px #666 !important;
    box-shadow: 0px 4px 37px 3px #666 !important
}
.section-propose .start .dropdown-sobre li {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #999
}
.section-propose .start .badge-medal {
    width: 36px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -18px
}
.section-propose .start h4 {
    text-align: center;
    font-size: 18px
}
.section-propose .start p {
    text-align: center
}
.section-propose .start h2 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: none !important
}
.section-gray {
    background-color: #F4F4F4;
    min-height: 250px
}
.section-comofunciona .como-funciona p {
    margin-top: 30px !important;
    font-weight: semibold;
    text-align: center
}
.section-comofunciona .como-funciona h4 {
    text-align: center
}
.section-comofunciona .como-funciona h3 {
    letter-spacing: 0.05em;
    font-size: 20px
}
.section-comofunciona .como-funciona .guys {
    width: 160px;
    margin-top: 25px;
    margin-bottom: 10px
}
.section-comofunciona .como-funciona .div-tudo+.span1 {
    border-right: 1px solid #999;
    height: 190px
}
.section-comofunciona .como-funciona .div-tudo img, .section-comofunciona .como-funciona .div-nada img {
    height: 70px;
    position: relative;
    left: 50%;
    margin-left: -50px
}
.section-comofunciona .como-funciona .div-tudo p, .section-comofunciona .como-funciona .div-nada p {
    font-size: 14px
}
.section-comofunciona .como-funciona .div-tudo h3, .section-comofunciona .como-funciona .div-nada h3 {
    text-align: center;
    text-transform: none
}
.section-comofunciona .como-funciona .ending h2 {
    text-align: center;
    text-transform: none
}
.section-comofunciona .como-funciona .ending button {
    text-align: center;
    position: relative;
    width: 138px;
    left: 50%;
    margin-left: -69px;
    margin-top: 10px;
    letter-spacing: 0.1em
}
.comofunciona-recorrente .como-funciona p a {
    text-decoration: underline !important
}
.comofunciona-recorrente .como-funciona button {
    background-color: #3F82AF !important
}
.comofunciona-recorrente .como-funciona button:hover {
    border: 1px solid #3F82AF
}
.comofunciona-turbinado button {
    background-color: #6db192
}
.comofunciona-turbinado button:hover {
    border: 1px solid #6db192
}
.section-impacto {
    min-height: 250px
}
.section-impacto * {
    color: white
}
.section-impacto .margin-medium {
    margin-top: 30px
}
.section-impacto .margin-medium h4 {
    letter-spacing: 0.1em;
    font-size: 28px
}
.section-impacto .span4 {
    min-height: 100px;
    width: 298px
}
.section-impacto .span4 h3 {
    margin-top: 20px;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-transform: none
}
.section-impacto .span4 h4 {
    font-size: 18px;
    margin-top: 10px;
    text-transform: lowercase
}
.section-impacto .span4 .small {
    font-size: 27px
}
.section-quemsomos {
    min-height: 250px
}
.section-quemsomos .margin-medium h3 {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-transform: none !important
}
.section-quemsomos .page-end {
    margin-top: 45px;
    margin-bottom: 45px
}
.section-quemsomos .page-end .span6 {
    min-height: 100px;
    width: 458px
}
.section-quemsomos .page-end .span6 p {
    font-size: 14px;
    text-align: justify;
    width: 92%
}
.section-quemsomos .page-end .span6 p span {
    font-size: 14px
}
.section-quemsomos .page-end .span6 button {
    color: #e41847;
    border: 1px solid #e41847;
    width: 300px
}
.section-quemsomos .page-end .span6 button:hover {
    background-color: #e41847 !important;
    color: white
}
.section-quemsomos .page-end .span6:first-child {
    border-right: 1px solid #999
}
.section-quemsomos .page-end .span6:first-child p a {
    font-size: 14px;
    color: #666;
    text-decoration: underline !important
}
.section-quemsomos .page-end .span6:last-child h3, .section-quemsomos .page-end .span6:last-child p, .section-quemsomos .page-end .span6:last-child button {
    padding-left: 20px
}
.section .margin-medium {
    margin-top: 30px
}
.termos-recorrente {
    white-space: pre-wrap
}
.termos-pontual {
    white-space: pre-wrap
}
.termos-pontual p {
    white-space: normal;
    margin-bottom: 0px
}
.termos-pontual p+p {
    margin-bottom: -5px
}
.termos-recorrente h2, .termos-pontual h2 {
    font-size: 24px;
    line-height: 15px;
    margin-bottom: 10px
}
.termos-recorrente h2+h3, .termos-pontual h2+h3 {
    margin-top: -5px
}
.termos-recorrente h2+h3+p, .termos-pontual h2+h3+p {
    margin-top: 5px
}
.crowdfunding-card {
    min-height: 440px;
    max-height: 440px;
    width: 298px;
    background-color: white;
    position: relative;
    border: 1px solid #ccc
}
.crowdfunding-card:hover {
    border: 1px solid #e41847
}
.crowdfunding-card .project-link {
    width: 100%;
    height: 175px
}
.crowdfunding-card .project-link img {
    border-bottom: 1px #ccc solid
}
.crowdfunding-card img {
    width: 100% !important;
    height: 175px
}
.crowdfunding-card img.nomargin {
    margin: 0 !important
}
.crowdfunding-card img.clock {
    margin-right: 5px !important;
    padding-top: 2px
}
.crowdfunding-card .status-txt {
    font-size: 12px
}
.crowdfunding-card .title-author-area {
    margin-top: 15px;
    margin-left: 15px;
    width: 268px;
    margin-bottom: 10px
}
.crowdfunding-card .title-author-area h3 {
    font-weight: bold;
    font-size: 18px;
    color: #383838;
    text-transform: none !important
}
.crowdfunding-card .title-author-area span {
    color: #929292;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Amelia Regular"
}
.crowdfunding-card .description {
    width: 268px;
    margin-left: 15px;
    font-family: "Open Sans";
    font-size: 13px;
    color: #383838
}
.crowdfunding-card .channel_tag {
    color: #4D4D4D;
    display: inline-block;
    background-color: #EEEEEE;
    border-radius: 10px !important;
    position: absolute;
    left: 15px;
    bottom: 85px;
    padding: 0px 10px
}
.crowdfunding-card .channel_tag a {
    color: #4D4D4D
}
.crowdfunding-card .channel_tag .channel_tag_title {
    font-weight: bold
}
.crowdfunding-card .boxending {
    width: 100%;
    position: absolute;
    bottom: 0
}
.crowdfunding-card .boxending .endcard-info {
    margin-bottom: 10px
}
.crowdfunding-card .boxending .endcard-info .project-end {
    background-position: 15px 10px;
    background-repeat: no-repeat;
    background-size: 26px auto;
    padding-left: 65px;
    padding-top: 5px
}
.crowdfunding-card .boxending .endcard-info .project-end h4 {
    letter-spacing: 0.05em;
    font-size: 15px
}
.crowdfunding-card .boxending .endcard-info .project-end p {
    color: #ababab;
    font-family: "Amelia Light" !important;
    font-size: 13px;
    letter-spacing: 0.05em
}
.crowdfunding-card .boxending .endcard-info .project-end.project-sucesso {
    background-image: url("../img/ele/projeto_financiado.png")
}
.crowdfunding-card .boxending .endcard-info .project-end.project-suspense {
    background-image: url("../img/ele/projeto_suspense.png")
}
.crowdfunding-card .boxending .endcard-info .project-end.project-naosucesso {
    background-image: url("../img/ele/projeto_naofinanciado.png")
}
.crowdfunding-card .boxending .endcard-info .modality-logo, .crowdfunding-card .boxending .endcard-info .arrecadado-txt {
    margin-top: 13px
}
.crowdfunding-card .boxending .endcard-info .modality-logo {
    width: 26px !important;
    height: 26px;
    margin-left: 15px;
    margin-top: 18px;
    margin-bottom: 18px
}
.crowdfunding-card .boxending .endcard-info .arrecadado-txt {
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #4d4d4d
}
.crowdfunding-card .boxending .endcard-info .arrecadado-txt:first-of-type {
    margin-left: 20px
}
.crowdfunding-card .boxending .endcard-info .arrecadado-txt strong {
    font-size: 15px;
    line-height: 20px;
    color: #4d4d4d
}
.crowdfunding-card .boxending .txt-gray {
    color: #666666
}
.crowdfunding-card .boxending .txt-success {
    color: #00CC7E
}
.crowdfunding-card .boxending .txt-suspense, .crowdfunding-card .boxending .txt-projectnotfounded {
    color: #ABABAB
}
.crowdfunding-card .boxending .txt-success, .crowdfunding-card .boxending .txt-projectnotfounded, .crowdfunding-card .boxending .txt-suspense {
    font-family: "Amelia Bold";
    font-size: 17px;
    letter-spacing: 0.03em
}
.crowdfunding-card .boxending .txt-hour b {
    font-family: "Amelia Bold";
    font-size: 20px
}
.crowdfunding-card .boxending .force-gray {
    color: #999 !important
}
.crowdfunding-card .boxending strong {
    font-size: 18px
}
.crowdfunding-card .boxending .bar, .crowdfunding-card .boxending .progress {
    height: 12px
}
.crowdfunding-card .boxending .progress {
    margin-bottom: 3px
}
.crowdfunding-card .boxending .founded {
    width: 240px
}
.crowdfunding-card .boxending .missingdays {
    margin-bottom: 10px
}
.crowdfunding-card .boxending .projectsuccess, .crowdfunding-card .boxending .projectsuspense, .crowdfunding-card .boxending .projectnotfounded {
    width: 100%;
    height: 50px;
    margin-left: -30px;
    padding-left: 60px
}
.crowdfunding-card .boxending .projectsuccess {
    background-color: #00CC7E
}
.crowdfunding-card .boxending .projectsuccess img {
    width: auto !important;
    float: left;
    height: 20px;
    margin-left: 13px;
    margin-top: 15px
}
.crowdfunding-card .boxending .projectsuccess b {
    float: left;
    color: white;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 17px;
    letter-spacing: 0.2em;
    font-family: "Amelia Bold"
}
.crowdfunding-card .boxending .projectsuspense {
    background-color: #ABABAB
}
.crowdfunding-card .boxending .projectsuspense b {
    float: left;
    color: white;
    margin-top: 15px;
    margin-left: 33px;
    font-size: 17px;
    letter-spacing: 0.2em;
    font-family: "Amelia Bold"
}
.crowdfunding-card .boxending .projectnotfounded {
    background-color: #F08C1E
}
.crowdfunding-card .boxending .projectnotfounded b {
    float: left;
    color: white;
    margin-top: 15px;
    margin-left: 3px;
    font-size: 17px;
    letter-spacing: 0.2em;
    font-family: "Amelia Bold"
}
.crowdfunding-card.crowdfunding-recorrente:hover {
    border: 1px solid #3F82AF
}
.crowdfunding-card.crowdfunding-recorrente .progress {
    margin-bottom: 10px
}
.crowdfunding-card.crowdfunding-recorrente .bar {
    background-color: #3F82AF
}
.crowdfunding-card.crowdfunding-recorrente .founded .txt-recorrente-blue b {
    font-size: 18px;
    font-family: "Amelia Bold"
}
.crowdfunding-card.crowdfunding-recorrente .assinantes {
    margin-bottom: 10px
}
.crowdfunding-card.crowdfunding-recorrente .assinantes span {
    font-family: "Amelia Regular";
    font-size: 15px
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.cool-tabs {
    heigh: 40px
}
.cool-tabs li {
    width: 50% !important;
    margin-bottom: -3px;
    border-bottom: 2px solid transparent
}
.cool-tabs li:hover, .cool-tabs li.active {
    border-bottom: 2px solid #e41847
}
.cool-tabs li.active a {
    color: #e41847 !important
}
.cool-tabs li.active.recorrente-blue a {
    color: #3F82AF !important
}
.cool-tabs li.recorrente-blue:hover, .cool-tabs li.recorrente-blue.active {
    border-bottom: 2px solid #3F82AF
}
.cool-tabs li.recorrente-blue a:hover {
    color: #3F82AF !important
}
.cool-tabs li a {
    color: #949494 !important;
    font-family: "Amelia Regular";
    font-weight: bold;
    font-size: 14px;
    background-color: transparent !important;
    transition: all 0s;
    text-align: center
}
.cool-tabs li a:hover {
    border: none !important;
    color: #e41847 !important
}
.cool-tabs li a .logo-recorrente, .cool-tabs li a .logo-coletivo {
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%
}
.cool-tabs li a .logo-coletivo {
    background-image: url("../img/logo-coletivo-gray.png")
}
.cool-tabs li a .logo-recorrente {
    background-image: url("../img/logo-recorrente-gray.png")
}
.cool-tabs li.active a .logo-coletivo, .cool-tabs li:active a .logo-coletivo {
    background-image: url("../img/logo-coletivo.png")
}
.cool-tabs li.active a .logo-recorrente, .cool-tabs li:active a .logo-recorrente {
    background-image: url("../img/logo-recorrente.png")
}
.cool-tabs.patternize-tabs li.active {
    border-bottom: 4px solid #e41847
}
.cool-tabs.patternize-tabs li:hover {
    border-bottom: none
}
.cool-tabs.patternize-tabs li.recorrente-blue.active {
    border-bottom: 4px solid #3F82AF
}
.cool-tabs.patternize-tabs li.recorrente-blue.active:hover {
    color: #3F82AF
}
.cool-tabs.patternize-tabs li.recorrente-blue:hover {
    border-bottom: none
}
.cool-tabs.patternize-tabs li.recorrente-blue a:hover {
    color: #333 !important
}
.project-tabs.recorrente li:hover, .project-tabs.recorrente li.active {
    border-bottom: 4px solid #3F82AF !important
}
.project-tabs.recorrente li:hover a, .project-tabs.recorrente li.active a {
    color: #3F82AF !important
}
.project-tabs li:hover, .project-tabs li.active {
    border-bottom: 4px solid #e41847 !important
}
.project-tabs li:hover a, .project-tabs li.active a {
    color: #e41847 !important
}
.project-tabs a {
    color: #999 !important;
    font-family: "Amelia Bold" !important;
    font-size: 15px;
    letter-spacing: 0.05em;
    background-color: transparent !important
}
.project-tabs a:hover {
    border: none !important;
    color: #e41847 !important
}
.project-tabs .fb-comments-count {
    border: 1px solid #e41847;
    border-radius: 5px !important;
    min-width: 20px;
    height: 19px;
    display: block;
    float: right;
    padding-left: 1px;
    padding-top: 1px
}
.recorrente-tabs li:hover, .recorrente-tabs li.active {
    border-bottom: 2px solid #3F82AF !important
}
.recorrente-tabs li:hover a, .recorrente-tabs li.active a {
    color: #3F82AF !important
}
.recorrente-tabs a:hover {
    color: #3F82AF !important
}
.recorrente-tabs .fb-comments-count {
    border: 1px solid #3F82AF
}
hr.low-hr {
    width: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px
}
li {
    list-style: none
}
a.thumb img {
    width: 240px;
    height: 138px
}
a.thumb:hover img {
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none
}
.underline {
    text-decoration: underline
}
.qtip-core {
    background-color: #f2f2f2;
    border-color: #e41847;
    width: auto !important
}
.qtip-core .qtip-content {
    font-size: 12px
}
.perfil .container {
    padding-bottom: 50px
}
.perfil h2 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #3F82AF
}
.perfil hr, .perfil p {
    margin-top: -30px
}
.perfil p {
    color: #515151
}
.perfil .lead {
    color: #3F82AF
}
.perfil p {
    font-size: 16px
}
.text-error, .error {
    margin-bottom: 20px;
    background-color: #DDD;
    color: red;
    display: block;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    width: 100% !important;
    text-align: center
}
.error {
    text-align: center
}
.error.pf {
    width: 270px
}
input.error {
    background-color: white;
    color: black !important;
    border: 1px solid red
}
.home {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}
.generic .container {
    min-height: 300px
}
.generic .wide-bg {
    margin-bottom: 0
}
.generic #push {
    background-color: #9D9D9D
}
.generic h1, .generic h2, .generic h3, .generic h4, .generic h5 {
    font-family: "Amelia Bold";
    letter-spacing: 0.05em;
    color: #3F82AF
}
.generic li {
    color: gray;
    list-style-type: disc !important
}
.generic p, .generic span {
    font-family: "Open Sans";
    font-size: 15px
}
.contribuicao table tr th {
    font-family: "Open Sans";
    font-size: 16px
}
.contribuicao table tr td {
    font-family: "Open Sans";
    font-size: 14px
}
.contribuicao .nOfContri {
    color: #3F82AF
}
.btn-send {
    width: 210px;
    height: 50px !important;
    font-family: "Amelia Bold";
    float: right;
    margin-right: -10px
}
#verMetas {
    font-size: 16px
}
#avatar .imageBox {
    position: relative;
    height: 400px;
    width: 400px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move
}
#avatar .imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid #666;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent
}
#avatar .imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7)
}
#avatar .action {
    width: 100%;
    margin-top: 10px
}
#avatar .action input {
    float: left
}
#avatar input {
    width: auto;
    height: 40px;
    margin-left: 13px
}
#avatar input:first-of-type {
    margin-left: 0
}
#avatar input:first-of-type button {
    height: 10px
}
#avatar.cropUserFix .imageBox {
    width: 500px;
    height: 300px
}
#avatar.cropUserFix .imageBox .thumbBox {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px
}
#avatar.cropUserFix .cropped {
    margin-left: 0px;
    float: left
}
#avatar.cropUserFix .action input {
    margin-top: 0
}
#avatar.cropCapaCampanha .imageBox {
    width: 500px;
    height: 300px
}
#avatar.cropCapaCampanha .imageBox .thumbBox {
    width: 470px;
    height: 270px;
    margin-top: -135px;
    margin-left: -235px
}
#avatar.cropCapaCampanha .cropped {
    margin-left: 0px;
    float: left
}
#avatar.cropCapaCampanha .action input {
    margin-top: 0
}
.form-meuPerfil input, .form-meuPerfil select {
    height: 35px
}
.form-meuPerfil select {
    height: 45px
}
.form-meuPerfil label {
    padding-top: 12px !important
}
.form-meuPerfil input {
    width: 100%
}
.form-meuPerfil select {
    width: 101.5%
}
.form-meuPerfil .span6 {
    width: 47%
}
.form-meuPerfil .span6:last-child {
    margin-left: 14px
}
.form-meuPerfil #nascimento, .form-meuPerfil #cpf {
    width: 140px
}
.form-meuPerfil input[type='submit'], .form-meuPerfil .btn-send, .form-meuPerfil input[type='button'] {
    width: 170px;
    height: 50px;
    float: right;
    margin-right: -10px
}
.contato p span {
    color: #e41847
}
.modal li {
    color: #666
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-image: url("../img/login-user.png") no-repeat !important
}
.page404>div {
    height: 530px;
    width: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px
}
.section-destaques .container-cards .span4 {
    margin-left: 13.3px
}
.recorrente *::selection {
    background: #3F82AF
}
.recorrente *::-moz-selection {
    background: #3F82AF
}
#pageContent {
    min-height: calc(0vh - 0px - 1px)
}
.section-arrow.sucessoProjeto {
    border-bottom: 0px !important
}
.section-arrow.sucessoProjeto:before {
    display: none
}
.section-arrow.sucessoProjeto>.container>.row>.span12:before {
    content: "";
    border-top: 20px solid #9D9D9D;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0px;
    left: 250px
}
.section-arrow.sucessoProjeto.section-arrow-blue>.container>.row>.span12:before {
    border-top-color: #3F82AF
}
.section-arrow.sucessoProjeto.section-arrow-dark-pink>.container>.row>.span12:before {
    border-top-color: #e41847
}
.section.nav-transparent {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%
}
.section.nav-transparent .navbar .nav>li>a {
    color: white
}
.section.nav-transparent .navbar i.fa {
    margin-right: 10px;
    color: white
}
.section.nav-transparent .navbar .nav>li>a:focus, .section.nav-transparent .navbar .nav>li>a:hover {
    color: #e41847 !important
}
form[lpformnum] {
    margin-bottom: 0px !important
}
.project-tabs .fb-comments-count {
    margin-top: -2px
}
input.error, select.error, textarea.error {
    background: #FFC
}
div.error {
    color: #ff9999;
    float: bottom;
    font-weight: bold
}
#divInputEstado, #divSeletorEstado, #divInputCidade, #divSeletorCidade {
    display: none
}
#divLoadingEmail, #divLoadingPais, #divLoadingEstado, #divLoadingCidade {
    display: none
}
.white, .white a {
    color: #fff
}
#checkboxConfirmar2, #checkboxConfirmar3, #checkboxConfirmar4 {
    display: none
}