body {
    font-family: din-2014, 'DIN', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
}

header.site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999;
}

header .logo {
    float: left;
}

header .opener {
    float: right;
}

.logo img {
    height: 62px;
    margin: 53px 0;
}

.logo img.championship {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    height: 51px;
    padding-left: 40px;
    margin-left: 21px;
}

.nav-icon {
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 76px;
    right: 0;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-icon:hover span,
.nav-icon.open span {
    background: #06112f;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate();
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
}

.nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 4px;
}

#nav {
    display: none;
    background-color: #06112f;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

#nav .svg {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45%;
    position: absolute;
    top: -25%;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    transform: rotate(15deg);
}

.circuit-adria {
    background-image: url('assets/circuits/adria.svg');
}

.circuit-austria {
    background-image: url('assets/circuits/austria.svg');
}

.circuit-azerbaijan {
    background-image: url('assets/circuits/azerbaijan.svg');
}

.circuit-bahrain {
    background-image: url('assets/circuits/bahrain.svg');
}

.circuit-belgium {
    background-image: url('assets/circuits/belgium.svg');
}

.circuit-france {
    background-image: url('assets/circuits/france.svg');
}

.circuit-great-britain {
    background-image: url('assets/circuits/great-britain.svg');
}

.circuit-hockenheimring {
    background-image: url('assets/circuits/hockenheimring.svg');
}

.circuit-hungaroring {
    background-image: url('assets/circuits/hungaroring.svg');
}

.circuit-hungary {
    background-image: url('assets/circuits/hungary.svg');
}

.circuit-imola {
    background-image: url('assets/circuits/imola.svg');
}

.circuit-italy {
    background-image: url('assets/circuits/italy.svg');
}

.circuit-lausitzring {
    background-image: url('assets/circuits/lausitzring.svg');
}

.circuit-le-castellet {
    background-image: url('assets/circuits/le-castellet.svg');
}

.circuit-misano {
    background-image: url('assets/circuits/misano.svg');
}

.circuit-monaco {
    background-image: url('assets/circuits/monaco.svg');
}

.circuit-monza {
    background-image: url('assets/circuits/monza.svg');
}

.circuit-mugello {
    background-image: url('assets/circuits/mugello.svg');
}

.circuit-nurburgring {
    background-image: url('assets/circuits/nurburgring.svg');
}

.circuit-oschersleben {
    background-image: url('assets/circuits/oschersleben.svg');
}

.circuit-red-bull-ring {
    background-image: url('assets/circuits/red-bull-ring.svg');
}

.circuit-russia {
    background-image: url('assets/circuits/russia.svg');
}

.circuit-sachsenring {
    background-image: url('assets/circuits/sachsenring.svg');
}

.circuit-spain {
    background-image: url('assets/circuits/spain.svg');
}

.circuit-spielberg {
    background-image: url('assets/circuits/spielberg.svg');
}

.circuit-uae,
.circuit-abu-dhabi {
    background-image: url('assets/circuits/uae.svg');
}

.circuit-vallelunga {
    background-image: url('assets/circuits/vallelunga.svg');
}

.circuit-zandvoort {
    background-image: url('assets/circuits/zandvoort.svg');
}

#nav.open {
    display: block;
}

#nav .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    background: rgba(0, 0, 0, 0.37);
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav .sidebar li {
    text-align: center;
    margin-bottom: 45px;
}

#nav .sidebar li img {
    width: 45%;
    height: auto;
}

#nav .sidebar li:last-child {
    margin-bottom: 0;
}

#nav .sidebar li:last-child a img {
    opacity: 0.3;
    transition: 0.25s ease-in-out;
    border-top: 1px solid rgba(255, 255, 255, 1);
    padding-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
    width: 55%;
}

#nav .sidebar li:last-child a:hover img {
    opacity: 1;
}

#nav .nav-icon {
    float: none;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1001;
}

#nav .nav-icon.open span {
    background: #fff;
}

#nav .nav-icon.open:hover span {
    background: #dc0107;
}

#nav #site-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav #site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#nav #site-navigation ul a {
    color: #fff;
    font-size: 49px;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav #site-navigation ul a:hover {
    color: #dc0107;
}

#nav #site-navigation ul li:first-of-type a {
    font-weight: 700;
}

#nav #site-navigation ul ul li:first-of-type a {
    font-weight: 200;
}

#nav #site-navigation li.current-menu-item a,
#nav #site-navigation li.current-menu-item.menu-item-has-children a,
#nav #site-navigation li.current-menu-ancestor a {
    color: #dc0107;
}

#nav #site-navigation li.current-menu-item.menu-item-has-children .sub-menu a {
    font-weight: 200;
}

#nav #site-navigation li.current-menu-ancestor li a {
    font-weight: 200;
}

#nav #site-navigation li.current-menu-item.menu-item-has-children .sub-menu a:hover,
#nav #site-navigation li.current-menu-ancestor li.current-menu-item a {
    color: #fff;
}

#nav #site-navigation li.current-menu-ancestor li a:hover {
    color: #fff;
}

#nav #site-navigation .icon.icon-angle-down,
.nav-subtitle {
    display: none;
}

#nav #site-navigation li.menu-item-has-children {
    position: relative;
}

#nav #site-navigation ul.sub-menu::before {
    display: inline-block;
    content: '';
    border-top: 1px solid #dc0107;
    width: 50%;
    position: absolute;
    left: -55%;
}

#nav #site-navigation ul.sub-menu {
    position: absolute;
    top: 25px;
    left: 120%;
    width: 80%;
}

#nav #site-navigation ul.sub-menu a {
    font-size: 25px;
    line-height: 35px;
}

#nav #site-navigation ul.sub-menu {
    text-align: left;
}

#nav #site-navigation ul.sub-menu li:first-of-type {
    margin-top: -12px;
}

#nav #site-navigation .menu-f4-container ul.sub-menu a {
    font-size: 21px;
    line-height: 27px;
}

#nav .social-navigation {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#nav .social-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#nav .social-navigation a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 0 6.5px;
    width: 22px;
    height: 22px;
}

footer .social-navigation a,
footer .social-navigation a:hover,
footer .social-navigation a:focus,
#nav .social-navigation a,
#nav .social-navigation a:hover,
#nav .social-navigation a:focus {
    background: transparent;
}

#nav .social-navigation a:hover,
#nav .social-navigation a:focus {
    color: #dc0107;
}

footer .social-navigation .icon,
#nav .social-navigation .icon {
    height: 22px;
    width: 22px;
}

.site-content-contain {
    margin-top: 119px;
}

footer {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 24px 0;
}

footer .copyright {
    float: left;
    width: 50%;
    padding-top: 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
}

footer #copyright,
footer #footer-navigation {
    float: left;
}

footer #footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #footer-menu a {
    color: #fff;
}

footer #footer-menu a:hover {
    text-decoration: underline;
}

footer .social-navigation {
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    width: 50%;
}

footer .menu-social-container {
    float: right;
}

footer .social-navigation ul {
    margin: 0;
    padding: 0;
}

footer .social-navigation a {
    margin: 0 0 0 11px;
    width: 22px;
    height: 22px;
}

.page-template-template-hub header.site-header {
    position: relative;
}

.page-template-template-hub .site-content-contain {
    margin-top: 0;
}

.page-template-template-hub .site-content {
    background: #151515;
    color: #fff;
    text-align: center;
}

.page-template-template-hub .site-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-template-hub .site-content ul.links1 li {
    width: 100%;
}

.page-template-template-hub .site-content ul.links2 li {
    width: 50%;
}

.page-template-template-hub .site-content ul.links3 li {
    width: 33.333333333%;
}

