/****************************************************************************************/
/*  screen.css - public
/*  Author: Domenico Falco | web designer • frontend developer @TribooDigitale, Napoli
/****************************************************************************************/


/* 
	@FONTFACE 
*/

@font-face {
    font-family: 'din-regular';
    src: url('../font/dinc-webfont.eot');
    src: url('../font/dinc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dinc-webfont.woff') format('woff'),
         url('../font/dinc-webfont.ttf') format('truetype'),
         url('../font/dinc-webfont.svg#dincregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-bold';
  src: url('../font/DINPro-Bold.eot');
  src: url('../font/DINPro-Bold.woff') format('woff'), 
     url('../font/DINPro-Bold.ttf') format('truetype'), 
     url('../font/DINPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'din-light';
  src: url('../font/DINPro-Light.eot');
  src: url('../font/DINPro-Light.woff') format('woff'),
     url('../font/DINPro-Light.ttf') format('truetype'),
     url('../font/DINPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}







/* 
	GENERIC STYLES 
*/
body {
    font-family: arial, helvetica;
    background: #000;
}

#global-wrapper {
	max-width: 100%;
	margin: 0 auto;
}

figure {
    margin: 0;
    padding: 0;
}

.title-small {
    color: #fff;
    color: #eaf4f7;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: 'din-bold';
    padding: 0 0 0 10px;
}

h3.title-big {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'din-bold';
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 98%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hidden {
	display:none;
}

.invisible {
	visibility: hidden;
}

.block {
	display: block !important;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

/* 
	MAIN STRUCT
*/
.central-box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.central-content {
    max-width: 1160px;
    width: 98%;
    margin: 0 auto;
    position: relative;
}


/* 
	HEADER
*/
.page-header {
    background-repeat: repeat-x;
    background-position: left top;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 58px;
    display: block;
}

.page-header.header-news {
    margin: 0 0 40px;
}

.page-news .info-gara {
	position: relative;
}

.page-news .block_video {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 500px;
}

.lt-ie9 .page-header {
	background-image: url(../images/bg-news-ie.png);
	background-repeat: repeat;
}

.header-content {
    max-width: 1160px;
    height: 100%;
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.logo {
    background-image: url(../images/logo@2x.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 177px 75px;
    display: block;
    width: 177px;
    height: 75px;
    text-indent: -9999px;
    position: absolute;
    top: 8px;
    left: 0;
}

.lt-ie9 .logo {
	background-image: url(../images/logo.png);
}

.logo2 {
    background: url(../images/logo2.png) no-repeat left top;
    display: block;
    width: 307px;
    height: 31px;
    position: absolute;
    top: 12px;
    left: 187px;
}

.toggle-mobile-menu {
	display: none;
	background: url(../images/toggleMobMenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
	height: 27px;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	margin: -13px 3% 0 0;
	position: relative;
	top: 50%;
	z-index: 5;
}

.main-menu {
    float: right;
    margin-top: 9px;
}

.main-menu .menu:after {
    clear: both;
    height: 0;
    display: block;
    content: "";
}

.main-menu li {
    float: left;
    margin: 0 0 0 4px;
}

.main-menu a {
    display: block;
    background: #eaff00;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 34px;
    font-family: din-regular;
    transition-property: background;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: background;
    -moz-transition-duration: 0.3s;
}

.shopnow {
    float: right;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 34px;
    font-family: din-regular;
    position: relative;
    background-image: url(../images/shopnow-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: #000;
    margin: 9px 0 0 25px;
    transition-property: color;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: color;
    -moz-transition-duration: 0.3s;
}

.shopnow:after {
    background-image: url("../images/shopnow.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 41px;
    left: -11px;
    position: absolute;
    top: -8px;
    width: 36px;
}

.no-touch .shopnow:after {
	-webkit-animation: moveShop 1.5s infinite;
	animation: moveShop 1.5s infinite;
}

@-webkit-keyframes moveShop {
	0%   { top: -9px; }
	50% { top: 0px; }
	100% { top: -9px; }
}
@keyframes moveShop {
	0%   { top: -9px; }
	50% { top: 0px; }
	100% { top: -9px; }
}

.main-menu a:hover,
.main-menu a.active {
    background: #000;
    color: #eaff00;
}

.shopnow:hover {
    color: #eaff00;
}


/* 
	CHANGE LANGUAGE - header menu
*/
.content-flag-lang {
    float: right;
    margin: 15px 0 0;
}

.lang-inline:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

nav div.mod-languages ul.lang-inline li {
    float: left;
    margin: 0 2px;
}

.mod-languages li img {
    border: 3px solid transparent;
}

.mod-languages .lang-inline li {
    display: block;
}

.mod-languages li:hover img, nav div.mod-languages ul.lang-inline li.lang-active img {
    border: 3px solid #E9FF00;
}


/* 
	FLEXSLIDER TOP
*/
.flexslider {
    width: 100%;
    margin: 0 auto;
}

.flexslider .slides > li {
    position: relative;
}

.flexslider .img-bg {
    width: 100%;
    min-width: 1330px;
    position: relative;
    top: 0;
}

.details_inner {
	max-width: 1160px;
	width: 80%;
	margin: 0 auto;
}

.details {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    z-index: 3;
    font-family: 'din-bold';
    text-transform: uppercase;
}

.no-touch .details {
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: all 1s;
	-webKit-transition: all 1s;
}

.no-touch .flex-active-slide .details {
	opacity: 1;
	filter: alpha(opacity=100);
}

.details header {
    line-height: 1.22;
    margin-bottom: -5px;
    width: 100%;
}

.lt-ie9 .details header {
	line-height: 2;
}

.details header a {
    text-decoration: none;
    font-size: 65px;
}

.lt-ie9 .details header {
    line-height: 44px;
}

.details header span {
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;
    padding: 12px 15px 0;
}

.lt-ie9 .details header span {
	padding: 0;
	background: #000;
	line-height: 1.15;
}

.ie9 .details header span {
	padding: 0;
	line-height: 1.3;
}

.details .data {
    background: rgba(0, 0, 0, 0.7);
    color: #EBEE00;
    display: block;
    float: left;
    font-size: 18px;
    padding: 15px 18px 10px;
    margin: 0 0 10px 0;
    font-family: din-light;
}

.lt-ie9 .details .data {
    background: #000;
    font-size: 18px;
}

.ie9 .details .data {
    margin-top: 6px;
}

.details .share-news {
    float: left;
    margin: 2px 0 0 10px;
}

.share-news:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.share-news li {
    display: block;
    margin: 0 5px 5px 0;
    height: 20px;
    float: left;
}

.more {
   display: block;
   max-width: 220px;
   position: relative;
   width: 16%;
}

.more:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	border: 5px solid rgba(255, 255, 255, .5);
	z-index: 3;
	
	transition: border .2s;
	-webKit-transition: border .2s;
}

.more:hover:after {
	border: 5px solid #fff;
}

.more img {
	width: 100%;
}

#first-box .flexslider {
	overflow: hidden;
}

#first-box .slides article {
	position: relative;
}

#first-box .flex-direction-nav a {
	position: absolute;
	top: 40%;
	z-index: 8;
	width: 80px;
	height: 80px;
}

.flex-direction-nav a {
	display: block;
    cursor: pointer;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: #EAFF00;
    background-position: center center;
    background-size: 28% auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    
    transition: background-color .2s;
    -webKit-transition: background-color .2s;
}

.flex-direction-nav a:hover {
    background-color: #000;
}

#first-box .flex-prev {
	left: 1.5%;
}

.flex-direction-nav .flex-prev {
    background-image: url(../images/flex-prev.png);
}

.flex-direction-nav .flex-prev:hover {
    background-image: url(../images/flex-prev-hover.png);
}

#first-box .flex-next {
	right: 1.5%;
}

.flex-direction-nav .flex-next {
    background-image: url(../images/flex-next.png);
}

.flex-direction-nav .flex-next:hover {
	background-image: url(../images/flex-next-hover.png);
}


/* 
	SOCIAL BOX
*/
#first-box {
	z-index: 2;
}

.logo-text-mobile {
	left: 0;
	width: 100%;
	top: 1%;
	position: absolute;
	z-index: 3;
	display: none;
}

.logo-text-mobile img {
	display: block;
	margin: 0 auto;
	max-width: 295px;
	width: 45%;
}

#first-box .flex-control-nav {
	display: none;
}

.box-social {
    position: relative;
    padding: 50px 0 30px;
    z-index: 3;
    background: #e9ff00;
}

.no-touch .box-social {
	margin-top: -5%;
	padding: 3.5% 0 3%;
}

.no-touch .block-social_footer .box-social {
	margin-top: 0;
	padding: 55px 0 0;
}

.box-social-left {
	float: left;
}

.box-social-right {
	float: right;
}

.box-social-content {
	max-width: 1060px;
	margin: 0 auto;
	width: 100%;
}

.box-social-content > ul {
    position: relative;
    z-index: 2;
    text-align: center;
}

.box-social-content > ul:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.title-italic:after,
.box-social-content:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.title-italic {
    color: #000;
    font-size: 45px;
    font-family: 'din-bold';
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 0 33px;
    opacity: .2;
    filter: alpha(opacity=20);
}

.box-social li {
    display: inline-block;
    position: relative;
    padding: 0 0 25px;
    margin: 0 10px;
}

.touch .box-social li .tmb {
    margin: 0 0 15px 0;
}

.box-social li .tmb {
    width: 104px;
    height: 104px;
    /*background-image: url(../images/box-social_2.png);*/
    background-size: 100% auto;
    background-position: 0 top;
    background-repeat: repeat-y;
    display: block;
    margin: 0 0 10px 0;
    
    transition-property: background-position;
    transition-duration: 0.2s;
    -webkit-transition-property: background-position;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: background-position;
    -moz-transition-duration: 0.2s;
}

.no-touch .box-social li .tmb:hover {
	background-position: 0 bottom;
}

.box-social .ra {
	background-image: url(../images/box-social/riders.png);
}

.box-social .mr {
	background-image: url(../images/box-social/ranch.png);
}

.box-social .fc {
    background-image: url(../images/box-social/fanclub.png);
}

.box-social li .vs {
    background-image: url(../images/box-social/home.png);
}

.box-social .tw {
   background-image: url(../images/box-social/twitter.png);
}

.box-social .fb {
    background-image: url(../images/box-social/facebook.png);
}

.box-social .yt {
    background-image: url(../images/box-social/youtube.png);
}

.box-social .is {
   background-image: url(../images/box-social/instagram.png);
}




.box-social li span {
    display: block;
    font-family: din-light;
    color: #000;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    transition: opacity 0.2s ease .3s;
    -webKit-transition: opacity 0.2s ease .3s;
}

.box-social li:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*
	SEASON
*/
.season {
	min-height: 500px;
    position: relative;
    margin: 0 auto 70px;
    z-index: 2;
}

.content-px {
	width: 98%;
	margin: 0 auto;
}

.season .central-content {
    position: relative;
    max-width: 1160px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
}

.slider-season img {
	width: 100%;
}

.toggle-mobile-menu_season {
	color: #fff;
	font-family: 'din-bold';
	font-size: 18px;
	text-transform: uppercase;
	display: none;
	width: 96%;
	text-align: center;
	padding: 17px 2% 14px;
	background: #222;
	cursor: pointer;
	
	transition: background .2s;
	-webKit-transition: background .2s;
}

.tabs:before {
    clear: both;
    height: 0;
    display: block;
    content: "";
}

.tabs {
    display: none;
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
}

.tabs.active {
    display: block;
}

.select-race:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.select-race {
	width: 100%;
	text-align: center;
}

.select-race li {
    display: inline-block;
    margin: 0 6px 10px;
}

.lt-ie8 .select-race li {
    display: block;
    float: left;
    margin: 0 7px;
}

.select-race a:hover img,
.select-race a.active img {
    border: 3px solid #e9ff00;
}

.select-race li span {
    display: block;
    margin: 0 0 5px 0;
}

.select-race li img {
    border: 3px solid transparent;
    
    transition: border .15s;
    -webKit-transition: border .15s;
}

.select-race a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: helvetica, arial, sans-serif;
    color: #666666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    
    transition: color .15s;
    -webKit-transition: color .15s;
}

.select-race a:hover,
.select-race a.active {
    color: #fff;
}

.prevDf:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.select-year-news {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}

.no-touch .select-year-news {
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: opacity .6s ease 1s;
	-webKit-transition: opacity .6s ease 1s;
}

.no-touch .removeStyleEffect .select-year-news {
	opacity: 1;
	filter: alpha(opacity=100);
}

.select-year {
    width: 100%;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
}

.nav-history {
	text-align: center;
}

.select-year:after, .select-year-news:after, .nav-history:after {
    clear: both;
    float: none;
    height: 0;
    display: block;
    content: "";
}

.select-year li, .select-year-news li, .nav-history li {
    display: inline-block;
    margin: 0 10px 15px;
}

.select-year a, .select-year-news a, .nav-history a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'din-bold';
    border-bottom: 5px solid transparent;
    
    transition: border .2s;
    -webKit-transition: border .2s;
}

