/**
 * Base styles
 */
body{
	background-color: #fff;
	color: #717172;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	padding-top: 0px;
	-webkit-font-smoothing: antialiased;
}
.noScroll {
	overflow:hidden;
	position:fixed;
}
.specs-table-wheel .table-responsive {
		min-width: 100%;
	}
@media ( max-width: 1024px ) {
	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden,
	.specs-table-wheel .table-responsive {
		min-width: 100%;
	}
	#mCSB_1_container > table {
		min-width: 100%;
	}
}
@media (max-width: 767px ) {
	.table-spec-wrapper,
	.specs-table-wrapper {
		float: none !important;
	}
	.specs-table-wheel .table-responsive .mCustomScrollBox,
	.table-spec-wrapper .table-responsive .mCustomScrollBox {
		z-index: 5;
	}
}
p{ margin: 0 0 1.5em; }
p:last-child{ margin-bottom: 0; }
h1, h2, h4, h5, h6{ font-family: museo, serif; }
h1, h2, h3{ margin-top: 0; }
h2, h3{ padding: 0; text-align: center; }
h1 > span, h2 > span, h3 span{ color: #ed1c24; }
h3{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
}
a,
a:hover,
a:focus,
a:active{
	color: #717172;
	text-decoration: none;
	outline: 0;
}
sup, sub{ font-size: 50%; }
section h2,
.section h2{
	margin-bottom: 15px;
}
@media ( max-width: 767px ) {
	h2 { font-size: 24px; }
}

/**
 * Common classes
 */
.padding-20 {
	padding: 20px 0;
}
.padding-10 {
	padding: 10px;
}
.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
 .removelink {
	cursor: default;
	pointer-events: none;
}
.col-inline {
	display: inline-block;
	padding: 0 15px;
}
.bg-line{
	background: #dfdfdf;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #dfdfdf 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #dfdfdf 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #dfdfdf 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #dfdfdf));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #dfdfdf 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #dfdfdf 100%);
	height: 15px;
}
.bg-black-wide{
	background: url('../img/bg/bg-black-wide.png') center center no-repeat;
	height: 0; /* dsiabled temporarily */
	width: 100%;
}
.btn{
	border-radius: 5px;
	font-size: 15px;
	line-height: inherit;
}
.btn-link,
.btn-link:hover,
.btn-link:active{
	color: #fff;
	text-decoration: none;
}
.btn-link{
	background: #353635;
	padding: 4px 10px;
	text-transform: uppercase;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link.active{
	background: #bb2500;
}
.btn-download{
	background-color: #ec1b24;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-download:hover,
.btn-download:focus,
.btn-download:active{
	background-color: #db1d00;
	color: #fff;
}
.btn-cta,
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active {
	background-color: #db1d00;
	color: #fff;
}

.vittoria-marquee {
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
p + .vittoria-marquee { margin-top: -1.5em; }
.vittoria-marquee > .inner {
	display: inline-block;
	font-size: 18px;
}
.vittoria-marquee > .inner a,
.vittoria-marquee > .inner span {
	display: inline-block;
	margin: 0 .5em;
	padding: 0 .5em;
	vertical-align: middle;
}

.alignleft{
	float: left;
	margin-right: 1em;
}
.alignright{
	float: right;
	margin-left: 1em;
}
.aligncenter{
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.capitalize{
	text-transform: capitalize !important;
}
.centered{
	float: none;
	margin: 0 auto;
}
.center-tbl{
	display: table;
	margin: 0 auto;
}
.col{
	height: 100%;
	text-align: center;
}
.container{
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position:relative;
	width: auto;
}
.container .container{
	padding-left: 0;
	padding-right: 0;
}
@media ( max-width: 767px ){
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.img-responsive{
	display: inline-block;
}
.img-rounded{
	border-radius: 12px;
}
.left-arrow-bg-trans{
	background: url('../img/bg/left-arrow-bg-trans.png') left center no-repeat;
	height: 93px;
	padding-left: 52px;
}
.black-transparent{
	background: url('../img/bg/black-transparent-bg.png') repeat;
}
.nav > li > a {
	padding: 0px 15px;
}
@media (min-width: 1025px){
	.nav > li > a:hover, .nav > li > a:focus{
		background: none;
	}
}
.paging{
	padding: 10px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-family: museo, serif;
	margin-top: 40px;
	font-size: 20px;
}
.paging .navigate{
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	font-size:19px;
	font-weight:bold;
}
.paging .navigate.next{
	background-position: center right;

}
.paging .navigate.previous{
	background-position: center left;
}
.paging > p{
	margin: 0;
	padding: 0 30px;
}
.paging span{
	display: inline;
	padding: 0 5px;
}
.paging .current{
	color: #ed1c24;
}
.red-line{
	background-color: #db1d00;
	border-top: 1px solid #fff;
	height: 6px;
}
.section-padding{
	padding-bottom: 30px;
	padding-top: 30px;
}
.no-padding-bottom{
	padding-bottom: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}
.no-padding-top{
	padding-top: 0 !important;
}
.padding-top-20{
	padding-top: 20px;
}
.uppercase{
	text-transform: uppercase;
}
.divider {
	background: url('../img/bg/divider.png') center no-repeat;
	background-size: contain;
	display: block;
	height: 25px;
}
.with-grey-gradient-divider:after {
	background: linear-gradient( to bottom, #f8f8f8 0%, #ccc 100% );
	content: '';
	display: block;
	height: 15px;
	position: relative;
	width: 110%;
}

/*sections*/

.sections .vittoria-carousel div a{
	position: relative;
	width: auto;
}
.sections.main-section{
	background: no-repeat url('../img/bg/sections.jpg') transparent;
	background-size: cover;
}
.sections > section{
	min-height: 314px;
}
.sections h2{
	font-size: 30px;
	color: #252525;
	font-weight: 700;
	margin-bottom: 40px;
}
.sections section:first-child h2{
	margin-top: 40px;
}
.sections .divider{
	margin: 30px auto;
}
.sections .info .title{
	color: #252525;
}
.sections .info .content{
	color: #1e1c1d;
	font-family: museo, serif;
	padding: 0 20px;
}
.sections .info .content a{
	display: inline;
}
.sections .info .content img{
	max-width: 100%;
	width: auto !important;
	display: inline-block;
}
.sections .button{
	text-align: center;
}
.sections .button a {
	background-color: #d5240e;
	font-family: museo, serif;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: auto;
}

.shadowed {
	box-shadow: 0 0 50px #666;
	padding: 20px;
}

/*section 1*/
.section-1 {
	margin: 0 auto;
	overflow: hidden;
}
.section-1 .slick-slide > a {
	margin: 0 4%;
	width: 92%;
}
.section-1 .vittoria-carousel {
	margin: 40px auto 0;
	max-width: 940px;
}
.section-1 vittoria-carousel .info {
}
.section-1 .vittoria-carousel .info .title {
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
	margin: 0;
	height: 2.2em;
	overflow: hidden;
	padding: 0 15px;
}
.section-1 .vittoria-carousel .info .button {
	margin: 5px auto;
	width: auto;
}
@media ( max-width: 767px ) {
	.section-1 .vittoria-carousel {
		margin-top: 20px;
	}
	.section-1 .vittoria-carousel .info .title {
		font-size: .75em;
		height: 3.3em;
	}
	.section-1 .vittoria-carousel .info .button {
		height: 29px;
	}
}

/*section 2*/
.section-2{
	position: relative;
}
.section-2 .info{
	background-color: rgba(255, 255, 255, 0.81);
	position: absolute;
	top: 22.5%;
	width: 80%;
	left: 10%;
	border-radius: 10px;
	padding: 30px 0;
}
.section-2 .info > *{
	margin: 0 18%;
	text-align: center;
}
.section-2 .info .title{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
}
.section-2 .info .title > span{
	display: block;
}
.section-2 .info .content{
	margin-bottom: 24px;
}
.section-2 .info .content a{
	color: #d2232a;
	text-decoration: underline;
}
.section-2 .callofthemountain{
	position:relative;
	margin-bottom: 40px;
	color: #fff;
	font-family: "museo", serif;
	max-height: 600px;
	overflow: hidden;
}
.section-2 .callofthemountain img{
	width: 100%;
}
.section-2 .mountain-readmore {
	background-color: #d12229;
	color: #fff;
}
.section-2 .callofthemountain .inner{
	color: #fff;
	position: absolute;
	padding: 30px 60px;
	top:50%;
	margin: 0 10%;
	border-radius: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
@media (max-width: 767px ) {
	.section-2 .callofthemountain{
		margin-bottom: 10px;
	}
	.section-2 .callofthemountain .inner{
		color: #1e1c1d;
		position: relative;
		padding: 10px 20px;
		background-color: transparent;
		top:0;
		margin: 0;
		border-radius: 10px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.section-2 .callofthemountain .inner p.text-center{
		margin-bottom: 10px;
	}
}
/*section 3*/
.section-3{
	max-width: 780px;
	margin: 0 auto;
}
.section-3 .thumb, .section-3 .info{
	margin: 0 11px;
}
.section-3 .thumb{
	margin-bottom: 28px;
}
.section-3 .info .content{
	text-align: center;
	min-height: 223px;
	font-size: 18px;
	line-height: 120%;
	font-family: museo, serif;
	font-weight: 500;
}
.section-3 .info .content img{
	margin-bottom: 20px;
}
/*section 4*/
.section-4 img{
	width: 100%;
}
.section-4 ul{
	padding: 0;
}
.section-4 ul li{
	list-style: none;
	padding: 0;
	width: 25%;
	float: left;
	text-align: center;
	background-color: #252525;
	padding: 40px 0;
	font-family: museo, serif;
	font-size: 45px;
	font-weight: 700;
	color: #d2232a;
	line-height: 80%;
	border-top: 5px solid #d2232a;
	border-bottom: 5px solid #d2232a;
}
.section-4 ul li span{
	display: block;
	font-size: 25px;
	color: #fff;
}
.section-5 .vittoria-carousel{
	max-width: 680px;
	margin: 0 auto;
}
.section-5 .vittoria-carousel .slick-dots{
	position: relative;
	margin-top: 33px;
}
.section-5 .button{
	margin-top: 43px;
}
.section-6 .home-videos-list, .section-6 #videos-slider .carousel-inner{
	padding: 0;
}
.section-6 #videos-slider .carousel-inner .image-cover{
	padding: 0 10px;
}
@media (max-width: 1024px){
	.sections.main-section{
		background-size: 100%
	}
}
@media (max-width: 767px){
	.sections > section{
		min-height: inherit;
	}
	.sections .divider{
		margin: 15px auto;
	}
	.sections .button a{ font-size: 16px; }
	.sections section:first-child h2{
		margin-top: 20px;
	}
	.sections h2{
		margin-bottom: 20px;
	}
	.section-2 .slick-track>.slick-slide{
		position: relative;
	}
	.section-2 .info{
		width: 100%;
		left: 0;
		background-color: transparent;
		position: static;
	}
	.section-2 .info .title{
		background-color: rgba(255, 255, 255, 0.81);
		margin: 0;
		font-size: 16px;
		font-weight: 500;
		position: absolute;
		padding: 10px 0;
		width: 100%;
		top: 15%;
	}
	.section-2 .info .title span{
		display: inline-block;
	}
	.section-2 .info .content{
		margin: 0 0 24px;
		font-size: 16px;
		line-height: 100%;
	}
	.section-3 .slick-slide{
		width: 100% !important;
	}
	.section-3 .thumb,
	.section-3 .info {
		margin: 0 auto;
	}
	.section-3 .vittoria-carousel .thumb { width: 66.6666%; }
	.section-3 .info .content{
		margin-top: 3%;
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 3%;
		min-height: inherit;
	}
	.section-3 .info .button{
		margin-bottom: 5%;
	}
	.section-3 .slick-slide:last-child .info .button{
		margin-bottom: 0;
	}
	.section-4 ul{
		border-top: 5px solid #d2232a;
		border-bottom: 5px solid #d2232a;
		padding-bottom: 26px;
		background-color: #252525;
	}
	.section-4 ul li{
		width: 100%;
		float: none;
		border: none;
		font-size: 16px;
		padding-top: 26px;
		padding-bottom: 0;
		line-height: 100%;
	}
	.section-4 ul li span{ font-size: 16px; }
	.section-5 .vittoria-carousel .slick-dots{ margin-top: 3%;}

	.section-5 .button{
		margin-top: 3%;
	}
	.section-6{padding-top: 1% !important;}
	.section-6 #videos-slider {
		margin-left: -7px;
		margin-right: -7px;
	}
	.section-6 #videos-slider .carousel-inner .image-cover{
		padding: 0 7px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.section-2 .info{
		width: 90%;
		left: 5%;
		bottom: 10px;
		padding: 10px 0;
	}
	.section-2 .info > *{
		margin: 0 10px;
	}
}

/*tooltip override*/
.tooltip > .tooltip-inner{
	background-color: #fff;
	background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
	border-radius: 10px;
	color: #717172;
	width: 180px;
	padding-top: 6px;
}
.tooltip.top{
	margin-top: -15px;
	padding: 0 5px;
}
.tooltip.top > .tooltip-arrow{
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ccc
}
.tooltip > .tooltip-inner h3{
	background: url('../img/icon/info.png') top right no-repeat;
	padding: 24px 0 15px 0;
	text-align: center;
}
.tooltip > .tooltip-inner p{
	text-transform: none;
}
/*--magnific popup--*/
.magnific-popup{
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(136, 136, 136, 1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(136, 136, 136, 1);
	box-shadow: 0px 0px 20px 10px rgba(136, 136, 136, 1);
	width: auto;
	margin: 20px auto;
	max-width: 450px;
	padding: 30px;
	position: relative;
	max-height: 360px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.magnific-popup .popup-scroll{
	max-height: 350px;
	overflow-y: auto;
}
/* custom scrollbars - webkit only */
.popup-scroll::-webkit-scrollbar{
	background-color: #eee; width: 10px;
}
.popup-scroll::-webkit-scrollbar-thumb{
	background: #777;
	border: 1px #eee solid;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 8px #555 inset;
	box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.popup-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}
/*--------------*/
.magnific-popup,
.magnific-popup h2,
.magnific-popup h3{ text-align: left; }
.magnific-popup h2,
.magnific-popup h3{
	margin-right: 0;
	margin-left: 0;
	text-transform: uppercase;
}
.magnific-popup h2{
	color: #000;
	font-size: 32px;
}
.magnific-popup h3{
	font-family: museo, serif;
	font-size: 25px;
	font-weight: bold;
}
.scroll{
	max-height: 400px;
	max-width: 450px;
	overflow-y: scroll;
}
/*--end---*/
/*--lazyYT override style--*/
.lazyYT-button{
	background-image: url('../img/img-play-video-inverse.png');
	background-position: center center;
	background-size: cover;
	height: 175px;
	margin-left: -80px;
	margin-top: -80px;
	width: 165px;
	top:20%;
	left:20%;
}
@media ( max-width: 1024px ){
	.lazyYT-button{
		height: 120px;
		margin-left: -60px;
		margin-top: -60px;
		width: 120px;
	}
}
/**
 * Header
 */
.navbar > .container .navbar-brand,
.decal {
	background-size: auto 100%;
	height: 42px;
	margin: 11px 25px;
	width: 140px;
}
.navbar > .container .navbar-brand {
	background: url('../img/logo.png') left no-repeat;
}
.decal {
	background: url('../img/decal.png') left no-repeat;
	position: absolute;
	right: 3.8%;
	bottom: 3.4%;
	z-index: 2;
	width: 200px;
	background-size: contain;
}
@media ( max-width: 767px ) {
	.decal { display: none; }
}
.navbar::before{
	width: 100%;
}
.navbar{
	background: #f8f8f8;
	color: #252525;
	min-height: 45px;
	text-transform: uppercase;
	border: none;
	margin:0;
}
.navbar::after{
	width: 100%;
}
.navbar .navbar-collapse{
	box-shadow: none;
	border: none;
}
.navbar > .container.bg{
	padding-left: 15px;
	padding-right: 15px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	transition: ease-out .3s;
}
#language > li > a,
.navbar .navbar-nav > li > a {
	color: #252525;
	padding: 22px 10px;
	font-weight: bold;
}
#language > li > ul.dropdown-menu {
	min-width: 130px;
	border: none;
	top: 45px;
}
#language .dropdown-menu { min-width: 145px; }
#menu-top-navigation{
	height: 45px;
	padding: 0;
}
.navbar-collapse{
	max-height: none;
}
.dropdown-menu ul{
	list-style: none;
}
.navbar-fixed-top {
	animation-name: slidein;
  	animation-duration: 0.5s;
}
@media ( min-width: 768px ){
	.navbar-responsive-collapse-inner {
		height: auto !important;
	}
	.navbar-responsive-collapse-inner .mCSB_container,
	.navbar-responsive-collapse-inner .mCustomScrollBox {
		overflow:visible;
	}
}
@media ( min-width: 1025px ){
	.navbar .navbar-nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1024px ){
	.navbar > .container .navbar-brand{
		width: 33px;
	}
}
@media ( max-width: 767px ){

	.navbar{
		background-position: top right;
	}
	.navbar > .container .navbar-brand{
		margin-left: 15px;
	}
	.navbar .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar .navbar-collapse .navbar-nav {
		margin-left: 0;
	}
	#language > li > ul.dropdown-menu{
		top: auto;
	}
	#menu-top-navigation{
		height: auto;
	}
	.navbar-nav .dropdown .dropdown-menu li a{
		padding: 15px;
	}
	.decal{
		height: 31px;
		width: 106px;
	}
	.decal{
		height: 26px;
		width: 88px;
	}
	.navbar .navbar-nav > li > a{
		padding: 10px 15px;
		font-size: 20px;
	}
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active:hover > a{
	background-color: transparent;
}
.nav > li .caret,
.navbar-nav > li .caret{
	margin-left: 5px;
}
.navbar-nav .dropdown > .dropdown-menu{
	border: none;
	background: #f8f8f8;
	top: 64px;
	left: 0;
	right: 0;
	padding: 0;
	border-radius: 0;
	white-space: nowrap;
	min-width: 220px;
}
.navbar-nav .dropdown .dropdown-menu li a{
	color: #252525;
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.navbar-nav .dropdown .dropdown-menu li a:hover{
	background-color: #d2232a;
	color: #fff;
	font-weight: bold;
}
.navbar .navbar-nav > .menu-item > a,
.navbar .navbar-nav > .menu-item > a:focus{
	background-color: transparent;
	color: inherit;
}
.navbar .navbar-nav > .menu-item:hover > a,
.navbar .navbar-nav > .menu-item > a:hover{
	background-color: transparent;
	color: #db1d00;
}
@media ( max-width: 1024px ){
	.navbar .navbar-nav > .open > a,
	.navbar .navbar-nav > .open > a:hover,
	.navbar .navbar-nav > .open > a:focus{
		background-color: transparent;
		color: #db1d00;
	}
}
.navbar-nav .dropdown .dropdown-menu li a:hover{ text-decoration: none; }
.user-dashboard-wrapper {
	background-color: #f8f8f8;
}
.user-dashboard {
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: left;
}
.user-dashboard .user-dashboard-nav {
	left: 0;
	margin-left: 15px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.user-dashboard .nav li {
	padding-left: 0px;
	display: inline-block;
}
.user-dashboard .nav li a {
	color: #252525;
	font-weight: normal;
	text-transform: uppercase;
}
.user-dashboard .nav li a:first-child {
	padding-left: 0;
}
.user-dashboard .nav li a:hover{
	background-color: transparent;
	color: #db1d00;
}
.user-dashboard .nav li a i {
	margin-right: 5px;
}
.user-dashboard .form-group {
	margin: 0;
}
@media ( max-width: 767px ) {
	.user-dashboard .nav li {
		padding-right: 0;
	}
}
/* Archive Listing */
.archive .row .thumbnail{
	background: none;
	border: none;
	border-radius: 0;
	color: #252525;
	line-height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*specs table*/
.section-tech-specs .specs-table{
	margin-top: 30px;
}
.section-tech-specs .specs-table.specs-table-wheel .row.header{ color: #222; }
.section-tech-specs .specs-table.specs-table-wheel .row.header > div{
	border-bottom: 3px solid red;
	padding: 15px 10px;
	position: relative;
}
.section-tech-specs .specs-table.specs-table-wheel .row.header > div:after{
	content: '|';
	position: absolute;
	right: 0;
}
.section-tech-specs .specs-table.specs-table-wheel .row.header > div:last-child:after{
	display: none;
}
.section-tech-specs .specs-table.specs-table-wheel .row.value{
	background: none;
	color: #fff;
}
.section-tech-specs .specs-table.specs-table-wheel .row.value > div{
	background: #3d3d3d;
	border-bottom: 3px solid red;
	padding: 10px;
}
.specs-table-wheel .table-responsive{
	max-width: 488px;
	margin: 0 auto;
	border: #ccc solid 2px;
	border-radius: 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.specs-table-wheel .table-responsive table{
	margin-bottom: 0;
}
.specs-table-wheel .table-responsive table th{
	width: 50%;
	background-color: #e5e5e5;
	border-bottom: #ff1e00 solid 2px;
	color: #4e4e4e;
	font-weight: bold;
}
.specs-table-wheel .table-responsive table th,
.specs-table-wheel .table-responsive table td{
	padding: 5px 20px;
}
.specs-table-wheel .table-responsive table td{
	border-radius: 10px;
	text-align: left;
	color: #4e4e4e;
	font-weight: normal;
}
/*specs table*/
@media ( min-width: 1025px ){
	.navbar-nav .dropdown.open .dropdown-menu{ display: none; }
	.navbar-nav .dropdown:hover .dropdown-menu{ display: block; }
}
@media ( max-width: 1024px ){

}
@media ( min-width: 768px ){
	/*.navbar-nav > li { position: static; }*/
	.navbar-nav > .dropdown:hover > a:after{
		content: "";
		height: 10px;
		left: -2px;
		margin-top: -5px;
		position: absolute;
		right: -2px;
		top: 100%;
		z-index: 1001;
	}
	.navbar-nav .dropdown .dropdown-menu{ }
	.navbar-nav .dropdown .dropdown-menu ul{ }
	.navbar-nav .dropdown .dropdown-menu li{ }
	.navbar-nav .dropdown .dropdown-menu li a{
		font-size: 14px;
		padding: 6px 15px;
	}
	.navbar-nav .dropdown .dropdown-menu li a:after{
		background: left center no-repeat;
		background-size: contain;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 39px;
	}
	.navbar-nav .dropdown .dropdown-menu li.tires a:after{ background-image: url('../img/bg/submenu-1.png'); }
	.navbar-nav .dropdown .dropdown-menu li.wheels a:after{ background-image: url('../img/bg/submenu-2.png'); }
	.navbar-nav .dropdown .dropdown-menu li.accessories a:after{ background-image: url('../img/bg/submenu-3.png'); }
	.navbar-nav .dropdown .dropdown-menu li.inner-tubes a:after{ background-image: url('../img/bg/submenu-4.png'); }
}
@media ( max-width: 767px ){
	.navbar-nav .dropdown .dropdown-menu li a{
		padding: 10px 30px;
		text-transform: uppercase;
	}
	.navbar .navbar-nav > li > a{
		padding: 20px 15px 20px;
		font-size: 20px;
	}
}

.navbar .navbar-toggle{
	border-color: transparent;
	margin: 13px 15px 13px 0;
	overflow: visible;
	padding: 0;
}
.navbar .navbar-toggle .icon-bar{
	background-color: #000;
	border-radius: 3px;
	height: 8px;
	width: 40px;
}
.navbar .navbar-toggle .icon-bar + .icon-bar{
	margin-top: 6px;
}
.navbar .navbar-toggle .menu-text{
	color: #000;
	position: absolute;
	left: -54px;
	top: 9px;
	z-index: 999;
	font-size: 18px;
	font-weight: bold;
}
.navbar-form {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	position: relative;
	border: none;
	box-shadow: none;
}
.navbar-form .form-group {
	top: 0;
	right: 0;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media ( min-width: 768px ) {
	.navbar-form .form-group {
		right: 50px;
	}
}
@media ( min-width: 1024px ) {
	.navbar-form .form-group {
		right: 50px;
	}
}
.navbar-form .search-wrap {
	overflow: hidden;
	position: relative;
}
.navbar-form .search-button {
	background: url('../img/icon/search.png') center no-repeat;
	bottom: 0;
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 42px;
}
.navbar-form .search-query {
	background: none;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: none;
	height: 42px;
	line-height: 20px;
	padding: 10px;
	padding-left: 42px;
	transition: .3s all ease-out;
}
@media ( min-width: 768px ) {
	.navbar-form .search-query {
		padding-right: 0;
		width: 0;
	}
	.navbar-form .search-wrap:hover .search-query,
	.navbar-form .search-query:hover,
	.navbar-form .search-query:focus {
		background-color: #fff;
		border: 1px #e41f26 solid;
		padding-right: 10px;
		width: 15em;
	}
}
@media ( max-width: 767px ){
	.navbar-form .search-query {
		background-color: #fff;
		border: 1px #e41f26 solid;
	}
}

/**
 * Content
 */
@font-face{
	font-family: 'museo700';
	src: url('museo700-regular.eot');
	src: url('museo700-regular.eot?#iefix') format('embedded-opentype'),
	url('museo700-regular.woff') format('woff'),
	url('museo700-regular.ttf') format('truetype'),
	url('museo700-regular.svg#museo700') format('svg');
	font-weight: normal;
	font-style: normal;
}
.main-container{
	overflow: hidden;
	position: relative;
}
.masthead{
	border-bottom: medium none;
	background: no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.product-masthead{ position: relative; }
/* style for masthead*/
.masthead{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-moz-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-family: museo, serif;
	max-height: 480px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	transition: all ease-out .5s;
	width: 100%;
}
.compact-masthead .masthead{
	height: 134px;
	min-height: 0;
}
.masthead h1,
.masthead h2,
.masthead h3 {
	font-family: inherit;
	transition: ease-out .3s;
}
.masthead h1 { font-size: 55px; }
.masthead h2 { font-size: 39px; }
.masthead h3 { font-size: 26px; }
@media ( max-width: 1024px ){
	.masthead h1 { font-size: 46px; }
	.masthead h3 { font-size: 21px; }
}
@media ( max-width: 767px ){
	.masthead h1 { font-size: 24px; }
	.masthead h2 { font-size: 18px; }
	.masthead h3 { font-size: 18px; }
}
.masthead:after{
	content: " ";
	display: block;
	padding: 0 0 42.92%;
	transition: padding ease-out .5s;
}
@media ( max-width: 767px ){
	.masthead:after{ padding-bottom: 40%; }
}
.masthead > .inner{
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}
.masthead > .inner > .masthead-nav-text{
	font-size: 16px;
	font-weight: 700;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.masthead > .inner > .masthead-nav-text.next{
	left: 55px;
}
.masthead > .inner > .masthead-nav-text.prev{
	right: 55px;
}
.masthead > .inner > .center {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 60%;
	height: 100%;
	padding: 40px 50px;
}
@media ( max-width: 767px ) {
	.masthead > .inner > .center { padding: 20px 30px; }
}
.masthead > .inner > .bottom{
	bottom: 0;
	position: absolute;
	right: 0;
}
.masthead > .inner > .bottom h2{
	line-height: 99px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}
.masthead > .inner > .bottom.left-arrow-bg-trans h2{
	font-size: 48px;
}
.masthead > .masthead-nav,
.vittoria-carousel .slick-prev,
.vittoria-carousel .slick-next {
	background: top no-repeat;
	background-size: 100%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	margin-top: -60px;
	position: absolute;
	top: 50%;
	transition: ease-out .3s;
	transition-property: height, margin, width;
	width: 26px;
}
.vittoria-carousel .slick-dots {
	bottom: 9%;
	margin: 0;
}
.vittoria-carousel .slick-dots li { margin: 0 4px; }
.vittoria-carousel .slick-dots li button {
	padding: 2px;
}
.vittoria-carousel .slick-dots li button:before {
	border: 2px solid #FFF;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 100%;
	opacity: 1;
	position: relative;
	width: 100%;
}
.vittoria-carousel .slick-dots li.slick-active button:before {
	background: #FFF;
	content: "";
}
.masthead > .masthead-nav:hover,
.vittoria-carousel .slick-prev:hover,
.vittoria-carousel .slick-next:hover{
	opacity:1;
}
.masthead > .masthead-nav.previous,
.vittoria-carousel .slick-next{
	transition:all .5s ease-in-out;
	background-image: url('../img/btn/right.png');
	right: 20px;
	opacity:0.5;
}
.masthead > .masthead-nav.next,
.vittoria-carousel .slick-prev{
	transition:all .5s ease-in-out;
	background-image: url('../img/btn/left.png');
	left: 20px;
	opacity:0.5;
}
.masthead > .masthead-nav > a,
.masthead > .masthead-nav > a:hover{
	color: #fff;
}
@media ( max-width: 1024px ) {
	.masthead > .inner > .bottom.left-arrow-bg-trans h2 {
		font-size: 42px;
	}
}
@media ( max-width: 767px ){
	.masthead > .inner > h1{
		font-size: 33px;
	}
	.masthead > .inner > .left,
	.masthead > .inner > .right{
		display: none;
	}
	.masthead > .inner > .bottom.left-arrow-bg-trans h2{
		font-size: 18px;
	}
	.masthead > .inner > .masthead-nav-text{
		display: none;
	}
	.vittoria-carousel .slick-dots li {
		margin: 0 1px;
	}
	.vittoria-carousel .slick-dots li button {
		padding: 5px;
	}
	.vittoria-carousel .slick-dots li button:before {
		border-width: 1px;
	}
	.masthead > .masthead-nav,
	.vittoria-carousel .slick-prev,
	.vittoria-carousel .slick-next {
		height: 60px;
		margin-top: -30px;
		width: 22px;
	}
}


/**
 * Masthead video
 */
.masthead .masthead-video-wrap{
	height: auto;
	padding: 0 0 56.25%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
}
.masthead .masthead-video{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/**
 * Home Masthead
 */
.masthead .masthead-link{
	text-align: center;
}
.masthead .masthead-link:before{
	content: '';
	height: 100%;
}
.masthead .masthead-link:before,
.masthead .masthead-link .masthead-title{
	display: inline-block;
	vertical-align: middle;
}
.masthead .masthead-link .masthead-title {
	height: auto;
	max-width: 80%;
}
.masthead .masthead-link .masthead-title .masthead-header {
	margin: 0;
	-webkit-animation: masthead-title-header 3s ease-out 1s;
	animation: masthead-title-header 3s ease-out 1s;
}
.masthead .masthead-link .masthead-title .masthead-subheader {
	-webkit-animation: masthead-title-subheader 1.5s ease-out 1s;
	animation: masthead-title-subheader 1.5s ease-out 1s;
}
@-webkit-keyframes masthead-title-header{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@keyframes masthead-title-header{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@-webkit-keyframes masthead-title-subheader{
	from{ margin-top: -1.1em; }
	to{ margin-top: 0; }
}
@keyframes masthead-title-subheader{
	from{ margin-top: -1.1em; }
	to{ margin-top: 0; }
}
/**
 * Vittoria Carousel
 */
.vittoria-carousel{ position: relative; }
.vittoria-carousel .slick-prev, .vittoria-carousel .slick-next{
	text-indent: -999999px;
}
.vittoria-carousel div > a img{ height: auto; width: 100%; }
.vittoria-carousel .slick-prev{ left: 15px !important; }
.vittoria-carousel .slick-next{ right: 15px !important; }
.vittoria-carousel .slick-prev:before, .vittoria-carousel .slick-next:before{
	background: none
}
.vittoria-carousel .carousel-inner .slick-track > div{
	background-position: 50% 0;
	background-size: cover;
}
.vittoria-carousel .carousel-inner .slick-track > div a h2{
	margin-top: 35px;
}
.vittoria-carousel div a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.vittoria-carousel div h2{
	position: relative;
	width: 100%;
	font-size: 59px;
	text-transform: uppercase;
	color: #fff;
}
.vittoria-carousel .story-title{
	position: absolute;
	top: -111px;
	width: 100%;
}
.vittoria-carousel .story-title strong,
.vittoria-carousel .caption strong{
	text-transform: uppercase;
}
.vittoria-carousel .caption a{
	display: inline-block;
}
.vittoria-carousel a.red-color:hover{
	color: #d92000;
}
.vittoria-carousel .videos-banner{
	-webkit-box-shadow: 1px -5px 8px -1px rgba(102, 102, 102, 0.4);
	-moz-box-shadow: 1px -5px 8px -1px rgba(102, 102, 102, 0.4);
	box-shadow: 1px -5px 8px -1px rgba(102, 102, 102, 0.4);
}
.section-video.stories{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px;
}
.section-video.stories .vittoria-carousel.slick-carousel {
	margin-left: -10px;
	margin-right: -10px;
}
.vittoria-carousel .more-story .more{
	top: -69px; text-transform: uppercase;
}
.vittoria-carousel time{
	text-transform: uppercase;
}
@media ( min-width: 1025px ){
	.section-video.stories {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-video.stories .vittoria-carousel {
		margin-left: -15px;
		margin-right: -15px;
	}
	.section-video.stories .vittoria-carousel > .more-story {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.66667%;
	}
}
@media ( max-width: 1024px ){
	.section-video.stories{ }
	.vittoria-carousel .more-story .more{
		right: 5px;
	}
}
@media ( max-width: 767px ){
	.vittoria-carousel div h2 {
		font-size: 28px;
	}
	.vittoria-carousel .more-story .more {
		position: relative;
		top: 0;
	}
}
@media ( max-width: 480px ){
	.vittoria-carousel .slick-prev, .vittoria-carousel .slick-next{
		display: none !important;
	}
}
@media ( max-width: 400px ){
	.lazyYT-button{
		height: 60px;
		width: 60px;
		margin: -22px 0 0 -30px;
	}
}
/**
 * Masthead Carousel
 */
.carousel_masthead .carousel-inner{
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.carousel_masthead .carousel-inner div{
	height: 100%;
}
.carousel_masthead .carousel-inner div .masthead-link {
	font-size: 0;
}
.carousel_masthead .carousel-inner div .masthead-video-wrap + .masthead-link {
	background: rgba( 0, 0, 0, .8 );
}


#main article{
	border-bottom: none;
	margin-bottom: 15px;
	padding: 0;
}
#content{
	padding-top: 0;
	position: relative;
}
.middle{
	width: 100%;
	height: 100%;
	display: table;
}
.middle .middle{
	vertical-align: middle;
	display: table-cell;
}
.activity{
	background: url("../img/bg/texture.png") no-repeat top center;
	padding: 40px 25px 70px 25px;
}
.activities-list{
	float: left;
	width: 100%;
	opacity: 0.5;
	position: relative;
	filter: alpha(opacity=50);
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.activities-list:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	display: table;
}
.activities-list img{
	width: 100%;
}
.activity .activities-list .act-caption{
	padding: 25px 0;
	text-align: center;
	font-size: 27px;
	position: absolute;
	min-height: 114px;
	bottom: 11%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	color: #fff;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.activity p{
	margin: 0;
}
.activity .activities-list .act-caption a{
	color: #fff;
}
.activities-list:hover .act-caption{
	background: rgba(0, 0, 0, 0.5);
	display: table-cell;
	vertical-align: middle;
	bottom: 25%;
}
.activities-list .act-caption .red-button{
	background-color: #b72917;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 13px;
	width: auto;
	display: none;
}
.activities-list:hover .act-caption .red-button{
	display: inline;
}
.story-title h1{
	margin-bottom: 0;
	padding-top: 20px;
	font-size: 36px;
}
.red-color{
	color: #d92000;
}
.more-story{
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
.more-story .more{
	background: URL("../img/bg/arrow-right-more-story.png") no-repeat center right;
	padding-right: 44px;
	font-weight: bold;
	position: absolute;
	top: -66px;
	right: 3%;
}
.clear{
	clear: both;
}
.youtube-wrap{
	display: none;
}
.youtube-wrap.active{
	display: block;
}
.videos-banner video{
	width: 100%;
	min-height: 570px;
}
.videos-list{
	padding: 20px 25px;
}
.home-videos-list{
	padding: 0 25px;
}
.videos-list-slide ul{
	padding: 0;
}
.videos-list-slide ul li{
	width: 20%;
	float: left;
	list-style: none;
}
.videos-list-slide ul li video{
	width: 100%;
	height: 100%;
}
.image-cover{
	position: relative;
}
.item-thumb{
	float: left;
}
.image-cover .image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url("../img/btn/btn-play-video.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	top: 0;
	opacity:1
}
#videos-slider .carousel-inner .slick-slide:hover .image-cover .image-overlay,
#videos-slider .carousel-inner .slick-slide.active .image-cover .image-overlay{
	background-image: url("../img/btn/btn-play-video.png");
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0;
}
#videos-slider .carousel-inner .slick-track > div{
	padding-bottom: 0;
}
/*====== slider ======*/

.carousel-inner .slick-list .slick-slide img{
	width: 100%;
}
.slick-prev{
	left: 0;
	height: auto;
}
.slick-next{
	right: 0;
	height: auto;
}
#activities-slider .slick-prev{
	left: 0;
}
#activities-slider .slick-next{
	right: 0;
}
.slick-prev:before, .slick-next:before{
	font-family: 'FontAwesome';
	color: transparent;
	font-size: 24px;
	background-image: url("../img/bg/arrow-home-video.png");
	background-repeat: no-repeat;
}
.slick-slider{
	margin-bottom: 0;
}
.slick-slide{
	height: auto;
}
.slick-prev:before{
	content: "\f053";
	background-position: center left;
	color: transparent;
}
.slick-next:before{
	content: "\f054";
	background-position: center right;
}
.carousel-inner .slick-list .slick-slide .caption{
	background: url("../img/bg/caption-bg.png") repeat;
	padding: 15px 0;
}
.carousel-inner .slick-list .slick-slide .caption p{
	margin: 0;
}
#videos-slider .carousel-inner .slick-slide{
	cursor: pointer;
}
#videos-slider .carousel-inner .slick-slide img{
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
#videos-slider .carousel-inner .slick-slide:hover img,
#videos-slider .carousel-inner .slick-slide.active img{
	opacity: 1;
}
#videos-slider .carousel-inner .slick-slide:hover p,
#videos-slider .carousel-inner .slick-slide.active p{
	color: #fff;
}
.carousel_fix_title .info .title{
	min-height: 55px;
}
@media ( max-width: 1024px ){
	.activity{
		padding: 10px 0;
	}
	.activity .activities-list .act-caption{
		font-size: 22px;
	}
	.activities-list .act-caption .red-button{
		font-size: 12px;
	}
	.more-story .more{
		margin-left: -80px;
		float: none;
		right: auto;
		display: inline-block;
		background-image: URL("../img/bg/arrow-right-more-story-big.png");
		background-repeat: no-repeat;
		background-position: center right;
		padding: 20px 80px 20px 0;
		left: 50%;
		margin-left: -100px;
	}
	.stories{
		padding-top: 72px;
	}
	#videos-slider .carousel-inner{
		padding: 0 30px;
	}
	.activity p{
		margin-bottom: 5px;
	}
}
@media ( max-width: 767px ){
	.activity .activities-list .act-caption{
		font-size: 18px;
	}
	.activities-list .act-caption .red-button{
		font-size: 10px;
	}
	.activities-list:hover .act-caption{
		bottom: 19%;
	}
	.videos-list{
		padding: 20px 0 0;
	}
	.home-videos-list{
		padding: 0;
	}
	.videos-list p{
		padding: 0 25px;
	}
	#videos-slider .carousel-inner{
		padding: 0;
	}
	.slick-prev{
		left: -25px;
	}
	.slick-next{
		right: -25px;
	}
	.carousel-inner .slick-list .slick-slide .caption p{
		font-size: 13px;
	}
	.stories{
		padding-top: 0;
	}
	.more-story .more{
		margin: 20px auto 0 auto;
		display: inline-block;
		position: relative;
		top: 0;
		margin-left: 40px;
		left: 0;
	}
	.carousel_fix_title .info .title{
		min-height: 10px;
	}
}
/**
 * Footer
 */
.footer{
	background-color: #ddd;
	color: #252525;
	padding: 0 0 34px 0;
	position: relative;
}
.footer .red-line{
	background: #fff;
	border-bottom: 5px solid #db1d00;
	border-top: 5px solid #000;
	height: 11px;
}
.footer .footer-top .widget, .footer .text .widget{
	margin-bottom: 0;
}
#inner-social{
	background-color: #fff;
	padding: 50px 15px;
	font-size: 14px;
}
.footer a {
	color: inherit;
}
.footer a:hover,
.footer a.active,
.footer a.selected {
	color: #db1d00;
}
.footer a:active {
	font-weight: bold;
}
/* social media mega for sm*/
#inner-social .social-media-mega{
	text-align: center;
}
#inner-social .social-media-mega,
#inner-social .social-media-mega .social-nav{
	display: table;
	margin: 0 auto;
}
#inner-social .social-media-mega ul li{
	display: table-cell;
}
#inner-social .social-media-mega > a{
	padding: 0 35px;
}
#inner-social .social-media-mega a{
	display: inline-block;
	padding: 10px 35px;
}
#inner-social .social-media-mega a .fa-3x{
	transition: all 0.5s ease;
}
#inner-social .social-media-mega a:hover{
	color: #41423e;
}
@media ( max-width: 767px ){
	#inner-social .social-media-mega a {
		padding: 10px 17px;
	}
	#inner-social .social-media-mega a .fa-3x{
		font-size: 5em;
	}
}
@media ( max-width: 767px ){
	.activities-list{
		opacity: 1;
		filter: alpha(opacity=100);
		cursor: pointer;
		display: table;
	}
	.activity .activities-list .act-caption{
		background: rgba(0, 0, 0, 0.5);
		display: table-cell;
		vertical-align: middle;
		bottom: 25%;
	}
	.activities-list .act-caption .red-button{
		display: inline;
	}
	#videos-slider .carousel-inner .slick-slide img, #videos-slider .carousel-inner .slick-slide img{
		opacity: 1;
	}
	#videos-slider .carousel-inner .slick-slide p,
	#videos-slider .carousel-inner .slick-slide.active p{
		color: #fff;
	}

}
/*for footer top*/
.backtotop-footer{
	background-color: #fff;
	display: none;
	padding: 50px 50px 30px 50px;
	position: relative;
	width: 100%;
}
.btn-backtotop{
	background: url('../img/bg/arrow-top.png') center top no-repeat;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 70px;
}
a.btn-backtotop,
a.btn-backtotop:active,
a.btn-backtotop:hover{
	color: #ed1c24;
}
@media ( min-width: 1025px ){
	.backtotop-footer{
		padding-top: 30px;
	}
	.backtotop-footer .btn-backtotop{
		font-size: 14px;
		position: absolute;
		right: 50px;
		top: -50px;
	}
}
/*for inner footr*/
.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li{
	float: left;
}
#widget-footer-left .widget_text_icl,
.footer .widget_nav_menu{
	margin: 0;
}