.page-template-template-hub .site-content li {
    float: left;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-template-hub .site-content ul a {
    color: #fff;
    height: 775px;
    transition: 0.5s background-color ease-in-out;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-template-template-hub .site-content li.f2 a:hover,
.page-template-template-hub .site-content li.f3 a:hover,
.page-template-template-hub .site-content li.f4 a:hover {
    background-color: #06112f;
}

.page-template-template-hub .site-content li img {
    max-height: 75px;
}

.page-template-template-hub .site-content li.f4 img {
    max-height: 52px;
}

.page-template-template-hub .site-content ul a div.nextRace {
    display: none;
    margin-top: 50px;
    min-width: 250px;
    margin: 50px auto 0 auto;
}

.page-template-template-hub .site-content ul a:hover div.nextRace {
    display: block;
}

.countdown {
    margin: 0 auto;
}

.countdown div {
    width: 24.25%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #ea0a2a;
}

.countdown div.sep {
	width: 1%;
	font-size: 38px;
	margin-left: -5px;
    margin-top: -5px;
    color: #fff;
}

.countdown span {
    display: block;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
}

.page-template-template-hub .site-content ul a div.nextTitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #ea0a2a;
    margin-bottom: 10px;
}

.page-template-template-hub .site-content ul a div.nextTitle span {
    color: #fff;
}

.page-template-template-hub .site-main {
    padding: 100px 0;
    font-size: 24px;
    max-width: 600px;
    clear: both;
}

.page-template-template-hub .site-main p img {
    margin: 50px 0;
}

.page-template-template-hub .site-main p {
    font-weight: 200;
    line-height: 27px;
    font-size: 21px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.page-template-template-hub .site-main p:nth-of-type(2n) {
    margin-bottom: 75px;
}

.page-template-template-hub .site-main p.read {
    margin-top: 50px;
}

.page-template-template-hub .site-main p a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 20px;
    transition: 0.5s all ease-in-out;
}

.page-template-template-hub .site-main p a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    text-decoration: none;
}

#title {
    background-color: #e5e5e5;
    padding: 100px 0 200px 0;
}

#titleImage {
    background-repeat: no-repeat;
    background-position: 200% 60%;
    width: 100%;
    height: 539px;
    top: 0;
    left: 0;
    position: absolute;
}

.site-main {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

#pageTitle {
    display: inline-block;
    border: 10px solid #06112f;
    padding: 60px 90px 90px 30px;
    margin: 0 0 0 50%;
}

h1 {
    display: inline-block;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0;
}

h1 span {
    border-bottom: 2px solid #06112f;
}

body.page-template-template-home-f2 h1,
body.page-template-template-home-f3 h1,
body.page-template-template-home-f4 h1 {
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 35px;
    padding-top: 10px;
}

body.page-template-template-home-f2 h1 a,
body.page-template-template-home-f3 h1 a,
body.page-template-template-home-f4 h1 a {
    color: #fff;
}

body.page-template-template-home-f2 h2,
body.page-template-template-home-f3 h2,
body.page-template-template-home-f4 h2 {
    font-size: 31px;
    color: #1c1a1f;
    line-height: 37px;
    font-weight: 200;
    margin: 45px 0px 36px 0px;
    padding-bottom: 25px;
}

body.page-template-template-text #title {
    background-color: #fff;
    padding: 0;
}

body.page-template-template-text #title .wrap {
    max-width: 960px;
    margin: 0 auto;
}

body.page-template-template-text #pageTitle {
    border-top: 0;
    margin: 0;
    padding: 60px 30px 120px 150px;
}

body.page-template-template-text article {
    padding-bottom: 100px;
}

body.page-template-template-text h2,
body.page-template-template-contact h2 {
    font-size: 36px;
    line-height: 46px;
}

body.page-template-template-text .site-main p strong {
    font-size: 19px;
}

body.page-template-template-contact p,
body.page-template-template-text p {
    width: 66.666666666%;
}

body.page-template-template-partners #title {
    padding: 0 0 250px 0;
}

body.page-template-template-partners #titleImage {
    background-repeat: no-repeat;
    background-position: 600px 90%;
    width: 100%;
    height: 539px;
    position: absolute;
}

body.page-template-template-contact #titleImage {
    background-position: 200% 90%;
}

body.page-template-template-partners #pageTitle {
    border-top: 0;
    margin: 0 0 0 15%;
    padding: 120px 30px 120px 150px;
}

body.page-template-template-car #title {
    padding: 0 0 550px 0;
    position: relative;
}

body.page-template-template-car #pageTitle {
    border-top: 0;
    margin: 0 10% 0 55%;
    padding: 120px 30px 30px 120px;
    text-align: right;
}

body.page-template-template-car #titleImage {
    background-repeat: no-repeat;
    background-position: bottom center;
    top: auto;
    bottom: 0;
    height: 880px;
}

body.page-template-template-car #pageTitle h1 {
    font-size: 75px;
    font-weight: 200;
}

body.page-template-template-car #pageTitle p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 26px;
}

body.page-template-template-car h2 {
    font-size: 50px;
    line-height: 56px;
}

body.page-template-template-media #title,
body.page-template-template-races #title {
    background: #fff;
    padding: 100px 0 200px 0;
}

body.page-template-template-media h1 {
    font-size: 52px;
    line-height: 54px;
    font-weight: 200;
}

body.page-template-template-media h1 span {
    border-bottom: 2px solid #06112f;
    padding-bottom: 12px;
}

body.page-template-template-media #titleImage,
body.page-template-template-races #titleImage {
    background-position: 200% 80%;
    height: 648px;
}

body.page-template-template-media #pageTitle,
body.page-template-template-races #pageTitle {
    padding: 40px 120px 150px 40px;
    margin: 0 0 0 40%;
}

body.page-template-template-team #title,
body.page-template-template-home-charouz #title {
    background: #fff;
    height: 882px;
    padding: 0;
}

body.page-template-template-team #titleImage,
body.page-template-template-home-charouz #titleImage {
    position: relative;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    height: 582px;
}

body.page-template-template-team #title .wrap,
body.page-template-template-home-charouz #title .wrap {
    margin: 0 auto;
}

body.page-template-template-team #pageTitle,
body.page-template-template-home-charouz #primary #pageTitle {
    margin: 0;
    padding: 80px 40px;
    border-top: 0;
}

body.page-template-template-home-charouz h1 span,
body.page-template-template-home-charouz #pageTitle,
body.page-template-template-home-charouz .quote hr {
    border-color: #dc0107;
}

.history {
    background: #e5e5e5;
    padding-bottom: 50px;
    margin-top: 50px;
}

body.page-template-template-team #pageTitle h1,
body.page-template-template-home-charouz #pageTitle h1 {
    font-size: 32px;
    font-weight: 700;
    display: block;
    padding-bottom: 0px;
}

body.page-template-template-team #pageTitle p,
body.page-template-template-home-charouz #pageTitle p {
    font-size: 73px;
    line-height: 80px;
    font-weight: 200;
    text-transform: uppercase;
}

body.page-template-template-team h2,
body.page-template-template-home-charouz h2 {
    font-size: 50px;
    line-height: 56px;
}

body.page-template-template-team .medias,
body.page-template-template-home-charouz .medias {
    padding-top: 100px;
}

body.page-template-template-home-charouz #testing {
    position: relative;
}

body.page-template-template-home-charouz #testing #title {
    position: relative;
    height: 930px;
    color: #fff;
}

body.page-template-template-home-charouz div.wpcf7-response-output {
    color: #fff;
}

.break {
    height: 10px;
    position: absolute;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
}

.break.red {
    background-image: url('assets/images/break-red.png');
}

.break.blue {
    background-image: url('assets/images/break-blue.png');
    top: 0;
    bottom: inherit;
}

body.page-template-template-home-charouz #testing #title .wrap {
    position: absolute;
    top: 100px;
}

body.page-template-template-home-charouz #testing #titleImage {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    top: auto;
    bottom: 0;
    height: 930px;
    background-size: cover;
}

body.page-template-template-home-charouz #testing #pageTitle {
    margin: 45px 20%;
}

body.page-template-template-home-charouz #testing #pageTitle h1 {
    text-transform: none;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

body.page-template-template-home-charouz #testing #pageTitle p {
    margin: 0;
    float: left;
    font-size: 50px;
    text-transform: uppercase;
    line-height: inherit;
}

#contented {
    margin-bottom: 120px;
}

.testingHeader {
    clear: both;
}

