
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
/* Fonts END */

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
	font-family: 'Play', sans-serif;
    /*! start font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: 600;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}

.txt-primary {
	color: #a2926a;
}

.alt-font {
	font-family: 'Play', sans-serif;
}

a {
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #a2926a;
}

.light {
    font-weight: 100;
}

.copy-into {
	font-size: 20px;
	font-weight: 200;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
  padding: 5px;
  padding-left: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
	.navbar-brand>img {padding: 10px !important;}
}

.top-nav-collapse .navbar-brand>img {
  padding: 12px;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

/*! CUSTOM */

.partners-logo {
	padding: 15px;
}

a:hover .partners-logo  {
  -moz-opacity: 0.60;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
 }



@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg-dk.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
	letter-spacing: 10px;
	color: #fff;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 10px;
}

    .intro {
        height: 100%;
        padding: 0;
    }

@media(min-width:768px) {

    .intro .intro-body .brand-heading {
        font-size: 130px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .intro {
        height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .intro {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .intro {
        height: 100%;
    }
}

h1.brand-heading {
	text-shadow: 1px 1px 30px #000000;
}

@media (max-width: 767px) {
.intro .intro-body .brand-heading {
	font-size: 65px
}
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #FF0000;
    background: rgba(255,255,255,.1) ;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.profile-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #000;
	border-top: 1px #a2926a solid;
    border-bottom: 1px #a2926a solid;
	background: url(../img/profile-bg-dk.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 767px) {
.profile-section, .championship-section {
	background-position: left center !important;
}
}

#profile.content-section {padding-top: 0px;}

.calendar-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/calendar-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* CAREER */

.career-year {
	color: #a2926a;
	font-family: 'Play', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-right: 5px;
}

.career-highlights p {
	margin-bottom: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 0px;
}

/* CAREER END */

.championship-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #000;
	border-top: 1px #a2926a solid;
    border-bottom: 1px #a2926a solid;
	 background: url(../img/championship-bg-dk.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 200px;
    }

    .download-section {
        padding: 100px 0;
    }
	
    .social-section {
        padding: 100px 0;
    }

}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #000000;
    outline: 0;
    color: #FFFFFF;
    background-color: #000000;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
	
.iphone-center {
	text-align: center;
}
}

footer {
    padding: 50px 0;
	background-color: #060606;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer p {
    margin: 0;
	font-size: 12px;
	font-weight: 100;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.racecar {
    font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    text-transform: none;
}

.plr-15 {
	padding-left: 30px;
	padding-right: 30px;
}

/* !!CHANGE NAVIGATION TOGGLE BREAK POINT HERE!! */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.navbar-toggle {
    padding: 0px;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default .navbar-header .navbar-toggle {
    color: #fff;
    font-size: 17px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2f3144;
}

.nav > li > a {
    padding: 15px 9px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .nav > li > a {
        padding: 11px 12px;
    }

    #top-bar .container-fluid .container-lg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .nav > li > a {
        padding: 11px 12px;
    }

    #top-bar .container-fluid .container-lg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
.navbar-custom {
	background-color: #000;
}
}

@media (max-width: 991px) and (min-width: 768px) {
.navbar-custom {
	background-color: #000;
}
}

@media (max-width: 767px) {
.navbar-custom {
	background-color: #000;
}
}


/* // !!CHANGE NAVIGATION TOGGLE BREAK POINT HERE!! */

 /* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
   


@media (min-width: 1200px) {
.hidden-lg {
    display: none!important;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
.hidden-md {
    display: none!important;
}
}

@media (max-width: 991px) and (min-width: 768px) {
.hidden-sm {
    display: none!important;
}
}

@media (max-width: 767px) {
.hidden-xs {
    display: none!important;
}
}

/* Call to action */

.port-view-more {
    display: block;
    font-family: 'Play', sans-serif;
    font-size: 35px;
    line-height: 18px;
	letter-spacing: 1px;
    transition: all .3s ease 0s;
}

.port-view-more-cont {
    margin-top: 200px;
    text-align: center;
}

.port-view-more:hover {
    background: #a2926a;
    color: #fff;
}

a.port-view-more:visited {
    color: #fff;
}

.port-view-more {
    padding-top: 40px;
    padding-bottom: 37px;
    background: #151515;
    font-weight: 700;
}