#widget-footer-left .widgettitle,
.footer .widget_nav_menu .widgettitle{
	border-bottom: 0px solid #252525;
	font-weight: bold;
	padding-bottom: 9px;
	margin-bottom: 0;
	text-align:center;
}
#widget-footer-left .widgettitle + div.textwidget,
.footer .widget_nav_menu .widgettitle + div{
	border-top: 1px solid #878787;
	padding-top: 6px;
}
#widget-footer-left .textwidget ul,
.footer .widget_nav_menu ul{
	margin: 0;
}
#widget-footer-left .textwidget ul li,
.footer .widget_nav_menu ul li{
	float: none;
	color: #252525;
	font-size: 16px;
	text-align: center;
}
#widget-footer-left .textwidget ul li a,
.footer .widget_nav_menu a {
	display: inline-block;
	margin: 0px;
}
.footer .widget_padding-right{
	padding-right: 20px;
}
#widget-footer-right{
	height: 100%;
}
.footer .social-media .social-nav{
	margin-bottom: 10px;
}
.footer .social-nav li{
	text-align: left;
}
.footer .social-media a {
	display: inline-block;
	margin: 0;
	float: left;
}
.footer .social-media .copy-nav {
	text-align: center;
}
.footer .social-media .copy-nav > a {
	display: inline-block;
}
.footer .social-media .copy-nav > a:last-child {
	float: right;
}
.social-media p{
	margin: 0.5em 0;
}
#widget-footer-left .textwidget ul li .fa {
	font-size: 22px;
}
.vittoria-logo-link{
	background: url(../img/footer-Logo-Alt.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 30px;
	display: inline-block;
	width: 100%;
}
/*-----end social-----*/
.footer ul.copy-nav {
	display: table;
	margin: 0 0 0 auto;
}
.footer .text{
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer .text p{
	margin-bottom: 0;
}
#outer-footer{
	background-color: #fff;
	height: 140px;
}
.footer .widget-footer-right {
	padding: 0;
}

#widget-footer-left .social-media .social-nav > li {
	float: left;
}
#widget-footer-left .social-media .social-nav > li a {
	margin : 0 15px;
}
#widget-footer-left .social-media .social-nav > li:first-child a {
	margin-left : 0;
}
#widget-footer-left .social-media .social-nav > li:last-child a {
	margin-right : 0;
}
@media ( max-width: 1024px ){
	.footer{
		font-size: 16px;
		text-align: center;
	}
	.footer .footer-inner{
		padding-top: 20px;
	}
	.footer .social-media{
		display: table;
		margin: 0 auto;
	}
	.footer .social-nav li{
		text-align: right;
		float: none;
		display: inline-block;
	}
	.footer .bottom.text #inner-social{
		background: none;
		padding: 15px;
		margin-top: -40px;
	}
	#widget-footer-left .row > div {
		padding-bottom: 20px;
	}
	#widget-footer-left .widgettitle,
	.footer .widget_nav_menu .widgettitle {
		font-size: 18px;
	}
	#widget-footer-left .widgettitle,
	.footer .widget_nav_menu .widgettitle{
		border-bottom: none;
	}
	#widget-footer-left .textwidget ul li,
	.footer .widget_nav_menu ul li{
		font-size: 16px;
		text-align: center;
	}
	.social-media .logo {
		margin-top: 10px;
	}
	.social-media .logo a {
		padding-bottom: 40px;
	}
	.footer .social-media .copy-nav {
		padding-bottom: 15px;
	}
	#widget-footer-left .copy-right {
		text-align: left;
	}
	#widget-footer-left .social-media {
		font-size: 12px;
	}
	.footer .social-media .social-nav {
		padding-bottom: 5px;
	}
}
@media (min-width: 768px ) {
	.social-media {
		font-size: 11px;
	}
	#widget-footer-left .widgettitle,
	.footer .widget_nav_menu .widgettitle {
		cursor: default;
		pointer-events: none;
		font-size: 18px;
	}
	.footer .widget_nav_menu .widgettitle + div {
		border-top: none;
	}

}
@media ( max-width: 767px ){
	.footer .social-media {
		margin-top: 20px;
		float: left;
		margin-left: 20px;
	}
	#widget-footer-left .copy-right,
	.footer .social-media > .copy-nav > a,
	.footer .social-media > .copy-nav > a {
		font-size: 14px;
	}
	.vittoria-logo-link {
		width: 60%;
	}
	.social-media .logo {
		padding: 0;
	}
	.social-media .logo a {
		padding-bottom: 35px;
	}
	.social-media .copy-nav {
		padding-bottom: 5px !important;
	}
	#widget-footer-left > .row {
		padding:20px 0 0 0;
		margin: 0px;
	}
	#widget-footer-left .copy-right {
		display: block;
		clear: both;
		text-align: left;
		margin: 0;
	}
	#widget-footer-left .row > div {
		padding: 0;
	}
	#widget-footer-left .textwidget ul,
	.footer .widget_nav_menu ul{
		margin: 0;
		padding: 2px 20px 6px 20px;
	}
	#widget-footer-left .social-media > ul {
		padding-left: 0px;
		padding-right: 0px;
	}
	#widget-footer-left .social-media > ul li {
		float: left;
	}
	#widget-footer-left .textwidget ul li,
	.footer .widget_nav_menu ul li{
		font-size: 16px;
		text-align: center;
	}
	#widget-footer-left .social-media > ul li  a {
		padding: 5px 10px;
	}
	#widget-footer-left .social-media > ul li  a:first-child {
		padding-left: 0;
	}
	#widget-footer-left .widgettitle,
	.footer .widget_nav_menu .widgettitle {
		font-size: 18px;
		text-align: left;
		border-bottom: none;
		cursor: pointer;
		position: relative;
		padding: 0 20px;
	}
	#widget-footer-left .widgettitle.active {
		padding: 0 20px 10px 20px;
	}
	#widget-footer-left .widgettitle:after {
		content: '\f0da';
		position: absolute;
		right: 30px;
		font-family: fontAwesome;
	}
	#widget-footer-left .widgettitle.active:after {
		content: '\f0d7';
	}
	#widget-footer-left .widget_nav_menu > div {
		text-align: left;
		height: 0px;
		visibility: hidden;
	}
	#widget-footer-left .widget_nav_menu > div.open {
		height: auto;
		visibility: visible;
		background-color: #fff;
	}
	.footer .footer-inner{
		padding-top: 0;
	}
	.footer #inner-social .social-media-mega .fa{ font-size: 57px; }

	#widget-footer-left .widgettitle + div.textwidget,
	.footer .widget_nav_menu .widgettitle + div{
		border: none;
	}
	.social-media p{
		margin: 0.5em 0;
	}
	.navbar-form{
		padding: 0 15px;
	}
	.navbar-responsive-collapse-inner .navbar-form{
		margin: 0 5px;
		padding: 0;
	}
	#language .dropdown-menu{
		width: 100%;
		box-shadow: none;
		margin-bottom: 20px;
	}
	#language ul{
		list-style: none;
	}
	#language > li > a{
		margin: 0;
	}
	.navbar-form .form-group{
		margin-left: 10px;
		margin-right: -5px;
		padding: 10px 0;
		position: relative;
	}
	.navbar-collapse.in{
		overflow: hidden;
	}
	.navbar-collapse > .navbar-nav{
		border-top: 1px solid #708391;
	}
	.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus{
		background-color: transparent;
		outline: none;
	}
	.footer .widget_nav_menu, #widget-footer-left .widget_text_icl { padding: 0; }
	.footer .widget_nav_menu a { display: block; }
	.footer .widget_text_icl a,
	.footer .widget_nav_menu a,
	.footer .copy-nav,
	.footer .text.bottom{
		font-size: 16px;
	}
	#widget-footer-left .widget_text_icl .widgettitle,
	.footer .widget_nav_menu .widgettitle{
		/*display: none;*/
	}
	.footer .footer-inner #widget-footer-left > .row {
		/*min-height: 500px;*/
	}

}