.testingHeader h1 {
    text-transform: none;
    font-size: 47px;
    margin: 80px 0 40px 0;
    width: 80%;
    font-weight: 400;
}

body.page-template-template-home-charouz .entry-content h2 {
    max-width: 66.666666666%;
    font-size: 50px;
    line-height: 52px;
}

body.page-template-template-home-charouz .entry-content .page-content {
    display: flex;
}

body.page-template-template-home-charouz .entry-content .page-content div {
    flex: 1;
    margin-bottom: 150px;
}

body.page-template-template-home-charouz .entry-content .page-content .col-left p {
    max-width: 90%;
}

body.page-template-template-home-charouz .entry-content .page-content .col-right p {
    width: 100%;
    margin: 0;
}

body.page-template-template-home-charouz .entry-content .page-content .col-right {
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

body.page-template-template-home-charouz .entry-content .page-content .col-right img {
    display: block;
    float: right;
    margin-bottom: 40px;
}

body.page-template-template-home-charouz .entry-content .page-content .col-right img:last-child {
    margin-bottom: 0;
}

body.page-template-template-home-charouz .contact {
    background: #06487b;
    padding: 100px 0;
}

body.page-template-template-home-charouz .contact .wrap {
    max-width: 960px;
}

body.page-template-template-home-charouz .contact h2 {
    color: #fff;
    text-transform: uppercase;
}

.quote {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.quote div {
    width: 370px;
    text-align: right;
}

.quote img {
    display: block;
    width: 100%;
}

.content-area .quote p {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.quote hr {
    width: 8%;
    display: block;
    float: right;
    border: none;
    border-bottom: 2px solid #06112f;
}

.quote span {
    display: block;
    clear: both;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.body {
    width: 60%;
    float: left;
    padding: 0 10% 0 0;
}

.body h1 {
    text-transform: none;
    font-size: 50px;
    line-height: 52px;
    font-weight: 200;
    padding-bottom: 20px;
    width: 100%;
}

body.page-template-template-team .teams,
body.page-template-template-home-charouz .teams {
    background: #e5e5e5;
    padding: 100px 0 70px 0;
    margin-top: 100px;
}

.team {
    width: calc((100%/4) - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
}

.team img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.team span {
    display: block;
    font-weight: 100;
    margin-top: 5px;
}

.team:nth-child(4n) {
    margin-right: 0;
}

.page-template-template-team .f3 .driver:nth-child(3n),
.page-template-template-team .f4 .driver:nth-child(3n) {
    background: #fafafa;
}

.driver .wrap {
    position: relative;
    min-height: 975px;
}

.driver .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 2;
}

.driver.louis-deletraz .background {
    left: 15px;
}

.driver.antonio-fuoco .background {

}

.driver .bio {
    padding-top: 175px;
    width: 50%;
    float: right;
}

.driver .bio p {
    max-width: 75%;
}

.driver .counts {
    padding-top: 50px;
}

.driver .count {
    border-width: 2px;
    border-style: solid;
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 120px;
    margin-right: 30px;
    position: relative;
    transform: rotate(45deg);
}

.driver .count:last-of-type {
    margin-right: 0;
}

.count.red {
    border-color: #dc0107 #e7e7e7 #e7e7e7 #e7e7e7;
}

.count.blue {
    border-color: #dc0107 #dc0107 #e7e7e7 #e7e7e7;
}

.count.green {
    border-color: #dc0107 #dc0107 #dc0107 #e7e7e7;
}

.driver .count span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.driver .border {
    width: 116px;
    height: 116px;
    border-radius: 116px;
    border: 15px solid #e7e7e7;
    color: #000;
    text-align: center;
    font-size: 35px;
    padding-top: 15px;
    transform: rotate(-45deg);
}

.driver h2 {
    font-size: 70px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
}

.driver h2 span {
    opacity: 0.2;
    display: block;
    font-size: 110px;
    margin-top: 32px;
    font-weight: 400;
    margin-left: -9px;
    margin-bottom: 30px;
}

.driver .box {
    position: absolute;
    border: 10px solid #06112f;
    background: #06112f;
    color: #fff;
    width: 33.333333333%;
    padding: 90px 30px;
    margin-top: 100px;
}

.driver .box .number {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -2px;
}

.driver .box .number img {
    height: 58px;
    margin-bottom: 19px;
}

.driver .box hr {
    margin-bottom: 20px;
    width: 8%;
    display: block;
    float: left;
    border: none;
    border-bottom: 2px solid #dc0107;
}

.driver .box .quote {
    clear: both;
    width: 66.666666666%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.driver .box img {
    display: block;
    clear: both;
    padding-top: 10px;
}

.driver .box img.flag {
    width: 42px;
}

.driver:nth-child(even) {
    background: #06112f;
    color: #fff;
}

.driver:nth-child(even) .box {
    border-color: #fff;
}

.driver:nth-child(even) h2 {
    color: #fff;
}

.driver:nth-child(even) .bio {
    float: left;
}

.driver:nth-child(even) .border {
    color: #fff;
    border: 15px solid #585858;
}

.driver:nth-child(even) .count.red {
    border-color: #dc0107 #585858 #585858 #585858;
}

.driver:nth-child(even) .count.blue {
    border-color: #dc0107 #dc0107 #585858 #585858;
}

.driver:nth-child(even) .count.green {
    border-color: #dc0107 #dc0107 #dc0107 #585858;
}

.driver:nth-child(even) .background {
    background-position: bottom right;
}

.driver:nth-child(even) .box {
    right: 0;
    border-right: 0;
    width: 40%;
    margin-top: 75px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.medias {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.races {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media,
.race {
    width: calc((100%/3) - 0.666666667px);
    margin-right: 1px;
    margin-bottom: 1px;
    background: #e5e5e5;
    float: left;
    text-align: right;
}

.racer.main .media {
    background: none;
}

.media img {
    max-width: 100%;
    height: auto;
    display: block;
}

.race.current {
    background: #000;
}

.race a {
    padding: 40px;
    display: block;
    color: #000;
}

.race.current a {
    color: #fff;
}

.race a:hover {
    background: #06112f;
    color: #fff;
}

.media:nth-child(3n),
.race:nth-child(3n) {
    margin-right: 0;
}

.race .number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.race .dates {
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    letter-spacing: 0.5px;
}

.race .circuit,
.race .location {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.race {
    display: flex;
}

.race a {
    display: 1;
}

.race .svg {
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
}

.race.race-bahrain svg,
.race.race-austria svg,
.race.race-uae svg {
	width: 80%;
}

.race svg {
    width: 100%;
}

.race.current a path {
    fill: #fff;
    opacity: 0.2;
}

.race.current a polygon {
    fill: #fff;
    opacity: 0.5;
}

.race.current a:hover path {
    opacity: 1;
}

/* .race a:hover path {
    fill: #fff;
} */

body.page-template-template-races h1 {
    font-size: 52px;
    line-height: 54px;
    font-weight: 200;
}

body.page-template-template-races h1 span {
    border-bottom: 2px solid #06112f;
    padding-bottom: 12px;
}

.clearing {
    clear: both;
}

.content-area #pageTitle p {
    margin-bottom: 0;
    margin-top: 18px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    color: #1c1a1f;
    font-weight: 100;
    margin: 0 0 36px 0;
}

.site-main p,
.content-area p {
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
    margin-top: 0;
}

.site-main p strong {
    text-transform: uppercase;
    font-weight: 600;
}

input,
textarea {
    border: 1px solid #e5e5e5;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    font-family: din-2014, 'DIN', sans-serif;
    padding: 22px;
    font-weight: 300;
}

input:focus,
textarea:focus {
    outline: 0;
    border-color: #06112f;
}

input[type=submit] {
    width: auto;
    background: #06112f;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    font-weight: 100;
    padding: 20px 40px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

body.page-template-template-home-charouz .contact input[type=submit] {
    background: transparent;
    border: 1px solid #fff;
    transition: 0.5s background-color ease-in-out;
}

body.page-template-template-home-charouz .contact input[type=submit]:hover {
    background: #fff;
    color: #06487b;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
}

::-webkit-input-placeholder {
	color: #000;
    opacity: 0.5;
}

:-moz-placeholder {
	color: #000;
    opacity: 0.5;
}

::-moz-placeholder {
	color: #000;
    opacity: 0.5;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #000;
    opacity: 0.5;
}

body.page-template-template-partners h2 {
    padding: 0;
    margin: 0;
}

body.page-template-template-partners .level {
    display: flex;
    align-items: center;
}

body.page-template-template-partners .level p {
    width: 100%;
}

body.page-template-template-partners .level .brand {
    width: 30%;
    margin-right: 10%;
    float: left;
}

.sponsors img {
    max-width: 550px;
    height: auto;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

body.page-template-template-partners .level .brand img {
    max-width: 100%;
    height: auto;
}

body.page-template-template-partners .level.right .brand {
    margin-right: 0;
    margin-left: 10%;
}

body.page-template-template-partners .level .description {
    width: 60%;
    float: left;
}

body.page-template-template-partners .levels {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0;
}

.line {
    clear: both;
    border-top: 1px solid #e5e5e5;
}

body.page-template-template-car .cars {
    clear: both;
    margin-top: 50px;
}

body.page-template-template-car .left,
body.page-template-template-car .right {
    float: left;
    margin-bottom: 50px;
}

.shift {
    max-width: 960px;
    margin: 0 auto;
}

body.page-template-template-car .left {
    width: 60%;
}

body.page-template-template-car .right {
    width: 40%;
    position: absolute;
    right: 0;
}

body.page-template-template-car .top .left {
    width: 35%;
    text-align: right;
}

body.page-template-template-car .top .right {
    width: 65%;
    padding-left: 7%;
    position: relative;
}

body.page-template-template-car .left dd span,
body.page-template-template-car .right dd span {
    display: block;
}

body.page-template-template-car .right dd span {
    margin-top: 8px; margin-left: 0px;
}

body.page-template-template-car .centre {
    margin: 0 auto;
    padding: 50px 0;
}

body.page-template-template-car .bottom {
    max-width: 960px;
    margin: 0 auto;
    padding: 75px 0 50px 0;
}

body.page-template-template-car .centre p {
    width: 90%;
}

dl {
    margin: 0 0 20px 0;
    padding: 0;
}

dt {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 30px 35px 20px;
    font-weight: 400;
    font-size: 18px;
}

dd {
    margin: 0 0 1px 0;
    text-transform: uppercase;
    background: #e5e5e5;
    padding: 15px 30px 17px 20px;
    font-weight: 300;
    font-size: 17px;
}

dd small {
    font-size: 65%;
}

dd span {
    text-transform: none;
    font-size: 14px;
    margin-left: 5px;
}

span.red {
    border-bottom: 2px solid #dc0107;
    padding-bottom: 5px;
}

span.blue {
    border-bottom: 2px solid #06112f;
    padding-bottom: 5px;
}

span.green {
    border-bottom: 2px solid #008221;
    padding-bottom: 5px;
}

h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 18px;
}

#side-image {
    clear: both;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 300% center;
}

#partners {
    xborder-top: 1px solid #e5e5e5;
    padding: 50px 0;
    margin-top: 50px;
    text-align: center;
}

#partners .level {
    margin: 0 0 30px 0;
}

#partners .level:last-of-type {
    margin: 0;
}

body.page-template-template-news .article {
    display: block;
}

.article .image-block {
    width: 100%;
    height: 310px;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: auto 310px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.article .image-block.cover {
    background-size: cover;
}

.racer .background,
.article .background {
    position: relative;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    background-attachment: fixed;
}

.article.first,
.article.main,
.racer.main {
    margin-bottom: 100px;
}

.article.first h1,
.article.main h1,
.racer.main h1 {
    text-transform: none;
    font-size: 49px;
    margin-bottom: 20px;
}

.article.main h1,
.racer.main h1 {
    margin-bottom: 0;
    clear: both;
    display: inline-block;
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 10px;
    text-transform: none;
    width: 100%;
}

.racer.main h1 {
    margin-top: 10px;
    font-size: 75px;
    line-height: 65px;
    padding-bottom: 8px;
    margin-left: -7px;
    text-transform: uppercase;
}

.article.main .background,
.racer.main .background {
    margin-bottom: 0;
}

.article.main #pageTitle,
.racer.main #pageTitle {
    border-top: 0;
    margin: 0 0 100px 0;
    width: 75%;
    float: left;
}

#navigation .post-navigation a {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.content-area .racer.main #pageTitle .number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-area .racer.main #pageTitle p {
    margin: 0 0 5px 0;
}

.article.main #navigation,
.racer.main #navigation {
    float: left;
    text-align: right;
    width: 25%;
    padding: 60px 0 0 0;
}

.article.main #navigation h3,
.racer.main #navigation h3 {
    clear: both;
    font-size: 15px;
}

.article.main #navigation .next,
.racer.main #navigation .next {
    width: 80%;
    float: right;
    text-transform: uppercase;
}

.nav-previous,
.nav-next {
    width: 36px;
    float: left;
    margin-left: 10px;
}

.nav-links {
    width: 92px;
    float: right;
}

.nav-links .nav-title {
    background: #fff;
    border: 2px solid #e7e7e7;
    height: 36px;
    width: 36px;
    display: block;
    padding: 6px 7px 0 0;
    border-radius: 36px;
}

.nav-links a:hover .nav-title {
    border-color: #000;
}

.post-navigation a:hover,
a:hover .nav-title {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-previous {
    margin-bottom: 0;
}

.nav-title-icon-wrapper {
    display: block;
}

.racer img,
.article img {
    display: block;
    margin-bottom: 20px;
}

.article date,
.article.main #pageTitle date,
.racer.main #pageTitle date {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.article h2 {
    font-size: 31px;
    color: #1c1a1f;
    line-height: 37px;
    font-weight: 200;
    margin: 45px 0px 36px 0px;
}

.article .body hr,
.row .article hr,
.article.main #pageTitle hr,
.racer.main #pageTitle hr,
body.page-template-template-home-charouz #pageTitle hr {
    width: 5%;
    display: block;
    float: left;
    border: none;
    border-bottom: 2px solid #dc0107;
    margin-bottom: 15px;
}

