@charset "utf-8";
/*---Common and Standard->START*/

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Oswald",sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
.org-clear {
	clear: both;
}
.org-wrap {
	width: 100%;
}
.org-background {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background:url(../images/bg.png) repeat center top;
	display: table;
}
.org-main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.org-wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	
}
.org-content {
	width: 1200px;
	margin: 0px auto 0;
	padding:0;
	display: table;
	
}
/*---Common and Standard---<<END*/

/*---Header->START*/
#org-header {
  background: rgba(0, 0, 0, 0) url("../images/header-bg.png") no-repeat scroll center top;
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.top-header {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.header {
	display: table;
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.org-right {
	float: right;
	width:700px;
	margin: 0px 0;
	padding: 0;
}
#org-logo {
	float: left;
	margin:0px 0;
	padding: 0;
	text-align: left;
	width: auto;
}
#org-logo img {
	margin: 0;
	border: 0 none;
}
.welcome {
  color: #fff;
  float: left;
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.welcome span{
	color:#952e33;
	
}
.org-topmenu {
	width: auto;
	float: right;
	margin:0px 0;
	padding: 0;
	position: relative;
}
.org-topmenu ul {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.org-topmenu li {
	float: left;
	width: auto;
	margin: 0 0 0 0px;
	padding: 0 10px ;
	list-style: none;
	transition: all 0.5s ease;
}

.org-topmenu li a {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
	font-family: "Oswald",sans-serif;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: bold;
	height: 36px;
    line-height: 36px;
	text-transform:uppercase;
	
}
.org-topmenu li a:hover {
	background:url(../images/top-menu-img.png) no-repeat center bottom;
}


.call {
	float: none;
	margin: 0;
	padding:35px 0;
	text-align: right;
	width: 100%;
}
.menu-holder {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0;
	float: left;
}
#org-menu {
  float: right;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
}
#org-menu ul {
	display: table;
	margin: 13px ;
	padding: 0;
	text-align: center;
}
#org-menu li {
	float: left;
	width: auto;
	margin: 0;
	list-style: none;
	padding: 0 20px;
}
#org-menu li a {
	width: auto;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-weight: normal;
	 text-shadow: 2px 1px 1px #545454;
}
#org-menu li:hover {
	color: #fff;
	background: #000;
}



.promo-banner {
	display: table;
	margin: 13px 0;
	padding: 0px 0 0;
	text-align: center;
	width: 100%;
}

#banner-holder {
	width: auto;
	display: table;
	height: auto;
	padding: 0;
	margin: 13px auto 0;
	position: relative;
	float:;
}

#org-banner {
	height: auto;
	margin: 0 auto 0px;
	padding: 0;
	overflow: hidden;
	width: 1200px;
}
#cssSlider {
	width: 1200px;
	height: 386px;
	overflow: hidden;
	border: 0 none;
	margin: 0 auto;
}
#sliderImages {
	width :4800px;
	height: 386px;
	overflow: hidden;
	/* animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide */
	animation: slide 10s infinite;
	-moz-animation: slide 10s infinite;
	-webkit-animation: slide 10s infinite;
	-o-animation: slide 10s infinite;
}
#sliderImages img {
	float: left;
	width: 100%;
	max-width: 1200px;
}
 @keyframes slide {
0% {
margin-left: 0px;
}
10% {
margin-left: 0px;
}
20% {
margin-left: -1200px;
}
40% {
margin-left: -1200px;
}
50% {
margin-left: -2400px;
}
60% {
margin-left: -2400px;
}
 70% {
margin-left: -3600px;
}
80% {
margin-left: -3600px;
}

100% {
margin-left: -3600px;
}
}

/*---Header---<<END*/


/*---Footer->START*/
.org-wrapcens {
	width: 100%;
	padding: 0;
	float: left;
	margin: 50px 0 0;
}
#org-footer {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #ff0000;
	background: rgba(20,20,20,1);
	background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,20,20,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000', GradientType=0 );
}
.top-col {
	display: table;
	margin: 50px auto 0;
	padding: 0;
	width: 1000px;
}
.f-col1 {
	width: 100%;
	padding: 0;
	margin: 0px auto;
	background: url(../images/foo-menu.png) no-repeat top center;
}
.f-col1 ul {
	display: table;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}