.select-year a:hover, .select-year a.active,
.select-year-news a:hover, .select-year-news a.active,
.nav-history a:hover, .nav-history a.active {
    border-bottom: 5px solid #e9ff00;
}

.block-news_category {
	display: none;
}

.block-news_category.category-active {
	display: block;
}

.more-news {
	background-image: url(../images/more-news.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e9ff00;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-family: 'din-bold';
	text-transform: uppercase;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webKit-border-radius: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
	
	transition: background-color .2s;
	-webKit-transition: background-color .2s;
}

.more-news:hover {
	background-image: url(../images/more-news-hover.png);
	background-color: #000;
}

.more-news span {
	bottom: -40px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	text-align: center;
	width: 140px;
}

.more-news_text {
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: opacity .2s ease .1s;
	-webKit-transition: opacity .2s ease .1s;
}

.more-news:hover .more-news_text {
	opacity: 1;
	filter: alpha(opacity=100);
}

.more-news.isLoading {
	background-image: url(../images/ajax-loader-new-2.gif);
	background-color: transparent;
}

.more-news_loading {
	display: none;
}

.isLoading .more-news_loading {
	display: block;
}

.more-news.isLoading .more-news_text {
	display: none;
}


/*
	SLIDER GARA
*/
.slider-season-content {
    position: relative;
    width: 68%;
    float: left;
    margin: 25px 0 50px;
}

.slider-season-content .video a {
    display: block;
}

.slider-season-content .video a img {
    width: 100%;
}

.slider-season-content .video a span.play {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -51px;
    z-index: 10;
    background: url(../images/playVideoCycle.png) no-repeat left top;
    transition-property: background;
    transition-duration: 0.2s;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: background;
    -moz-transition-duration: 0.2s;
}

.nav-slider-season li {
    float: none !important;
    display: inline-block;
    margin: 0 12px 0 0;
    position: relative;
    border: 3px solid #000;
    transition-property: border;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    -webkit-transition-duration: 0.15s;
    -moz-transition-property: border;
    -moz-transition-duration: 0.15s;
}

.nav-slider-season li:hover,
.nav-slider-season li.activeSlide {
    border: 3px solid #eaff10;
}

.nav-slider-season li .playThumb {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    display: block;
    width: 27px;
    height: 28px;
    background: url(../images/playThumb.png) no-repeat left top;
}

#video-jw_wrapper {
    height: 430px !important;
    position: absolute !important;
    width: 620px !important;
    top: 0;
    left: 0;
    z-index: 9998;
}

#videoWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

span.close {
    font-size: 28px;
    font-weight: normal;
    font-family: 'din-bold';
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 12;
    cursor: pointer;
    display: none;
    text-transform: uppercase;
    font-family: din-light;
    font-size: 12px;
    color: #444;
    padding: 16px 10px 13px 38px;
    background: url(../images/close-video.gif) no-repeat left top #eaff00;
}

.loader {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    display: block;
}


/*
	INFO TAPPA
*/
.info-gara figure {
    text-align: center;
    margin: 0 0 10px;
}

.info-gara > figure img {
	width: 98%;
	max-width: 650px;
}

.lt-ie9 .info-gara > figure img {
	width: 60%;
}

.info-tappa {
	float: right;
	max-width: 350px;
	width: 30%;
	position: relative;
	margin: 0 0 50px;
}

.info-tappa figure img {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
}

.info-tappa table {
    text-transform: uppercase;
    font-family: arial;
}

.info-tappa td.numb {
    text-align: center;
    width: 10%;
}

.info-tappa td {
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}

.info-tappa td img {
    width: 14px;
}

.info-tappa td.name {
    text-align: left;
    width: 65%;
    text-transform: capitalize;
}

.info-tappa td.moto {
    text-align: left;
    width: 35%;
}

.info-tappa td.time {
    text-align: right;
    padding: 0;
    width: 0;
}

.info-tappa .grey td {
    background: #333;
}

.info-tappa .vr td {
    background: #e9ff00;
    color: #333;
}

.scrollbar.classifica {
    height: 200px;
    width: 100%;
}

.fancy-piste {
	display: block;
}


/*
	INFO PERCORSO
*/
.info-percorso {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.break-row {
	display: none;
	clear: both;
	float: none;
	height: 0;
}

.info-percorso .block-info-percorso {
	display: inline-block;
	margin: 0 1%;
	text-align: center;
	position: relative;
	max-width: 16.666%;
	min-width: 8%;
}

.lt-ie9 .info-percorso .block-info-percorso {
    float: left;
    width: 13%;
}

.info-percorso span {
    display: block;
    float: left;
    margin: 0 0 20px;
}

.info-percorso .val {
    background-color: #1E1E1E;
    color: #EAF4F7;
    font-family: 'din-bold';
    font-size: 53px;
    padding: 16px 10% 7px;
    min-width: 80%;
}

.lt-ie9 .info-percorso .val {
	padding: 5px 10% 7px;
}

.info-percorso strong {
    display: inline-block;
    text-align: center;
    color: #eaf4f7;
    font-family: din-light;
    text-transform: uppercase;
    padding: 3px 0 0 19px;
    text-shadow: 0px 0px 4px #999;
    font-size: 12px;
    font-weight: normal;
    background-image: url(../images/set-icon-percorso.png);
    background-repeat: no-repeat;
    margin-left: -11px;
}

.info-percorso strong.lun {
    background-position: left 1px;
}

.info-percorso strong.lar {
    background-position: left -16px;
}

.info-percorso strong.cur-s {
    background-position: left -33px;
}

.info-percorso strong.cur-d {
    background-position: left -51px;
}

.info-percorso strong.ret {
    background-position: left -66px;
}

.info-percorso .last strong {
    background: none;
    margin: 0;
    padding: 0;
}

.info-percorso sub {
    bottom: 35%;
    color: #EAF4F7;
    font-family: din-light;
    font-size: 12px;
    position: absolute;
    right: 2%;
    text-transform: uppercase;
}


/*
	NEWS SECTION
*/
#section-news {
	overflow: hidden;
	margin: 0 auto;
}

.section-news_inner {
	padding: 7% 0 5%;
}

.section-news_inner {
	position: relative;
}

.no-touch .removeStyleEffect .section-news_inner {
	top: 0 !important;
}

.no-touch  #section-news.removeStyleEffect .bg-big {
	top: 0 !important;
}

.news-list {
	position: relative;
	z-index: 1;
}

.news-open {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
	z-index: 10;
}

.lt-ie9 .news-open {
	background: url(../images/bg-news-ie.png);
}

.news-open_content {
	max-width: 1160px;
	width: 98%;
	height: 68%;
	min-height: 410px;
	max-height: 490px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background: #fff;
	top: 50%;
	overflow: hidden;
}

.news-open_content .share-news {
	padding: 0 0 25px;
}

.block_video {
	height: 100%;
}

.block-news_details header {
	font-size: 32px;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 10px;
	font-family: 'din-bold';
}

.news-open_content .block-scrollbar,
.block-news_details .data {
	color: #999999;
	font-family: 'din-light';
	font-size: 17px;
}

.block-news_details .data {
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}

.news-open_content .block-scrollbar {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	height: 38%;
	overflow: hidden;
}

.season.page-news {
	margin: 6% auto;
}

.page-news .share-news {
	margin: 0 0 30px;
}