.racer.main #pageTitle hr {
    float: none;
    margin: 0 0 15px 0;
}

.read {
    margin-top: 40px;
}

.read a {
    background: #dc0107;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 18px 45px 20px 45px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.articles .row:nth-child(even) {
    background: #e5e5e5;
}

body.page-template-template-home-f2 .articles .row:nth-child(even),
body.page-template-template-home-f3 .articles .row:nth-child(even),
body.page-template-template-home-f4 .articles .row:nth-child(even) {
    background: #fff;
}

body.page-template-template-home-f2 .articles .row .wrap,
body.page-template-template-home-f3 .articles .row .wrap,
body.page-template-template-home-f4 .articles .row .wrap {
    max-width: 1080px;
}

body.page-template-template-home-f2 #pageTitle,
body.page-template-template-home-f3 #pageTitle,
body.page-template-template-home-f4 #pageTitle {
    margin: -210px 20% 0 0;
    padding: 160px 60px 60px 30px;
}

body.page-template-template-home-f2 #pageTitle hr,
body.page-template-template-home-f3 #pageTitle hr,
body.page-template-template-home-f4 #pageTitle hr {
    width: 5%;
    display: block;
    float: left;
    border: none;
    border-bottom: 2px solid #dc0107;
    margin-bottom: 15px;
}

body.page-template-template-home-f2 .article.first,
body.page-template-template-home-f3 .article.first,
body.page-template-template-home-f4 .article.first {
    margin-bottom: 0;
}

#tracks {
    background: #e5e5e5;
    min-height: 700px;
    position: relative;
}

#races {
    min-height: 700px;
}

#track-car {
    z-index: 500;
    bottom: 100px;
    right: 0;
    width: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.track {
    min-height: 700px;
}

.track .svg {
    position: absolute;
    width: 100%;
    top: 125px;
    z-index: -1;
}

