@font-face {
    font-family: univers-condensed;
    src: url("../ttf/univers-lt-67-condensed-bold-oblique.ttf") format("truetype");
}

@font-face {
    font-family: 'bentonsans-bold';
    src: url('../ttf/titilliumweb-bold.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'bentonsans-medium';
    src: url('../ttf/titilliumweb-semibold.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'bentonsans';
    src: url('../ttf/titilliumweb-regular.ttf')  format('truetype') /* Safari, Android, iOS */
}


@font-face {
    font-family: 'F1-Regular';
    src: url('../woff2/formula1_display-regular_web.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ttf/formula1display-regular_web.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'F1-Regular-Bold';
    src: url('../woff2/formula1_display-bold_web.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ttf/formula1_display-bold_web.ttf')  format('truetype') /* Safari, Android, iOS */
}

#home-intro p a {
    color: #fff!important;
	font-weight:bold;
    text-decoration: none;
}

#home-news ul li a	{
	font-family: 'Titillium Web', sans-serif!important;
	
}

#home-news ul li a h4	{
	font-size:13px!important;
}

table.driver-tiles tr th	{
	font-size:13px!important;
	font-family: 'Titillium Web', sans-serif!important;
}

table.driver-tiles tr td	{
	font-size:13px!important;
	font-family: 'Titillium Web', sans-serif!important;
}


html, body {
    height:100%;
}

body {
    font-size:16px;
    /*font-family:'opensans',Helvetica,sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
}

.splash-copyright	{
	font-family: 'Titillium Web', sans-serif!important;
}

.slider-text h1	{
	font-family: 'F1-Regular-Bold'!important;
}

.driver-tiles li h3 {
    font-size: 13px!important;
    font-family: 'Titillium Web', sans-serif!important;
}

.driver-tiles li h4 {
    font-family: 'F1-Regular'!important;
}

.slider-text h2	{
	font-family:'Titillium Web', sans-serif!important;
}

h1 {
    margin: 0.67em 0;
    font-family: 'F1-Regular-Bold';
    font-weight:900;
    letter-spacing:1px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: lighter;
}

h2 {
    font-family: 'F1-Regular-Bold';
    font-weight:900;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
}
    
p {
    line-height: 26px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#f1ms-body-wrap {
    clear:both;
    overflow:hidden;
    position:relative;
    background: url(../png/background.png);
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#f1ms-body {
    width: 100%;
    padding: 60px 0 0 0;
}

.f1ms-cta-btn {
    width:200px;
    background: #d31411;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    height: 36px;
    outline: 0;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    white-space: nowrap;
    min-width: 130px;
    line-height:36px;
}

.f1ms-cta-btn.right {
    float:right;
    min-width: 160px;
    max-width:50%;
}

.f1ms-cta-btn.left {
    float:left;
    max-width:50%;
}

.f1ms-cta-btn.grey {
    background:#848484;
}

.header-info h1 {
	font-family:'F1-Regular'!important;
}

.f1ms-cta-link {
    display: block;
    margin: 30px auto;
    color: #fff!important;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    max-width: 130px;
    text-align: center;
}
  
#f1ms-pane-bg {
    background: #3D391C;
    background: -moz-linear-gradient(top,#000 0,#3D391C 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(100%,#3D391C));
    background: -webkit-linear-gradient(top,#000 0,#3D391C 100%);
    background: -o-linear-gradient(top,#000 0,#3D391C 100%);
    background: -ms-linear-gradient(top,#000 0,#3D391C 100%);
    background: linear-gradient(to bottom,#000 0,#3D391C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#3D391C',GradientType=0);
    clear: both;
    overflow:hidden;
    position:relative;
    z-index:0;
    min-height: 100%;
}

#f1ms-pane-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background: url('../jpg/suzuka_splash.jpg') center top no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#f1ms-pane-bg.profile img#helmet {
    width: 200px;
    margin:0 auto;
    display: block;
}

#f1ms-pane-bg.profile img#flag {
    margin: 0 auto;
    display: block;
    width:50px;
}

#f1ms-pane-bg.profile h2 {
    text-align: center;
    color: white;
    margin: 5px 0;
}

#f1ms-pane-bg.profile p#dob {
    text-align: center;
    line-height: 20px;
}

#f1ms-pane-bg.profile p#dob span {
    font-family: 'bentonsans-bold';
    font-size: 14px;
}

#f1ms-pane-bg.profile a#logout {
    display: block;
    text-align: center;
    line-height: 20px;
    font-family: 'bentonsans-bold';
    font-size: 14px;
}

#f1ms-pane .linked {
    float: right;
    width: 185px;
    margin-right:2px;
    padding: 0 4px;
    font-size: 11px;
    text-align: center;
    line-height: 36px;
    background: rgb(12, 101, 12);
}

#f1ms-pane-outer > p {
    text-align: center;
    font-size: 13px;
    color: white;
}

#f1ms-pane-outer > p a {
    color:white;
    text-transform:uppercase;
    font-size:14px;
    text-decoration: none;
}

#f1ms-pane {
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    color: #ddd;
}

#f1ms-pane h1 {
    font-size: 16px;
    line-height: 20px;
    color: #d31411;
    padding: 20px;
    margin:0;
    text-align: center;
}

#f1ms-pane h1 span {
    color:white;
}

#f1ms-pane-logo {
    margin: 20px auto 0 auto;
    display:block;
    max-width:200px;
}

#f1ms-pane form > div,
#f1ms-pane-bg.profile #f1ms-pane > div {
    margin: 0 auto 10px auto;
    width: 300px;
    clear: both;
    overflow: hidden;
}

#f1ms-pane form input::-webkit-input-placeholder,
#f1ms-pane form input::-moz-placeholder,
#f1ms-pane form input:-ms-input-placeholder,
#f1ms-pane form input:-moz-placeholder,
#f1ms-pane form input::placeholder {
  color: #ccc;
  opacity: 1;
}

#f1ms-pane .form-errors li {
    text-align:center;
    color:#d31411;
    margin-bottom: 10px;
}

#f1ms-pane form input::placeholder {
  color: #bbb;
}

#f1ms-pane .warning {
    color: red;
    line-height: 20px;
}

#f1ms-pane div.group-padding > div {
    margin-bottom:1px;
}

#f1ms-pane div.group-padding > div:last-of-type {
    margin-bottom:0;
}

#f1ms-pane form div > ul {
    float: right;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #d31411;
    line-height: 14px;
}

#f1ms-pane label {
    background: #545454;
    line-height: 36px;
    height: 36px;
    float: left;
    font-size: 11px;
    /* font-family: 'bentonsans-bold'; */
    color: #ddd;
    padding: 0 20px;
    width: 65px;
}

