@charset "utf-8";
/*----------intial declartaion of css----------*/
 * {padding:0; margin:0; list-style:none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: center;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none; cursor:pointer; }
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td {
	text-align: center;
}
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	width: auto;
}
.clear{ clear:both;}  
img{
	max-width: 80%;
	alignment-baseline: central;
	text-justify: auto;
}
/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}


p{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 25px;
	color: #000;
	text-align: justify;
}
h1{
	font-size: 18px;
	margin-bottom: 20px
}
h2{ font-size:26px; margin-bottom:20px}
h3{ font-size:20px; margin-bottom:20px}
h4{ font-size:16px; margin-bottom:20px}
h5{ font-size:30px; margin-bottom:20px}
h6{ font-size:30px; margin-bottom:20px; color:#F00}


body {
	margin: 0;
	padding: 0;
	font-family: "scale(0", "9)";
	font-size: 14pt;
	font-style: normal;
}
/*--------sticky footer or vertical footer------------*/
.wrapper {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -80px; /*initialize footer height in negative for sticky footer*/}
#footer-main, .push {height: 80px; /*initialize footer height here for sticky footer*/}
body, html {
	height: 100%;
}
/*--------sticky footer or vertical footer------------*/

/*-----------------------main styles starts here-----------------------------------------------*/
.main {
	width: 95%;
	margin: 0 auto;
}
.vl{vertical-align:middle;}
/*-----------header section styles goes here---------------*/
#header-main {background: #fff; width: 100%}
#header-main .header-section{ padding:31px 0 26px 0;}
#header-main .logo{
	margin: 2px 0 -10px 1px;
	max-height: 300px;
}
#header-main .right-content{
	float: right;
	width: 865px;
}
#header-main .icon-top-details{
	margin: 6px 6px 18px 0;
	float: right;
	width: 98%;
	text-align: right;
}
#header-main .icon-top-details ul{}
#header-main .icon-top-details li{ font-size:14px; color:#4d4d4d;font-weight: 300; margin-right:23px; display:inline-block; vertical-align:top; line-height:15px;}
#header-main .icon-top-details li .img-icon{margin-right:10px; display:inline-block;}
#header-main .icon-top-details li a{color:#4d4d4d;}
#header-main .icon-top-details li a:hover{
	color: #000000;
}
#header-main .icon-top-details li.last{margin-right:0;}
.menu-block{
	padding-left: 10%;
	float: right;
}
.menu-block ul{margin:0; padding:0;}
.menu-block li{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 25px;
	margin-right: 4px;
	text-transform: uppercase;
}
.menu-block li a{
	color: #000000;
	padding: 7px 10px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
.menu-block li a:hover,nav li a.active{
	color: #FFF;
	background: #000;
}
/*-----------header section styles ends here----------------*/

/*-----------mid section styles goes here-----------*/
#mid-container {width: 100%;}
.banner{
	margin-bottom: 50px;
	height: 786px;
	width: 1280;
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.banner > video { position: absolute; z-index: 0; top: 0; left: 0; }
.banner > img{display:none;}
.banner .banner-content{width:60%; margin-left: -30%; left: 50%; text-align:center;color:#fff; position: absolute; bottom: 50px; z-index: 1;}
.banner .banner-content h2{font-size:44px;line-height:50px; font-weight:400; padding-bottom:12px; margin-bottom:0;}
.banner .banner-content h3{ font-size:22px; line-height:31px; font-weight:700; margin-bottom:0; padding-bottom:45px;}
.banner .banner-content .btm-arrow{margin:0px auto;}
.banner .banner-content .btm-arrow a{display:block;}
#mid-container .main{
	text-align: center;
}
.prod-bg{
	background: #1f8442;
	padding: 11px 0;
} 
.prod-bg ul{
	font-size: 0px;
	color: #1F8442;
	text-align: center;
}
.prod-bg li{
	display: inline-block;
	padding: 10px 10px 10px 10px;
	background: #fff;
	vertical-align: top;
	position: relative;
	width: 160px;
	margin-right: 5px;
	min-height: 200px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.prod-bg li.last{margin-right:0;}
.prod-bg li .feature-item{
	width: 84px;
	height: 83px;
	background: #0f7cc1;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: absolute;
	left: 23px;
	top: 21px;
	z-index: 1;
	background-color: #000;
}
.prod-bg li .feature-item > p{font-size:14px; font-weight:bold; color:#fff; padding:22px 0; line-height:20px; text-align:center;}
.prod-bg li .img-box1{
	text-align: center;
	margin: 10px 0 10px 0;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
.prod-bg li .img-box1:hover{
	transform: none;
}
.prod-bg li .img-box2{
	text-align: center;
	margin: 5px 0 5px 0;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
.prod-bg li .img-box2:hover{transform:scale(0.9);}
.prod-bg li .img-box3{text-align:center; margin:94px 0 20px 0;transition: 1s all;-webkit-transition: 1s all;-moz-transition: 1s all;-o-transition: 1s all; }
.prod-bg li .img-box3:hover{transform:scale(0.9);}
.prod-bg li .prod-title{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	padding-bottom: 2px;
	line-height: 30px;
	background-color: #FFF;
	padding-top: 2px;
}
.prod-bg li .prod-desc{
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 300;
	padding-bottom: 3px;
}
.prod-bg li .prod-desc span{font-weight:700;}
.prod-bg li .sub-detail{display:block;}
.prod-bg li .sub-detail .prod-desc{display:inline-block; width:50%;}
.more-info{
	font-size: 13px;
	color: #000;
	font-weight: 400;
	float: none;
	display: inline-block;
	height: 18px;
	margin-top: 4px;
	vertical-align: middle;
}
.more-info a{color:#000; padding-right:30px;transition: 1s all;-webkit-transition: 1s all;-moz-transition: 1s all;-o-transition: 1s all;background:url(../images/moreinfo-icon.png) no-repeat top right; display:block; height:17px;}
.more-info a:hover{color:#000;background:url(../images/moreinfo-hover.png) no-repeat top right;}
.bottom-box{
	background: #0000;
	padding: 32px 30px;
	margin: 50px 0 64px 0;
}
.bottom-box ul{}
.bottom-box li{display:inline-block;font-weight:400; font-size:17px; color:#fff; margin-right:76px; vertical-align:top; line-height:19px;}
.bottom-box li.last{margin-right:0;}
.bottom-box li a{color:#fff;}
.bottom-box li a:hover{color:#fff; text-decoration:underline;}
.bottom-box li .btm-img{display:inline-block; margin:1px 15px 0 6px; line-height:0;}
.bottom-box li .btm-txt{display:inline-block; vertical-align:top;}
.bottom-box li .btm-title{font-size:18px; display:block; margin-bottom:7px; font-weight:700;}

.video-main{
	padding: 20px 20px 20px 20px;
	font-size: 16px;
}
.video-main .video-txt{
	float: inherit;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}
.video-main .video-txt > p{
	color: #010101;
	font-size: 29px;
	font-weight: 300;
	line-height: 34px;
	margin-top: 5px;
	text-align: justify;
	letter-spacing: -0.9px;
	padding-bottom: 4px;
}
.video-main .video-embed{float:right; width:331px;}
.video-main .video-embed .video{display:block; line-height:0;}
.video-main .video-embed .feature-videotxt{padding:12px 14px 12px 14px; background:#f4f2ef;text-align:center;}
.video-main .video-embed .video-title{
	font-size: 20px;
	color: #000000;
	line-height: 22px;
	padding-bottom: 6px;
}
.video-main .video-embed  .feature-videotxt > p{color:#000; font-size:11px; font-weight:300; line-height:18px; padding-bottom:0;}

.product-inner{
	width: 100%;/*float:left;*/
	text-align: center;
	margin-top: 10px;
}
.product-top a{
	width: 420px;
	display: inline-block;
	background: #000;
	font-size: 52px;
	font-weight: 300;
	line-height: 75px;
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}
.product-top a:hover{
	background: #000;
}
.product-top p{
	margin-top: 70px;
	width: auto;
	display: inline-block;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	color: #020101;
	text-align: center;
	padding-bottom: 70px;
}
.product-top ul{width:100%;float:left;margin-top: 15px;}
.product-top ul li{width:50%;float:left;color:#fff;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.product-top ul li:first-child{padding-right:10px;}
.product-top ul li:last-child{padding-left:10px;}
.product-top ul li a{display:block;}
.product-display{
	width: 100%;
	float: left;
	background: url(../images/gry_bg.png) no-repeat;
	background-size: auto;
	padding-top: 75px;
	text-align: center;
	padding-left: 45px;
	min-height: 665px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.product-display h2{font-size:48px;font-weight:700;color:#000;	margin-top: 25px;	margin-bottom: 10px;	text-align: left;	line-height: 50px;}
.product-display p{
	font-size: 20px;
	font-weight: 700;
	color: #666666;
	text-align: left;
	line-height: 30px;
	background: #DADADA;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}
.product-display{width:100%;float:left;	margin-top: 18px;}
.product-top .product-display li{
	width: 100%;
	float: left;
	font-size: 23px;
	font-weight: 300;
	color: #000;
	text-align: left;
	line-height: 40px;
	padding-left: 0px;
}
.product-top .product-display li:first-child{padding-right:0px;}
.product-top .product-display li:last-child{	padding-left:0px;}
.product-display a{position: absolute;	bottom: 5px;	right: 30px;	color: #000;	font-weight: 700;	font-size: 22px;	width: 145px;	line-height: 42px;	background: url(../images/more_info.png) no-repeat;	background-position: 100px 0px;	text-align: left;}
.product-display a:hover{background: url(../images/more_info_blue.png) no-repeat;	background-position: 100px 0px;}
.product-display1{background:url(../images/gry_bg.png) no-repeat;	background-size: cover;}
.product-display1 h2{
	color: #000000;
}
.product-display1 p{color:#E1E1E1;	background:#6AA7CE;}
.product-display1 .product_detail li{	color:#137AC0;}
.product-display1 a{background: url(../images/more_info_blue.png) no-repeat;	background-position: 100px 0px;}
.product-display1 a:hover{	background: url(../images/more_info.png) no-repeat;	background-position: 100px 0px;}
.product-list{text-align:right;}
.product-list a{line-height: 74px;	color: #fff;	padding-bottom: 5px;	font-size: 50px;	width: 350px;}
.product-list-wrap{float:left;	width:100%;}
.product-list-left{	float:left;	width:330px;}
.product-left-wrap{	float:left;	width:100%;	padding-right:30px;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;}
.product-left-wrap ul, .product-left-wrap ul li{	float:left;	width:100%;}
.product-left-wrap h3{font-size:28px;font-weight:300;color:#000;	text-decoration:underline;}
.product-left-wrap ul li{font-size:28px;font-weight:300;color:#000;position:relative;	padding-left: 15px;	margin-bottom: 20px;	box-sizing: border-box;	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.product-left-wrap ul li a{color:#000;	display: block;}
.product-left-wrap ul li:before{content:"-";	position:absolute;	width:auto;	left:0px;	top:0px;	font-weight:300;}
.prod-list{width:100%;float:left;	margin-top:100px;}
h3.active-list{font-weight:700;color:#137AC0;margin-bottom: 20px;}
li.active-list-li a, .product-left-wrap ul li:hover a{font-weight:700;color:#137AC0 !important;}
li.active-list-li:before, .product-left-wrap ul li:hover:before {color:#137AC0 !important;font-weight:700 !important;}
.product-left-wrap1{margin-top:65px;}
.product-left-wrap1 h3{text-decoration:underline;}
.product-list-right{width:700px;float:right;}
.prod-wrap{width:100%;	float:left;	border-bottom:2.5px solid #4d4d4e;	position: relative;	padding: 35px 0px;}
.prod-wrap:last-child{border-bottom:0px solid #4d4d4e;}
.prod-left{width:330px;	float:left;	margin-right:40px;	text-align:left;}
.prod-txt{font-size:20px;	color:#000;	line-height: 40px;	transition: 1s all;	-webkit-transition: 1s all;	-moz-transition: 1s all;	-o-transition: 1s all;	-ms-transition: 1s all;}
.prod-txt a{color:#000;}
.prod-txt a:hover{color:#1a7fc3;}
.prod-right{width:330px;	float:right;	text-align:right;}
.prod-img{text-align:center;transition: 1s all;-webkit-transition: 1s all;-moz-transition: 1s all;-o-transition: 1s all; }
.prod-img:hover{transform:scale(0.9);}
.prod-name{
	float: inherit;
	text-align: center;
	width: auto;
	background: #fff;
	line-height: 48px;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 0px 17px;
	margin: 0px 0px 15px;
}
.product-list1{width:100%;	float:left;	text-align: left;	font-size:20px;	line-height: 42px;}
.prod-txt1 a{
	position: absolute;
	bottom: 44px;
	right: 3px;
	width: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	width: 120px;
	text-align: left;
	background: url(../images/more_info_small.png) no-repeat;
	background-position: 80px 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
.prod-txt1 a:hover{background:url(../images/more_info_small_hover.png) no-repeat;background-position: 80px 0px;}
.prod-wrap1{padding:0px;}
.back-to-top{}
/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/
#footer-main {height: 80px; background: #f4f2ef; width: 100%; color: #4d4d4d;}
#footer-main .footer-pd{padding:11px 0;}
#footer-main .top-content{}
#footer-main .footer-logo{
	float: left;
	margin: -20px 0 0 15px;
	width: 132px;
}
#footer-main .footer-logo a{display:block;}
#footer-main .footer-menu{float:left; width:745px; text-align:center;}
#footer-main .footer-menu ul{text-align:center;}
#footer-main .footer-menu li{
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
}
#footer-main .footer-menu li a{
	color: #FFFFFF;
	padding: 5px 7px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}
#footer-main .footer-menu li a:hover,#footer-main .footer-menu li a.active{
	background: #fff;
	color: #000000;
}
#footer-main .lang-choose{float:right; margin-right:20px; width:118px;}
#footer-main .lang-choose > p{display:inline-block; color:#000000; font-size:12px; font-weight:300; padding-bottom:0; vertical-align:top; margin-top:3px;} 
#footer-main .lang-icon{ margin-left:20px;display:inline-block; }

#footer-main .icon-btm-details{width:450px; margin:0px auto; margin-top:-12px;}
#footer-main .icon-btm-details ul{}
#footer-main .icon-btm-details li{ font-size:11px; color:#4d4d4d;font-weight: 300; margin-right:20px; display:inline-block; vertical-align:top; line-height:15px;}
#footer-main .icon-btm-details li .img-icon{margin-right:10px; display:inline-block;}
#footer-main .icon-btm-details li a{color:#4d4d4d;}
#footer-main .icon-btm-details li a:hover{color:#137ac0;}
#footer-main .icon-btm-details li.last{margin-right:0;}

.preloader{ display:none;}

/*----------------footer section styles ends here--------*/

/***********menu**********/
#menu-icon{
	display: none;
	height: 40px;
	line-height: 40px;
	background: #000;
	float: right;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}
   
/* Buzz Out */

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out .img-icon img {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz-out:hover .img-icon img  {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

// Jimmy

.slider-container{
	width: 400px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}

.image-container{
	width: 3200px;
	height:400px;
	position:relative;
	transition: left 2s;
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	-o-transition:left 2s;
}
.slider-image{
	float:left;
	margin:0px;
	padding:0px;
}

.button-container {
	top: -20px;
	position:relative;
}
.slider-button{
	display:inline-block;
	height: 10px;
	width: 10px;
	border-radius:5px;
	background-color:white;
}
#slider-image1:target ~.image-container
{	left: 0px;
}
#slider-image2:target ~.image-container
{left: -400px;
}
#slider-image3:target ~.image-container
{left: -800px;
}
#slider-image4:target ~.image-container
{left: -1200px;
}
#slider-image5:target ~.image-container
{left: -1600px;
}
#slider-image6:target ~.image-container
{left: -2000px;
}
#slider-image7:target ~.image-container
{left: -2400px;
}
#slider-image8:target ~.image-container
{left: -2800px;
}
.Prod_descGreen {
	color: #060;
	font-weight: bold;
}
.Prod_Red {
	color: #F00
	font-weight: bold;
}
.prod_Blue {
	color: #06F;
	font-weight: bold;
}
.ProdYellow {
	color: #C90;
	font-weight: bold;
}