.track svg {
    margin-left: 100px;
    height: 450px;
    opacity: 0.2;
}

.race-info {
    background: #06112f;
    border: 10px solid #06112f;
    display: inline-block;
    padding: 40px 60px 90px 40px;
    margin-left: 30%;
    margin-top: 100px;
    z-index: 500;
    color: #fff;
}

.race-info h4 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}

.race-info hr {
    width: 4%;
    display: block;
    float: left;
    border: none;
    border-bottom: 2px solid #06112f;
    margin-bottom: 15px;
}

.race-info .circuit,
.race-info .location {
    clear: both;
    font-size: 52px;
    line-height: 54px;
    text-transform: uppercase;
}

.race-info .date {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
}

#races .slick-next.slick-arrow,
#races .slick-prev.slick-arrow {
    top: 100px;
    left: 200px;
}

#races .slick-next.slick-arrow {
    left: 257px;
}

.slick-slide {
    position: relative;
}

.slick-slide .svg {
    overflow: hidden;
}

.row {
    padding: 100px 0;
}

.row .article {
    width: calc((50%) - 15px);
    float: left;
    margin-right: 30px;
}

.row .article:nth-child(2n) {
    margin-right: 0;
}

.row img {
    width: 100%;
    height: auto;
}

.row h2 {
    clear: both;
    margin-bottom: 20px;
}

.racer .medias {
    padding: 100px 0;
}

.results {
    background: #e5e5e5;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.results.f3 {
    height: 600px;
}

.results.f4 {
    height: 750px;
}

.results .title {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
    padding: 20px;
}

.results .svg {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.results svg {
    height: 450px;
    opacity: 0.2;
}

.results.f3 svg {
    height: 600px;
    opacity: 0.2;
}

.results.f4 svg {
    height: 750px;
    opacity: 0.2;
}

.results.sprint .svg {
    top: -225px;
    right: -225px;
}

.results.feature .svg {
    bottom: -225px;
    right: -225px;
}

.results.sprint svg,
.results.feature svg {
    float: right;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.results.qualifying .svg {
    top: -225px;
    left: -225px;
}

.results.qualifying svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.result {
    position: relative;
    z-index: 100;
    margin-top: 60px;
    margin-right: 335px;
}

.results.sprint .result,
.results.feature .result {
    margin-left: 110px;
}

.results.qualifying .result {
    margin-left: 335px;
    margin-right: 110px;
}

.result {
    display: flex;
    align-items: center;
}

.result .placing {
    float: left;
    width: 15%;
    margin-right: 5%;
    text-align: center;
    color: #fff;
}

.placing {
    font-size: 44px;
    padding: 25px 0;
}

.placing span {
    text-transform: uppercase;
    font-size: 23px;
}

.sprint .placing {
    background: #00296c;
}

.feature .placing {
    background: #00913c;
}

.qualifying .placing {
    background: #000;
}

.by {
    float: left;
    width: 80%;
}

.result h3 {
    font-weight: 100;
    margin: 0 0 10px 0;
}

.result h3 span {
    display: block;
    font-size: 33px;
    font-weight: 700;
}

.result .numbers {
    border-top: 1px solid #000;
    padding: 10px 0 0 0;
}

.result .numbers div {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}

.result .numbers div span {
    font-weight: 100;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

#slides {
    position: relative;
    height: 875px;
}

.slide {
    background: #e5e5e5;
    height: 875px;
    position: relative;
}

body.page-template-template-home-f2 #slides .slick-slide,
body.page-template-template-home-f3 #slides .slick-slide,
body.page-template-template-home-f4 #slides .slick-slide {
    min-height: 875px !important;
}

body.page-template-template-home-f2 #tracks div.slick-list.draggable,
body.page-template-template-home-f3 #tracks div.slick-list.draggable,
body.page-template-template-home-f4 #tracks div.slick-list.draggable {
    min-height: 700px !important;
}

.slide .wrap {
    max-width: 960px;
}

body.page-template-template-home-f2 .slide#title,
body.page-template-template-home-f3 .slide#title,
body.page-template-template-home-f4 .slide#title {
    padding: 0;
}

body.page-template-template-home-f2 .slide #pageTitle,
body.page-template-template-home-f3 .slide #pageTitle,
body.page-template-template-home-f4 .slide #pageTitle {
    margin: 0 0 0 62%;
    border-top: 0;
    text-align: right;
    padding: 90px 60px 60px 30px;
}

body.page-template-template-home-f2 .slide h1,
body.page-template-template-home-f3 .slide h1,
body.page-template-template-home-f4 .slide h1 {
    display: block;
    font-size: 75px;
    font-weight: 200;
    padding-bottom: 12px;
}

body.page-template-template-home-f2 .slide p,
body.page-template-template-home-f3 .slide p,
body.page-template-template-home-f4 .slide p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 26px;
}

body.page-template-template-home-f2 .slide #pageTitle hr,
body.page-template-template-home-f3 .slide #pageTitle hr,
body.page-template-template-home-f4 .slide #pageTitle hr {
    float: right;
}

body.page-template-template-home-f2 .content-area .slide #pageTitle p,
body.page-template-template-home-f3 .content-area .slide #pageTitle p,
body.page-template-template-home-f4 .content-area .slide #pageTitle p {
    clear: both;
}

#slideImage {
    position: absolute;
    height: 875px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

button.slick-arrow {
    border: 1px solid #afafaf;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

button.slick-arrow:hover {
    border-color: #000;
}

.slick-next.slick-arrow {
    position: absolute;
    top: 414px;
    right: 100px;
    z-index: 100;
    background-image: url('assets/images/arrow-right.png');
}

.slick-prev.slick-arrow {
    position: absolute;
    top: 414px;
    left: 100px;
    z-index: 100;
    background-image: url('assets/images/arrow-left.png');
}

.slides-nav {
    background: #06112f;
}

#slides-nav {
    background: #06112f;
    padding: 30px 0;
    max-width: 560px;
    margin: 0 auto;
}

#slides-nav button.slick-next.slick-arrow,
#slides-nav button.slick-prev.slick-arrow {
    display: none !important;
}

#slides-nav .slick-list {
    height: 104px;
}

#slides-nav .slider {
    background: #e5e5e5;
    height: 104px;
    width: 100px;
    outline: none;
    border: 2px solid #06112f;
}

#slides-nav .slider.slick-current {
    border: 2px solid #dc0107;
    outline: none;
}

#slides-nav .slider img {
    max-width: 100%;
    max-height: 104px;
}

#slides-nav .slider:hover {
    cursor: pointer;
}

.picture-item__inner:hover:before {
    background: #fff !important;
}

#ff-stream-1 .ff-nickname {
    font-size: 12px !important;
}

.ff-item-meta {
    margin: 0 !important;
    padding-bottom: 27px !important;
    background: url('../../uploads/2018/03/divider-red-tiny.png') no-repeat 0px 46px !important;
}

.ff-item-cont {
    width: 94%;
    padding: 0px 10px 0px 10px !important;
}

.ff-stream {
    border-top: 1px solid #e5e5e5;
}

#ff-stream-1 {
    background-color: #fff !important;
}

#ff-stream-1 .picture-item__inner {
    box-shadow: none !important;
}

.ff-item .ff-content, .ff-article, .ff-item .ff-content p {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #000 !important;
}

.ff-item .ff-content {
    margin: 0 0 7% 0 !important;
}

#ff-stream-1 .ff-nickname {
    color: rgb(0,0,0) !important;
}

.ff-nickname {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 300 !important;
}

#ff-stream-1 .ff-content a,
#ff-stream-1-slideshow a {
    color: rgb(0,0,0) !important;
    font-weight: 600 !important;
}

.ff-loadmore-wrapper {
    display: none !important;
}