@media ( min-width: 1025px ){
	.footer-inner .bottom {
		display: block;
	}
	#widget-footer-left .textwidget ul li,
	.footer .widget_nav_menu ul li{
		font-size: 14px;
	}
	#widget-footer-left .copy-right {
		display: none;
	}
	#widget-footer-left {
		padding-top: 20px;
	}
	#widget-footer-left .footer .text{
		font-size: 11px;
		letter-spacing: 0.08em;
		padding-bottom: 0;
	}
	#widget-footer-left .social-media {
		float: left;
		font-size: 11px;
	}
	.vittoria-logo-link {
		float: left;
	}
	.social-media p {
		text-align: right;
		margin-right: 5px;
	}
	.social-media .logo {
		max-width: 180px;
		padding-right: 0px;
		padding-top: 10px;
	}
	.social-media .logo a {
		padding-bottom: 50px;
	}
	#widget-footer-left .textwidget ul,
	.footer .widget_nav_menu ul{
		margin: 0;
		padding-bottom: 15px;
	}
}


/* Content */
#main { background: top center no-repeat; }
@media ( max-width: 1024px ) {
	#main { background-size: 100%; }
}

/* YouTube embeds */
.youtube-wrap{
	position: relative;
	width: 100%;
	padding: 0 0 56.25%;
}
.youtube-wrap.featured-video{ display: block; }
.youtube-wrap p{
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	position: absolute;
}
.youtube-wrap iframe{
	height: 100%;
	position: relative;
	width: 100%;
}
.home-youtube-wrap .caption{
	background: transparent;
	padding: 20px 25px;
	margin-top: -5px;
}
.home-youtube-wrap .caption h3{
	font-weight: bold;
}
@media (max-width: 767px){
	.home-youtube-wrap .caption{

	}
}
.home-youtube-wrap{
	display: none;
}
.home-youtube-wrap.active, .home-youtube-wrap.active .youtube-wrap{
	display: block;
}

