/* KEYS */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes onlive {
  0% {
    padding: 0px;
	top: 0px;
	right: 0px;
	opacity: 1;
  }

  100% {
    padding: 8px;
	top: -8px;
	right: -8px;
	opacity: 0;
  }
}

/* RESPONSIVE */
@media (orientation: landscape) {
	#arrow_scroll {
		display: none;
	}
	#button_live_race, #button_register {
	}
	#main_sponsors > a, #main_sponsors_live > a{
		height: 50%;
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		font-size: 20px;
		margin-top: 1%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		font-size: 18px;
	}
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 30px;
	}
	
	.standings_podium_name {
		font-size: 23px;
	}
	.standings_podium_details {
		font-size: 18px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 100px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 100px;
	}
	.standings_podium_cars, .standings_podium_logo {
		margin: auto;
	}
	.podium_driver_column {
		display: none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}
@media (orientation: portrait) {
	#arrow_scroll {
		display: block;
	}
	#button_live_race, #button_register {
	}
	#main_sponsors > a, #main_sponsors_live > a{
		height: 50%;
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		font-size: 16px;
		margin-top: 4%;
	}
	.button_live_race, .button_register, .status_register, .button_register_input {		
		font-size: 15px;
	}
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 30px;
	}
	
	.standings_podium_name {
		font-size: 20px;
	}
	.standings_podium_details {
		font-size: 15px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 85px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 85px;
	}
	.standings_podium_cars {
		margin-left: 0%;
	}
	.standings_podium_logo {
		margin: auto;
	}
	.podium_driver_column {
		display:none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: none;
	}
	.standings_flag {
		display: none;
	}
}
@media (max-width: 899px) {
	#main_presentation, #main_presentation_live {
		width: 100%;
	}
	#background_presentation {
		display: block;
		transform: translateY(2%);
	}
	#main_sponsors > a{
		height: 50%;
	}
	#main_sponsors_live > a{
		height: 65%;
		transform: rotate(0deg);
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		margin-right: 0%;
		margin-left: 0%;
		width: 75%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		width: 75%;
	}
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 30px;
	}
	.live_on_circle {
		display: none;
	}
	#high_logo {
		display: none;
	}
	#high_logo_live {
		display: none;
	}
	#main_sponsors {
	}
	#main_sponsors_live {
		margin-top: 8%;
	}
	#buttons_launch_live {
		display: none;
	}
	#main_sponsors_live {
		height: 70px;
		margin-right: -44%;
		width: 100%;
		transform: rotate(0deg);
		float: none;
		margin-top: 2%;
	}
	#main_sponsors_background_live {
		height: 70px;
		width: 100%;
		right: 0%;
		top: unset;
	}
	
	#articles {	
		width: 100%;
	}
	#lasted_article {
		width: 100%;
	}
	#main_article_image {
		width: 100%;
		float: none;
		max-height: 45%;
	}
	#main_article_text {
		float: none;
		width: 90%;
		margin: auto;
	}
	#main_article_text > p {
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 8;
	}
	#lasted_article_text > p {
		font-size: 15px;
		line-height: 1.50;
		-webkit-line-clamp: 9;
	}
	#main_article_image > img {
		transform: translateY(0%);
	}
	#main_article_title > img, #lasted_article_title > img {
		display: none;
	}
	#main_article:hover #main_article_image > img {
		transform: translateY(0%) scale(1.05);
	}
	#main_article_title {
		font-size: 18px;
	}
	#lasted_article_title {
		font-size: 16px;
	}
	.lasted_article_right {
		float: none;
	}
	.button_border_container {
		margin-top: 40px;
	}
	
	#standings_title_center, #standings_navigation {
		width: 100%;
	}
	#standings_title_center > a {
		font-size: 20px;
	}
	#standings {
		width: 100%;
	}
	#standings_podium {
		height: 150px;
		width: 97%;
		margin: auto;
	}
	#standings_navigation {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin-top: 30px;
		display: flex;
	}
	#standings_navigation > a {
		padding-left: 20px;
		padding-right: 20px;
		flex: 1;
		margin-left: 0px;
		margin-right: 0px;
	}	
	.standings_podium_flag {
		display: none;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		bottom: -7px;
	}
	.standings_podium_number_first {	
		left: 7%;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		bottom: -7px;
	}
	.standings_podium_number_first_team {	
		left: 7%;
	}
	.podium_nationality_column {
		display: none;
	}
	.standings_podium_logo {
		display: none;
	}
	.new_icon {
		width: 43px;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
	#main_presentation, #main_presentation_live {
		width: 80%;
	}
	#background_presentation {
		display: block;
		transform: translateY(5%);
	}
	#main_sponsors > a{
		height: 75%;
	}
	#main_sponsors_live > a{
		height: 75%;
		transform: rotate(90deg);
	}
	#arrow_scroll {
		display: block;
	}
	#button_live_race, #button_register {
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		margin-right: 3%;
		margin-left: 3%;
		width: 35%;
		font-size: 25px;
		margin-top: 0%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		width: 76%;
		font-size: 22px;
	} 
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 33px;
	}
	.live_on_circle {
		display: block;
	}
	#high_logo {
		display: block;
	}
	#high_logo_live {
		display: block;
		width: 40%;
		margin-left: -26%;
	}
	#main_sponsors {
	}
	#main_sponsors_live {
		margin-top: 11%;
	}
	#buttons_launch_live {
		margin-top: 19%;
		display: block;
	}
	#main_sponsors_live {
		height: 40px;
		margin-right: -36%;
		width: 60%;
		transform: rotate(-90deg);
		float: right;
		margin-top: -27%;
	}
	#main_sponsors_background_live {
		height: 80px;
		width: 90%;
		right: 10%;
		top: -50%;
	}
	
	#articles {	
		width: 850px;
	}
	#lasted_article {
		width: 100%;
	}
	#main_article_image {
		width: 60%;
		float: left;
		height: calc(100% - 60px);
	}
	#main_article_text {
		float: right;
		width: 30%;
	}
	#main_article_text > p {
		font-size: 19px;
		line-height: 1.4;
		-webkit-line-clamp: 16;
	}
	#lasted_article_text > p {
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 8;
	}
	#main_article_image > img {
		top: 50%;
		transform: translateY(-50%);
	}
	#main_article_title > img, #lasted_article_title > img {
		display: block;
	}
	#main_article:hover #main_article_image > img {
		transform: translateY(-50%) scale(1.05);
	}
	#main_article_title {
		font-size: 22px;
	}
	#lasted_article_title {
		font-size: 18px;
	}
	.lasted_article_right {
		float: none;
	}
	.button_border_container {
		margin-top: 20px;
	}
	
	#standings_title_center, #standings_navigation {
		width: 850px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 850px;
	}
	#standings_podium {
		height: 150px;
	}
	#standings_navigation {
		height: 40px;
		line-height: 40px;
		font-size: 25px;
		margin-top: 25px;
		display: block;
	}
	#standings_navigation > a {
		padding-left: 25px;
		padding-right: 25px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.standings_podium_name {
		font-size: 26px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 20px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 100px;
		bottom: -12px;
	}
	.standings_podium_number_first {	
		left: 25px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 100px;
		bottom: -12px;
	}
	.standings_podium_number_first_team {	
		left: 25px;
	}
	.standings_podium_cars, .standings_podium_logo {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
	.standings_podium_logo {
		max-width: 110px;
		max-height: 110px;
		display: block;
	}
	.new_icon {
		width: 54px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#main_presentation, #main_presentation_live {
		width: 80%;
	}
	#background_presentation {
		display: block;
		transform: translateY(5%);
	}
	#main_sponsors > a{
		height: 75%;
	}
	#main_sponsors_live > a{
		height: 75%;
		transform: rotate(90deg);
	}
	#arrow_scroll {
		display: block;
	}
	#button_live_race, #button_register {
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		margin-right: 3%;
		margin-left: 3%;
		width: 30%;
		font-size: 26px;
		margin-top: 0%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		width: 65%;
		font-size: 25px;
	} 
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 36px;
	}
	.live_on_circle {
		display: block;
	}
	#high_logo {
		display: block;
	}
	#high_logo_live {
		display: block;
		width: 40%;
		margin-left: -26%;
	}
	#main_sponsors {
	}
	#main_sponsors_live {
		margin-top: 7%;
	}
	#buttons_launch_live {
		margin-top: 19%;
		display: block;
	}
	#main_sponsors_live {
		height: 50px;
		margin-right: -36%;
		width: 60%;
		transform: rotate(-90deg);
		float: right;
		margin-top: -27%;
	}
	#main_sponsors_background_live {
		height: 100px;
		width: 90%;
		right: 10%;
		top: -50%;
	}
	
	#articles {	
		width: 1150px;
	}
	#lasted_article {
		width: 48%;
	}
	#main_article_image {
		width: 60%;
		float: left;
		height: calc(100% - 60px);
	}
	#main_article_text {
		float: right;
		width: 30%;
	}
	#main_article_text > p {
		font-size: 19px;
		line-height: 1.4;
		-webkit-line-clamp: 16;
	}
	#lasted_article_text > p {
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 8;
	}
	#main_article_image > img {
		top: 50%;
		transform: translateY(-50%);
	}
	#main_article_title > img, #lasted_article_title > img {
		display: block;
	}
	#main_article:hover #main_article_image > img {
		transform: translateY(-50%) scale(1.05);
	}
	#main_article_title {
		font-size: 22px;
	}
	#lasted_article_title {
		font-size: 18px;
	}
	.lasted_article_right {
		float: right;
	}
	.button_border_container {
		margin-top: 0px;
	}
	
	#standings_title_center, #standings_navigation {
		width: 1150px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 1150px;
	}
	#standings_podium {
		height: 200px;
	}
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 0px;
		margin-top: 15px;
		display: block;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}	
	#main_article:hover #main_article_image > img {
		transform: translateY(-50%) scale(1.05);
	}
	.standings_podium_name {
		font-size: 29px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 22px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 130px;
		bottom: -15px;
	}
	.standings_podium_number_first {	
		left: 40px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 130px;
		bottom: -15px;
	}
	.standings_podium_number_first_team {	
		left: 40px;
	}
	.standings_podium_cars, .standings_podium_logo {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
	.standings_podium_logo {
		max-width: 150px;
		max-height: 150px;
		display: block;
	}
	.new_icon {
		width: 54px;
	}
}
@media(min-width: 1400px) and (max-width: 2099px) {
	#main_presentation, #main_presentation_live {
		width: 70%;
	}
	#background_presentation {
		display: block;
		transform: translateY(5%);
	}
	#main_sponsors > a{
		height: 75%;
	}
	#main_sponsors_live > a{
		height: 75%;
		transform: rotate(90deg);
	}
	#arrow_scroll {
		display: block;
	}
	#button_live_race, #button_register {
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		margin-right: 3%;
		margin-left: 3%;
		width: 30%;
		font-size: 25px;
		margin-top: 0%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		width: 62%;
		font-size: 24px;
	}
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 40px;
	}
	.live_on_circle {
		display: block;
	}
	#high_logo {
		display: block;
	}
	#high_logo_live {
		display: block;
		width: 55%;
		margin-left: -40%;
	}
	#main_sponsors {
	}
	#main_sponsors_live {
		margin-top: 5%;
	}
	#buttons_launch_live {
		margin-top: 17%;
		display: block;
	}
	#main_sponsors_live {
		height: 100px;
		margin-right: -50%;
		width: 75%;
		transform: rotate(-90deg);
		float: right;
		margin-top: -34%;
	}
	#main_sponsors_background_live {
		height: 200px;
		width: 90%;
		right: 10%;
		top: -50%;
	}
	
	#articles {	
		width: 1350px;
	}
	#lasted_article {
		width: 48%;
	}
	#main_article_image {
		width: 60%;
		float: left;
		height: calc(100% - 60px);
	}
	#main_article_text {
		float: right;
		width: 30%;
	}
	#main_article_text > p {
		font-size: 19px;
		line-height: 1.4;
		-webkit-line-clamp: 16;
	}
	#lasted_article_text > p {
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 8;
	}
	#main_article_image > img {
		top: 50%;
		transform: translateY(-50%);
	}
	#main_article_title > img, #lasted_article_title > img {
		display: block;
	}
	#main_article:hover #main_article_image > img {
		transform: translateY(-50%) scale(1.05);
	}
	#main_article_title {
		font-size: 22px;
	}
	#lasted_article_title {
		font-size: 18px;
	}
	.lasted_article_right {
		float: right;
	}
	.button_border_container {
		margin-top: 0px;
	}
	
	#standings_title_center, #standings_navigation {
		width: 1350px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 1350px;
	}
	#standings_podium {
		height: 250px;
	}
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.standings_podium_name {
		font-size: 32px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 24px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 150px;
		bottom: -18px;
	}
	.standings_podium_number_first {	
		left: 45px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 150px;
		bottom: -18px;
	}
	.standings_podium_number_first_team {	
		left: 45px;
	}
	.standings_podium_cars, .standings_podium_logo {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
	.standings_podium_logo {
		max-width: 180px;
		max-height: 180px;
		display: block;
	}
	.new_icon {
		width: 54px;
	}
}
@media(min-width: 2100px) {
	#main_presentation, #main_presentation_live {
		width: 70%;
	}
	#background_presentation {
		display: block;
		transform: translateY(5%);
	}
	#main_sponsors > a{
		height: 75%;
	}
	#main_sponsors_live > a{
		height: 75%;
		transform: rotate(90deg);
	}
	#arrow_scroll {
		display: block;
	}
	#button_live_race, #button_register {
	}
	.button_launch_trailer, .button_launch_new_trailer, .button_launch_discover_tmfl, .button_launch_shop {
		margin-right: 3%;
		margin-left: 3%;
		width: 30%;
		font-size: 26px;
		margin-top: 0%;
	} 
	.button_live_race, .button_register, .status_register, .button_register_input {		
		width: 60%;
		font-size: 26px;
	} 
	#cash_prize {
	}
	#cash_prize > a {		
		font-size: 46px;
	}
	.live_on_circle {
		display: block;
	}
	#high_logo {
		display: block;
	}
	#high_logo_live {
		display: block;
		width: 55%;
		margin-left: -40%;
	}
	#main_sponsors {
	}
	#main_sponsors_live {
		margin-top: 5%;
	}
	#buttons_launch_live {
		margin-top: 17%;
		display: block;
	}
	#main_sponsors_live {
		height: 100px;
		margin-right: -50%;
		width: 75%;
		transform: rotate(-90deg);
		float: right;
		margin-top: -34%;
	}
	#main_sponsors_background_live {
		height: 200px;
		width: 90%;
		right: 10%;
		top: -50%;
	}
	
	#articles {	
		width: 2050px;
	}
	#lasted_article {
		width: 48%;
	}
	#main_article_image {
		width: 60%;
		float: left;
		height: calc(100% - 60px);
	}
	#main_article_text {
		float: right;
		width: 30%;
	}
	#main_article_text > p {
		font-size: 19px;
		line-height: 1.4;
		-webkit-line-clamp: 16;
	}
	#lasted_article_text > p {
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 8;
	}
	#main_article_image > img {
		top: 50%;
		transform: translateY(-50%);
	}
	#main_article_title > img, #lasted_article_title > img {
		display: block;
	}
	#main_article:hover #main_article_image > img {
		transform: translateY(-50%) scale(1.05);
	}
	#main_article_title {
		font-size: 22px;
	}
	#lasted_article_title {
		font-size: 18px;
	}
	.lasted_article_right {
		float: right;
	}
	.button_border_container {
		margin-top: 0px;
	}
	
	#standings_title_center, #standings_navigation {
		width: 2050px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 2050px;
	}
	#standings_podium {
		height: 300px;
	}
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.standings_podium_name {
		font-size: 35px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 26px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 200px;
		bottom: -25px;
	}
	.standings_podium_number_first {	
		left: 45px;
	}
	.standings_podium_number_first_team, .standings_podium_number_second_team, .standings_podium_number_third_team {
		font-size: 200px;
		bottom: -25px;
	}
	.standings_podium_number_first_team {	
		left: 45px;
	}
	.standings_podium_cars, .standings_podium_logo {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
	.standings_podium_logo {
		max-width: 200px;
		max-height: 200px;
		display: block;
	}
	.new_icon {
		width: 54px;
	}
}