.ff-slideshow .ff-content {
    font-size: 15px !important;
    color: #000 !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}

.ff-item .ff-item-bar {
    padding: 7px 7px 20px 8px !important;
    font-weight: 600 !important;
}

.ff-timestamp {
    font-weight: 300;
}

.ff-name {
    line-height: 14px !important;
}
/*
.f4 .race-info {
    background: rgba(229, 229, 229, 1);
    width: 40%;
    margin-top: 200px;
    margin-left: 20%;
}

.f4 #races .slick-next.slick-arrow,
.f4 #races .slick-prev.slick-arrow {
    margin-top: 100px;
}

.f4 #races .slick-next.slick-arrow,
.f4 #races .slick-prev.slick-arrow {
    left: 150px;
}

.f4 #races .slick-next.slick-arrow {
    left: 207px;
}

.f4 .track svg {
    margin-left: 0;
    float: right;
    margin-right: -250px;
}

.f4 .driver .box {
    padding: 40px 30px;
}

/*
.f4 .driver .box,
.f4 #pageTitle,
.f4 #slides-nav .slider.slick-current,
.f4 .race-info,
body.page-template-template-home-f4 #pageTitle hr {
    border-color: #064e86;
}

.f4 .driver .box hr,
.f4 h1 span,
.f4 .quote hr,
.f4 span.blue,
.f4 .article .body hr,
.f4 .row .article hr,
.f4 .article.main #pageTitle hr,
.f4 .racer.main #pageTitle hr,
body.page-template-template-races .f4 h1 span,
.f4 .race-info hr {
    border-bottom-color: #064e86;
}

.site-footer.f4 {
    border-top: 1px solid #595959;
}

.f4 .nav-icon:hover span,
.f4 .nav-icon.open span,
.f4 .read a,
.f4 .race a:hover  {
    background-color: #064e86;
}

.f4 .race a:hover span.blue {
    border-bottom-color: #fff;
}

.f4 .race a:hover path {
    fill: #fff;
}

.f4 .driver .background {
    background-size: 400px;
    bottom: 80px;
}

.f4 .driver .box {
    margin-top: 75px;
}

.f4 .driver:nth-child(odd) .box {
    border-left: 0;
}

#nav.f4 .nav-icon.open:hover span {
    background-color: #0C3352;
}

.f4 #side-image {
    background-position: center center;
}

body.page-template-template-races .f4 #title,
body.page-template-template-car .f4 #title {
    padding: 0;
    height: 800px;
    position: relative;
}

body.page-template-template-races .f4 #title {
    height: 680px;
}

body.page-template-template-races .f4 #titleImage {
    height: 580px;
    background-position: center bottom;
}

body.page-template-template-races .f4 #title .wrap,
body.page-template-template-car .f4 #title .wrap {
    position: absolute;
    color: #fff;
}

body.page-template-template-races .f4 #title .wrap {
    right: 0;
    width: 50%;
}

body.page-template-template-races .f4 #pageTitle {
    margin: 20% 0 0 0;
    width: 100%;
    border-right: 0;
}

body.page-template-template-races .f4 #titleImage,
body.page-template-template-car .f4 #titleImage {
    background-size: cover;
}

.f4 .driver h2 span {
    margin-left: -3px;
    font-size: 95px;
    margin-top: 15px;
}

.f4 .races {
    padding-bottom: 100px;
}

.f4 .sprint .placing {
    background: #e12026;
}

.f4 .feature .placing {
    background: #015292;
}

.f4 .qualifying .placing {
    background: #000;
}

.f4 .racer.main {
    margin-bottom: 0;
}
*/
body.page-template-template-home-f2 .articles .row:nth-child(even),
body.page-template-template-home-f3 .articles .row:nth-child(even),
body.page-template-template-home-f4 .articles .row:nth-child(even) {
    margin-top: 350px;
}

body.page-template-template-home-f2 .article.first .wrap,
body.page-template-template-home-f3 .article.first .wrap,
body.page-template-template-home-f4 .article.first .wrap {
    position: absolute;
    left: 0;
    right: 0;
}

body.page-template-template-home-f2 #pageTitle,
body.page-template-template-home-f3 #pageTitle,
body.page-template-template-home-f4 #pageTitle {
    margin: -300px 20% 0 0;
    padding: 190px 0 0 0;
}

#middlePhoto {
    height: 650px;
    margin: 70px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#bottomPhoto {
    height: 650px;
    margin: 70px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.f4 .slide .wrap {
    position: absolute;
    left: 0;
    right: 0;
}

body.page-template-template-team .f4 .bio h2,
body.page-template-template-home-f4 .bio h2 {
    margin: 45px 0 0 0;
}

body.page-template-template-car .f4 #pageTitle {
    margin: 0 0 0 65%;
}

.innerBlock {
    padding: 60px 60px 60px 30px;
    background: #050f2f;
}

.article .innerBlock date {
    color: #fff;
}

.f4 .track .svg {
    top: 75px;
}

#charouz-racing {
    background: #151515;
    color: #fff;
    padding: 30px 0;
}

.col33 {
    width: 33.333333333%;
    float: left;
}

.col66 {
    width: 66.666666666%;
    float: left;
}

#charouz-racing .col33 img {
    max-width: 170px;
}

#charouz-racing .col33 p {
    font-size: 11px;
    max-width: 74%;
}

#charouz-racing .col66 {
    padding-top: 90px;
}

#charouz-racing .col66 div {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#charouz-racing .col66 div:last-child {
    margin-right: 0;
}

#charouz-racing .col66 div a {
    display: block;
    min-height: 90px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 40px;
}

@media (max-width: 1200px) {

    .wrap {
        max-width: 960px;
    }

    .driver h2 span {
        font-size: 100px;
    }

    .f4 .driver h2 span {
        font-size: 80px;
    }

}

@media (max-width: 1024px) {

    .wrap {
        max-width: 960px;
    }

    .driver .background {
        background-size: 50%;
    }

}

@media (max-width: 960px) {

    .wrap {
        max-width: 768px;
    }

    .driver h2 span {
        font-size: 80px;
    }

    .f4 .driver h2 span {
        font-size: 60px;
    }

}