.page-news .block-classifica {
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-family: 'din-light';
}
.page-news .block-text{
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-family: 'din-light';
	width: 100%;
}
.page-news .block-text a{
	color:#FFF;
}
.page-news .block-text a:hover{
	color:#ECFD36;
}

.page-news .info-tappa {
	width: 31%;
	max-width: 360px;
}




.page-news .scrollbar.classifica {
	height: 100%;
	width: 100%;
	padding: 0 0 20px;
	max-height: 300px;
}

.page-news .slider-season-content {
	margin: 0;
}

.page-news h3.title-big {
	margin: 0 auto 50px;
	text-align: left;
}

.page-news h3.title-big span {
	display: block;
	font-size: 20px;
	font-family: 'din-light';
	color: #EBEE00;
}

.page-news .mCSB_container {
	padding-right: 10px;
}

.bg-big {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: #000;
}

.bg-big img {
	width: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
}

.no-touch .bg-big img {
	min-width: 1160px;
}

.touch .bg-big img {
	min-width: 768px;
}

.news .details {
    height: 200px;
    margin: 0 0 15px;
    width: auto;
}

.news .details .data {
    margin: 0;
}

.content-news .loader {
    display: none;
}

.content-news .text {
    font-size: 15px;
    line-height: 20px;
    font-family: din-light;
    padding: 0 30px 0 0;
}

.block-control-news {
	bottom: 4%;
	left: 9%;
	position: absolute;
}

.block-control-news:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.control-news {
    display: block;
    background-color: #e9ff00;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    
	transition: background-color .2s;
	-webKit-transition: background-color .2s;
}