/* BODY */
#first_body {
	background-position: center;
	background-size: cover;
	background-color: #3d3d3d;
	display: block;
	transition: 0.3s;
	height: calc(100% - 120px);
	overflow: hidden;
	top: 120px;
	position: relative;
	margin-bottom: 120px;
}
#second_body {
	margin-top: 30px;
}
#third_body {
}

/* PRESENTATION */
#background_presentation {
	position: relative;
	transition: 1.5s;
	height: 100%;
}
#background_shadow {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#background_video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	transition: 1.5s;
	transform: translateX(-100%) translateY(0%);
	cursor: url('images/close_cursor_32.png'), auto;
}
#background_video > video {
	height: 100%;
	display: block;
	margin: auto;
	cursor: pointer;
}
#main_presentation {
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
	flex-direction: column;
	height: 100%;
}
#div_high_logo {
	flex: 1 auto;
	height: max-content;
	display: flex;
	margin-bottom: 10px;
}
#div_buttons {
	flex: 0 auto;
	height: max-content;
	display: flex;
	flex-direction: column;
}
#main_presentation_live {
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
	margin-top: -2%;
	height: 80%;
}
#buttons_launch {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#buttons_launch_live {
	text-align: center;
}
#button_register {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: auto;
}
#cash_prize {
	text-align: center;
	display: flex;
	flex: 1 auto;
	height: 22%;
}
#button_live_race {
	text-align: center;
	display: block;
	position: relative;
}
#arrow_scroll {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0%);
	transition: 0.3s;
}
#arrow_scroll > img {
	width: 50px;
	animation: bounce 2s infinite;
}
#high_logo {
	width: 84%;
	position: relative;
	transition: 0.3s;
	margin: auto;
	margin-top: 0;
}
#high_logo_live {
	position: relative;
	margin-top: -27%;
	transition: 0.3s;
	transform: rotate(-90deg);
}
#main_sponsors_background {
	width: 100%;
	height: 13%;
	position: absolute;
	left: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);
}
#main_sponsors_background_live {
	position: absolute;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);
}
#main_presentation_live_stream {
	width: 100%;
	height: 100%;
}
#main_presentation_live_stream_embed {
	width: 100%;
	height: 100%;
}
#main_sponsors {
	display: flex;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	flex: 0 auto;
	margin-top: 0;
	margin-bottom: 10%;
	height: 13%;
}
#main_sponsors_live {
	display: flex;
}
#main_sponsors > a{
	margin: auto;
	flex: 1 auto;
	width: 33%;
	display: flex;
}
#main_sponsors_live > a{
	margin: auto;
	flex: 0;
	width: 33%;
	display: flex;
}
.main_sponsors_logo {
	height: 100%;
	margin: auto;
}
.button_launch_trailer, .button_launch_discover_tmfl {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid #28c5ff;
	padding: 10px;
	cursor: pointer;
	background-color: rgba(40, 197, 255,0.3);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
}
.button_launch_trailer::before, .button_launch_discover_tmfl::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #28c5ff;
	transform: scaleX(0);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_launch_trailer:hover::before, .button_launch_discover_tmfl:hover::before {
	transform: scaleX(1);
}
.button_launch_shop {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid rgb(40,197,255);
	padding: 10px;
	cursor: pointer;
	background-color: rgba(40,197,255,0.4);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
}
.button_launch_shop::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(40,197,255);
	transform: scaleX(0);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_launch_shop:hover::before {
	transform: scaleX(1);
}
.button_launch_new_trailer {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid #de0505;
	padding: 10px;
	cursor: pointer;
	background-color: rgba(222, 5, 5,0.3);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
}
.button_launch_new_trailer::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #de0505;
	transform: scaleX(0);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_launch_new_trailer:hover::before {
	transform: scaleX(1);
}
.button_register_input {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	cursor: pointer;
	background-color: transparent;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
	border: none;
}
.button_register {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid #44bd32;
	padding: 10px;
	cursor: pointer;
	background-color: rgba(68, 189, 50,0.3);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
	text-align: center;
}
#cash_prize > a {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
	text-shadow: 0px 0px 10px black;
	flex: 1 auto;
	margin: auto;
	padding: 2%;
}
.button_register::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #44bd32;
	transform: scaleX(0);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_register:hover::before {
	transform: scaleX(1);
}
.status_register {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid #44bd32;
	padding: 10px;
	background-color: rgba(68, 189, 50,0.3);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
}
.status_register::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #44bd32;
	transform: scaleX(1);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_live_race {
	text-decoration: none;
	color: #ffffff;
	font-family: Montserrat_medium;
	border: 2px solid #de0505;
	padding: 10px;
	cursor: pointer;
	background-color: rgba(222, 5, 5,0.3);
	transform: perspective(1px) translateZ(0);
	display: inline-block;
	transition: 0.3s;
}
.button_live_race::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #de0505;
	transform: scaleX(0);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.button_live_race:hover::before {
	transform: scaleX(1);
}
.live_on_circle {
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	border-radius: 24px;
	position: absolute;
	top: calc(50% - 10px);
	left: 10%;
	transition: 0.3s;
}
.live_on_circle::after {
	content: "";
	position: absolute;
	box-shadow: 0px 0px 0px 2px #ffffff;
	transition-duration: 0.3s;
	width: 20px;
	height: 20px;
	border-radius: 24px;
	animation: onlive 1.1s infinite;
	top: 0;
	right: 0;
}
.close_video {
	position: absolute;
	top: 150px;
	right: 30px;
}