#f1ms-pane input {
    border: 0;
    line-height: 36px;
    background: #848484;
    font-size: 11px;
    color: white;
    padding: 0 10px;
    width: 173px;
    height:36px;
}

#f1ms-pane select {
    width: 193px;
    border: 0;
    background: #848484;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 11px;
}

#f1ms-pane .checkboxes > div {
    clear: both;
    overflow: hidden;
    position: relative;
}

#f1ms-pane .checkboxes label {
    width: auto;
    background: none;
    text-align: left;
    margin-top:9px;
    line-height:14px;
}

#f1ms-pane .checkboxes input {
    width: auto;
    height: 14px;
    position: absolute;
    top: 11px;
    left: 0;
}

#f1ms-pane .textarea label {
    width: 258px;
}

#f1ms-pane textarea {
    border: 0px;
    padding:5px;
    background: rgb(132, 132, 132);
    font-size: 11px;
    color: white;
    width: 294px;
    margin: 0px;
}

#f1ms-pane .date-fields select {
    width: 63px;
    margin-right: 2px;
}

#f1ms-pane p {
    font-size: 13px;
    text-align: center;
    color: #ddd;
}

#f1ms-pane-bg.legal #f1ms-pane h2 {
    padding-left: 30px;
    font-size: 18px;
    text-transform: none;
}

#f1ms-pane-bg.legal #f1ms-pane h3 {
    padding-left: 30px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    font-style: italic;
}

#f1ms-pane-bg.legal #f1ms-pane p {
    text-align: left;
    padding: 0 10px;
    line-height: 18px;
    font-size: 12px;
}