@media (max-width: 768px) {

    .site-content-contain {
        margin-top: 69px;
    }

    #nav .nav-icon {
        top: 20px;
        right: 20px;
    }

    #nav .sidebar {
        display: block;
    }

    #nav .sidebar ul {
        width: 80%;
    }

    #nav .sidebar {
        bottom: auto;
        width: 100%;
        z-index: 1000;
    }

    #nav .sidebar li {
        float: left;
        margin: 20px 0 15px 0;
    }

    #nav .sidebar .links4 li {
        width: 25%;
    }

    #nav .sidebar li:last-child a img {
        padding-top: 0;
        border-top: none;
        opacity: 1;
    }

    #nav .sidebar .links3 li {
        width: 33.333333333%;
    }

    #nav .sidebar .links2 li {
        width: 50%;
    }

    #nav .sidebar .links1 li {
        width: 100%;
    }

    #nav #site-navigation {
        left: 0;
        margin-top: 20px;
    }

    #nav #site-navigation ul a {
        font-size: 24px;
        line-height: 26px;
    }

    #nav #site-navigation ul.sub-menu a {
        font-size: 19px;
        line-height: 21px;
    }

    #nav #site-navigation ul.sub-menu {
        /* position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 10px 0; */
        display: none;
    }

    #nav #site-navigation ul.sub-menu::before {
        display: none;
    }

    #nav #site-navigation ul.sub-menu li {
        text-align: center;
    }

    #nav #site-navigation ul.sub-menu li:first-of-type {
        margin-top: 0;
    }

    #nav .social-navigation {
        bottom: 20px;
    }

    body.page-template-template-home-charouz #testing #title .wrap {
        left: 0;
        right: 0;
    }

    body.page-template-template-home-charouz #testing #title {
        height: 600px;
    }

    body.page-template-template-home-charouz #testing #titleImage {
        height: 600px;
    }

    body.page-template-template-home-charouz #testing #pageTitle {
        margin: 0;
    }

    body.page-template-template-home-charouz #testing #pageTitle p {
        font-size: 30px;
    }

    body.page-template-template-home-charouz .entry-content .page-content .col-left p,
    body.page-template-template-home-charouz .entry-content h2 {
        max-width: 100%;
    }

    body.page-template-template-home-charouz .entry-content .page-content {
        display: block;
    }

    body.page-template-template-home-charouz .entry-content .page-content div {
        margin-bottom: 0;
    }

    body.page-template-template-home-charouz .entry-content .page-content .col-right img {
        float: none;
        margin: 0 auto 40px auto;
    }

    body.page-template-template-home-charouz .entry-content .page-content .col-right {
        margin: 40px 0 100px 0;
    }

    .wrap,
    body.page-template-template-home-charouz .contact .wrap {
        max-width: 600px;
    }

    footer .copyright {
        font-size: 13px;
        padding-bottom: 10px;
    }

    body.page-template-template-contact p,
    body.page-template-template-text p {
        width: 100%;
    }

    #pageTitle,
    body.page-template-template-text #pageTitle {
        padding: 20px;
        margin: 0;
    }

    body.page-template-template-home-charouz #primary #pageTitle {
        padding: 40px 30px;
    }

    body.page-template-template-home-charouz #titleImage {
        background-attachment: scroll;
    }

    #pageTitle h1,
    body.page-template-template-text #pageTitle h1,
    .testingHeader h1,
    body.page-template-template-home-charouz h2,
    body.page-template-template-home-charouz #pageTitle p {
        font-size: 35px;
        line-height: 37px;
    }

    body.page-template-template-home-charouz h2,
    .testingHeader h1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .page-template-template-hub .site-content li {
        width: 100% !important;
    }

    .page-template-template-hub .site-content ul a {
        height: 400px;
    }

    body.page-template-template-home-charouz .entry-content .page-content .col-right img {
        margin: 0 auto 20px auto;
        max-width: 100%;
        height: auto;
    }

    body.page-template-template-home-charouz .entry-content .page-content .col-right {
        margin: 40px 0 20px 0;
    }

    body.page-template-template-text div.logo,
    body.page-template-template-hub div.logo {
        width: 100%;
        text-align: left;
    }

    #nav .social-navigation {
        left: 0;
        padding-bottom: 20px;
    }

    footer .copyright {
        width: 100%;
    }

    body.page-template-template-partners #pageTitle {
        margin: 0;
        padding: 20px;
    }

    body.page-template-template-partners .level {
        display: block;
        padding: 0 20px;
    }

    body.page-template-template-partners .level .brand,
    body.page-template-template-partners .level .description {
        width: 100%;
        float: none;
    }

    .sponsors img {
        max-width: 100%;
        height: auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile img {
        width: 100%;
        height: auto;
    }

    body.page-template-template-partners .level.right .brand {
        margin: 0;
    }

    #side-image {
        background-position: center center;
    }

    footer .social-navigation {
        width: 100%;
    }

    footer .menu-social-container {
        float: left;
    }

    footer .social-navigation a {
        margin: 0 11px 20px 0;
    }

    .social-navigation a {
        width: 22px;
        height: 22px;
    }

    body.page-template-template-contact #title {
        padding: 0 0 200px 0;
    }

    body.page-template-template-partners #titleImage {
        width: 100%;
    }

    body.page-template-template-partners #titleImage,
    body.page-template-template-contact #titleImage {
        background-position: 0 bottom;
        background-size: 100%;
        height: 289px;
    }

    body.page-template-template-media #titleImage,
    body.page-template-template-races #titleImage {
        background-position: center bottom;
        background-size: 150%;
        height: 369px;
    }

    body.page-template-template-car .left,
    body.page-template-template-car .top .left {
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }

    body.page-template-template-car .right {
        position: relative;
        width: 100%;
    }

    body.page-template-template-car .top .right {
        width: 100%;
        padding-left: 0;
        padding: 0 20px;
    }

    body.page-template-template-car #pageTitle {
        margin: 0;
    }

    .media, .race {
        width: calc((100%/2) - 0.5px);
    }

    .media:nth-child(2n), .race:nth-child(2n) {
        margin-right: 0;
    }

    .media:nth-child(3n) {
        margin-right: 1px;
    }

    body.page-template-template-media #pageTitle, body.page-template-template-races #pageTitle {
        margin: 0;
    }

    .row .article {
        width: 100%;
        margin-right: 0;
    }

    .row .article .read {
        margin-bottom: 40px;
    }

    .quote {
        width: 100%;
        margin: 0;
    }

    .quote div {
        width: 100%;
        text-align: left;
    }

    .quote hr {
        float: left;
    }

    .body {
        width: 100%;
        padding: 40px 0 0 0;
    }

    .driver .box {
        width: 100%;
        position: relative;
        padding: 20px;
        margin-top: 20px;
    }

    .driver .bio {
        width: 100%;
        padding-top: 20px;
    }

    .driver h2 span {
        font-size: 80px;
        margin: 20px 0;
    }

    .driver .counts {
        padding-top: 0;
    }

    .driver .count {
        margin-bottom: 100px;
        margin-right: 15px;
    }

    .driver .box,
    .driver .bio {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .driver .background {
        z-index: -1;
        opacity: 0.2;
        background-position: bottom center;
    }

    .driver .wrap {
        min-height: inherit;
        max-width: 100%;
    }

    .driver {
        padding-top: 20px;
    }

    .driver:nth-child(even) .box {
        right: 0 !important;
        border-right: 10px solid #fff !important;
        width: calc(100% - 40px) !important;
        margin-top: 0 !important;
    }

    .f4 .driver:nth-child(even) .box {
        border-right: 10px solid #064e86 !important;
    }

    .driver:nth-child(even) .background {
        z-index: 0;
        background-position: bottom center;
    }

    .f4 .driver:nth-child(odd) .box {
        left: 0 !important;
        width: calc(100% - 40px) !important;
        border-left: 10px solid #064e86 !important;
    }

    .f4 .driver {
        min-height: 1400px;
    }

    .f4 .driver:nth-child(even) .background,
    .f4 .driver:nth-child(odd) .background {
        bottom: 20px;
    }

    .driver .bio p {
        max-width: 100%;
    }

    .team {
        width: calc((100%/2) - 15px);
    }

    .team:nth-child(2n) {
        margin-right: 0;
    }

    body.page-template-template-team #title {
        height: inherit;
        margin-bottom: 20px;
    }

    body.page-template-template-team h2 {
        margin-top: 20px;
    }

    body.page-template-template-team .medias {
        padding-bottom: 100px;
    }

    .results.sprint .result,
    .results.feature .result,
    .results.qualifying .result {
        margin: 0 0 20px 0;
        display: block;
    }

    .results.qualifying {
        margin-bottom: 20px;
    }

    div.title {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    body.single .read {
        margin-bottom: 40px;
    }

    .result .placing {
        margin-bottom: 20px;
    }

    .result .placing,
    .result .by {
        width: 100%;
        float: none;
    }

    .w15,
    .w25,
    .w35 {
        width: 100%;
    }

    .results {
        height: auto;
    }

    body.page-template-template-home-f2 .driver .box,
    body.page-template-template-home-f2 .driver .bio,
    body.page-template-template-home-f2 .driver:nth-child(even) .box,
    body.page-template-template-home-f3 .driver .box,
    body.page-template-template-home-f3 .driver .bio,
    body.page-template-template-home-f3 .driver:nth-child(even) .box,
    body.page-template-template-home-f4 .driver .box,
    body.page-template-template-home-f4 .driver .bio,
    body.page-template-template-home-f4 .driver:nth-child(even) .box {
        width: 100% !important;
        margin: 0;
    }

    .slide,
    #slideImage {
        height: 600px;
    }

    div#slideImage {
        background-position: center bottom;
        background-size: 100%;
    }

    .f4 div#slideImage {
        background-position: center center;
        background-size: 100%;
        background-color: #fff;
    }

    body.page-template-template-home-f2 .slide #pageTitle,
    body.page-template-template-home-f3 .slide #pageTitle,
    body.page-template-template-home-f4 .slide #pageTitle {
        margin: 0;
        padding: 20px;
    }

    body.page-template-template-home-f2 #pageTitle,
    body.page-template-template-home-f3 #pageTitle,
    body.page-template-template-home-f4 #pageTitle {
        margin: -225px 0 20px 0;
    }

    #track-car {
        display: none;
    }

    #races .slick-next.slick-arrow,
    #races .slick-prev.slick-arrow {
        top: 20px;
        left: 20px;
    }

    #races .slick-next.slick-arrow {
        right: 20px;
        left: initial;
    }

    .race-info,
    .f4 .race-info {
        margin-left: 0;
        margin: 100px 20px 0 20px;
        width: calc(100% - 40px);
    }

    /* .f4 .race-info {
        margin-top: 180px;
    } */

    .race-info .circuit,
    .race-info .location {
        font-size: 35px;
        line-height: 37px;
    }

    .driver.louis-deletraz .background {
        left: 0;
    }

    .driver {
        min-height: 1350px;
    }

    .driver .background {
        z-index: -1;
        opacity: 1;
        background-position: bottom center;
        background-size: 100%;
    }

    /* .f4 .race.last {
        display: none;
    }

    .f4 .driver h2 span {
        font-size: 60px;
    } */

}