.f-col1 ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.f-col1 ul li:last-child {
	background: none;
}
.f-col1 ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	padding: 0 20px 0 20px;
	letter-spacing: 1px;
	margin: 0px;
	float: left;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 #7c0000;
}
.f-col1 ul li a:hover {
	text-decoration: none;
	color: #000;
}
.f-col2 {
	width: 30%;
	padding: 0;
	margin: 0px;
	float: right;
	text-align: left;
}
.f-col2 img {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.f-col3 {
	float: left;
	margin: 0;
	padding: 0 0 11px;
	text-align: left;
	width: 22%;
	border-right: 1px solid #686868;
}
#org-social {
	display: table;
	float: left;
	margin: 5px auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
#org-social ul {
	display: table;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: auto;
}
#org-social ul li {
	width: auto;
	margin: 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}
#org-social ul li:nth-child(1) {
	margin: 0 5px 0 0;
}
#org-social ul li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0px 0;
	padding: 0px;
	float: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
#org-social ul li a:hover {
	opacity: 0.7;
}
.f-col4 {
	width: 31%;
	padding: 0;
	margin: 0px;
	float: left;
	text-align: center;
	border-right: 1px solid #2a2a2a;
}
#org-newsletter {
	height: auto;
	padding: 0;
	float: left;
	margin: 0px;
	border-right: 1px solid #2a2a2a;
	width: 37%;
}
#org-footer h1 {
	width: 100%;
	float: left;
	margin: 0 0 3px;
	padding: 0.2em 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: none !important;
}
#org-newsletter #org-text {
	color: #222222;
	font-family: 'PT Sans', sans-serif;
	font-size: 11pt;
	line-height: 15px;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 0em 0em 0.2em 0em;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#org-newsletter #org-text p {
	padding: 0px;
	margin: 0px;
}
#org-signup {
	position: relative;
	padding: 0;
	height: auto;
	width: auto;
	margin: 10px auto 0;
	text-align: center;
	display: table;
}
#org-signup > a {
	background: #ff0000;
	display: block;
	border: none 0px;
	cursor: pointer;
	text-decoration: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 2px 15px;
	transition: all 0.4s ease-out 0s;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 20px;
}
#org-signup > a:hover {
	background: #FFF;
	color: #ff0000;
}
.org-copy-hold {
	width: 1200px;
	padding: 0;
	margin: 40px auto;
	display: table;
}
#org-copy {
	text-align: center;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
}
#org-copy span {
	color: #FFF;
	font-weight:bold;
}
#org-designedby {
	text-align: center;
	width: 100%;
	float: right;
	padding: 0 1em 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #b3b3b3;
	margin: 5px 0 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#org-designedby a {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #b3b3b3;
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
	text-transform: uppercase;
}
#org-designedby a:hover {
	color: #b3b3b3;
	text-decoration: underline;
}
.f-col4 a {
	font-family: 'Oswald', sans-serif;
	color: #FFF !important;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.4s ease-out 0s;
}
.f-col4 a:hover {
	text-decoration: underline;
}
/*---Footer->END*/

/*---Listing Column start----*/

#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 15px 0 0;
	padding: 0;
	
}
.org-listingarea-box {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.org-listinghead {
	width: 1180px;
	color: #fff;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight:400;
	line-height: normal;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform: uppercase;
	background:url(../images/listing-titel-bg.png) repeat-x center top #a21212 ;
}
.desc-hedtitle {
	width: 1180px;
	color: #fff;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight:400;
	line-height: normal;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform: uppercase;
	background:url(../images/listing-titel-bg.png) repeat-x center top #a21212 ;
}
.desc-rd {
	width:1170px;
	float: left;
	padding: 15px;
	margin: 0;
	 background: #0e0e0e none repeat scroll 0 0;
  border: 0px solid #e2e2e2;
}
.desc-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #b2b2b2;*/
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
.related-products > ul{
	display: table;
    margin:0 auto;
    padding: 0;
}
.related-products > ul li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0 30px 30px !important;
  width: auto;
}
.related-products img {
}

