/*###########################################
					Additional Bootstrap Styles
###########################################*/

.container.none_indent > div {
	
}

.container.container_1450 {
	width: 100%; 
	max-width:1450px
}



/*###########################################
							General styles
###########################################*/

.button {
	width: 242px;
    height: 56px;
    background-color: #3a42af;
	line-height: 56px;
    /*padding: 10px 20px;*/
    box-sizing: border-box;
    border: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.button:hover {
	background-color: #1e2581;
}

.button-wider {
	letter-spacing: 1px;
}

.button.red {
	background-color: #e12b28;
}

.button.red:hover {
	background-color: #c12624;
}

.button:hover,
.button:visited,
.button:active {
	color: white;
	text-decoration: none;
}


.first_block {
	padding-bottom: 80px;
}

.first_block .title {
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 0 15px;
	padding-top: 240px;
	letter-spacing: 10px;
}

@media(max-width: 480px) {
	.first_block .title {
		font-size: 30px;
	}
}

.no_padding {
	padding: 0px !important;
}

.padding_1 {
	padding: 1px !important;
}

.white_content_block {
	margin-top: -65px;
	background-color: white;
	padding: 30px 35px;
	padding-bottom: 40px;
	position: relative;
}

.white_content_block .white_block_body {
	margin-top: 60px;
}

@media(min-width: 992px) {
	.white_content_block .white_block_body {
		padding: 10px;
	}
}

.white_content_block .white_block_body .white_block_title {
	font-size: 30px;
	font-weight: 600;
	color: #262626;
}

.white_block_body p {
	font-size: 16px;
	font-weight: 300;
	color: #6a6a6a;
	margin-top: 30px;
}

#breadcrumbs p,
#breadcrumbs span,
#breadcrumbs a {
	color: #797878;
	text-transform: uppercase;
}


/*###########################################
								About
###########################################*/

.about_page div.race-bottom {
	padding: 0 15px;
	padding-bottom: 20px;
}

.about_page div.race-bottom-name {	font-size: 18px; text-transform: none;	}

.about_page div.race-bottom-comment {	font-size: 14px;}

.first_block {
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #eae9e9;
}

.first_block .title {
	color: white;
}

.about_page.first_block .title {
	color: #171717;
}

.about_page .driver_block {
	height: 280px !important;
	display: block;
	overflow: hidden;
	color: #fff;
}

.about_page .driver_block img{
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	width: 100%;
}

.about_page .driver_block:hover img{
	transform: scale(1.1);
}

.driver_block .driver_info .driver_title {
	font-size: 16px;
	color: #262626;
	font-weight:  bold;
	transition: all 0.5s ease;
	padding: 10px 40px !important;
	min-height: 40px;
}

.driver_block:hover .driver_info .driver_title {
	color: white;
}