.prev-disabled .go-prev,
.next-disabled .go-next {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* btn disabled 
.prev-disabled .control-news:hover,
.next-disabled .control-news:hover {
	background-color: #E9FF00;
}

.prev-disabled .go-prev:hover {
    background-image: url(../images/flex-prev.png);
}

.next-disabled .go-next:hover {
	background-image: url(../images/flex-next.png);
}*/
/**/

.control-news:hover{
	background-color: #000;
}

.go-prev {
    background-image: url(../images/flex-prev.png);
}

.go-prev:hover {
    background-image: url(../images/flex-prev-hover.png);
}

.go-next {
    background-image: url(../images/flex-next.png);
}

.go-next:hover {
	background-image: url(../images/flex-next-hover.png);
}

.go-back {
	width: 22px;
	height: 23px;
	display: block;
    background-image: url(../images/close-block-ovl.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 5px;
    top: 5px;
    text-indent: -9999px;
}

.news-slider.flexslider {
	position: static;
}

.news-slider .video-slide img {
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	z-index: 0;
}

.video-slide.flex-active-slide > iframe {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	max-height: 77%;
}

.block-news_left li {
	overflow: hidden;
}

.news-slider .flex-control-paging {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 3;
}

.news-slider .flex-control-paging li {
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
}

.news-slider .flex-control-paging li a {
    text-indent: -9999px;
    background: #000;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    
    transition: background .2s;
    -webKit-transition: background .2s;
}

.news-slider .flex-control-paging li a:hover,
.news-slider .flex-control-paging li a.flex-active {
    background: #E9FF00;
}

.news-img li .playThumb {
    background: url("../images/playVideo.png") no-repeat scroll left top / cover  transparent;
    cursor: pointer;
    display: block;
    height: 68px;
    left: 50%;
    margin: -37px 0 0 -34px;
    position: absolute;
    top: 50%;
    width: 68px;
}

.news-img li.last {
    margin: 0;
}

.title-news-mobile {
    color: #fff;
    font-size: 40px;
    font-family: 'din-bold';
    display: none;
    margin: 0 0 30px;
    text-align: center;
}

.no-touch .title-news-desktop {
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: opacity .6s;
	-webKit-transition: opacity .6s;
}

.no-touch .removeStyleEffect .title-news-desktop {
	opacity: .6;
	filter: alpha(opacity=60);
}

.title-news-desktop {
	color: #333;
	font-size: 325px;
	font-family: 'din-bold';
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0;
	opacity: .6;
	filter: alpha(opacity=60);
}

.news-list .control-news {
    float: right;
    margin: 0 0 30px 0;
}

.news-list .control-news {
    float: none;
}

.block-news {
	position: relative;
}

.no-touch .block-news_category ul {
	-webkit-perspective: 4000px;
	-moz-perspective: 4000px;
	-ms-perspective: 4000px;
	-o-perspective: 4000px;
	perspective: 4000px;
	-webkit-perspective-origin: center center;
	-moz-perspective-origin: center center; 
	-ms-perspective-origin: center center; 
	-o-perspective-origin: center center;
	perspective-origin: center center;
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touch .block-news_category ul li {
	transition: all 1.5s ease 0s;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center; 
 	-moz-transform-origin: bottom center;
 	-o-transform-origin: bottom center;  
	transform-origin: bottom center;
	-webkit-transform: rotatey(50deg);
	-ms-transform: rotatey(50deg);
	-moz-transform: rotatey(50deg);
	transform: rotatey(50deg);
}

.no-touch .removeStyleEffect .block-news_category ul li {
	-webkit-transform: rotatey(0deg);
	-ms-transform: rotatey(0deg);
	-moz-transform: rotatey(0deg);
	transform: rotatey(0deg);
}

.block-news ul {
	padding: 0 0 55px;
}

.block-news ul:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.block-news li {
	display: none;
    float: left;
    position: relative;
    width: 31.3%;
    background: #fff;
    height: 450px;
    margin-right: 3%;
    margin-bottom: 3%;
}

.lt-ie9 .block-news li {
	width: 30%;
}

.block-news_left,
.block-news_right {
	float: left;
}

.block-news_left {
	width: 64%;
	overflow: hidden;
}

.block-news_left .img-news {
	display: block;
	width: 100%;
	min-width: 740px;
	position: relative;
}

.block-news_right {
	width: 30%;
	height: 95%;
	padding: 1% 3%;
	position: relative;
}

.block-news li:nth-child(3n+3) {
	margin-right: 0;
}

.load-news {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    
    transition: background .2s;
    -webKit-transition: background .2s;
}

.no-touch .block-news li:hover .load-news {
	background: rgba(233, 255, 0, .8);
	cursor: url('../images/cursor.png') 30 30, crosshair;
}

.block-news li.article-show {
	display: block;
}

.block-news .img img {
    width: 100%;
    display: block;
}

.block-news section header {
    margin: 0 0 25px;
}

.block-news section h3 {
    color: #333;
    font-family: 'din-bold';
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 7px;
    text-transform: uppercase;
    font-weight: normal;
}

.block-news section {
    padding: 15px 15px 50px;
}

.block-news section p,
.block-news section .data {
	font-family: 'din-light';
	color: #999999;
}

.block-news section p {
	font-size: 16px;
	line-height: 1.2;
}

.block-news section .data {
    text-transform: uppercase;
    font-size: 18px;
}

.block-news .read-more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-transform: uppercase;
	color: #0099ff;
	font-family: 'din-light';
	font-size: 18px;
	
	transition: opacity .2s;
	-webKit-transition: opacity .2s;
}

.block-news li:hover .read-more {
	opacity: 0;
	filter: alpha(opacity=0);
}

.flexslider_carousel {
	background-color: #000;
	left: 0;
	padding: 15px 0 12px 0;
	position: absolute;
	bottom: 0;
	width: 64%;
	z-index: 6;
}

.slider-season-content .flexslider_carousel {
	width: 100%;
}

.flexslider_carousel .flex-viewport {
	margin: 0 auto;
	width: 90%;
}

.flexslider_carousel .flex-prev,
.flexslider_carousel .flex-next {
	background-color: transparent;
	background-image: url("../images/arrow-carousel.png");
	background-size: cover;
	display: block;
	height: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 24px;
}

.flexslider_carousel .flex-prev:hover,
.flexslider_carousel .flex-next:hover {
	background-image: url("../images/arrow-carousel.png");
}

.flexslider_carousel .flex-prev {
	left: .8%;
	background-position: left top;
}

.flexslider_carousel .flex-next {
	right: .8%;
	background-position: right top;
}

.flexslider_carousel .flex-disabled {
	display: none;
}

.lt-ie9 .flexslider_carousel .flex-prev {
	background-color: transparent;
	background-image: url("../images/flex-prev-hover.png");
}

.lt-ie9 .flexslider_carousel .flex-next {
	background-color: transparent;
	background-image: url("../images/flex-next-hover.png");
}

.flexslider_carousel .flex-viewport li {
	margin: 0 3px 0 0;
	cursor: pointer;
	border: 2px solid transparent;
	
	transition: border .2s;
	-webKit-transition: border .2s;
}

.flexslider_carousel .flex-viewport .flex-active-slide,
.flexslider_carousel .flex-viewport li:hover {
	border: 2px solid #E9FF00;
}


/*
	HISTORY SECTION
*/
.vr-history {
	margin: 0 auto;
	min-height: 500px;
	background: #000;
	padding: 4% 0;
	overflow: hidden;
	z-index: 4;
}

.title-history {
	color: #333;
	font-size: 75px;
	text-transform: uppercase;
	font-family: 'din-bold';
	display: block;
	text-align: center;
	padding-bottom: 3%;
}

.title-history {
	letter-spacing: 200px;
	transform: scale(1.6);
	-webKit-transform: scale(1.6);
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: all 1.5s;
	-webKit-transition: all 1.5s;
}

#fancybox-left,
#fancybox-right {
	display: none !important;
}

.removeHistoryStyle .title-history {
	letter-spacing: 1px;
	transform: scale(1);
	-webKit-transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.content-images {
	margin: 0 0 45px;
}

.content-images-inner {
	position: relative;
}

.content-images-inner:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.history_thumbs:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}

.history_thumbs {
	position: relative;
	float: left;
	z-index: 1;
	width: 25%;
}

.history_thumbs li {
	float: left;
	width: 50%;
}

.history_thumbs li a {
	position: relative;
	display: block;
}

.history_thumbs li a:after {
	border: 3px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	
	transition: border .3s;
	-webKit-transition: border .3s;
}

.history_thumbs li a:hover:after {
	border: 3px solid #EAFF00;
}

.history_thumbs li img {
	display: block;
	width: 100%;
}

.swiperslider_history {
	background: #000;
	width: 50%;
	float: left;
	position: relative;
}

.swiperslider_history .get-ovl-gallery {
	display: block;
	height: 100%;
	width: 100%;
}

.swiperslider_history img {
	width: auto;
	height: auto;
}

.swiperslider_history .image-vertical img {
	height: auto;
	width: 51%;
}

.swiperslider_history .image-horizontal img {
	width: 100%;
}

/*.swiperslider_history .swiper-slide {
	max-height: 99.5%;
}*/

.swiperslider_history .swiper-slide.image-vertical {
	background-color: #333;
}

.control-history span {
	height: 16%;
	margin-top: -8%;
	position: absolute;
	top: 50%;
	width: 11%;
	max-width: 80px;
	max-height: 80px;
	z-index: 4;
	cursor: pointer;
	background-color: #EAFF00;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28% auto;
	border-radius: 50%;
	display: block;
	text-indent: -9999px;
	transition: background-color 0.2s ease 0s;
}

.control-history .arrow-left {
	left: -5.5%;
	background-image: url("../images/flex-prev.png");
}

.control-history .arrow-right {
	right: -5.5%;
	background-image: url("../images/flex-next.png");
}

.control-history .arrow-left:hover {
	background-color: #000;
	background-image: url("../images/flex-prev-hover.png");
}

.control-history .arrow-right:hover {
	background-color: #000;
	background-image: url("../images/flex-next-hover.png");
}

.swiper_history_ovl .control-history .arrow-left {
	left: 2%;
}

.swiper_history_ovl .control-history .arrow-right {
	right: 2%;
}

.swiper-slide {
	overflow: hidden;
}


/*
	HISTORY - swiper overlay
*/
.swiper_history_ovl {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .85);
	background-image: url(../images/ajax-loader-new-2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 150;
}

.swiper_history_ovl.removeBg {
	background-image: none;
}

.swiper_history_ovl img {
	height: 100%;
	max-height: 800px;
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	top: 50%;
	-webKit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.swiper_history_ovl .flex-viewport {
	margin: 2% auto 0;
	max-height: 98%;
	width: 98%;
	overflow: hidden;
}

.swiper_history_ovl li {
	max-width: 98%;
}

.swiper_history_ovl .flex-prev {
	left: 2%;
}

.swiper_history_ovl .flex-next {
	right: 2%;
}

.count-slide {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	z-index: 20;
	font-family: 'din-bold';
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.close-history {
	background-image: url("../images/icon-close.png");
	background-position: left bottom;
	cursor: pointer;
	display: block;
	height: 70px;
	position: fixed;
	right: 0;
	top: 0;
	width: 70px;
	z-index: 1103;
}


/*
	BLOCK VIDEO
*/
.box-video {
	margin: 0 auto;
	width: 100%;
	position: relative;
	max-height: 940px;
	overflow: hidden;
	z-index: 3;
}

.box-video_logo {
	position: absolute;
	width: 100%;
	top: 5%;
	left: 0;
	text-align: center;
}

.box-video_logo img {
	max-width: 396px;
	display: block;
	margin: 0 auto;
	width: 23%;
	max-width: 340px;
}

.no-touch .box-video_logo img {
	transform: scale(1.5);
	-webKit-transform: scale(1.5);
	
	-webkit-transition: all 500ms cubic-bezier(1.000, 0, 0.000, 0.995); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(1.000, -0.600, 0.000, 0.995);
	   -moz-transition: all 500ms cubic-bezier(1.000, -0.600, 0.000, 0.995);
	     -o-transition: all 500ms cubic-bezier(1.000, -0.600, 0.000, 0.995);
	        transition: all 500ms cubic-bezier(1.000, -0.600, 0.000, 0.995); /* custom */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.000, 0.995); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(1.000, -0.600, 0.000, 0.995);
	   -moz-transition-timing-function: cubic-bezier(1.000, -0.600, 0.000, 0.995);
	     -o-transition-timing-function: cubic-bezier(1.000, -0.600, 0.000, 0.995);
	        transition-timing-function: cubic-bezier(1.000, -0.600, 0.000, 0.995); /* custom */
}

.no-touch .scaleVideoLogo .box-video_logo img {
	transform: scale(1);
	-webKit-transform: scale(1);
}

.box-video_background {
	position: relative;
}

.box-video_background {
	background: #000;
}

.box-video_background img {
	display: block;
	width: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
}

.box-video_iframe {
	height: 65%;
	left: 50%;
	margin-left: -33%;
	position: absolute;
	top: 26%;
	width: 66%;
}


/* 
	BLOCK SOCIAL - footer
*/
.block-social_footer {
	width: 100%;
	margin: 0 auto;
	height: 1100px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.no-touch .block-image_footer {
	position: fixed;
	top: -30%;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
}

.no-touch .block-image_footer.isBgVrFixed {
	display: block;
}

.block-image_footer {
	position: relative;
	bottom: 50%;
	z-index: 1;
}

.block-image_footer img {
	left: 0;
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-width: 1350px;
}

.block-social_footer .box-social {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}


/*
	FOOTER
*/
.page-footer {
	width: 100%;
	background: #000;
	position: relative;
	z-index: 4;
}

.page-footer_inner {
    width: 98%;
    margin: 0 auto;
    max-width: 1060px;
    position: relative;
    padding: 15px 0;
}

.page-footer_inner address,

.page-footer_inner address a{
	font-style: normal;
	font-family: arial;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}
.page-footer_inner address a:hover{
	color: #FFF;
}

.block-social_footer .scrolltop {
	bottom: 240px;
	display: block;
	position: absolute;
	right: 20px;
	z-index: 20;
}

.scrolltop {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 40px;
	right: 20px;
	color: #000;
	font-family: 'din-bold';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #000;
	background-image: url(../images/scroll-top_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	transition: background-color .2s;
	-webKit-transition: background-color .2s;
}

.scrolltop:hover {
	background-color: #e9ff00;
	background-image: url(../images/scroll-top.png);
}

.scrolltop span {
	bottom: -30px;
	left: 50%;
	font-size: 24px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: opacity .2s ease .1s;
	-webKit-transition: opacity .2s ease .1s;
}

.scrolltop:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.box-social-footer {
	display: none;
}

.block-footer_menu:after,
.box-social-footer:after {
	clear: both;
	height: 0;
	content: "";
	display: block;
}

.block-footer_menu {
	margin: 0 0 14px;
}

.block-footer_menu li {
	float: left;
	margin: 0 15px 0 0;
}

.block-footer_menu a {
	color: #fff;
	font-size: 11px;
	font-family: 'din-regular';
	text-transform: uppercase;
	text-decoration: none;
}

.block-footer_menu a:hover {
	text-decoration: underline;
}


/*
	SOCIAL FOOTER
*/
.social-foot {
	text-align: center;	
}

.social-foot li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.social-foot a {
    background-image: url(../images/social-footer.png);
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition-property: background-color;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
}

.social-foot .tw {
    background-position: 9px center;
}

.social-foot .fb {
    background-position: -30px center;
}

.social-foot .yt {
    background-position: -73px center;
}

.social-foot .fn {
    background-position: -120px center;
}

.social-foot .is {
    background-position: -163px center;
}

.social-foot .tw:hover {
    background-color: #0098ff;
}

.social-foot .fb:hover {
    background-color: #395698;
}

.social-foot .yt:hover {
    background-color: #cc0000;
}

.social-foot .fn:hover {
    background-color: #e9ff00;
}

.social-foot .is:hover {
    background-color: #8f5f55;
}

/* page 404 */
#errorboxoutline {
    margin: 130px auto 0;
    max-width: 1160px;
    width: 100%;
    color: #fff;
    font-family: din-regular;
}

#errorboxbody a {
    background: none repeat scroll 0 0 #EAFF00;
    color: #333333;
    display: block;
    font-family: din-regular;
    font-size: 20px;
    margin: 50px 0 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background;
    width: 200px;
}

#errorboxbody > p strong {
    font-weight: normal;
}

#errorboxbody > p {
    color: #999999;
    font-size: 20px;
    text-transform: uppercase;
}