.red{
color:#F00;	
}
/*---Listing Column End----*/

.org-scrolleo-box {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: 0 none;
}
/*===========Gallery=============*/

#gallery {
background: rgba(0, 0, 0, 0.7);
  border: 0px solid #e2e2e2;
  float: left;
  height: auto;
  margin: 0;
  padding: 30px;
  position: relative;
  width: 1140px;
}
#gallery #fullsize {
  /*background: #fff none repeat scroll 0 0;*/
  border: 0 solid #e2e2e2;
  float: left;
  /*height: 550px;*/
  height: 900px;
  margin: 0 60px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 1020px;
  z-index: 200;
  border-radius:10px;
}
#gallery #fullsize div {
	width: 100%;
	/*height: 550px;*/
}
#gallery #fullsize div span {
	width: 1020px;
	height: 550px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#gallery #fullsize div img {
	clear: both;
	display: block;
	margin: 0 auto;
	border: 0 none;
	width: 900px;
	max-width: 100%;
	max-height: 900px;
	height: auto;
	position: relative;
	background: #fff;
	padding: 0;
}
#gallery #slides {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 500;
}
#gallery #slides div {
	width: 100%;
	height: auto;
	position: relative;
}
#gallery #slides div ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: auto;
	height: auto;
	display: table;
}
#gallery #slides div ul li {
	padding: 0;
	margin: 8px;
	width: auto;
	height: auto;
	float: left;
}
#gallery #slides div ul li a {
	display: table-cell;
	/*width: 100px;*/
	width: auto;
	/*height: 100px;*/
	height: auto;
	vertical-align: middle;
	background:#fff;
	border: 0px solid #e2e2e2;
	 border-radius:10px;
}
#gallery #slides div ul li a img {
	display: table-cell;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height:90px;
	vertical-align: middle;
	border: 0;
	margin:0 auto;
	text-align:center;
}
#gallery #slides div ul li:empty {
	display: none!Important;
	border: none;
	width: 0;
	height: 0;
}
#gallery #slides div ul li a:empty {
	display: none!Important;
	border: none;
	width: 0;
	height: 0;
}
img[src=""], img[src=" "] {
	background: none !important;
	border: none !important;
	height: 0 !important;
	width: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: none !important;
}
/*===========Gallery=============*/