/* ARTICLES */
#articles {
	margin: auto;
	transition: 0.3s;
	padding-top: 50px;
}
#main_article {
	overflow: hidden;
	height: 500px;
	margin-bottom: 5%;
	cursor: pointer;
}
#main_article_title {
	font-family: Prototype;
	background-color: #de0505;
	color: #FFF;
	line-height: 60px;
	height: 60px;
	padding-left: 1%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_article_title > img {
	height: 60px;
	float: right;
	position: relative;
	pointer-events: none;
	margin-left: 20px;
}
#main_article_image {
	overflow: hidden;
	transition: 0.3s;
}
#main_article_image > img {
	width: 100%;
	position: relative;
	transition: 0.6s ease-in-out;
}
#main_article_text {
	text-decoration: none;
	margin-right: 5%;
	transition: 0.3s;
}
#main_article_text > p {
	overflow: hidden;
	font-family: AvenirNextCyrLight;
	color: #3d3d3d;
	transition: 0.3s;
	white-space: break-spaces;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	padding-top: 10px;
}
#lasted_article {
	overflow: hidden;
	height: 250px;
	margin-bottom: 5%;
	display: inline-block;
	transition: 0.3s;
	cursor: pointer;
}
#lasted_article:hover #lasted_article_image > img {
	transform: translateY(-50%) scale(1.05);
}
#lasted_article_title {
	font-family: Prototype;
	background-color: #28c5ff;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	padding-left: 1%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lasted_article_title > img {
	height: 40px;
	float: right;
	position: relative;
	pointer-events: none;
	margin-left: 20px;
}
#lasted_article_image {
	width: 60%;
	float: left;
	height: calc(100% - 40px);
	overflow: hidden;
}
#lasted_article_image > img {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.6s ease-in-out;
}
#lasted_article_text {
	float: right;
	width: 30%;
	text-decoration: none;
	margin-right: 5%;
}
#lasted_article_text > p {
	overflow: hidden;
	font-family: AvenirNextCyrLight;
	color: #3d3d3d;
	transition: 0.3s;
	white-space: break-spaces;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	padding-top: 5px;
}
#main_article_views, #lasted_article_views {
	display: flex;
	margin-top: 8px;
}
#main_article_views > a, #lasted_article_views > a {
	font-family: Prototype;
	color: #3d3d3d;
	font-size: 16px;
	margin-top: 2px;
}
#main_article_views_icon, #lasted_article_views_icon {
	width: 25px;
	margin-right: 7px;
}
.date_news {
	float: right;
}
.article_views {
	height: 22px;
}

