/*v2-section-tyre-hero-motorsport*/
/*v2-visore*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/resources/gfx/v2/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
#homeintro-section {
	position: relative;
	overflow: hidden;
	z-index: 20;
}
#homeintro-section:after,
#homeintro-section:before {
	clear: both;
	display: table;
	content: "";
}
#homeintro-section figure {
	transition: all 5s ease-in-out 0s;
}
#homeintro-section figure img {
	max-width: 100%;
	display: block;
	height: auto;
}
#homeintro-section .homeintroText {
	position: absolute;
	left: 5%;
	top: 44%;
	transform: translateY(-50%);
	color: #fff;
}
#homeintro-section .homeintroText h2 {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 0;
}
#homeintro-section .homeintroText h2 strong {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60px;
	line-height: 0.8em;
	letter-spacing: -3px;
}
#homeintro-section .homeintroText h3 {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#homeintro-section .homeintroText h3 strong {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#homeintro-section .owl-dots {
	position: absolute;
	bottom: 110px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
#homeintro-section .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border-radius: 100%;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
}
#homeintro-section .owl-dot.active {
	background-color: #fff;
}
@media only screen and (max-width: 992px) {
	#homeintro-section .homeintroText {
		left: 0;
		padding: 0 35px;
	}
	#homeintro-section .homeintroText h2,
	#homeintro-section .homeintroText h2 strong,
	#homeintro-section .homeintroText h3 {
		font-size: 38px;
		margin: 0;
		letter-spacing: 0;
	}
	#homeintro-section .homeintroText .btnGhost {
		margin-top: 30px;
	}
	#homeintro-section .active figure {
		transform: translateX(0) scale(1.1, 1.1);
	}
}
@media only screen and (max-width: 786px) {
	#homeintro-section .homeintroText h2,
	#homeintro-section .homeintroText h2 strong,
	#homeintro-section .homeintroText h3 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 550px) {
	#homeintro-section .homeintroText {
		padding: 0 15px;
		top: 15px;
		transform: translate(0);
	}
	#homeintro-section .homeintroText h2,
	#homeintro-section .homeintroText h2 strong,
	#homeintro-section .homeintroText h3 {
		font-size: 22px;
	}
	#homeintro-section .homeintroText .btnGhost.btnGhostLarge {
		margin-top: 10px;
		font-size: 12px;
	}
	#homeintro-section .owl-dots {
		bottom: 30px;
		text-align: right;
		right: 20px;
	}
	#homeintro-section .owl-dot {
		margin: 0 4px;
	}
}
@media only screen and (max-height: 700px) and (min-width: 993px) {
	#homeintro-section .homeintroText {
		top: 55%;
	}
}
/*v2-section-headline*/

/*v2-fan-store*/

/*column*/
.column {
	float: left;
	margin: 0 0 0 11px;
}
.column:first-child {
	margin: 0;
}
.column h3 {
	margin: 0 0 7px;
	font-size: 13px;
	line-height: 14px;
	font-family: "Gotham", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;

	color: #fff;
	text-transform: uppercase;
}
.column h3 a {
	text-decoration: none;
	color: #bbbbbb;
}
.column h3 a:hover {
	color: #bbb;
}

.column a {
	color: #bbbbbb;
	display: block;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 3px;
	text-decoration: none;
	font-family: "Gotham", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	transition: color 0.2s linear;
}
.column a:hover {
	color: #fff;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 947px) {
}

@media only screen and (min-width: 948px) {
}

/*footer-strip-lnk*/
.link-area .footer-strip-lnk:first-child {
	border-left: 0;
}
.footer-strip-lnk {
	border-left: 1px solid #444444;
	float: left;
	font-size: 10px;
	line-height: 11px;
	margin: 0 0 0 10px;
	padding: 3px 0 4px 10px;
}
.footer-strip-lnk a {
	color: #ffffff;
	font-family: "Gotham", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s linear;
}
.footer-strip-lnk a:hover {
	color: #aaa;
}
@media only screen and (max-width: 767px) {
	.footer-strip-lnk {
		border: 0;
		padding: 5px 0;
		width: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 947px) {
}

@media only screen and (min-width: 948px) {
}
/*box-yellow-test*/
.box-yellow-test {
	width: 290px;
	height: 120px;
	font-size: 14px;
	line-height: 1.1em;
	font-family: "Gotham", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	background: #f9d117;
	position: relative;
	z-index: 0;
	margin: 40px 0 40px 0;
	float: left;
}
.box-yellow-test > a {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	text-decoration: none;
	background: transparent url(/resources/gfx/1x1.gif);
}
.box-yellow-test figure {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 290px;
	height: 120px;
	overflow: hidden;
}
.box-yellow-test figure img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	clip: rect(0 290px 120px 0);
}
.box-yellow-test h2 {
	margin: 0 0 10px;
	padding: 20px 15px 0;
	font-size: 17px;
	line-height: 1.1em;
	font-family: "Gotham", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}
.box-yellow-test p {
	padding: 0 15px;
	color: #000;
}
.box-yellow-test h2 p {
	padding: 0;
}
.box-yellow-test tt {
	position: absolute;
	top: auto;
	bottom: 15px;
	right: 10px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: transparent url(/resources/gfx/sprite-common.png) no-repeat -136px -39px;
	cursor: pointer;
	z-index: 9;
}

@media only screen and (max-width: 767px) {
	.box-yellow-test h2 {
		font-size: 20px;
	}
	.box-yellow-test {
		width: 302px;
		margin: 10px 0 0 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 947px) {
	.box-yellow-test {
		width: 245px;
		margin: 20px 0 40px 6px;
	}
}

@media only screen and (min-width: 948px) {
}

/*v2-column*/