#errorboxheader {
    display: block;
    margin: 0 0 5px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: din-light;
}

#errorboxbody a:hover {
    color: #fff;
    background: #00ccff;
}

.error-box .page-footer {
    position: fixed;
    bottom: 0;
}


/*
	MEDIA QUERIES
*/
@media screen and (max-width: 1150px) {
	
	#first-box .flex-direction-nav a {
		width: 60px;
		height: 60px;
	}
	
	.logo2 {
		display: none;
	}
	
	.details header a {
		font-size: 45px;
	}
	
	.details .data {
		font-size: 15px;
	}
	
	.details header {
		line-height: 1.35;
		width: 80%;
	}
	
	.flexslider .img-bg {
		min-width: 0;
	}
	
	.news-open_content .share-news {
		padding: 0 0 10px;
	}
	
	.box-social li {
		margin: 0 6px 0 0;
	}
	
	.box-social-left, .box-social-right {
		width: 48%;
		margin: 0 auto;
	}
	
	.block-image_footer img {
		left: 50%;
		margin: 0 auto 0 -600px;
		position: relative;
	}
	
	.touch .block-image_footer {
		height: 500px;
	}
	
	.touch .block-image_footer img {
		left: 0;
		margin: 0 auto;
		position: relative;
		min-width: 0;
		top: -30%;
	}
	
	.touch .block-social_footer {
		height: auto;
	}
	
	.touch .block-social_footer .box-social {
		position: static;
	}
	
	.block-social_footer .scrolltop {
		display: none;
	}
	
	.block-social_footer .scrolltop {
		bottom: 0;
		right: 10px;
	}
	
	.video-slide.flex-active-slide > iframe {
		max-height: 83%;
	}
	
	.box-video_iframe {
		height: 350px;
		left: 10%;
		margin-left: 0;
		position: absolute;
		top: 30%;
		width: 80%;
	}
	
}

@media screen and (max-width: 959px) {
  
    #first-box .flex-direction-nav {
        display: none;
    }
    
    .box-social li:nth-child(4):after {
    	display: block;
    	clear: both;
    	content: "";
    	height: 0;
    } 
    
    .logo {
    	background-size: 120px 50px;
    	height: 50px;
    	width: 120px;
    }
    
    .box-social li {
    	margin: 0 10px 25px;
    }
    
    .box-social-left, .box-social-right {
    	width: 70%;
    	float: none;
    	margin: 0 auto;
    }
    
    .box-social {
    	padding: 40px 0 0;
    }
    
    .flexslider .more {
    	display: none;
    }
    
    .details {
    	top: 30%;
    }
    
    .news-slider img {
    	left: -23%;
    }
    
    .block-news_left,
    .flexslider_carousel {
    	width: 63%;
    }
    
    .block-news_right {
    	width: 31%;
    }
    
    .info-percorso {
		text-align: center;
		width: 100%;
	}
    
    .info-percorso .val {
    	font-size: 40px;
    }
    
    .info-percorso strong {
    	font-size: 10px;
    }
    
    .info-percorso strong.ret {
    	background-position: left -68px;
    }
    
    .info-percorso strong.cur-d {
		background-position: left -52px;
    }
    
    .info-percorso strong.cur-s {
		background-position: left -35px;
    }
    
    .info-percorso strong.lar {
		background-position: left -17px;
    }
    
    .info-percorso strong.lun {
		background-position: left 0px;
    }
    
    .scrollbar.classifica {
    	height: 165px;
    }
    
    .title-news-desktop {
    	font-size: 250px;
    }
    
    .vr-history {
    	min-height: 400px;
    }
    
    .video-slide.flex-active-slide > iframe {
		max-height: 98%;
    }
    
}