/* Panel group: accordions & collapsible panels */
.panel-group {
	margin-left: auto;
	margin-right: auto;
	width: 83.3333%;
}
@media ( max-width: 767px ) {
	.panel-group {
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
}

/* jQuery datepicker */
.ui-datepicker {
	display: none;
}

/**
.carousel_prepare-your-ride .slick-slide .thumb:after {
	background: linear-gradient( to bottom, #f8f8f8 0%, #ccc 100% );
	content: '';
	display: block;
	height: 15px;
	position: relative;
	width: 110%;
}
.carousel_prepare-your-ride .slick-slide:last-child .thumb:after {
	width: 100%;
}
@media ( max-width: 767px ) {
	.carousel_prepare-your-ride .slick-slide .thumb:after {
		bottom: -15px;
	}
}
/* */

/* Google map */
.map-wrapper {
	height: 480px;
	min-height: 480px;
	transition: all .5s ease;
}
#map-canvas {
	height: 100%;
	margin: 0;
	padding: 0;
}
@media ( max-width: 1024px) {
	.map-wrapper {
		height: 360px;
		min-height: 360px;
	}
}

/* WPSL */
.wpsl-dropdown .selected, .wpsl-dropdown li {
	text-align: left;
}
#main #wpsl-gmap div, #main #wpsl-gmap img {
	max-width: none !important;
}
/* List Thumbnail */