.driver_block .driver_info .driver_view {
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.driver_block:hover .driver_info .driver_view {
	min-height: 80px;
}

.driver_block .driver_view a,
.driver_block .driver_view a:visited,
.driver_block .driver_view a:active,
.driver_block .driver_view a:hover {
	color: #bebebe;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}




/*###########################################
								FAQ
###########################################*/

.faq_header {
	background-image: url(../img/faq_header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
}

.first_block .faq_header .title {
	color: white;
}

.faq_container {
	margin-top: 30px;
}

.faq_container .faq_block {
	padding: 0 40px;
	margin-bottom: 10px;
	font-size: 16px;
	background: #fafafa;
	padding: 20px;
}

.faq_block dt {
	font-weight: 700;
	margin-bottom: 5px;
}

.faq_block dd {
	font-weight: 300;
}

.faq_container .faq_block .q {	font-weight: 600; line-height: 26px;}




/*###########################################
								History
###########################################*/

.history_header {
	background-image: url(../img/history_header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
}

.history .video_block {
	margin-top: 60px;
	margin-bottom: 20px;
}

.history .video_block iframe {
	width: 100%;
}



/*###########################################
								Classes
###########################################*/

.classes_header {
	background-image: url(../img/classes_header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
}

.classes_block {
	margin-top: 30px;
}

.classes_row {
	border: 1px solid #ededed;
	position: relative;
	background-color: #fafafa;
}

.classes_row  .classes_title_block {
	position: static;
	text-transform: uppercase;
}

.classes_row .classes_title {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 16px;
	color: #171717;
	font-weight: 600;
	text-align: center;
}

@media(max-width: 768px) {
	.classes_row .classes_title {
		top: 25%;
	}
}

.classes_row .classes_img {	padding: 10px 0;	}

.classes_row .classes_text {	padding: 20px 15px;	}

.classes_flag_block {
	height: 340px;
}

.classes_flag {
	height: 300px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/classes_flag.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.classes_flag .button {
	width: 182px;
	position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -91px;
	font-weight: 600;
	height: 42px;
    line-height: 42px;
    font-size: 16px;
}

@media(max-width: 640px) {
	.classes_flag {
		background-size: 150%;
	}
	
	.classes_flag .button {
		bottom: 20px;
	}
}




/*###########################################
							Class Detail
###########################################*/

.class_details .white_content_block {
	margin-top: 217px;
	/*padding-right: 15px;*/
	/*padding-top:0;*/
}

.class_details .class_details_content {
	margin-bottom: 50px;
}

.class_details .class_details_content .text_block {
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.class_details .characteristic_block {
	margin-top: 30px;
}

.class_details .characteristic_block .characteristic_title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.class_details .characteristic_block .characteristic_table {
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}

.class_details .characteristic_block .characteristic_table td {
	vertical-align: top;
	padding: 3px 0;
}

.class_details .characteristic_block .characteristic_table .characteristic_key {
	font-weight: 600;
}

.class_details .characteristic_block .characteristic_table .characteristic_value {
	text-align: right;
}

.class_details .video_block .video_block_title {
	padding: 0 25px;
	font-size: 16px;
	margin-bottom: 35px;
}

.class_details .video_block .video_block_content iframe {
	width: 100%;
}

.class_details .video_block .video_block_footer {
	text-align: center;
	font-size: 12px;
	color: #6b6b6b;
	margin-top: 15px;
}

.separate_border {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
	background-color: #e1e1e1;
}

@media(max-width: 768px) {
	.separate_border {
		display: none;
	}
}

@media(min-width: 768px) {
	.class_details .class_details_right_block .margin_0 {
		margin-right: -20px;
	}
}

.class_details .photos_block {
	position: relative;
	margin: 0;
	margin-top: 20px;
}

@media(max-width: 450px) {
	.class_details .photos_block .photo_single_block {
		width: 100%;
	}
}

.class_details .photos_block .photos_block_img {
	/*height: 180px;*/
	overflow: hidden;
}

.class_details .photos_block .photos_block_img img {
	height:auto;
	width: 100%;
}

.class_details .photos_block .photos_block_title {
	font-size: 18px;
	font-weight: 600;
	padding: 30px 40px;
}

.class_details .classes_flag_block {
	height: 260px;
}





/*###########################################
								Drivers
###########################################*/

.drivers .drivers_header {
	background-image: url(../img/drivers_header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
}

.drivers .drivers_container {
	margin: 0 -20px;
	margin-top: 30px;
}

.drivers .white_content_block {
	padding-bottom: 0;
}

.external_driver_block {
	background-color: #f0f0f0;
}

.driver_block {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	height: 400px;
}

@media( max-width: 450px){
	.external_driver_block {
		width: 100%;
	}
}

.driver_block .driver_info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: white;
	width: 100%;
	padding: 20px 0;
	
	transition: all 0.5s ease;
}

.driver_block:hover .driver_info {
	background-color: #171717;
}

.driver_block .driver_info > div {
	padding: 0 40px;
}

.driver_block .driver_info .num {
	font-size: 30px;
	color: #8c8c8c;
	line-height: 30px;
	overflow: hidden;
	transition: all 0.5s ease;
	height: 30px;
}

.driver_block:hover .driver_info .num {
	height: 0;
}

.driver_block .driver_info .driver_name {
	font-size: 18px;
	color: #262626;
	font-weight: 600;
	transition: all 0.5s ease;
}

.driver_block:hover .driver_info .driver_name {
	color: white;
}

.driver_block .driver_info .driver_spec {
	font-size: 12px;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 600;
}

.driver_block .driver_info .info_block {
	overflow: hidden;
	height: 0px;
	
	transition: all 0.5s ease;
}

.driver_block:hover .driver_info .info_block {
	height: 30px;
}

.driver_block .driver_info .info {
	color: white;
	line-height: 1;
	height: 0px;
	overflow: hidden;
	padding-top:5px;
	
	transition: all 0.5s ease;
}

.driver_block:hover .driver_info .info {
	height: 80px;
}

.driver_block .driver_info .info_block .driver_fb {
	width: 107px;
	height: 30px;
	background-color: #426ebe;
	font-size: 11px;
	line-height: 30px;
	display: inline-block;
    text-align: center;
	color: white;	
}



.driver_block .driver_info .info_block .driver_fb,
.driver_block .driver_info .info_block .driver_fb:active,
.driver_block .driver_info .info_block .driver_fb:visited {
	color: white;
	text-decoration: none;
}

.driver_block .driver_info .info_block .driver_fb:hover {
	background-color: #224faa;
	text-decoration: none;
}



/*###########################################
								News
###########################################*/

.news_page .white_content_block {
	margin-top: 217px;
}

.news_page.first_block .title  {
	color: #171717;
}

.news_page .driver_block {
	height: 280px !important;
}

@media screen and (max-width: 860px){
	.driver_block .driver_info .driver_view {
		height: auto;
	}
}


/*###########################################
								Contact Us
###########################################*/

.single_page .white_content_block {
	margin-top: 217px;
}

.single_page.first_block .title  {
	color: #171717;
}

.single_page .driver_block {
	height: 280px !important;
}



.wpcf7 input,
.wpcf7 textarea {
	max-width: 100%;
}



/*###########################################
							Leaderboards
###########################################*/

.leaderboards_header {
	background-image: url(../img/leaderboards_header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
}

.leaderboards .leaderboards_link_button {
	padding: 10px 20px;
	background-color: #3a42af;
	color: white;
	display: block;
	line-height: 1.2;
	min-height: 120px;
}

.leaderboards .leaderboards_block {
	width: 95%;
}

.leaderboards .leaderboards_link_button:hover {
	background-color: #1b2384;
	text-decoration: none;
}

.leaderboards .leaderboards_links {
	margin-top: 20px;
}

.leaderboards .leaderboards_link {
	margin-bottom: 20px;
}

.leaderboards .leaderboards_link_button .leaderboards_link_button_title {
	font-size: 16px;
	font-weight: 600;
}

.leaderboards .leaderboards_link_button .leaderboards_link_button_date {
	font-size: 14px;
	font-weight: 300;
	padding-left: 20px;
	background-image: url(../img/icons/clock_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	
}

.leaderboards .leaderboards_dates_link_container {
	margin-top: 20px;
	margin-bottom: 40px;
}

.leaderboards .leaderboards_dates_link_block {
	padding: 20px;
	background-color: #f5f5f5;
	font-weight: 600;
	margin-bottom: 10px;
}

.leaderboards .leaderboards_dates_link_title {
	color: #262626;
	font-size: 16px;
}

.leaderboards .leaderboards_dates_link_link a,
.leaderboards .leaderboards_dates_link_link a:active,
.leaderboards .leaderboards_dates_link_link a:visited,
.leaderboards .leaderboards_dates_link_link a:hover {
	font-weight: 14px;
	color: #3a42af;
}

.leaderboards .text_block {
	margin-top: 10px;
}

.leaderboards .white_block_body p {
	margin-top: 0;
}



.leaderboards_table.first_block {
	padding-top: 270px;
}

.leaderboards_table .table_container {
	overflow-x: auto;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.leaderboards_table .table_block {
	width: 1045px;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #3a42af !important;
	color: white !important;
}

.leaderboards_table .table_block .tablepress tbody .column-1 {
	font-weight: 600;
	color: #3a42af;
}

.leaderboards_table .table_block .tablepress .column-3 {
	font-weight: 600;
}

.leaderboards_table .table_block .tablepress .column-4,
.leaderboards_table .table_block .tablepress .column-5,
.leaderboards_table .table_block .tablepress .column-6,
.leaderboards_table .table_block .tablepress .column-7,
.leaderboards_table .table_block .tablepress .column-8,
.leaderboards_table .table_block .tablepress .column-9,
.leaderboards_table .table_block .tablepress .column-10,
.leaderboards_table .table_block .tablepress .column-11,
.leaderboards_table .table_block .tablepress .column-12 {
	text-align: center;
}

.leaderboards_table .table_block .tablepress td {
	border: 1px solid #e9e9ea;
}

.leaderboards_table .table_block .tablepress .row-2 .column-1 {
	border-right: 0;
}

.leaderboards_table .table_block .tablepress .row-2 .column-2,
.leaderboards_table .table_block .tablepress .row-2 .column-3 {
	border-left: 0;
	border-right: 0;
}