#f1ms-pane-bg.legal #f1ms-pane ul {
    margin: 0 10px;
    list-style-type: disc;
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
}

#f1ms-pane-bg.legal #f1ms-pane ul > ul {
    margin:0;
}


#f1ms-pane-bg.legal #f1ms-pane ol {
    margin: 0 70px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
    list-style-type: lower-alpha;
}

#f1ms-pane a {
    color:white;
}

#f1ms-pane div.dob-field select {
    width: 50px;
}

#f1ms-pane div.dob-field select:last-of-type {
    width: 83px;
}

#f1ms-pane .form-btn {
    width: 185px;
    margin-right:2px;
    background: #848484;
    line-height: 36px;
    height: 36px;
    color: #ddd;
    font-size: 11px;
    display: block;
    float: right;
    padding: 0 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.g-recaptcha {
    clear: both;
    overflow: hidden;
    margin-right: 9%;
}

.g-recaptcha > div {
    float:right;
}

#flms-pane.register-pane form div div#register_dob {
    width: 40%;
    display: inline-block;
    text-align: left;
    margin:0;
}

#f1ms-pane #offer {
    background: rgba(255,255,255,0.2);
    margin: 0 auto 20px auto;
    padding: 10px;
    border: 1px dashed #777;
    max-width: 400px;
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
}

#f1ms-pane #offer a {
    clear: both;
    display: block;
    font-size: 0.8em;
    text-transform: none;
}

.info-pane {
    padding: 50px;
    color: black;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
    border: 1px solid #545454;
    background: white;
    clear:both;
    overflow:hidden;
}

.info-pane h2 {
    color:black;
}
    
.fixed-width {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
.fixed-padding {
    padding:0 25px;
}

.pink-border {
    height:4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0080+0,a00994+51,a00994+100&1+0,1+51,0+100 */
    background: -moz-linear-gradient(left, rgba(255,25,0,1) 0%, rgba(255, 25, 0, 0.68) 51%, rgba(255,25,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,25,0,1) 0%,rgba(255, 25, 0, 0.68) 51%,rgba(255,25,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(255,25,0,1) 0,rgba(255, 25, 0, 0.68) 51%,rgba(255,25,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1900', endColorstr='#00a00994',GradientType=1 ); /* IE6-9 */
}
    
.faint-border {
    height:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0080+0,a00994+100&0.3+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,25,0,0.3) 0%, rgba(255,25,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,25,0,0.3) 0%,rgba(255,25,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(255,25,0,0.3) 0,rgba(255,25,0,0)100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff0080', endColorstr='#00a00994',GradientType=1 ); /* IE6-9 */
}

.inner-shadow {
    -webkit-box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.75);
    box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.75);
}

@media (min-height: 800px) {
    #f1ms-pane-bg.register #f1ms-pane-outer {
        height:665px;
    }
}

@media (min-width: 620px) {
    #f1ms-pane-outer {
        margin: 20px auto;
        top: 0; 
        left: 0; 
        bottom: 0; 
        right: 0;
        max-width: 600px;
    }

    #f1ms-pane-bg.login #f1ms-pane-outer {
        height:266px;
    }

    #f1ms-pane-bg.profile #f1ms-pane-outer {
        height:707px;
    }

    #f1ms-pane-bg.edit #f1ms-pane-outer {
        height:614px;
    }

    #f1ms-pane-bg.thanks #f1ms-pane-outer {
        height:220px;
    }

    #f1ms-pane-bg.legal #f1ms-pane-outer {
        margin:25px auto;
        max-width: 900px;
        text-align: left;
        position: initial;
    }
    
    #f1ms-pane-bg.legal #f1ms-pane p,
    #f1ms-pane-bg.legal #f1ms-pane ul {
        padding: 0 70px;
    }

    #f1ms-pane {
        background: url(../png/footer.png);
        margin:7px;
        box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
        border-radius: 1px;
        padding-bottom:20px;
    }
    
    #f1ms-pane h1 {
        text-align: left;
        margin: 6px 0px;
    }

    #f1ms-pane-logo {
        float: right;
        margin: 20px 20px 0 0;
    }
}

@media (min-width: 620px) and (min-height:685px) {
    #f1ms-pane-outer {
        margin:auto;
        position: absolute;
    }
}