.story-listing .row img {
	width: 100%;
}

.story-listing .row .thumbnail {
	background: no-repeat center;
	background-size: cover;
	padding: 0 0 100%;
}

@media ( max-width: 767px ) {
	.story-listing .row .thumbnail {
		width: 50%;
		padding-bottom: 50%;
	}
}

.story-listing .row .col {
	position: relative;
	opacity: .5;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.story-listing .row .col .eye-w {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: no-repeat center center url('../img/story/eye-w.png');
	display: none;
}

.story-listing .row .col a.story-title {
	display: block;
	text-align: center;
	color: #40413e;
	font-weight: 700;
	font-family: museo, serif;
	margin-bottom: 25px;
	cursor: pointer;
	font-size: 20px;
}

.story-listing .row .col a.story-title .title {
	height: 2.5em;
	line-height: 1.25;
	margin: 10px 0 0;
	overflow: hidden;
}
.story-listing .row .col a.story-title > span {
	color: #ec1b24;
	text-transform: uppercase;
}
.story-listing .row .col a.story-title > span.date {
	font-size: .75em;
}

.story-listing .row .col:hover {
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.story-listing .row .col:hover .eye-w {
	display: block;
}
/* FAQ */
.section-faq h2 {
	font-size: 42px;
	color: #40413e;
	font-weight: 700;
	margin: 15px 0;
}

.section-faq .panel-group .panel {
	box-shadow: none;
	border-radius: 0;
}

.section-faq .panel-title > a {
	display: block;
	background: no-repeat 5px center url('../img/faq/faq-play2.png') #efefef;
	padding: 10px 15px 10px 30px;

}

.section-faq .panel-title > a.collapsed {
	color: #40413e;
	background-image: url('../img/faq/faq-play.png');
}

.section-faq .panel-title > a:hover, .panel-title > a {
	color: #d21c00;
}

.section-faq .panel-group .panel-heading {
	border-radius: 0;
	padding: 0;
}

.section-faq .panel-group .panel-body {
	background-color: #efefef;
}

@media ( max-width: 1024px ) {
	.section-faq .panel-group {
		width: 80%;
	}
}

@media ( max-width: 768px ) {
	.section-faq .panel-group {
		width: 90%;
	}
}

.section-technology {
	background: #FFFFFF;
	padding-bottom: 75px;
}
.section-technology .tech-content{
	padding:30px 10px;
}
.section-technology .red{ color:#ed1c24; }

.section-technology .technology-page p{
	font-size:12px;
}
.section-technology .technology-group h2{
	text-align:left;
	padding:25px 25px;
	margin-bottom:0
}
.section-technology .technology-group .panel-heading{
	border-bottom:#ed1c24 solid 1px;
	background-color:#e8e8e8;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.section-technology .technology-group .panel{
	border:none;
	border-radius: 0;
}
.section-technology .technology-group .panel-group .panel{
	border-radius: 0;
}
.section-technology .technology-group .panel + .panel {
	margin-top: 0;
}
.section-technology .technology-group .panel-heading{
	padding:0;
}
.section-technology .panel-title > a,
.section-technology .technology-group .panel-body {
	padding: 15px 25px;
	display: block;
}
.section-technology .technology-group .panel-title{position:relative;}
.section-technology .technology-group .panel-title a:after{
	font-family:FontAwesome;
	content:"\f0d7";
	position:absolute;
	right:25px;
	color:#ed1c24;
}
.section-technology .technology-group .panel-title a.collapsed:after{
	font-family:FontAwesome;
	content:"\f0da";
}
.section-technology .panel-body img{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.section-technology .technology-group .panel .panel-collapse .panel-body table{
	background-color:#888686;
	color:#fbfbfb;
	border-radius:10px;
}
.section-technology .technology-group .panel .panel-collapse .panel-body table tr{
	padding:15px 20px;
	display: table-cell;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}
.section-technology .technology-group .panel .panel-collapse .panel-body ul{
	padding-left: 15px;
	margin-bottom: 0;
}
.section-technology .technology-group .panel .panel-collapse .panel-body table tr td{
	vertical-align: top;
}

/* Landing Page */
.landing-section {
	padding-top: 45px;
}
.landing-section .title {
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.landing-section .divider {
	margin: 0 auto;
}
.landing-section .button,
.landing-section .button.first-block {
	padding: 30px 0 40px 0;
}
.landing-section .button.last-block {
	padding: 30px 0 60px 0;
}
.landing-section .button {
	text-align: center;
}
.landing-section .button a {
	min-width: 145px;
	margin-right: 20px;
	display: inline-block;
	list-style: none;
	text-align: left;
	position: relative;
}
.landing-section .button a.longer-width {
	min-width: 180px;
}
.landing-section .button a:after {
	content: '\f054';
	position: absolute;
	right: 10px;
	font-family: fontAwesome;
	font-size: 15px;
}
.second-landing-section {
	padding-top: 0;
}

@media ( max-width: 767px ) {
	.landing-section {
		padding-top: 30px;
	}
	.second-landing-section {
		padding-top: 0
	}
	.landing-section .button a {
		display: list-item;
		max-width: 145px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.landing-section .title {
		font-size: 28px;
		margin-bottom: -5px;
	}
	.landing-section .button {
		padding: 10px 0 10px 0;
	}
}

.section-accessory-shortcode .table-spec-wrapper{
	padding-bottom:30px;
}
.specs-table {
	display: table;
	width: 100%;
	padding: 0;
	margin-top:20px;
	/*min-width: 950px;*/
}
.section-accessory-shortcode .specs-table .specs-table{
	margin-top:0;
}
.section-accessory-shortcode .row.header > div, .row.value > div, .section-accessory-shortcode .row.header-spec > div{
	display:table-cell;
	padding: 5px;
}
.section-accessory-shortcode .row.header > div {
	padding:30px 5px 0 5px;
}
.section-accessory-shortcode .row.header, .row.value, .section-accessory-shortcode .row.header-spec {
	display: table-row;
}
.section-accessory-shortcode .colspan{
	padding: 0 !important;
}
.section-accessory-shortcode .row.header > div{
	vertical-align: bottom;
}
.section-accessory-shortcode .row.header > div:first-child,.section-accessory-shortcode .row.value > div:first-child{
	text-align:left;
	font-weight:bold;
	color:#252525;
}
.section-accessory-shortcode .dark-gray{background-color:#58585A;}
.section-accessory-shortcode .red{background-color:#ed1c24;}
.section-accessory-shortcode .specicon {
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
}
.section-accessory-shortcode .section-accessory-shortcode .specicon-size {
	background-image: url('../img/icon/specs/spec-4.png');
}
.section-accessory-shortcode .specicon-weight {
	background-image: url('../img/icon/specs/spec-5.png');
}
.section-accessory-shortcode .specicon-code {
	background-image: url('../img/icon/specs/spec-6.png');
}
.section-accessory-shortcode .specicon-etrto {
	background-image: url('../img/icon/specs/spec-3.png');
}
.section-accessory-shortcode .specicon-7{background-image: url('../img/icon/specs/spec-7.png');}
.section-accessory-shortcode .specicon-new{width: 45px;}
.section-accessory-shortcode .specicon-name{text-transform:uppercase; width:100%; font-weight:bold;color:#252525;}
.section-accessory-shortcode .row.header .specicon {
	display: inline-block;
	height: 28px;
}
.section-accessory-shortcode .specs-table .row.value:nth-child(even) {
	background-color: #f0f0f0;
}
.section-accessory-shortcode .new-item{
	background-image: url('../img/icon/specs/new-icon.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 28px;
}
/*===== collapse ======*/
.section-accessory-shortcode .panel-group .panel{
	border-radius:0;
}
@media ( max-width: 767px ) {
	.section-accessory-shortcode .row.header, .row.value, .row.header-spec{
		text-align:left;
	}
	.section-accessory-shortcode .new-item {
    background-position: left center;
	}
	.section-accessory-shortcode .table-spec-wrapper .panel .btn{
		width:100%;
		border-radius: 0;
		color:#252525;
		text-align:left;
		background-color:#efefef;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:solid 1px #252525;
		padding-left: 40px;
		position: relative;
	}
	.section-accessory-shortcode .table-spec-wrapper .panel p{
		text-align:left;
	}
	.section-accessory-shortcode .table-spec-wrapper .panel .btn:before{
		content: "\f144";
		font-family:"fontawesome";
		position:absolute;
		left:5px;
		color:#c3c3c3;
		font-size:30px;
		top: -4px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.section-accessory-shortcode .table-spec-wrapper .panel .btn.collapsed{
		border-bottom:none;
	}
	.section-accessory-shortcode .table-spec-wrapper .panel .btn.collapsed:before{
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.section-accessory-shortcode .table-spec-wrapper .panel{
		background-color:#efefef;
		border:solid 1px #252525;
		margin:20px 0;
		overflow:hidden;
	}
	.section-accessory-shortcode .specs-table {
		margin-top:0;
	}
	.section-accessory-shortcode .specs-table .row.header, .section-accessory-shortcode .specs-table .row.header-spec {
		display:none;
	}
	.section-accessory-shortcode .specs-table .row.value:nth-child(even) {
		background-color: #e2e2e2;
	}
}
@media ( min-width: 768px ) {
	.section-accessory-shortcode .table-spec-wrapper .panel .collapse{
		height:auto !important;
		display:block;
	}
	.section-accessory-shortcode .row.header, .section-accessory-shortcode .row.value, .row.header-spec {
		display: table-row !important;
	}
	.section-accessory-shortcode .table-spec-wrapper .panel{
		border:none;
		margin:20px 0;
		overflow:hidden;
		box-shadow: none;
	}
	.section-accessory-shortcode .panel-group{
		width: 100%;
	}
}

.section-accessory-shortcode .table-responsive {
	border: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: auto;
}

.section-accessory-shortcode .specs-table .table-responsive .mCustomScrollBox{
	margin-top:0;
}
.section-accessory-shortcode .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden, .section-accessory-shortcode .specs-table-wheel .table-responsive {
	min-width: 100%;
}

.section-accessory-shortcode .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
		margin:1px auto;
    width: 85%;
		background-color:#d12229;
}
.section-accessory-shortcode .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
    margin-right: 0;
		margin-top:20px;
}
.section-accessory-shortcode .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: 0;
}
.section-accessory-shortcode .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height: 17px;
	border-radius:0;
	border-bottom:1px solid #838383;
	margin:0;
}
.section-accessory-shortcode .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{
	margin:0;
}
/*product */
.section-product .bar {
	padding: 10px 0 20px 0;
	text-align: center;
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 10px 88px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 88px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 88px 0px rgba(0,0,0,0.2);
}
.section-product .bar > a {
	color: #252525;
	display: inline-block;
	font-family: museo, serif;
	font-size: 20px;
	padding: 0;
	position: relative;
	text-align: center;
}
.section-product .bar > a:before {
	content: '|';
	display: inline-block;
	margin: 0 14px 0 10px;
}
.section-product .bar > a:first-child:before { content: none; }
.section-product .bar > ul > li {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.section-product .bar ul  li  a {
	font-family: museo, serif;
	font-size: 16px;
}
.section-product .bar a.selected,
.section-product .bar a:hover,
.section-product .bar a:focus {
	color: #000;
}
.section-product .bar a.btn {
	border-radius:0;
	font-size:16px;
	font-weight:bold;
	padding: 5px 0;
	margin: 0 20px;
	position: relative;
}
.section-product .bar a.btn.selected:before,
.section-product .bar a.btn.selected:after {
	width: 100%;
}
.section-product .bar a.btn:hover:before, .section-product .bar a.btn:hover:after {
	width: 100%;
}
.section-product .bar a.btn:before, .section-product .bar a.btn:after {
	content: '';
	width: 0;
	border-bottom: solid 2px #000;
	position:absolute;
	z-index: 1;
	transition:all .25s;

	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	        transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */

	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.section-product .bar a.btn:before {
	top: 0;
	left: 0;
}

.section-product .bar a.btn:after {
	bottom: 0;
	left: 0;
}

.section-product .bar a.btn:active {
	box-shadow: none;
}
.section-product .bar > ul > li > a {
	padding: 10px 10px;
	text-align: center;
}
.section-product .bar .nav li a.selected,
.section-product .bar .nav li a:hover,
.section-product .bar .nav li a:focus {
	background: none;
}
.section-product .bar > ul > li > .dropdown-menu{
	background-color:rgba(255,255,255,1);
	border: none;
	border-radius:0;
	left: 0;
	margin: 0;
	min-width: 200px;
	right: 0;
}
.section-product .bar > ul > li > .dropdown-menu a {
	white-space: normal;
}
.section-product .bar > ul > li > .dropdown-menu a:hover {
	background: none;
}
@media (max-width: 640px){
	.section-product .bar > a {
		padding: 0;
	}
}
.section-product .product-title,
.section-product .product-subtitle {
	font-family: museo, serif;
	line-height: 1.1;
	text-transform: uppercase;
}
.section-product .product-title { font-weight: bold; }
.section-product .product-title > span { color: #df030a; }

/*section similar products*/
.section-product .product-masthead{
	height: 288px;
	margin-top: 22px;
	width: 100%;
}
.section-product .row .col{
	padding: 40px 0 30px 0;
}
.row.gradient{
	background: #FFFFFF;
	background-image: -ms-linear-gradient(top, #FFFFFF 80%, #EFEFEF 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 80%, #EFEFEF 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 80%, #EFEFEF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #FFFFFF), color-stop(1, #EFEFEF));
	background-image: linear-gradient(to bottom, #FFFFFF 80%, #EFEFEF 100%);
}
.section-product .item {
}
.section-product .item .thumb:after {
	background:none;
	content: '';
	display: block;
	height: 5px;
}
.section-product .item .thumb img {
}
.section-product .item .desc {
	padding: 20px 0;
}
.section-product .item .desc .product-title {
	font-size: 21px;
	margin: 0;
}
.section-product .item .desc .product-subtitle {
	margin: 8px 0 0 0;
	font-size:17px;
	font-style:italic;
	white-space: normal;
}
.section-product .item .desc .product-subtitle:after {
	/**content: "\f054";**/
	font-family: FontAwesome;
	margin-left: .5em;
	vertical-align: middle;
}
.section-product .item .desc .product-subtitle.no-icon:after {
	content: "";
}
.section-product .item .desc .desc-detail {
	padding: 0 20px;
	margin: 0;
}
.btn-logout {
	border-radius: 10px;
}
.section-product .item .desc.padding-10 {
	padding: 10px 0;
}

.ev-video-row {
	padding: 0;
}

/** Influencer Masthead **/
.influencer-masthead h1 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}
@media(max-width: 1024px) {
	.influencer-masthead h1 {
		padding: 10px 0;
	}
}
@media(max-width: 767px) {
	.influencer-masthead h1 {
		line-height: 50px;
		padding: 15px 0;
	}
}
.container-fluid.full-width {
	max-width:100%;
}

/** Review Link */
.media-coverage div.table {
	width: 100%;
	display: table;
	padding: 25px 0;
	margin-bottom: 0px;
}
.media-coverage div.table div.table-row {
	display: table-row;

}
.media-coverage div.table .table-row .table-cell {
	width: 20%;
	display: table-cell;
	padding-bottom: 15px;
}
.media-coverage p,
.media-coverage h3 {
	font-family: museo;
	font-size: 40px;
	margin: 0;
	font-weight: 700;
	color: #000;
}
.media-coverage h3 {
	padding: 90px 0 20px 0;
}
.media-coverage p {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.review-btn {
	position: relative;
	cursor: pointer;
	display: block;
	color: #fff;
	width: 90%;
	font-family: museo,serif;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-ms-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
	white-space: nowrap;
}
.review-btn:hover {
	color: #FFF;
}
.media-coverage div.table .table-row .table-cell:last-child .review-btn {
	width: 100%;
}
.review-btn.diamond {
	background-color: rgba(61,55,56,1);
}
.review-btn.diamond:after, .review-btn.diamond:before {
	border-color: transparent rgba(61,55,56,1);
}
.review-btn.diamond.left:before {
	left: -16px;
	border-width: 35px 17px 32px 0;
}
.review-btn.diamond.right:after {
	right: -16px;
	border-width: 35px 0 32px 17px;
}
.review-btn.diamond.softgrey {
	background-color: rgba(84,84,84,1);
}
.review-btn.diamond.softgrey:after, .review-btn.diamond.softgrey:before {
	border-color: transparent rgba(84,84,84,1);
}
.review-btn.diamond.darkgrey {
	background-color: rgba(58,58,58,1);
}
.review-btn.diamond.darkgrey:after, .review-btn.diamond.darkgrey:before {
	border-color: transparent rgba(58,58,58,1);
}
.review-btn.diamond.softgrey:after, .review-btn.diamond.softgrey:before {
	border-color: transparent rgba(84,84,84,1);
}
.review-btn.diamond.grey {
	background-color: rgba(199,199,199,1);
}
.review-btn.diamond.grey:after, .review-btn.diamond.grey:before {
	border-color: transparent rgba(199,199,199,1);
}
.review-btn.diamond-in {
	background-color: rgba(61,55,56,1);
}
.review-btn.diamond-in.left:before {
	border-color: rgba(61,55,56,1) transparent;
	left: -16px;
	border-width: 35px 0 32px 17px;
}
.review-btn.diamond-in.right:after {
	border-color: rgba(61,55,56,1) transparent rgba(61,55,56,1) rgba(61,55,56,1);
	right: -16px;
	border-width: 35px 17px 32px 0px;
}
.review-btn.diamond-in.softgrey {
	background-color: rgba(84,84,84,1);
}
.review-btn.diamond-in.softgrey.left:before {
	border-color: rgba(84,84,84,1) transparent;
}
.review-btn.diamond-in.softgrey.right:after {
	border-color: rgba(84,84,84,1) transparent rgba(84,84,84,1) rgba(84,84,84,1);
}
.review-btn.diamond-in.darkgrey {
	background-color: rgba(58,58,58,1);
}
.review-btn.diamond-in.darkgrey.left:before {
	border-color: rgba(58,58,58,1) transparent;
}
.review-btn.diamond-in.darkgrey.right:after {
	border-color: rgba(58,58,58,1) transparent rgba(58,58,58,1) rgba(58,58,58,1);
}
.review-btn.diamond-in.grey {
	background-color: rgba(199,199,199,1);
}
.review-btn.diamond-in.grey.left:before {
	border-color: rgba(199,199,199,1) transparent;
}
.review-btn.diamond-in.grey.right:after {
	border-color: rgba(199,199,199,1) transparent rgba(199,199,199,1) rgba(199,199,199,1);
}

.review-btn:before, .review-btn:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0;
	top:0px;
}
@media (max-width: 1024px) {
	.review-btn {
		width: 85%;
		font-size: 10.7px;
		padding: 15px 0;
	}
	.review-btn.diamond-in.left:before {
		border-width: 24px 0 22px 17px;
	}
	.review-btn.diamond-in.right:after {
		border-width: 24px 17px 22px 0px;
	}
	.review-btn.diamond.left:before {
		border-width: 24px 17px 22px 0;
	}
	.review-btn.diamond.right:after {
		border-width: 24px 0 22px 17px;
	}
	.media-coverage h3 {
		font-size: 23.95px;
		padding: 50px 0 15px 0;
	}
	.media-coverage p {
		font-size: 10.5px;
	}
	.media-coverage div.table {
		padding: 25px 0;
	}
	.media-coverage div.table .table-row .table-cell {
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.review-btn {
		width: 75%;
		font-size: 12px;
		height: 70px;
		font-weight: 300;
		line-height: 17px;
		display: table;
		white-space: normal;
	}
	.review-btn span {
		display: table-cell;
		vertical-align: middle;
		height: inherit;
	}
	.review-btn.diamond-in.left:before {
		left: -9px;
		border-width: 50px 0 50px 10px;
	}
	.review-btn.diamond-in.right:after {
		right: -9px;
		border-width: 50px 10px 50px 0px;
	}
	.review-btn.diamond.left:before {
		left: -9px;
		border-width: 50px 10px 50px 0;
	}
	.review-btn.diamond.right:after {
		right: -9px;
		border-width: 50px 0 50px 10px;
	}
	.media-coverage h3 {
		font-size: 30px;
		padding: 60px 0 15px 0;
	}
	.media-coverage p {
		font-size: 18px;
		padding: 0 20px;
	}
	.media-coverage div.table {
		padding: 20px 0 85px;
	}
	.media-coverage div.table .table-row .table-cell {
		padding-bottom: 10px;
		vertical-align: top;
	}
	.media-coverage div.table .table-row .table-cell {
		width: 10%;
	}
}
/* Influencer Review Home */

.influencer-reviews-home {
	margin-bottom: 6px;
	position: relative;
}
.influencer-reviews-home > .row {
	margin-left: -20px;
	margin-right: -20px;
}
.square-box {
	position: relative;
	overflow: hidden;
	float:left;
	width: 20%;
}
.square-box:before{
	content: "";
	display: inline-block;
	padding-top: 100%;
}
.square-content{
	position:  absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	right: 0px;
	color: white;
	background-color: rgba(0,0,0,0.4);
	font-family: museo, serif;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 5px solid rgba(255,255,255,0.4);
}
.square-box .square-content{
	border-right: 5px solid rgba(255,255,255,0.4);
}
.item .square-box:last-child .square-content {
	border-right: none;
}
.item:nth-child(3) .square-content {
	border-bottom: none ;
}
.square-content div {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.square-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
	line-height: 20px;
	font-weight: 500;
	padding: 20px;
}
.influencer-title {
	padding: 45px 0;
	width: 100%;
	position: relative;
	background: #000;
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 0px;
}
.viewmore-btn {
	padding: 20px 0;
}
.viewmore-btn a {
	width: 200px;
	margin-right: 20px;
}
@media (max-width: 1024px) {
	.influencer-title {
		font-size: 29px;
		padding: 30px 0;
	}
	.square-content{
		font-size: 12px;
		border-bottom: 7px solid rgba(255,255,255,0.4);
	}
	.viewmore-btn {
		padding: 15px 0;
	}
  .viewmore-btn a {
	  padding: 5px 25px 5px 25px;
	  font-size: 12px;
	  width: 120px;
	  margin-right: -20px;
  }
  .viewmore-btn a:before,.viewmore-btn a:before {
	  width: 20px;
  }
	.viewmore-btn a:before {
		right: -17px;
		top: 5px;
	}
	.viewmore-btn a:after {
		width: 20px;
		right: -10px;
		bottom: 2px;
		top: 0;
	}
}
@media (max-width: 767px) {
	.influencer-title {
		font-size: 28px;
		line-height: 30px;
	}
	.square-box {
		width: 50%;
	}
	.square-content{
		font-size: 12px;
		border-bottom: 7px solid rgba(255,255,255,0.4);
	}
	.viewmore-btn a {
		padding: 5px 25px 5px 25px;
		font-size: 14.73px;
		width: 220px;
		margin-right: -10px;
	}
	.viewmore-btn a:before,.viewmore-btn a:before {
		width: 20px;
	}
	.viewmore-btn a:before {
		right: -17px;
		top: 5px;
	}
	.viewmore-btn a:after {
		width: 20px;
		right: -10px;
		bottom: 2px;
		top: 0;
	}
	.viewmore-btn {
		position: relative;
		bottom: auto;
		padding: 20px 0;
	}
  .no-border-bottom-mobile {
	  border-bottom: none;
  }
	.item:nth-child(3) .square-content,
	.item .square-box:last-child .square-content,
	.item .square-content {
		border-bottom: 7px solid rgba(255,255,255,0.4);
		border-right: 7px solid rgba(255,255,255,0.4);
	}
	.item:nth-child(3) .square-box:nth-child(4) .square-content,
	.item:nth-child(3) .square-box:nth-child(5) .square-content {
		border-bottom: none;
	}


}

/* Press Blog Post */
table.press-table tbody {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
table.press-table tr td,
table.press-table tr th {
	position: relative;
	border: 1px solid transparent;
}
table.press-table th.has-border-bottom {
	border-bottom-color: #9c9c9c;
}
table.press-table tr.content-has-border-bottom td {
	border-bottom-color: #9c9c9c;
}
table.press-table tr td:first-child:after,
table.press-table tr th:after {
content: '';
	position: absolute;
	top: -3px;
	bottom: -3px;
	right: -5px;
	border: 4px solid #fff;
}
table.press-table tr td:first-child,
table.press-table tr th {
	font-family: museo,serif;
	font-size: 24px;
	color: #009933;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 0;
}
h2.table-title {
	font-family: museo,serif;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
table.press-table tr td a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000 !important;
	font-weight: 500;
}
@media (max-width: 767px) {
	h2.table-title {
		font-size: 22px;
		text-align: center;
		padding-bottom: 25px;
	}
	table.press-table th.has-border-bottom {
		border-top-color: #9c9c9c;
	}
	table.press-table tr th,
	table.press-table tr td {
		display: block;
	}
	table.press-table tr th {
		width: 40%;
		float: left;
		font-size: 22px;
		padding: 10px;
	}
  table.press-table tr td {
	  display: inline-block;
	  float: right;
	  width: 60%;
	  padding: 15px;
	  border: none;
  }
	table.press-table tr {
		border: none;
	}
	table.press-table tr td:first-child {
		border-bottom: 1px solid;
	}
	table.press-table th.has-border-bottom {
		border-bottom-color: transparent;
	}
	table.press-table tr.content-has-border-bottom td:last-child {
		border-bottom: 1px solid #9c9c9c;
	}
  table.press-table td.has-border-bottom-mobile {
	  border-bottom: 1px solid #9c9c9c;
  }
	table.press-table tr td a {
		font-size: 16px;
	}
}
header {
    z-index: 1500;
}
/* Cookie */
.cookie-wrapper {
	display: none;
	height: 0;
	font-size: 10px;
	background: #747f81;
	color: #fff;
	height: auto;
	font-family: SimpleSansMedium,sans-serif;
	position: relative;
	text-align: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    z-index: 1031;
}
.cookie-wrapper p {
    padding-right: 25px;
    padding-left: 25px;
	line-height: 14px;
}
.cookie-wrapper .cookie-info-title {
	background: #1a1a1a;
	color: #fff;
	padding: 15px;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	font-family: SimpleSansMedium,sans-serif;
    text-align: center;
}
.cookie-left {
    float: left;
    word-wrap: break-word;
    text-align: center;
    padding: 15px;
}
.cookie-right {
    right: 10px;
    top: 15px;
    position: absolute;
}
.cookie-wrapper a {
	color: #fff;
}
.cookie-wrapper a:focus,
.cookie-wrapper a:hover {
	text-decoration: none;
	outline: none;
}
.cookie-wrapper .cookie-content {
	padding: 20px;
}
.close-cookie {
    float: right;
	line-height: 14px;
}
.x-button-wrapper {
    width: 10px;
}
.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
/* End of Cookie */

@keyframes slidein {
	from {
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