@media screen and (max-width: 768px) {
	
	.wrapper {
		margin-top: 65px;
	}
	
	.no-touch .box-social {
		margin-top: 0;
	}
	
	/*
		HEADER
	*/
	.logo {
		left: 50%;
		top: 10px;
		margin-left: -60px;
	}
	
	.page-header {
		background: #000;
		height: 65px;
	}
	
	.toggle-mobile-menu {
		display: block;
	}
	
	.main-menu {
		display: none;
	}
	
	.content-flag-lang {
		float: left;
		margin: -10px 0 0 3%;
		position: relative;
		top: 50%;
	}
	
	.main-menu {
		position: absolute;
		float: none;
		right: -1%;
		top: 100%;
		width: 35%;
		margin: 0;
		padding: 0 0 10px;
		background: #000;
	}
	
	.main-menu li {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
		text-align: right;
	}
	
	.main-menu a {
		background: none;
		color: #fff;
		padding: 10px 20px;
		font-size: 20px;
	}
	
	.no-touch .details {
		left: 0 !important;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.shopnow {
		background-image: none;
		float: left;
		margin: 18px 0 0 2.5%;
		padding: 6px 14px;
		text-indent: -9999px;
	}
	
	
	.logo-text-mobile {
		display: block;
	}
	
	.page-news .block_video {
		position: static;
		height: 250px;
		min-height: 0;
	}
	
	
	/*
		SOCIAL
	*/
	.box-social li {
		margin: 0 10px 10px;
	}
	
	.box-social-left, .box-social-right {
		width: 100%;
	}
	
	/* slider top */
	.details {
		position: static;
		width: 96.1%;
		padding: 2.5% 2% 1%;
		background: #000;
		text-align: center;
	}
	
	.details .data,
	.details .share-news {
		display: none;
	}
	
	.details header {
		width: 100%;
		margin: 0;
		line-height: 1.2;
	}
	
	.details header a {
		font-size: 35px;
		line-height: normal;
	}
	
	.details header span {
		background: none;
		padding: 0;
	}
	
	/*
		NEWS
	*/
	.title-italic {
		color: #666;
		font-size: 20px;
		margin: 0 0 20px;
	}
	
	.news-list {
		padding-top: 40px;
	}
	
	.page-news .info-tappa {
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.page-news h3.title-big {
		font-size: 28px;
		margin: 0 auto 20px;
	}
	
	.page-news .slider-season-content {
		margin: 0 0 30px;
	}
	
	.page-news .block-classifica {
		width: 100%;
	}
	
	.title-news-mobile {
		display: block;
	}
	
	.title-news-desktop {
		display: none;
	}
	
	.select-year a, .select-year-news a {
		font-size: 18px;
	}
	
	.select-year-news {
		margin: 0 0 10px;
	}
	
	.block-news_left li {
		overflow: hidden;
	}
	
	.video-slide {
		max-height: 490px;
	}
	
	.video-slide.flex-active-slide > iframe {
		max-height: 85%;
	}
	
	.flexslider_carousel .flex-direction-nav {
		display: none;
	}
	
	.touch .block-image_footer {
		display: none;
	}
	
	/*
		SEASON
	*/
	.section-news_inner {
		margin: 7% 0;
	}
	
	.touch .more-news span {
		height: 35px;
	}
	
	.tabs {
		margin: 0 0 30px;
	}
	
	.season {
		background: #333;
		margin: 0 auto;
		padding: 0 0 70px;
	}
	
	.toggle-mobile-menu_season {
		display: block;
	}
	
	.select-race {
		background: #464646;
		text-align: left;
		display: none;
	}
	
	.select-race li {
		border-bottom: 1px solid #333;
		display: block;
		float: left;
		margin: 0;
		padding: 2% 1.5%;
		width: 30.33%;
	}
	
	.select-race a:after {
		clear: both;
		height: 0;
		display: block;
		content: "";
	}
	
	.select-race a {
		color: #fff;
	}
	
	.select-race li a span,
	.select-race li a img {
		display: inline-block;
	}
	
	.select-race li a span {
		margin: 0 6px 0 0;
		width: 35px;
		text-align: center;
		position: relative;
		top: -9px;
	}
	
	.slider-season-content {
		float: none;
		margin: 25px 0 50px;
		width: 100%;
	}
	
	.info-percorso .val {
		font-size: 35px;
	}
	
	.info-percorso .block-info-percorso {
		margin: 0;
		min-width: 13%;
	}
	
	.info-percorso sub {
		bottom: 40%;
		right: 5%;
		font-size: 10px;
	}
	
	.info-gara_done .info-tappa {
		float: none;
		margin: 0 0 50px;
		max-width: none;
		position: relative;
		width: 95%;
	}
	
	.scrollbar.classifica {
		height: 220px;
	}
	
	.info-gara_done .info-tappa figure,
	.block-classifica {
		float: left;
		width: 50%;
	}
	
	.info-gara_done .info-gara figure {
		margin: 0;
	}
	
	.info-gara_done .info-tappa:after {
		clear: both;
		height: 0;
		display: block;
		content: "";
	}
	
	/*
		HISTORY
	*/
	.title-history {
		font-size: 35px;
		color: #fff;
	}
	
	.swiper_history_ovl .control-history {
		display: none;
	}
	
	/*
		BLOCK VIDEO
	*/
	.box-video_logo img {
		width: 45%;
	}
	
	.box-video {
		max-height: none;
	}
	
	.box-video_background img {
		min-width: 1000px;
		opacity: 0.8;
	}
	
	/**/
	
	.block-social_footer {
		display: none;
	}
	
	/**/
	
	.page-footer_inner {
		width: 94%;
		padding: 13px 0;
		min-height: 140px;
	}
	
	.page-footer {
		position: relative;
	}
	
	.page-footer:after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 15px;
		background: #e9ff00;
		width: 100%;
		display: block;
		content: "";
		z-index: 2;
	}
	
	.page-footer_inner address {
		text-transform: uppercase;
		text-align: center;
		margin: 0 0 25px;
	}
	
	.box-social-footer {
		display: block;
	}
	
	.scrolltop {
		background-size: 55% auto;
		bottom: 25px;
		height: 40px;
		right: 5px;
		width: 40px;
		
		background-color: #e9ff00;
		background-image: url(../images/scroll-top.png);
	}
		
	.scrolltop:hover {
		background-color: #000;
		background-image: url(../images/scroll-top_hover.png);
	}
	
	.block-footer_menu,
	.block-image_footer img,
	.scrolltop span {
		display: none;
	}
	
	.swiper_history_ovl img {
		max-height: none;
	}
	
	.swiper_history_ovl .swiper-slide-active .image-vertical {
		top: 0;
		-webKit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.swiper_history_ovl .image-vertical {
		width: auto;
		max-width: none;
	}
	
	.swiper_history_ovl .image-horizontal {
		width: 100%;
		height: auto;
	}
	
	
	/*
		NEWS OPEN
	*/
	.block-news_details header {
		font-size: 22px;
	}
	
	.block-news_details .data {
		font-size: 15px;
	}
	
	.control-news {
		background-size: 30%;
		height: 35px;
		width: 35px;
	}
	
	.news-open_content .block-scrollbar {
		height: 45%;
	}
	
}

@media screen and (max-width: 640px) {
		
	.info-gara_done .info-tappa {
		margin: 0 auto 50px;
		width: 98%;
	}
	
	.scrollbar.classifica {
		height: 220px;
	}
	
	.info-gara_done .info-tappa figure,
	.block-classifica {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	
	/*
		HISTORY
	*/
	.swiperslider_history {
		display: none;
	}
	
	.history_thumbs {
		width: 100%;
	}
	
	.history_thumbs li {
		width: 25%;
	}
	
	/*
		BLOCK VIDEO
	*/
	.box-video_logo {
		top: 4%;
	}
	
	.box-video_iframe {
		height: 350px;
		left: 0;
		margin-left: 0;
		position: absolute;
		top: 30%;
		width: 100%;
	}
		
	.box-video_background img {
		min-width: 800px;
	}
	
	.block-info-percorso.last {
		display: none;
	}
	
	.info-percorso .val {
		font-size: 25px;
		padding: 16px 10% 12px;
	}
	
	.info-percorso .block-info-percorso {
		min-width: 18%;
	}
	
	
	/*
		NEWS OPEN
	*/
	.news-open_content {
		height: 98%;
		min-height: 0;
		position: absolute;
	}
	
	.news-open_content .mCustomScrollBox {
		max-height: 200px;
	}
	
	.news-open_content .block-scrollbar {
		height: 35%;
	}
	
	.news-open {
		height: auto;
		top: 2%;
	}
	
	.block-news_left .img-news {
		min-width: 500px;
	}
	
	.block-news_details header {
		font-size: 17px;
		margin: 0 0 5px;
	}
	
	.block-news_details .data {
		font-size: 13px;
	}
	
	.news-open_content {
		max-height: 330px;
	}
		
}

@media screen and (max-width: 540px) {
	
	.main-menu {
		width: 50%;
	}
	
	.details {
		width: 96%;
		padding: 1.5% 2% .5%;
	}
	
	.details header a {
		font-size: 25px;
		line-height: normal;
	}
	
	.title-italic {
		margin: 0 0 25px;
	}
	
	.box-social li {
		margin: 0 12px 7px;
		padding: 0 0 22px;
	}
	
	.block-news li {
		margin: 0 auto 10%;
		width: 90%;
		float: none;
		height: auto;
	}
	
	.box-social-left, .box-social-right {
		width: 65%;
	}
	
	.block-news li:nth-child(3n+3) {
		margin-right: auto;
	}
	
	.flexslider_carousel {
		bottom: auto;
		top: 0;
		width: 100%;
		padding: 9px 0 10px;
		display: none;
	}
	
	.season {
		padding: 0 0 5%;
	}
	
	.no-touch .bg-big img {
		left: -30%;
		min-width: 950px;
		position: relative;
	}
	
	/*
		NEWS OVERLAY
	*/
	.news-open_content {
		top: 0;
	}
	
	.block-news_right {
		width: 94%;
	}
	
	.block-news_left .img-news {
		left: 0;
		min-width: 0;
	}	
	
	.news-open_content {
		width: 98%;
		height: 98%;
		max-height: none;
		top: 1%;
	}
	
	.block-news_right {
		height: 50%;
		max-height: none;
		position: static;
	}
	
	.block-control-news {
		left: 3%;
		bottom: 2%;
	}
	
	.block_video {
		height: 50%;
	}
	
	.control-news {
		width: 40px;
		height: 40px;
		background-size: 30%;
	}
	
	.news-open_content {
		min-height: 0;
	}
	
	.block-news_left,
	.block-news_right {
		float: none;
	}
	
	.block-news_left {
		width: 100%;
		margin: 0 0 2%;
		position: relative;
	}
	
	.flexslider_carousel {
		width: 100%;
	}
	
	.go-back {
		right: 0;
		top: 0;
		background-color: #e9ff00;
		padding: 1.5%;
	}
	
	.box-video_logo img {
		width: 50%;
	}
	
}


@media screen and (max-width: 479px) {
	
	.info-percorso .val {
		font-size: 25px;
		position: relative;
	}
	
	.box-social-left, .box-social-right {
		width: 87%;
	}
	
	.logo {
		background-size: 85px 35px;
		height: 35px;
		width: 85px;
		margin-left: -42.5px;
		top: 16px;
	}
	
	.shopnow {
		margin: 18px 0 0 5%;
		padding: 0;
		width: 16px;
	}
	
	.shopnow:after {
		left: -10px;
		top: -5px;
		width: 30px;
		height: 34px;
		background-size: 30px 34px;
	}
	
	.info-percorso .block-info-percorso {
		float: left;
		margin: 0 2% 7%;
		min-width: 27%;
	}
	
	.info-percorso span {
		margin: 0 0 10px;
	}
	
	.break-row {
		display: block;
	}
	
	.history_thumbs li {
		width: 50%;
	}
	
}

@media screen and (max-width: 325px) {
	
	.box-social-left, .box-social-right {
		width: 100%;
	}
	
}


/*
	RETINA
*/
@media (-webkit-min-device-pixel-ratio: 1.25) {
	
	.toggle-mobile-menu {
		background: url(../images/toggleMobMenu@2x.png);
		background-size: 36px 27px;
	}
	
}