/* STANDINGS */
#standings {
	margin: auto;
	padding-top: 130px;
	transition: 0.3s;
	overflow: hidden;
}
#standings_title {
	position: relative;
}
#standings_title_center {
	transition: 0.3s;
	margin: auto;
	display: block;
	min-height: 100px;
	padding-top: 10px;
}
#standings_title_center > a {
	font-family: LemonMilkRegular;
	text-align: center;
	display: block;
	color: #FFF;
	transition: 0.3s;
	margin-bottom: 20px;
}
#standings_navigation {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#standings_navigation > a {
	font-family: AvenirNextCyrLight;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	transition: color 0.3s;
}
#standings_podium {
	position: relative;
	font-size: 0px;
	transition: 0.3s;
}
#standings_podium_second, #standings_podium_third {
	width: 30%;
	display:inline-block;
	height: 65%;
	vertical-align: bottom;
}
#standings_podium_first {
	width: 40%;
	display:inline-block;
	height: 95%;
	vertical-align: bottom;
}
#standings_podium_car_center {
	width: 100%;
	margin-left: 20px;
	position: absolute;
	bottom: 7px;
}
#standings_podium_logo_center {
	width: 100%;
	position: absolute;
	bottom: 7px;
}
#standings_podium_support_second, #standings_podium_support_third {
	background-color: #3d3d3d;
	color: white;
	height: 65%;
	position: relative;
	font-family: Prototype;
}
#standings_podium_support_first {
	background-color: #4b4b4b;
	color: white;
	height: 65%;
	position: relative;
	font-family: Prototype;
}
#standings_podium_support_second::before {
	background-color: #b2bec3;
	height: 32px;
	position: absolute;
	content: "";
	width: 100%;
	transform: skew(-45deg);
	top: -31px;
	z-index: -2;
	left: 15px;
}
#standings_podium_support_first::before {
	background-color: #ffd32a;
	height: 32px;
	position: absolute;
	content: "";
	width: 50%;
	transform: skew(-45deg);
	top: -31px;
	z-index: -1;
	left: 15px;
}
#standings_podium_support_first::after {
	background-color: #ffd32a;
	height: 32px;
	position: absolute;
	content: "";
	width: 50%;
	transform: skew(45deg);
	top: -31px;
	z-index: -1;
	right: 15px;
}
#standings_podium_support_third::before {
	background-color: #e58e26;
	height: 32px;
	position: absolute;
	content: "";
	width: 100%;
	transform: skew(45deg);
	top: -31px;
	z-index: -2;
	right: 15px;
}
#standings_podium_support_name {
	font-family: LemonMilkRegular;
	font-size: 22px;
	text-align: center;
	display: block;
	height: 100%;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#standings_podium_car {
	position: relative;
	width: 100%;
	height: 35%;
}
#standings_podium_name {
	display: flex;
	height: 100%;
	flex-direction: column;
}
#standings_table {
	margin-bottom: 70px;
}
#standings_table > div > table {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	border-collapse: separate;
	border-spacing: 0px;
}
#standings_table > div > table > thead {
	font-family: Prototype;
	font-size: 20px;
	background-color: #3d3d3d;
	color: #fff;
}
#standings_table > div > table > thead > tr > th {
	height: 40px;
}
#standings_table > div > table > tbody {
	font-family: AvenirNextCyrLight;
	font-size: 20px;
	color: #1e272e;
	background-color: rgba(241, 242, 246,0.3);
}
#standings_table > div > table > tbody > tr {
	height: 60px;
	box-shadow: 0px 1px #dfe4ea;
	transition: 0.3s;
	cursor: default;
}
#standings_table > div > table > tbody > tr:hover {
	height: 60px;
	background-color: #dfe4ea;
}
#standings_table > div > table > tbody > tr > td {
	position: relative;
}
#standings_table > div > table > tbody > tr > td > a {
	vertical-align: middle;
	text-decoration: none;
	color: #3d3d3d;
}
#standings_position {
	font-size: 25px;
	font-family: Prototype;
	background-color: #3d3d3d;
	color: #FFF;
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
}
#standings_own_position {
	font-size: 25px;
	font-family: Prototype;
	background-color: #c23616;
	color: #FFF;
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
}
#standings_last_position, #standings_last_own_position {
	width: 70%;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}
