/**************************
FONTS
***************************/
@font-face {
    font-family: 'Oswald-Regular';
    src: url('fonts/Oswald-Regular.eot');
    src: url('fonts/Oswald-Regular.eot#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Regular.woff') format('woff'),
        url('fonts/Oswald-Regular.ttf') format('truetype'),
        url('http://sunsetspeedway.ca/wp-content/themes/sunset/css/fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
}
@font-face {
    font-family: 'oswald-light';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot#iefix') format('embedded-opentype'),
        url('fonts/oswald-light-webfont.woff') format('woff'),
        url('http://sunsetspeedway.ca/wp-content/themes/sunset/css/fonts/oswald-light-webfont.ttf') format('truetype'),
        url('fonts/oswald-light-webfont.svg') format('svg');
}
@font-face {
    font-family: 'days_oneregular';
    src: url('fonts/daysone-regular-webfont.eot');
    src: url('fonts/daysone-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/daysone-regular-webfont.woff') format('woff'),
         url('http://sunsetspeedway.ca/wp-content/themes/sunset/css/fonts/daysone-regular-webfont.ttf') format('truetype'),
         url('fonts/daysone-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daysregular';
    src: url('fonts/days-webfont.eot');
    src: url('fonts/days-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/days-webfont.woff') format('woff'),
         url('fonts/days-webfont.ttf') format('truetype'),
         url('fonts/days-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************************
GENERAL STYLING
***************************/
body {
	background: #ffffff;
    line-height: 1;
	color: #ffffff;
	text-align: left;
	font: 14px 'Oswald-Regular', sans-serif;
}

input, select, button, textarea {
	font-family: 'Oswald-Regular', sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	color: #dfdfe0;
	text-decoration: none;
}
a:hover {
	color: #0697eb;
	text-decoration: none;
}
a:focus, a:active {
	color: #0697eb;
	text-decoration: none;
}

/* --- Design Styles ---*/
.first_title {
    color: #ffeb01;
}
.sprites {
    background-image: url("images/sprites.png");
}

/**************************
STRUCTURE
***************************/
.bg_wrap {
    width: 1020px;
    margin: 0 auto;

    background: #0b0b25;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMGIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzBiMGIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODE4MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0b0b25 0%, #0b0b25 67%, #18181a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0b25), color-stop(67%,#0b0b25), color-stop(100%,#18181a));
    background: -webkit-linear-gradient(top,  #0b0b25 0%,#0b0b25 67%,#18181a 100%);
    background: -o-linear-gradient(top,  #0b0b25 0%,#0b0b25 67%,#18181a 100%);
    background: -ms-linear-gradient(top,  #0b0b25 0%,#0b0b25 67%,#18181a 100%);
    background: linear-gradient(to bottom,  #0b0b25 0%,#0b0b25 67%,#18181a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b25', endColorstr='#18181a',GradientType=0 );
}
.page_wrap {
    padding: 7px 30px 0 30px;
    background: url("images/bg.png") 0 104px no-repeat;
}

/**************************
HEADER
***************************/

 


.count_tickets_num{
    display: none;
}
.header {
    padding: 0 0 0 0;
}
.site_logo {
	float: left;
    display: inline-block;
    height: 98px;
}
.site_description {
    padding: 23px 0 0 0;
	font-size: 20px;
    float: left;
    font-weight: normal;
    font-style: italic;
    color: #ffeb01;
    text-transform: uppercase;
}
/* --- mini_nav_box --- */
.mini_nav_box {
    float: right;
    text-align: right;
    padding-top: 5px;
}
.mini_nav li {
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
    height: 16px;
    line-height: 16px;
}
.mini_nav li + li {
    border-left: 1px #dfdfe0 solid;
}
.soc_link {
    text-align: right;
    padding: 14px 12px;
}
.soc_link a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
}
.sl_f {
    background-position: 0 -117px;
    margin-right: 5px;
}
.sl_f:hover {
    background-position: -35px -117px;
}
.sl_t {
    background-position: 0 -152px;
}
.sl_t:hover {
    background-position: -35px -152px;
}

/* --- main_nav --- */

.main_nav {
    /*width: 100%;*/
    display: table;
    table-layout: auto;
    border-spacing: 0;
}
.main_nav li {
    display: table-cell;
    text-align: center;
    /*float: left;*/
}
.main_nav li:first-child a {
    /*padding: 7px 9px 7px 10px;*/
    padding: 7px 0;
    width: 63px;
}
.main_nav li:last-child a {
    /*padding: 7px 13px 7px 9px;*/
    padding: 7px 0;
    width: 129px;
}
.main_nav li a {
    display: inline-block;
    /*width: 100%;*/
    padding: 7px 9px 7px 9px;
    color: #ffffff;
    background-color: #0697eb;
    text-align: center;
}
.main_nav li a:hover {
    color: #0b0b24;
    background-color: #ffeb01;
}

.main_nav .current-menu-item a{
    color: #0b0b24;
    background-color: #ffeb01;
}
/**************************
CONTENT
***************************/

/*SLIDER*/
.slider {
    position: relative;
}
.pagination_box {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -14px;
}
.pagination_switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 27px;
	height: 27px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #424549;
	-webkit-box-shadow: 1px 1px rgba(172,172,172,.28), inset 1px 1px 3px rgba(0,0,0,.45);
	-moz-box-shadow: 1px 1px rgba(172,172,172,.28), inset 1px 1px 3px rgba(0,0,0,.45);
	box-shadow: 1px 1px rgba(172,172,172,.28), inset 1px 1px 3px rgba(0,0,0,.45);
}
.pagination_switch span {
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 16px;
	height: 16px;
}
.pagination_switch:hover {
    background-color: #575a5e;
	-webkit-box-shadow: 1px 1px rgba(255,255,255,.28), inset 1px 1px 3px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 1px 1px rgba(255,255,255,.28), inset 1px 1px 3px rgba(0,0,0,.40);
	box-shadow: 1px 1px rgba(255,255,255,.28), inset 1px 1px 3px rgba(0,0,0,.40);
}

.active_switch span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #0697eb;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
	background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,.2));
}
.navigate_box {
    left: -30px;
    position: absolute;
    top: 38%;
    width: 107%;
}
.navigate_unit {
    float: left;
/*    width: 28px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 1px rgba(2,1,2,.5), inset 0 0 0 1px rgba(255,255,255,.5);
	-moz-box-shadow: 1px 2px 1px rgba(2,1,2,.5), inset 0 0 0 1px rgba(255,255,255,.5);
	box-shadow: 1px 2px 1px rgba(2,1,2,.5), inset 0 0 0 1px rgba(255,255,255,.5);
	background-image: -webkit-linear-gradient(bottom, rgba(13,12,12,.25), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(13,12,12,.25), rgba(255,255,255,0));
	background-image: -o-linear-gradient(bottom, rgba(13,12,12,.25), rgba(255,255,255,0));
	background-image: linear-gradient(to top, rgba(13,12,12,.25), rgba(255,255,255,0));*/
    /*z-index: -1;*/
}
.navigate_unit + .navigate_unit {
    margin-left: 5px;
    position: absolute;
    right: 3px;
}
.menu-topmenu_2-container{
    margin-top: 10px;
}
.navigate_btn {
   background: url("images/sprites.png") no-repeat scroll 0 -1207px rgba(0, 0, 0, 0);
    height: 60px;
    width: 60px;
}
.pause {
    background-position: 9px -34px;
}
.next {
    background-position: -123px -1207px;
}
.prev:hover {
    background-position: -61px -1207px;
}
.pause:hover {
    background-position: 9px -57px;
}
.next:hover {
    background-position: -187px -1207px;
}
.promo_slide {
    position: absolute;
    top: 179px;
    left: 40px;
    width: 280px;
    padding: 15px 10px 10px 10px;
    background-image: url("images/gray_bg.png");
}
.promo_slide_title {
    width: 85%;
    padding: 0 0 9px 10px;
    font-family: daysregular, sans-serif;
    font-weight: normal;
	font-size: 24px;
    color: #0697eb;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    border-bottom: 2px #252525 groove;
}
.promo_slide_subtitle {
    width: 221px;
	font-size: 16px;
    padding: 15px 3px 25px 10px;
    line-height: 18px;
    font-style: italic;
	color: #fff;
	text-shadow: 0 0 6px rgba(29,12,91,.69);
}
a.promo_slide_btn {
    display: inline-block;
    width: 280px;
    height: 59px;
    background: url("images/sprites.png") 0 0 no-repeat;

    font-family: daysregular, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
}
a.promo_slide_btn:hover {
    background-position: -281px 0;
    color: #ffffff;
}
/*END SLIDER*/
.driver_slider_top{
    background: url("../images/top_card.png") 0 0 no-repeat;
    height: 56px;
}
.driver_slider_center{
    background: url("../images/body_card.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
}
.driver_slider_bottom{
    background: url("../images/bottom_card.png") 0 0 no-repeat;
    height: 9px;
    background-size: cover;
}
.driver_content_slider{
    position: relative;
    z-index: 10;
}
.slider2{
    margin-top: 20px;
}
.photo_box{
    position: relative;
    top: -50px; 
    left: 18px;
}
.driver_desck{
    margin-left: 20px;
    margin-top: 22px;
}
.menu-topmenu-container{
    background-color: #0697EB;
    margin-top: 10px;
}
/*CONTENT_BOX*/
.content_box {
    padding-top: 20px;
    padding-bottom: 27px;
}
.left_content, .right_sidebar {
    float: left;
}
.left_content {
    width: 582px;
    padding-left: 11px;
    padding-top: 19px;
}
.right_sidebar {
    padding-left: 76px;
    width: 280px;
}

/*right_sidebar*/
.su_event_title {
    padding: 16px 0 6px 0;

    text-transform: uppercase;
    font-family: daysregular, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #0697eb;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    border-bottom: 2px #252525 groove;
}
.promo_mic {
    padding: 0 0 31px 0;
}
.promo_mic .promo_slide_subtitle {
    padding: 11px 0 21px 0;
}
.su_public_title {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
    padding: 0 116px 9px 0;
    font-family: daysregular, sans-serif;
    font-weight: normal;
	font-size: 24px;
    line-height: 25px;
    color: #0697eb;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    border-bottom: 2px #252525 groove;
}
.su_public_title_btn {
    width: 115px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("images/sprites.png") 0 -467px no-repeat;
}
.su_public_title_btn:hover {
    background-position: -116px -467px;
}
.news_list {
    padding: 0 0 13px 0;
    border-bottom: 2px #252525 groove;
}
.right_sidebar .news_list:last-child {
    border-bottom: none;
}
.list_subtitle {
    padding: 13px 0 0 0;
    font-size: 18px;
    font-weight: normal;
}
.list_secondtitle {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0697eb;
}

.pub_p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 2px 0 0 0;
    font-size: 14px;
    color: #bebebe;
    line-height: 16px;
}
/*end right_sidebar*/

/*BOXES*/
.boxes_box {
    padding: 34px 0 0 7px;
}
.boxes_box .a_boxes {
    margin-right: 9px;
}
.boxes_box .a_boxes:first-child {
    margin-left: 0;
}
.boxes_box .a_boxes + .a_boxes:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 38px;
    left: -6px;
    width: 1px;
    background-color: #000000;
    border-right: 1px solid #373a41;
}
.a_boxes {
    width: 182px;
    padding: 99px 0 38px 0;
    position: relative;
    display: block;
    float: left;
    background: url("images/bg_boxes.png") 0 0 repeat-x;
    height: 150px;
}
.a_boxes:hover {
    background: url("images/bg_boxes.png") 0 -250px repeat-x;
}
.pic_boxes {
    display: block;
    width: 57px;
    height: 67px;
    margin: 0 auto;
    background: url("images/sprites.png") 0 -266px no-repeat;
}
.first_boxes:hover .pic_boxes {
    background: url("images/sprites.png") -58px -266px no-repeat;
}
.second_boxes .pic_boxes {
    background: url("images/sprites.png") no-repeat scroll -114px -323px rgba(0, 0, 0, 0);
    height: 69px;
    width: 63px;
}
.second_boxes:hover .pic_boxes {
    background: url("images/sprites.png") -180px -323px no-repeat;
}
.last_boxes .pic_boxes {
    width: 73px;
    height: 68px;
    background: url("images/sprites.png") 0 -397px no-repeat;
}
.last_boxes:hover .pic_boxes {
    background: url("images/sprites.png") -74px -397px no-repeat;
}
.title_boxes_box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px
}
.title_boxes {
    font-family: 'days_oneregular', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    text-align: center;
    padding: 12px 0 0 0;
    color: #f6f6f6;
    font-style: italic;
}
.subtitle_boxes {
    text-align: center;
    display: block;
    color: #bebebe;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 0 10px 0;
}
.btn_boxes_lm {
    width: 182px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: url("images/sprites.png") 0 -227px no-repeat;
}
.a_boxes:hover .btn_boxes_lm {
    background-position: -183px -227px;
}
.btn_boxes_ch {
    background: url("images/sprites.png") 0 -188px no-repeat;
}
.a_boxes:hover .btn_boxes_ch {
    background: url("images/sprites.png") -183px -188px no-repeat;
}

/*END BOXES*/

/*left_content*/
.control_driver {
   margin-top: 12px;
    text-align: right;
}
.control_driver a, .control_driver_second a {
    display: inline-block;
    width: 42px;
    height: 27px;
    border-radius: 4px;
    background: url("images/sprites.png") -43px -60px no-repeat;
}
.control_driver a:hover, .control_driver_second a:hover {
    background-position: 0 -60px;
}
.control_driver a + a, .control_driver_second a + a {
    background: url("images/sprites.png") -129px -60px no-repeat;
}
.control_driver a + a:hover, .control_driver_second a + a:hover {
    background: url("images/sprites.png") -86px -60px no-repeat;
}
.control_driver_second a + a {
    margin-left: 8px;
}

/*driver_list_box*/
.driver_list_box {
    padding-top: 17px;
}
.driver_list_box li {
    padding: 10px 0 22px 24px;
    background: url("images/driver_list.png") 0 0 no-repeat;
}
.photo_box {
    float: left;
    padding: 14px 0 0 0;
    position: relative;
}
.photo_border {
    background: url("images/border.png") 0 0 no-repeat;
    width: 213px;
    height: 211px;
    padding: 11px 15px 16px 10px;

    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.driver_desck {
    width: 260px;
    padding: 0 0 0 40px;
    float: left;
}
 .driver_desck-h1 {
    color: #FFED03;
    float: right;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 23px;
    width: 48%;
}
.driver_desck h1{
display: none;
}
.slider_flag {
  background: url("../images/flag.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
  height: 260px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 473px;
  z-index: 0;
}
.slider_sponsor{
    padding-bottom: 10px;
}
.driver_desck h2, .driver_desck h3, .driver_desck p {
    font-family: 'daysregular', sans-serif;
    font-weight: normal;
}
.driver_desck h2 {
    color: #df2828;
    font-size: 16px;
    padding: 0 0 11px 0;
    background: url("http://sunsetspeedway.ca/wp-content/themes/sunset/css/images/driver_separator.jpg") 0 bottom repeat-x;
}
.driver_desck h3 {
    color: #3350ae;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    padding: 13px 0 0px 0;
    line-height: 1;
}
.driver_desck p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #08132c;
    line-height: 1;
}

.sn_pub_box {
    padding-top: 15px;
}
.sn_pub_pic {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url("images/sn_public.jpg") 0 0 no-repeat;
}
.sn_pub_t {
    background-position: -38px 0;
}
.sn_pub_p {
    background-position: -76px 0;
}
.sn_pub_pic:hover {
    background-position-y: -38px;
}

/*driver_soc_box*/
.driver_soc_box {
    position: absolute;
    left: 57px;
    bottom: -16px;
}
.sn_pub_pic {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url("images/sn_public.jpg") 0 0 no-repeat;
}
.sn_pub_t {
    background-position: -38px 0;
}
.sn_pub_p {
    background-position: -76px 0;
}
.sn_pub_pic:hover {
    background-position-y: -38px;
}
/*end driver_soc_box*/
/*end driver_list_box*/
/*end left_content*/
/*END CONTENT_BOX*/

/**************************
DRIVERS PROFILE
***************************/
.page_wrap_dp {
    padding: 7px 30px 36px 30px;
}
.control_dpro {
    padding: 17px 0 0 0;
}
.select_title{
    display: block;
    padding: 12px 22px 0 5px;
    float: left;
    color: #6c6f74;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ga_select_box {
    float: left;
    border: 1px #43464a solid;
    position: relative;
    width: 226px;
    height: 35px;
}
.control_driver_second {
    float: right;
    padding: 6px 5px 0 0;
}
select.ga_select {
    height: 35px;

    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    width: 226px;
    padding: 10px;

    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url('images/select.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #0b0b25;
    line-height: 1em;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
}

select.ga_select:hover, select.ga_select:focus {
    outline: none;
    background-position: right -35px;
}

/*su_table_win_box*/
.su_table_win_container {
    padding-left: 8px;
}
.su_table_win_box .su_table_unit_win + .su_table_unit_win{
    margin-left: 22px;
}
.su_table_unit_win {
    width: 300px;
    float: left;
    padding-bottom: 23px;
    border-bottom: 2px #252525 groove;
}
.su_table_title {
    text-align: center;
    font-size: 18px;
    padding: 27px 0 11px 0;
}
.su_table_win {
    width: 100%;
}
.td_fl {
    width: 11%;
}
.td_num {
    width: 14%;
}
.td_points {
    width: 22%;
}
.su_empty {
    float: left;
    height: 27px;
    width: 4%;
    background-color: #3f4246;
}
.su_table_win th {
    color: #8a8c8d;
    text-align: left;
    font-size: 14px;
    padding: 2px 10px 3px 10px;
    font-weight: normal;
    background-color: #3f4246;
}
.su_table_win tr td {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding: 12px 10px 11px 10px;
    color: #f4f4f4;
    white-space: nowrap;
}
.su_table_win tr.lux td {
    padding: 5px 10px 4px 10px;
    background-color: #212326;
}

.su_gallery_container {
    padding-top: 38px;
}
.su_gallery {
    padding: 33px 0 0 0;
}
.su_gallery_unit {
    float: left;
    display: block;
}
.su_gallery_unit + .su_gallery_unit {
    margin-left: 13px;
}
.su_gallery_txt {
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
}

/**************************
GALLERY
***************************/
.gallery_container {
    padding: 35px 10px 0 10px;
}
.gallery_title_box {
    border-bottom: 2px #252525 groove;
    margin-bottom: 20px;
}
.gallery_title {
    float: left;
    font-family: daysregular, sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #0697eb;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}
.gallery_title_box .select_title, .gallery_title_box .ga_select_box {
    float: right;
}
.gallery_title_box select.ga_select {
    background-color: #242530;
}

.gen_gallery_box li {
    display: block;
    float: left;
    margin: 0 20px 16px 0;
}

.gen_gallery_box li:nth-child(4n) {
    margin: 0 0 16px 0;
}

/*PAGINATION*/
.sl_pagination_box {
    padding: 9px 0 26px 0;
    text-align: center;
}
.slide_left, .slide_right {
    display: inline-block;
    width: 42px;
    height: 27px;
    border-radius: 4px;
    background: url("images/sprites.png") -43px -60px no-repeat;
}
.slide_left {
    margin-right: 10px;
}

.slide_right {
    margin-left: 10px;
}

.slide_left:hover  {
    background-position: 0 -60px;
}
.slide_right {
    background: url("images/sprites.png") -129px -60px no-repeat;
}
.slide_right:hover {
    background: url("images/sprites.png") -86px -60px no-repeat;
}

.slide_page_title {
    display: inline-block;
    color: #424549;
    font-size: 18px;
    padding: 0 19px 0 20px;
    line-height: 1.3;
    vertical-align: bottom;
}

.slide_page {
    display: inline-block;
    width: 18px;
    height: 22px;
    text-align: center;
    line-height: 1;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 18px;
    color: #424549;
}
.slide_page_active {
    color: #ffffff;
}
.slide_page:hover {
    color: #c3c3c3;
}

/**************************
SCHEDULE
***************************/
.sponsor_shedule{
    padding-top: 5px;
}

.schedule_container {
    padding: 35px 10px 44px 10px;
}
.nextevent_title {
    padding-right: 167px;
}
.nextevent_btn {
    width: 172px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("images/sprites.png") 0 -962px no-repeat;
}
.nextevent_btn:hover {
    background-position: -173px -962px;
}


.print_btn {
    width: 172px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("images/print.png") 0 0px no-repeat;
}
.print_btn:hover {
    background-position: -174px 0px;
}





/* -- event_scoreboard -- */
.event_scoreboard {
    padding: 23px 29px 19px 13px;
    margin: 29px 0 0 0;
    border: 6px #0697eb solid;
    background-color: #ffffff;
}

.days_block,
.img_scoreboard,
.time_table,
.scoreboard_desc_box,
.sb_desc_titlebox {
    float: left;
}

.days_block {
    text-align: center;
    padding-right: 13px;
}
.days {
    padding-bottom: 9px;
    color: #0873c0;
    font-size: 17px;
    line-height: 1;
}
.num_days {
    color: #0873c0;
    font-size: 47px;
    line-height: 1;
}
.time_table {
    padding: 0 0 0 12px;
}
.time_table_title {
    color: #898f92;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}
.time_table_now {
    color: #0873c0;
    font-size: 14px;
    line-height: 1;
}
.time_table_title {

}
.time_table_now {
    padding: 0 0 15px 0;
}
.scoreboard_desc_box {
    width: 426px;
    padding: 0 0 0 53px;
}
.sb_desc_title {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    padding: 0px 0 6px 0;
}
.sb_desc_subtitle {
    color: #0697eb;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
}
.sb_pic_box {
    float: right;
    text-align: right;
}

.sb_pic_f, .sb_pic_t {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
}
.sb_pic_c {
    width: 31px;
    height: 36px;
    background: url("images/sprites.png") 0 -533px no-repeat;
    display: inline-block;
}
.sb_pic_c:hover {
    background-position: -32px -533px;
}
.sb_pic_f {
    background-position: 0 -117px;
}
.sb_pic_f:hover {
background-position: -35px -117px;
}
.sb_pic_t {
    background-position: 0 -152px;
}
.sb_pic_t:hover {
background-position: -35px -152px;
}

.sb_desc_txt {
    clear: both;
    color: #2b2b2b;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 15px 0 15px 0;
    line-height: 1.2;
}
/* -- end event_scoreboard -- */

/* -- event_scoreboard_last -- */
.title_month {
    color: #f7ef00;
    font-style: italic;
    font-size: 34px;
    padding: 44px 0 4px 0;
}
.event_scoreboard_last {
    position: relative;
}
.event_scoreboard_last {
    padding: 30px 23px 30px 6px;
}
.event_scoreboard_last:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #000000;
    border-bottom: 1px #373a41 solid;
}
.event_sb_last_active, .event_scoreboard_last:hover  {
    background: url("images/day_event.png") 0 0 repeat-x;
}
.event_scoreboard_last .days,
.event_scoreboard_last .num_days,
.event_scoreboard_last .time_table_now ,
.event_scoreboard_last .sb_desc_title {
    color: #ffffff;
}
.event_scoreboard_last .sb_desc_txt {
    color: #bebebe;
}
.sb_pic_box_last {
    float: right;
}
.soc_pic_tmicbox {
    padding-bottom: 16px;
}
.by_tickets_micbox {
    width: 160px;
    float: right;
    text-align: center;
}
.tickets_mic_btn {
    display: inline-block;
    width: 160px;
    height: 36px;
    background: url("images/sprites.png") 0 -569px no-repeat;
}
.tickets_mic_btn:hover {
    background-position: -161px -569px;
}
.event_scoreboard_last .sb_desc_txt {
    padding: 15px 0 0 0;
}
/* -- end event_scoreboard_last -- */

/**************************
RACING DIVISIONS
***************************/
.page_wrap_rd {
padding: 7px 30px 6px 30px;
}
.divisions_txt {
    font-family: 'oswald-light', sans-serif;
    color: #f4f4f4;
    font-size: 20px;
    padding: 18px 0;
    font-style: italic;
    border-bottom: 2px #252525 groove;
}
.divisions_unit {
    padding: 25px 0 20px 0;
    position: relative;
    float: left;
}
.divisions_unit:hover {
    background: url("images/divisions_unit.png") 0 0 repeat-x;
}
.divisions_unit.divisions_unit_open:hover {
    background: transparent;
}
.divisions_unit:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #000000;
    border-bottom: 1px #373a41 solid;
}
ul .divisions_unit:last-child:after {
    display: none;
}
.divisions_img {
    float: left;
}
.divisions_unit_txt_box {
    float: left;
    width: 340px;
    margin-left: 20px;
}
.divisions_title {
    font-size: 24px;
    line-height: 1.1;
    color: #ffeb01;
    font-weight: normal;
    font-style: italic;
}
.divisions_p {
    color: #bebebe;
    font-size: 13px;
    line-height: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 13px 0 0 0;
    height: 85px;
    /*overflow: hidden;*/
}
.divisions_unit_open .divisions_p {
    height: auto;
}
.divisions_close_box {
    margin-top: 15px;
    width: 136px;
}
.close_txt_indicator {
    float: left;
    font-family: 'days_oneregular', sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-style: italic;
}
.close_btn_indicator {
    float: right;
    width: 21px;
    height: 21px;
    background: url("images/sprites.png") 0 -916px no-repeat;
    cursor: pointer;

    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*.divisions_unit:hover .close_btn_indicator {*/
    /*background-position: -21px -916px;*/
/*}*/
/*.divisions_unit.divisions_unit_open .close_btn_indicator {*/
    /*background-position: -44px -916px;*/
/*}*/
/*.divisions_unit.divisions_unit_open:hover .close_btn_indicator {*/
    /*background-position: -66px -916px;*/
/*}*/
.close_btn_indicator:hover {
    background-position: -21px -916px;
}
.close_btn_indicator.divisions_open_info {
    background-position: -44px -916px;
}
.close_btn_indicator.divisions_open_info:hover {
    background-position: -66px -916px;
}
.divisions_all_info {
    clear: both;
    padding-top: 29px;
}
.divisions_table_info {
    width: 48%;
    float: left;
}
.divisions_all_info .divisions_table_info+.divisions_table_info {
    margin-left: 4%;
}

/**************************
HISTORY
***************************/
.first_public_box {
    padding: 0 0 30px 0;
}
.first_public_box .su_public_title {
    margin-bottom: 20px;
}
.img_history {
    float: left;
    margin-right: 20px;
}
.first_h_public {
    width: auto;
}
.h_public_font {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
    line-height: 1.2;
	color: #bebebe;
}
.second_public_box {

}
.second_public_box .su_public_title {
    margin-bottom: 10px;
}
.img_second_history {
    width: 100%;
}
.h_column {
    padding: 20px 0 18px 0;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 30px;
    text-align: left;
}

/**************************
POINTS_STANDING
***************************/
.point_lead_title {
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0 0 0;
}

.su_pt_points_stand {
    padding: 0 198px 9px 0;
}
.su_pt_btn_points_stand {
    width: 198px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url("images/sprites.png") 0 -937px no-repeat;
}
.su_pt_btn_points_stand:hover {
    background-position: -198px -937px;
}
.dp_sbox_container {
    padding-top: 10px;
}
.d_profiles_slide_box {
    padding: 14px 0 0 0;
}
.dp_sbox_left, .dp_sbox_right {
    cursor: pointer;
    width: 29px;
    height: 194px;
    float: left;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 -606px;
}
.dp_sbox_left {
    margin-right: 11px;
}
.dp_sbox_left:hover {
    background-position: -30px -606px;
}
.dp_sbox_right {
    background-position: -60px -606px;
}
.dp_sbox_right:hover {
    background-position: -90px -606px;
}
.dp_sbox {

}
.dp_sbox li {
    width: 280px;
    float: left;
    margin-right: 11px;
}
.dp_sbox_link {
    display: inline-block;
}
.dp_sbox_link:hover .ps_name {
    color: #dfdfe0;
}
.dp_sbox_link:hover .ps_status {
    color: #0997eb;
}
.pic {
    display: inline-block;
    width: 280px;
    height: 143px;
    overflow: hidden;
}
/*GROW*/
.grow img {
    width: 280px;
    height: 143px;
    max-width: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.dp_sbox_link:hover .grow img {
    width: 300px;
    height: 155px;
}
.ps_name {
    padding: 9px 17px 8px 0;
    font-size: 18px;
    line-height: 1;
    height: 18px;
    display: inline-block;
    background: url("images/r_arrow.png") right 12px no-repeat;
}
.ps_status {
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
    font-size: 14px;
    color: #0997eb;
}

.su_table_unit_win .ga_select_box {
    height: 37px;
    width: 100%;
    box-sizing: border-box;
}
.su_table_unit_win select.ga_select {
    width: 100%;
    box-sizing: border-box;
}
.ps_search {
    height: 35px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 50px 10px 10px;

    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: #0b0b25;
    width: 100%;
    box-sizing: border-box;
}
.ps_search:focus {
    outline: none;
}
.ps_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: none;
    width: 37px;
    height: 35px;
    background-image: url('images/search.png');
}
.ps_search_btn:hover {
    background-position: 0 -35px;
}

/**************************
RACE_RESULTS
***************************/
.race_title {
    font-size: 23px;
    padding-bottom: 24px;
}
.race_subtitle {
    color: #0697eb;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.tabs_box {
    display: table;
    table-layout: auto;
    width: 100%;
    border-spacing: 0;
}
.tabs_unit {
    text-transform: uppercase;
    display: table-cell;
    padding: 11px 0 12px 0;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    border-bottom: 2px #252525 groove;
    cursor: pointer;
    border-left: 2px transparent solid;
    border-top: 2px transparent solid;
    border-right: 2px transparent solid;
}
.ui-tabs-active {
    border-left: 2px #252525 groove;
    border-top: 2px #252525 groove;
    border-right: 2px #252525 groove;
    
    border-bottom: none;
}
.ui-tabs-active a{
    color: #f7ef00;
}
.tabs_unit a:hover {
    color: #f7ef00;
}
.tabs_unit_clear {
    width: 148px;
    display: table-cell;
    border-bottom: 2px #252525 groove;
    border-left: 2px transparent solid;
    border-top: 2px transparent solid;
    border-right: 2px transparent solid;
}
.race_results_box {
    width: 585px;
    margin: 0 auto;
}
.tabs_box_rr {
    padding: 17px 0 0 0;
}
.tabs_box_rr li {
    float: left;
    display: block;
    margin-left: 21px;
}
.tabs_box_rr li:first-child {
    margin-left: 0;
}
.tabs_box_link {
    display: block;
}
.flag_rr_box {
    display: block;
    background: url("images/flag_rr.png") 0 7px no-repeat;
    text-align: right;
    font-style: italic;
    padding-bottom: 12px;
}
.flag_rr_first {
    font-size: 30px;
    line-height: 1;
    color: #ffeb01;
}
.flag_rr_second {
    font-size: 12px;
    line-height: 1;
    color: #ffeb01;
}
.flag_rr_last {
    font-size: 18px;
    line-height: 1;
}
.img_rr_box {
    display: block;
    width: 180px;
    height: 140px;
    overflow: hidden;
}
.img_rr_box img {
    width: 180px;
    height: 140px;
    max-width: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.tabs_box_link:hover .img_rr_box img {
    width: 200px;
    height: 166px;
}
.btn_rr_box {
    background-color: #0697eb;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-size: 17px;
}
.tabs_box_link:hover .flag_rr_last {
    color: #dfdfe0;
}
.tabs_box_link .btn_rr_box {
    color: #dfdfe0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tabs_box_link:hover .btn_rr_box {
    color: #10103f;
}


/**************************
TICKETS
***************************/

.page_t_wrap {
    padding: 7px 30px 0 30px;
    background: url("images/bg.png") 0 104px no-repeat;
}
.content_box_tickets {
    padding-top: 36px;
    padding-bottom: 27px;
    min-height: 640px;
}
.get_ticket_gbox {
    padding: 12px 0 0 0;
}
.get_ticket_img {
    float: left;
}
.get_ticket_gbox_descr{
    padding-top: 15px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    
}
.right_ticket_txtbox {
    width: 284px;
    margin-left: 14px;
    float: left;
}
.right_ticket_title {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
.right_ticket_subtitle {
    font-weight: normal;
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.right_ticket_submark {
    color: #0697eb;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.last_ticket_title {
    color: #f7ef00;
    font-size: 24px;
    padding: 16px 0 11px 0;
    line-height: 1;
    font-weight: normal;
}
.right_ticket_p {
    font-size: 14px;
    color: #bebebe;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.right_tp_up {
    text-transform: uppercase;
    font-style: italic;
}
.ticket_big_title {
    text-transform: uppercase;
    color: #f7ef00;
    font-weight: normal;
    text-align: justify;
    font-size: 24px;
    padding: 25px 0 16px 0;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}
.payment_meth_gbox {
    padding: 13px 0 0 0;
}
.payment_meth_block {
    text-align: right;
    width: 259px;
    padding: 13px 40px 0 0;
    float: left;
}
.purchase_btn_btn {
    float: left;
}
.purchase_btn {
    display: inline-block;
    width: 280px;
    height: 59px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 -987px;
    
}
.purchase_btn:hover {
    background-position: -281px -987px;
}
.payment_meth {
    width: 56px;
    height: 35px;
    display: inline-block;
    margin-left: 14px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
}
.method_mc {
    background-position: 0 -804px;
}
.method_v {
    background-position: 0 -842px;
}
.method_ae {
    background-position: 0 -880px;
}
.payment_meth:hover {
    background-position-x: -60px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px rgba(0,216,255,.75);
	-moz-box-shadow: 0 0 5px rgba(0,216,255,.75);
	box-shadow: 0 0 5px rgba(0,216,255,.75);
}
.purchase_table {
    width: 100%;
}
.purchase_table th {
    color: #6c6f74;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}
.purchase_table td {
    padding: 6px 6px 6px 10px;
    vertical-align: middle;
}
.purchase_table th {
    padding: 11px 6px 6px 10px;
    vertical-align: middle;
}
.payment_line {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.45);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.45);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.45);
    border: solid 1px #424549;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.t_last_cell input[type=text] {
    text-align: center;
    width: 43px;
    height: 29px;
    border: 0;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url("images/count_tickets.png") 0 0 no-repeat;
}
 .t_last_cell input[type=text]:hover {
    background-position-y: -29px;
}
.t_last_cell input[type='text']::-webkit-outer-spin-button,
.t_last_cell input[type='text']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.count_tickets:focus {
    outline: none;
}
.count_tickets::-webkit-inner-spin-button,
.count_tickets::-webkit-outer-spin-button {
    opacity: 0;
}
.t_last_cell {
    text-align: right;
}
.t_last_cell .ui-spinner {
    height: auto;
    display: block;
    padding-right: 2px;
    position: relative;
    background: url("images/count_tickets.png?v=0.02") right 0 no-repeat;
}
.t_last_cell .ui-spinner:hover {
    background-position-y: -29px;
}
.t_last_cel .ui-spinner-button {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    display: block;
}
.t_last_cel .ui-spinner a.ui-spinner-up {
    top: 0;
    right: 8px;
}
.t_last_cel .ui-spinner a.ui-spinner-down {
    bottom: 0;
    right: 8px;
}

/**************************
FOOTER
***************************/
.footer {
    width: 1020px;
    margin: 0 auto;
    background: url("images/footer.jpg") 0 bottom no-repeat;
}

.footer_logo_box {
    float: left;
}
.copy_box {
    color: #a9a9aa;
    font-size: 14px;
    clear: both;
    padding: 12px 0 0 12px;
}
.footer  .nav {
    background-color: #0b0c25;
    padding: 0 30px;
}

.get_news_box {
    text-align: left;
}
.label_getnews {
    padding-bottom: 3px;
}
.label_getnews label {
    font-size: 18px;
    display: inline-block;
}
.get_news_box input[type='email'] {
    /*display: block;*/
    padding: 0 20px;
    margin: 0;
    height: 38px;
    width: 290px;
    float: left;
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-shadow: 1px 1px rgba(255,255,255,.12), inset 1px 1px 3px rgba(0,0,0,.45);
	-moz-box-shadow: 1px 1px rgba(255,255,255,.12), inset 1px 1px 3px rgba(0,0,0,.45);
	box-shadow: 1px 1px rgba(255,255,255,.12), inset 1px 1px 3px rgba(0,0,0,.45);
	border: solid 1px #000;
    border-right: 0;
}
.get_news_box input[type='email']:focus {
    outline: none;
}
div.wpcf7-response-output{
    margin: 0px;
}
.get_news_box input[type='email']::-webkit-input-placeholder {
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0a0b24;
    font-style: italic;
}
.get_news_box input[type='email']:-moz-placeholder {
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0a0b24;
    font-style: italic;
}
.get_news_box input[type='submit'] {
    /*display: block;*/
    width: 80px;
    height: 38px;
    border: 0;
    margin-top: 1px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 -493px;
}
.get_news_box input[type='submit']:hover {
    background-position: -81px -493px;
}
.footer .mini_nav_box {
    padding-top: 10px;
}
/*.footer .main_nav {*/
    /*padding: 20px 0 0 0;*/
/*}*/

.footer .main_nav{margin-left: 8px;
}
.footer .main_nav li {
    padding: 14px 0;
    margin: 0 9px 0 9px;
    background-color: transparent;
    display: block;
    float: left;
}
.footer .main_nav li a {
    background-color: transparent;
    padding: 0;
}
.footer .main_nav li a:hover {
    color: #ffeb01;
    background-color: transparent;
}
.footer .main_nav li:first-child a {
    /* padding: 7px 9px 7px 10px; */
    padding: 0;
    width: auto;
}
.footer  .main_nav li:last-child a {
    /* padding: 7px 13px 7px 9px; */
    padding: 0;
    width: auto;
}


.bottom_container {
    padding: 15px 40px 10px 27px;
}
.footer .site_description {
    font-size: 20px;
    padding-top: 18px;
}

.footer_mini_nav {
    padding: 24px 0 0 0;
}
.footer_mini_nav li {
    float: left;
    padding: 5px 0;
}
.footer_mini_nav li.footer_soc_link {
    padding: 0;
}
.footer_mini_nav li a {
    border-right: 1px #dfdfe0 solid;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
    height: 16px;
    line-height: 16px;
}
li.footer_soc_link {
    text-align: right;
}
li.footer_soc_link a {
    padding: 0;
    border: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
}
.footer_soc_link {
    margin-left: 18px;
}
.footer_soc_link + .footer_soc_link {
    margin-left: 5px;
}

/**************************
COMPETITOR INFO 
***************************/
.content-dwn{
    margin-top: 25px;
}
.one-dwnload{
    display: inline-block;
    margin-left: 1.2%;
    margin-right: 1.2%;
    width: 30%;
    margin-bottom: 35px;
    vertical-align: top;
}
.img-btn{
    position: relative;
}
.one-btn{
    background-color: #0697EB;
    bottom: 0;
    height: 30px;
    left: 36px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100px;
}
.one-btn:hover{
    background-color: #ffeb01;
}
.one-btn a{
    color: #0b1d3b;
    text-transform: uppercase;
}
.one-btn img{
    margin-right: 5px;
    margin-top: 3px;
}
.big-title-dwn{
    font-size: 18px;
}
//------
.image-dwn-img{
    
}
.image-dwn{
    
}
.inf{
    display: inline-block;
}
.info-dwn{
    margin-bottom: 25px;
    margin-top: 25px;
}
.info-all-img{
    display: inline-block;
    margin-right: 8px;
    width: 51px;
}
.btn-item-dwn{
    font-size: 11px;
}
.info-all{
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
/**************************
Sponsors
***************************/
.sponsor_block_title{
    color: #ffeb01; /* text color */
    font-family: "Oswald-Regular";
    font-size: 24px;
    text-shadow: 0 1px 2px rgba(0,0,0,.75); /* drop shadow */
    text-transform: uppercase;
    margin-bottom: 22px;
}
.sponsor_url a{
    color: #0697eb; /* text color */
    font-family: "Oswald-Regular";
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0,0,0,.75); /* drop shadow */
}

/**************************
Driver school
***************************/
.first_h_public p {
    margin-top: 20px;
}
.school_slider{
    margin-bottom: 35px;
    position: relative;
}
.one_slide_sh{
    position: relative;
}
.on-slide{
    background-color: #000000;
    bottom: 0;
    height: 122px;
    opacity: 0.7;
    position: absolute;
    padding: 15px 25px;
}
.on-slid-title{
    color: #bebebe; /* text color */
    font-family: "Oswald-Regular";
    font-size: 18px;

}
.on-slid-desc{
    color: #bebebe; /* text color */
    font-family: "Oswald-Regular";
    font-size: 14px; 
    margin-top: 20px;
}
.bottom_info_school{
    margin: 20px auto;
    text-align: center;
    width: 92%;
    font-size: 18px;
}
.bottom_info_school b{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffeb01;
}
.school-next a{
    background: url("images/sprites.png") no-repeat scroll -58px -1048px rgba(0, 0, 0, 0);
    height: 43px;
    left: 95%;
    position: absolute;
    top: 119px;
    width: 29px;
    z-index: 10;
}
.school-next a:hover{
    background-position: -87px -1048px;
}
.school-prev a{
    background: url("images/sprites.png") no-repeat scroll 0 -1048px rgba(0, 0, 0, 0);
    height: 43px;
    left: 0;
    position: absolute;
    top: 119px;
    width: 29px;
    z-index: 10;
}
.school-prev a:hover{
    background-position: -29px -1048px;
}

/**************************
CONTACT
***************************/
.web_address {
    padding: 28px 10px 50px 10px;
}
.l_web_address {
    width: 460px;
    margin-right: 20px;
    float: left;
}
.r_web_address {
    width: 460px;
    float: left;
}

.web_address_title {
    font-size: 24px;
    line-height: 1;
    color: #ffeb01;
    font-weight: normal;
    font-style: italic;
    padding: 22px 0 20px 0;
}
.web_address_subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    padding: 4px 0 6px 0;
}
.web_address_txt {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    padding: 4px 0 6px 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.web_address_link {
    color: #0697eb;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline ;
}
.web_address_phone {
    font-size: 24px;
}
.web_address_table {
    width: 100%;
}
.web_address_table td{ 
    padding-right:5px;
    white-space: nowrap;
}
.web_address_table_box {
    width: 376px;
    padding-top: 22px;
}
/*.web_address_td_first {*/

/*}*/
/*.web_address_td_second {*/

/*}*/
/*.web_address_td_email {*/

/*}*/
.web_atable_mailto {
    color: #0697eb;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.web_address_td_phone {

}
.web_atable_phone {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.web_atable_phone:hover {
    color: #ffffff;
}
.a_see_fs {
    display: block;
    width: 280px;
    height: 36px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 -1089px;
}
.a_see_fs:hover {
    background-position: -280px -1089px;
}
.content_box_web {
    padding-top: 20px;
    padding-bottom: 56px;
}
.empty_box {
    width: 221px;
    height: 373px;
    background-color: #36373b;
    float: left;
    margin-right: 75px;
}
.contact_second_box {
    float: left;
    width: 280px;
}
.contact_second_box  .su_event_title {
    padding-top: 0;
}
/**************************
NEWS
***************************/
.news_bigimg_box {
    padding: 20px 0 6px 0;
}
.new_main_box {
    padding: 0 0 16px 0;
}
.new_main_title {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.new_info_box {
    padding: 0 0 18px 0;
}
.new_info_date, .new_info_author {
    color: #bebebe;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    padding: 0 0 0 27px;
    line-height: 18px;
    margin-right: 18px;
}
.new_info_date {
    background: url("images/sprites.png") 0 -1162px no-repeat;
}
.new_info_author {
    background: url("images/sprites.png") 0 -1180px no-repeat;
}
.new_info_author a {
    color: #0697eb;
}
.new_main_message {
    color: #bebebe;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    clear: both;
    padding: 0 0 20px 0;
}
.read_m {
    display: block;
    width: 120px;
    height: 36px;
    background: url("images/sprites.png") 0 -1125px no-repeat;
}
.read_m:hover {
    background-position: -121px -1125px;
}
.news_list_page {

}
.news_list_page_li {
    border-top: 2px #252525 groove;
    padding: 25px 0 10px 0;
}
.news_list_page_li .new_main_title {
    line-height: 1.2;
    padding: 0 0 16px 0;
}
.news_list_page_li .new_info_box {
    padding: 0 0 16px 0;
}

.news_list_page .days, .news_list_page .num_days {
    color: #ffffff;
}
.newlist_pageimg {
    float: left;
    padding: 0 0 0 16px;
}
.newlist_pageimg img {
    margin-bottom: 6px;
}
.newlist_pagetxt {
    float: left;
    width: 222px;
    padding: 0 0 0 18px;
}
.form_web_new .ga_select_box {
    width: 277px;
    margin-bottom: 10px;
}
.form_web_new {
    padding: 28px 0 30px 0;
}
.form_web_new select.ga_select {
    width: 277px;
}
.form_web_new .select_title {
    padding: 12px 22px 7px 5px;
}

.table_news_list_mic {

}
.table_nlm_date {
    vertical-align: middle;
    font-size: 24px;
    width: 59px;
}
/*.nlm_desk_td {*/
    /*padding: 10px 0;*/
/*}*/
.nlm_desk_td {
    padding: 6px 0;
}
.nlm_desk {
    padding: 0 0 3px 0;
}
.nlm_desk_link {
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
}
.nlm_date_desk {
    color: #0697eb;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
}
.nl_month_box {
    padding: 10px 0 0 0;
}
.nl_month_mic_list {
    text-transform: uppercase;
    padding: 14px 0 36px 0;
}


.slides li{
        position: relative;
    }
    .pagination_box{
        z-index: 10;
    }
    .navigate_box{
        z-index: 10;
    }
    .divisions_all_info{
       // display: none;
    }
    .flex-active span {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background-color: #0697eb;
        -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
        -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
        box-shadow: 1px 2px 1px rgba(0,0,0,.17), inset 1px 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
        background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,.2));
    }
    .driver_list_box-bg {
        background: url("images/driver_list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        margin-top: 17px;
        padding: 10px 0px 22px 24px;
    }
    .driver_list_box{
        background: none;
        margin-top:0px;
        padding:0px;
    }
    .photo_box{
        padding: 14px 11px 0 13px;

    }
    .driver_desck{
        padding: 0 0 0 23px;
        width: 237px;
    }
    .driver_list_box li{
        padding: 0px;
        background: none;
    }
    .first_h_public p{
        
    }
    .gallery_box{
        min-height: 430px;
    }
    
       .d_profiles_slide_box {
    position: relative;
    height: 200px;
}
.bx-wrapper {
    margin: 0 46px 60px;
    padding: 0;
    position: relative;
}
    .slider3{
        position: absolute;
        width: 100%;

        top: 0;
        left: 0;
    }
    .dp_sbox_right{
      position: absolute;  
      top: 0;
      right: 0;
          
    }
       .dp_sbox_left{
      position: absolute;  
       top: 0;
      left: 0;
      z-index: 10;
    }
    .bx-wrapper .bx-viewport{
        background: none;
        border:none;
        box-shadow:none;
    }
    .slid-top{
        margin-top: 14px;
    }
    .bx-next, .bx-prev {
    height: 194px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 29px;
    z-index: 9999;
}

/**************************
CLEARFIX
***************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }