/*
Theme Name: Red Bull Station Brasil
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: Private
*/

/* CSS Document */

/* Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html and modified by Diego Quintana: https://diegoquintana.com
    -------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition-property: width, height, color, opacity, background, border;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
a img {
    border: none;
}
object {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.capitalize {
    text-transform: capitalize;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.textcenter {
    text-align: center;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    zoom: 1;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    letter-spacing: normal;
    display: block;
}
.separator {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 5%;
}
img {
    max-width: 100%;
}

::selection {
    background: rgba(255, 255, 255, .99);
    color: rgba(225, 27, 77, 1);
}
#sb-container {
    z-index: 9999 !important;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.pulse, .pulse * {
    display: block;
    position: relative;
}
.pulse > i {
    border-top: 1px solid #000;
}
.pulse > i > i > i {
    width: 28px;
    height: 12px;
    background: url(images/pulse_1px_000.png) 50% 50% no-repeat;
    position: absolute;
    top: -7px;
    z-index: 200;
}
.pulse.yellow > i {
    border-top: 1px solid #ffc144;
}
.pulse.yellow > i > i > i {
    background-image: url(images/pulse_1px_ffc144.png);
}
.page-template-page-residentes-single-php .fullwidth .pulse, .page-template-page-inscricoes-php .fullwidth .pulse, .single .fullwidth .pulse {
    margin-bottom: 30px;
}
.pulse.white > i, .page-template-page-residentes-single-php .fullwidth .pulse > i, .single-post .fullwidth .pulse > i {
    border-top: 1px solid #fff;
}
.pulse.white > i > i > i, .page-template-page-residentes-single-php .fullwidth .pulse > i > i > i, .single-post .fullwidth .pulse > i > i > i {
    background-image: url(images/pulse_1px_fff.png);
}
.fullwidth p {
    margin-bottom: 20px;
}
.fullwidth p:last-of-type {
    margin-bottom: 0;
}
.page-template-page-inscricoes-php .fullwidth .pulse > i {
    border-top: 1px solid #000;
}
.page-template-page-inscricoes-php .fullwidth .pulse > i > i > i {
    background: url(images/pulse_1px_000.png) 50% 50% no-repeat;
}
a {
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
}
a[href] {
    cursor: pointer;
}
.fonty {
    font-family: 'Foundry', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
* {
    -webkit-backface-visibility: hidden;
    /*-webkit-transform-style: preserve-3d;*/
}
.maxwidth {
    display: block;
    width: 1060px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto;
    margin-right: auto;
}
#wrapper {
    margin-top: 138px;
}
body:not(.home) #wrapper {
    background: #fff;
}
#main_header {
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 9997;
    border-bottom: 0px solid #333;
}
#rb {
    min-height: 37px;
}
#logo {
    float: left;
}
#logo.loaded, #logo:hover {
    opacity: 1;
    animation: logo-hover 3s forwards 1;
}
#residencia_logo {
    float: right;
    width: 165px;
    margin-top: 10px;
    margin-left: 20px;
}
#logo img {
    display: block;
    width: 160px;
}
#main_header > .in {
    padding: 20px 0;
}
#main_nav {
    text-transform: uppercase;
    float: right;
    margin-top: 17px;
    text-align: center;
}
#main_nav > ul > li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}
#main_nav.residencia {
    width: 695px;
}
#main_nav.residencia > ul > li {
    margin-left: 18px;
    margin-right: 17px;
}
#main_nav > ul > li > ul {
    position: absolute;
    padding-top: 14px;
    z-index: 100;
    width: 110%;
    box-sizing: border-box;
    left: -5%;
    background: #000;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: transform, opacity, visibility;
}
#main_nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#main_nav > ul > li > ul > li {
    display: block;
    text-align: left;
    border-top: 1px solid #333;
}
#main_nav > ul > li > ul > li:first-of-type {
    border-top: 3px solid #535353;
    padding-top: 12px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
#main_nav > ul > li > ul > li, #main_nav > ul > li > ul > li:first-of-type a {
    margin-left: 12px;
    margin-right: 12px;
}
#main_nav > ul > li > ul > li:first-of-type:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: -12px;
    margin-left: -3px;
    border: 5px solid transparent;
    border-bottom: 5px solid #535353;
}
#main_nav a {
    display: block;
    overflow: hidden;
    padding: 5px 8px 6px 8px;
    position: relative;
}
#main_nav > ul > li > ul a {
    display: block;
    color: #a0a0a0;
    padding: 7px 0px;
}
#main_nav > ul > li > ul a:hover {
    color: #fff;
}
#main_nav a b {
    display: block;
    height: 14px;
    width: 100%;
    position: absolute;
    z-index: 300;
    background: #000;
    bottom: 0px;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}
#main_nav .pulse {
    display: block;
    margin-top: 6px;
    position: relative;
    z-index: 200;
}
#main_nav .pulse > i {
    border-top: 1px solid #ffc144;
    display: block;
}
#main_nav .pulse > i > i {
    display: block;
    width: 100%;
    height: 12px;
    background: url("../images/pulse_1px_ffc144.png") 50% 50% no-repeat;
    position: absolute;
    top: -7px;
}
#main_nav .children .pulse, #main_nav .children b {
    display: none !important;
}
#main_nav > ul > li .current_page_item > a {
    color: #ffc144 !important;
}
#main_nav > ul > li .current_page_item > a:hover {
    color: #fff !important;
}
#main_nav > ul > li:hover > a b, #main_nav > ul > li.current_page_item > a b, #main_nav > ul > li.current_page_ancestor > a b {
    left: 100%;
}
.title {
    display: block;
    padding: 0 0 30px 30px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
#home_news .title {
    padding-bottom: 0;
}
#main_footer {
    background: #3d3d3d;
    padding: 5px;
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main_footer, #main_footer a {
    display: block;
    color: #b7b7b7;
}
#main_footer a:hover {
    color: #fff;
}
#legal {
    float: right;
    text-align: right;
    margin-top: 2px;
}
#legal li {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #b7b7b7;
}
#legal li:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