/*===========Tab=============*/
.listing-tab {
	width: 100%;
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
	background: url("../images/listing-bg.png") no-repeat scroll center top;
}
.listing-tab main {
	min-width: 320px;
	max-width: 100%;
	float: left;
	padding: 0px 0 0 0;
	margin: 0 auto;
}
.listing-tab section {
	width: 1170px;
	float: left;
	margin: 0;
	padding: 15px;
	display: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #b2b2b2;*/
	color: #fff;
	font-weight: normal;
	text-align: justify;
	 background: #0e0e0e none repeat scroll 0 0;
  border: 0px solid #e2e2e2;
}
.listing-tab section ol {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
.listing-tab section ol li {
	width: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.listing-tab section ol li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: lower-alpha;
}
.listing-tab section ol li ul li {
	width: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.listing-tab input {
	display: none;
}
.listing-tab .margin-none {
	border: 0px solid #ddd;
	width: 168px;
	margin: 0 0px 0 0;
}
.listing-tab label {
	width: 166px;
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 15px;
	color: #fff;
	border: 0 none;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight:500;
	letter-spacing:1px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 111;
	cursor: pointer;
	border-right: 0px solid #d98387;
	border-left: hidden;
	 background:  url("../images/listing-titel-bg.png") repeat-x scroll center top;
	
}
.listing-tab .labeld {
	width: 13.8% !important;
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 15px;
	color: #fff;
	border: 0 none;
	font-family: 'Oswald', sans-serif;
	font-size: 13px !important;
	font-weight:500;
	letter-spacing:1px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 111;
	cursor: pointer;
	border-right: 0px solid #d98387;
	border-left: hidden;
	 background:  url("../images/listing-titel-bg.png") repeat-x scroll center top;
	
}
.listing-tab label:hover {
	background:#0e0e0e;
}
.listing-tab input:checked + label {
	background:#0e0e0e;
}
.listing-tab #tab1:checked ~ #content1,
 .listing-tab #tab2:checked ~ #content2, 
 .listing-tab #tab3:checked ~ #content3, 
 .listing-tab #tab4:checked ~ #content4, 
 .listing-tab #tab5:checked ~ #content5
  {
	display: block;
}
.listing-tab .d-link {
	padding: 0 14px;
	text-align: center
}
.listing-tab .d-link a {
	width: 100%;
	padding: 8px 0;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.listing-tab .d-link a:hover {
	color: #fff;
}

.mobile-tab {
	display: none;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.accordion {
	border: 1px solid #ddd;
	padding: 0;
	margin: 0 auto;
	list-style: none outside;
}
.accordion-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.accordion > * + * {
	border-top: 1px solid #fff;
}
.accordion-item-hd {
	display: block;
	padding: 8px 30px 8px 0;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	 background:url("../images/listing-titel-bg.png") repeat-x scroll center top;
}
.accordion-item-hd:hover {
	color: #fff;
	background:#0e0e0e;
}
.accordion-item-hd a {
	display: block;
	padding: 0;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.accordion-item-hd a:hover {
	color: #fff;
	background:#0e0e0e;
}
.accordion-item-input:checked ~ .accordion-item-bd {
	width: 96%;
	float: left;
	margin: 0;
	padding: 12px 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #b2b2b2;
	max-height: 3000px;
	-webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	background: #0e0e0e;
}
.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
	background: url(../images/minus.png) no-repeat center center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.accordion-item-hd-cta {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/plus.png) no-repeat center center;
	position: absolute;
	top: calc(35% - 6px );
	/*minus half font-size*/
	right: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
.accordion-item-bd {
	max-height: 0;
	margin-bottom: 0;
	padding: 0 2%;
	overflow: hidden;
	-webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
	transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}
.accordion-item-input {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

#novideo1 {display: none;}
#novideo2 {display: none;}
#novideo3 {display: none;}
#novideo4 {display: none;}

#efusion-promo-bot table { margin: 0 auto; width: 100%; }

.relatedno { display: none; }
.variation-section table { width: 100%; height: 235px; }
.variation-section table td { text-align: center; font-size: 0.9vw; color: #fff; text-transform: uppercase; font-weight: bold; vertical-align: top; }
.variation-section table td a { color: #fff; text-decoration: none; }
/*.variation-section table td img { max-width: 98%; max-height: 140px; border: 1px solid #ccc; }*/
.variation-section table td img { max-width: 140px; max-height: 140px; border: 1px solid #ccc; }

.variation-section .container {
  width: 100%;
}

.variation-section .container ul {
  list-style-type: none;
  margin:0;
  /*padding:10px 0;*/
}
.variation-section .container ul li {
  float: left;
  list-style-type: none;
  /*margin: 0 6px;*/
  margin: 2px;
}
.variation-section .container ul a {
  display: block;
  /*height: 142px;*/
  /*width: 142px;*/
  /*line-height: 26px;*/
  /*text-decoration: none;*/
  /*padding: 0px 4px;*/
}

.variation-section span {
	width: auto;
	max-width: 115px;
	display: block;
	word-wrap: break-word;
	font-size: 0.8vw;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.variation-section .container ul img {
	max-height: 115px;
	max-width: 115px;
	border: 1px solid #ccc;
}

.variation-section .container .float_center {
  float: right;

  position: relative;
  left: -48%; /* or right 50% */
  text-align: left;
}
.variation-section .container .float_center > .child {
  position: relative;
  left: 46%;
}

.variation-section-new {

}

.variation-section-new .container  {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: flex-start;
    justify-content: center;
	flex-direction: row;  
	height: 250px;
	width: 99%;
	margin-left: auto;
	/*margin-right: auto;*/
}

.variation-section-new .container div {
	margin: 5px;
	flex-grow: 0;
	max-width: 230px
}

.variation-section-new .container div img {
	width: 100%;
	/*height: 100%;*/
	border: 1px solid #ccc;
	/*max-height: 230px;
	max-width: 230px;*/
}

.variation-section-new .container div span {
	width: auto;
	/*max-width: 90%;*/
	display: block;
	word-wrap: normal;
	font-size: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	
}

.similar_products {
	/*background: rgba(0, 0, 0, 0) url(../images/featured-sec-bg.jpg) repeat scroll center 0;*/
	display: table;
	margin: 15 auto 0 auto;
	padding: 0;
	width: 100%;
}
.similar_products .cat-titel {
	color: #db282a;
	display: table;
	font-family: "Oswald",sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.similar_products .cat-titel span {
	color: #0f0f0f;
	display: table;
	font-family: 'Lato',sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: none;
	width: auto;
	background: none;
}
.similar_products ul {
	display: table;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: auto;
}
.similar_products ul li {
	float: left;
	list-style: outside none none;
	margin: 0 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 217px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.similar_products ul li:hover, .similar_products ul li:focus, .similar_products ul li:active {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.similar_products ul li a {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}

.similar_products ul li a img {
	width: 217px;
	height: 217px;
}
.products_pri {
	/*background: #000;*/
	box-sizing: border-box;
	color: #ffffff;
	display: -webkit-flex;
    display: flex;
	float: right;
	font-family: 'Oswald',sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 60px;
	line-height: 18px;
	margin: 0 auto;
	padding: 1px 5px 1px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.products_pri p {
	align-items: center;
	width: 100%;
	/*display: flex;*/
}
.similar_products ul li a:hover .products_pri {
	background: #ff0000;	
}

/* modified-2021 */
.modified-2021 .compatible-with .fitment-wrapper {
	text-align: center;
	text-transform: none;
}

.modified-2021 .compatible-with .fitment-content {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	text-align: left;
}

.modified-2021 .compatible-with h3 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

.modified-2021 .modified-2021-desc .desc-wrapper {
	display: flex;
	background: #0e0e0e none repeat scroll 0 0;
	padding-bottom: 10px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left {
	flex: 1;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery {
	width: auto;
	background: none;
	padding: 0px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #fullsize {
	width: auto;
	max-height: 500px;
	/*padding-top: 40px;*/
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #fullsize span {
	height: auto;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #fullsize span img {
	max-height: auto;
	max-width: 500px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides {
	margin-left: 61px;
	width: 500px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides #slide1 ul {
	margin: 0;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides #slide1 ul li {
	margin: 7px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides #slide1 ul li a {
	background: none;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides #slide1 ul li a img {
	max-height: 69px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-1, .modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-2 {
	/*width: 500px;*/
	max-height: 220px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-1 .ytvideo, .modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-2 .ytvideo {
	margin: 0px;
	max-height: 200px;
	/*min-width: 500px;*/
	width: 200px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-1, .modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-2 {
	display: flex;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-1 .video-wrapper-item, .modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-2 .video-wrapper-item {
	flex: 1;
	padding: 20px;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-1 .ytvideo a img, .modified-2021 .modified-2021-desc .desc-wrapper .desc-left #gallery #slides .video-wrapper-2 .ytvideo a img {
	/*height: 100px;*/
	/*width: 500px;*/
	width: 100%;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-right {
	flex: 1;
	color: #fff;
	padding-right: 60px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-right p:first-of-type {
	text-align: justify;
}

.modified-2021 .modified-2021-desc .desc-wrapper .desc-right .animation img {
	width: 100%;
}