#standings_last_position::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #3d3d3d;
	position: absolute;
	left: 0;
	top: 0;
}
#standings_last_own_position::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #c23616;
	position: absolute;
	left: 0;
	top: 0;	
}
#standings_own_tr {
	background-color: #dfe4ea;
}
#button_view_full_standings {
	text-align: center;
	display: block;
	margin-top: 4%;
}
.standings_table_navigation::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.standings_table_navigation:hover::before {
	top: 0;
}
.standings_table_navigation_active::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.standings_table_navigation_active {
	background-color: #FFF;
	color: #3d3d3d;
	word-wrap: anywhere;
}
.standings_table_navigation {
	color: #FFF;
	word-wrap: anywhere;
}
.standings_table_navigation:hover {
	color: #3d3d3d;
}
.podium_driver_column {
	width: 150px;
	padding-right: 20px;
}
.standings_cars {
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.standings_podium_cars {
	width: 70%;
	display: block;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.standings_podium_logo {
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.standings_points {
	font-family: Prototype;
	color: #3d3d3d;
}
.standings_top_last_position {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #44bd32;
	position: absolute;
	top: calc(50% - 6px);
}
.standings_down_last_position {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #de0505;
	position: absolute;
	top: calc(50% - 6px);
}
.standings_null_last_position {
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background-color: #4b4b4b;
	margin-left: 2px;
}
.position_column {
	width: 150px;
}
.standings_flag {
	max-height: 48px;
	max-width: 48px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	width: min-content;
}
.standings_flag_2Drivers {
	height: 28px;
	vertical-align: middle;
	margin-right: 10px;
}
.standings_podium_number_second {
	font-family: Aero;
	position: absolute;
	left: 15px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #b2bec3;
	transition: 0.3s;
}
.standings_podium_number_first {
	font-family: Aero;
	position: absolute;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #ffd32a;
	transition: 0.3s;
}
.standings_podium_number_third {
	font-family: Aero;
	position: absolute;
	left: -5px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #e58e26;
	transition: 0.3s;
}
.standings_podium_number_second_team {
	font-family: Aero;
	position: absolute;
	left: 15px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #b2bec3;
	transition: 0.3s;
	margin-left: 20px;
}
.standings_podium_number_first_team {
	font-family: Aero;
	position: absolute;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #ffd32a;
	transition: 0.3s;
	margin-left: 20px;
}
.standings_podium_number_third_team {
	font-family: Aero;
	position: absolute;
	left: -5px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #e58e26;
	transition: 0.3s;
	margin-left: 20px;
}
.standings_podium_flag {
	height: 40px;
	position: relative;
	margin: auto;
	margin-right: 20px;
	transition: 0.3s;
}
.standings_podium_name {
	margin: auto;
	display: flex;
	transition: 0.3s;
	text-decoration: none;
	color: #fff;
	font-family: Prototype;
}
.standings_podium_details {
	font-family: Prototype;
	transition: 0.3s;
}
.cell_pseudo_standing {
	font-size: 24px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;	
	text-align: left;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cell_pseudo_standing_2Drivers {
	font-size: 21px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;	
	text-align: left;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.podium_flag_column {
	text-align: left;
}
.podium_team_column {
	text-align: left;
}
.cell_team_column {
	text-align: left;
	font-size: 24px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_icon {
	position: absolute;
	right: -2px;
	top: -2px;
}