@media (max-width: 600px) {

    .nav-icon {
        width: 30px;
        height: 17px;
        top: 51px;
    }

    .nav-icon span:nth-child(2) {
        top: 7px;
    }

    .nav-icon span:nth-child(3) {
        top: 15px;
    }

    .nav-icon.open span:nth-child(3) {
        top: 20px;
    }

    header .logo {
        margin-left: -15px;
    }

    header .logo img {
        height: 50px;
        margin: 10px 0 4px 0;
    }

    .logo img.championship,
    .f4 .logo img.championship {
        height: 25.5px;
        padding-left: 20px;
        margin-left: 10.5px;
        margin-bottom: 18px;
    }

    .nav-icon {
        top: 24.5px;
    }

    .wrap,
    body.page-template-template-home-charouz .contact .wrap {
        max-width: 100%;
        padding: 0 20px;
    }

    body.page-template-template-team #pageTitle p {
        font-size: 40px;
        line-height: 42px;
    }

    body.page-template-template-team h2,
    body.page-template-template-text h2,
    body.page-template-template-contact h2,
    body.page-template-template-home-charouz .entry-content h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 20px 0;
    }

    .race-info .circuit, .race-info .location {
        font-size: 30px;
        line-height: 32px;
    }

    .race-info {
        padding: 20px 20px 40px 20px;
        margin: 80px 20px 0 20px;
    }

    .driver .wrap {
        padding: 0 20px;
    }

    body.page-template-template-team .driver .wrap {
        padding: 0;
    }

    .driver h2 span,
    .f4 .driver h2 span {
        font-size: 50px;
        line-height: 52px;
        margin: 0;
    }

    .f4 .driver .box {
        margin-top: 20px;
    }

    .driver .count {
        border-width: 5px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
    }

    .driver .border {
        width: 58px;
        height: 58px;
        border-radius: 58px;
        border: 0px solid #e7e7e7;
        font-size: 25px;
        padding-top: 12px;
    }

    .driver:nth-child(even) .border {
        border: none;
    }

    body.page-template-template-home-f2 .driver h2,
    body.page-template-template-home-f3 .driver h2,
    body.page-template-template-home-f4 .driver h2 {
        margin: 20px 0;
        padding: 0;
    }

    .media, .race {
        width: calc((100%/2) - 0.5px);
    }

    .race {
        width: 100%;
        margin-right: 0;
    }

    .race a {
        width: 100%;
    }

    .media:nth-child(2n),
    .media:nth-child(3n)
     {
        margin-right: 0;
    }

    .media:nth-child(odd) {
        margin-right: 1px;
    }

    .racer .background,
    .article .background {
        height: 380px;
        background-attachment: scroll;
    }

    #slides,
    #slides div.slick-list.draggable,
    #slides .slide,
    #slideImage {
        height: 475px;
    }

    #slides-nav .slick-list,
    #slides-nav .slider {
        height: 84px;
    }

    #slides-nav .slider img {
        max-height: 84px;
    }

    .slick-prev.slick-arrow {
        top: 215px;
        left: 20px;
    }

    .slick-next.slick-arrow {
        top: 215px;
        right: 20px;
    }

    body.page-template-template-home-f2 .articles .row,
    body.page-template-template-home-f3 .articles .row,
    body.page-template-template-home-f4 .articles .row {
        padding: 20px 0 40px 0;
    }

    body.page-template-template-home-f2 .articles .row .article:first-of-type,
    body.page-template-template-home-f3 .articles .row .article:first-of-type,
    body.page-template-template-home-f4 .articles .row .article:first-of-type {
        padding-bottom: 40px;
    }

    #track-car {
        display: block;
    }

    .racer.main h1 {
        margin-left: -3px;
    }

    #pageTitle h1,
    body.page-template-template-home-f2 #pageTitle h1,
    body.page-template-template-home-f3 #pageTitle h1,
    body.page-template-template-home-f4 #pageTitle h1 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 0;
    }

    #pageTitle .innerBlock,
    body.page-template-template-home-f2 #pageTitle .innerBlock,
    body.page-template-template-home-f3 #pageTitle .innerBlock,
    body.page-template-template-home-f4 #pageTitle .innerBlock {
        padding: 30px 30px 50px 30px;
    }

    body.page-template-template-home-f2 #pageTitle,
    body.page-template-template-home-f3 #pageTitle,
    body.page-template-template-home-f4 #pageTitle {
        padding: 240px 20px 20px 20px;
    }

    body.page-template-template-home-f2 #pageTitle .read,
    body.page-template-template-home-f3 #pageTitle .read,
    body.page-template-template-home-f4 #pageTitle .read {
        margin-top: 0;
    }

    body.page-template-template-media #pageTitle,
    body.page-template-template-races #pageTitle {
        width: 100%;
    }

    body.page-template-template-media #pageTitle, body.page-template-template-races #pageTitle {
        padding: 20px 20px 40px 20px;
    }

    body.page-template-template-partners h2,
    body.page-template-template-car h2,
    body.page-template-template-news .body h1 {
        font-size: 31px;
        line-height: 37px;
    }

    body.page-template-template-car h2 {
        margin-bottom: 0;
    }

    body.page-template-template-car .site-main {
        padding: 50px 0 0 0;
    }

    body.page-template-template-car #titleImage {
        background-size: 200% auto;
    }

    body.page-template-template-car #pageTitle {
        padding: 120px 20px 20px 20px;
    }

    body.page-template-template-partners #titleImage {
        background-size: 200%;
    }

    div#side-image {
        height: 250px !important;
        background-size: 200%;
        background-position: center right;
    }

    body.page-template-template-partners .level .brand.mobile img {
        max-width: 100%;
        width: auto;
    }

    body.page-template-template-contact #titleImage {
        background-position: right bottom;
        background-size: 150%;
        width: 100%;
    }

    body.page-template-template-contact #pageTitle {
        border-top: 0;
    }

    .article .background {
        margin-bottom: 0;
    }

    .quote.mobile {
        padding-top: 50px;
    }

    .racer.main #pageTitle,
    .article.main #pageTitle {
        width: 100%;
        margin: 0;
    }

    .racer.main h1 {
        font-size: 35px;
        line-height: 42px;
    }

    body.page-template-template-partners .levels {
        padding: 100px 0 0 0;
    }

    body.page-template-template-partners .level .description {
        margin-bottom: 60px;
    }

    #charouz-racing .col33,
    #charouz-racing .col66,
    #charouz-racing .col66 div {
        width: 100%;
        float: none;
    }

    #charouz-racing .col33 p {
        max-width: 100%;
    }

    #charouz-racing .col66 {
        padding-top: 0;
    }

    #charouz-racing .col66 div {
        margin-top: 20px;
    }

}

@media (max-width: 360px) {

    header .logo img {
        height: 30px;
        margin: 10px 0;
    }

    .logo img.championship,
    .f4 .logo img.championship {
        height: 25.5px;
        padding-left: 20px;
        margin-left: 10.5px;
        margin-bottom: 12px;
    }

    .nav-icon {
        top: 18.5px;
    }

}
