/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
 font-family: 'droid_sansregular';
  padding-bottom: 40px;
  color: #5a5a5a;
  font-size:15px;
}

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig-webfont.woff') format('woff'),
         url('../fonts/lato-lig-webfont.ttf') format('truetype'),
         url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
a
{
   outline:none !important;
}
.ls-nav
{
	display:none;
}
.panel-wrapper .title
{
	display:none
}
.main-slider-panel
{
	box-shadow:none !important;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


ul.nav {
  text-align: left;
  display: inline;
  margin: 0;
  padding:0;
  list-style: none;
  z-index:99999999999999999999999;
  position:relative;
}
ul.nav li {
  font: bold 12px/18px sans-serif;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.nav li:hover {
  background: #025EFD;
  color: #fff;
}
ul.nav li ul {
  padding: 0;
  position: absolute;
  top: 5px;
  left:170px;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:999999;
}

ul.nav > li > ul {
    left: 108px;
    top: 25px;
}

ul.nav li ul li { 
  background:  #0D097A; 
  display: block; 
  color: #fff;
  padding:8px 0 8px 20px;
  border-top:1px solid #fff;
}
ul.nav li ul li a
{
	color:#fff;
}
ul.nav li ul li:hover { background: #025EFD; }
ul.nav li ul li:hover a{ text-decoration:none;}
ul.nav > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.nav > li:hover > ul > li:hover > ul{
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.nav > li:hover > ul > li:hover > ul > li:hover > ul{
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.nav > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.nav  ul ul
{
	display:none !important;
}

ul.nav ul li:hover ul
{
	display:block !important;
}
ul.nav  ul ul ul
{
	display:none !important;
}
ul.nav ul ul li:hover ul
{
	display:block;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	float:left;
	width:100%;
}

.carousel-caption > h1 {
    font-size: 49px;
    line-height: 50px;
    margin: 6px 0 3px;
    padding: 0;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	background: rgba(0, 235, 247, 0.2);
	border:1px solid #d2d1d3;
	border-radius:10px;
	z-index: 10;
	height: 285px;
    display:none;
}

.banner_btn{
	font-family: 'droid_sansbold';
	background:#00aeef;
	border:1pxm solid #d6dee0;
	border-radius:4px;
	width:141px;
	height:39px;
	line-height:39px;
	text-align:center;
	color:#FFF;
	text-shadow:none;
	text-transform:uppercase;
	font-size:12px;
	display:inline-block;
	}
	
.banner_btn:hover{
	text-decoration:none;
	color:#FFF;
	}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  /*height: 500px;*/
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/********$i$********** Home page start here*********$i$**************/

.header_wrpper{
	float:left;
	width:100%;
	}

.header_wrpper_top{
	/*background:#0D097A;*/


background: #085CB6;
background: -moz-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #085CB6), color-stop(100%, #99EEFF));
background: -webkit-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -o-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -ms-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: linear-gradient(to bottom, #085CB6 0%, #99EEFF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085CB6', endColorstr='#99EEFF', GradientType=0 );


	float:left;
	width:100%;
	}
	
.header_top_con{
	/*background:#0D097A;*/
	float:left;
	width:100%;
	}

	
.header_top_con{
	float:left;
	width:100%;
	}
		
.header_top_left{
	float:left;
	padding: 0 0 0 22px;
	}

.header_top_left ul{
	margin:0;
	padding:0;
	float:left;
	}
	
.header_top_left ul li{
    border-left: 1px solid #B7B7B7;
    color: #414141;
    float: left;
    font-family: 'droid_sansbold';
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    margin: 4px 0 0;
    padding: 0 13px;
	}

.header_top_left ul li:first-child{
	 border-left:none;
	 padding-left:0;
	}	

.header_top_left ul li a{
	 font-family: 'droid_sansbold';
	 color:#414141;
	float:left;
	}
	
.header_top_left ul li img{
	margin:0 5px 0 0;
	float:left;
	}

.header_top_right{
	float:right;
	}

.header_top_right ul li:first-child{
	 border-left:1px solid #b7b7b7;
	 padding-left:13px;
	}
	
.header_top_right ul li:last-child{
	 border-right:1px solid #b7b7b7;
	}		


	
.header_wrpper_mid{
	float:left;
	width:100%;
	}
	
.header_con_mid{
	float:left;
	width:100%;
	}
	
.logo{
	float: left;
	margin: 15px 0 7px 7px;
	}

.search_con{
	float: left;
	margin: 28px 0 0 4.9%;
	max-width: 360px;
	width: 100%;
	}
	
.search_con input[type='text']{
    border: 1px solid #B1B1B1;
    border-radius: 4px;
    color: #B3B3B3;
    float: left;
    font-size: 12px;
    padding: 7px;
    width: 85%;
	}
	
.search_con input[type='submit']{
	background:url(../images/search_btn.png) no-repeat left top;
	border:none;
	margin-left:8px;
	max-width:30px;
	height:31px;
	float:left;
	width:20%;
	}
	
.search_con input[type='submit']:hover{
	background:url(../images/search_btn.png) no-repeat left bottom;
	}
	
.header_wrpper_bot{
	/*background:#0D097A;*/


	background: #085CB6;
background: -moz-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #085CB6), color-stop(100%, #99EEFF));
background: -webkit-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -o-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: -ms-linear-gradient(top, #085CB6 0%, #99EEFF 100%);
background: linear-gradient(to bottom, #085CB6 0%, #99EEFF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085CB6', endColorstr='#99EEFF', GradientType=0 );

	float:left;
	width:100%;
	}
	
.cart_con{
	color:#5b5b5b;
	font-family: 'droid_sansbold';
	font-size:12px;
	float:right;
	}

.cart_con .cart_box{
    font-family: 'droid_sansbold';
    font-size: 12px;
    margin: 20px 0 8px;
    padding: 0;
    text-align: center;
    width: 100%;
}
	
.cart_box{
	float:right;
	width:100%;
	}

.cart_box_icon{
	background:url(../images/carty.png) no-repeat left top;
	width:48px;
	height:48px;
	display:inline-block;
	}
	
.cart_box_icon.nonactive{
	background:url(../images/carty.png) no-repeat left bottom;
	}
	
.cart_box_count{
	  display: inline-block;
    vertical-align: 10px;
	}
	
.quickcontact{
		float: left;
		margin: 16px 0 0 13%;
		text-align: center;
	}
	
.quickcontact h1{
	font-family: 'droid_sansbold';
	font-size:18px;
	color:#5b5b5b;
	margin:0;
	padding:0;
    text-transform: uppercase;
	}
	
.quickcontact h2{
	font-family: 'droid_sansbold';
	font-size:22px;
	color:#00adef;
	margin:3px 0 0;
	padding:0;
	}
	
.quickcontact p{
	font-size:10px;
	color:#5b5b5b;
	margin:6px 0 0;
	padding:0;
	}
	
.phone_wrap{
	/*background:#0D097A;*/


background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );



	float:left;
	width:100%;
    height:35px;
	}
	
.phone_box{
	padding:7px 0;
	float:left;
	width:100%;
	}
	
.fp_wrapper{
	width:100%;
	float:left;
	border-bottom:1px solid #7f7f80;
	}
	
.fp_con{
	width:100%;
	float:left;
	}
	
.fp_box{
	/*margin-top:39px;*/
	width:100%;
	float:left;
	}
	
.fp_box ul{
	margin:0 0 0 3px;
	padding:0;
	float:left;
	}
	
.fp_box ul li{
	position:relative;
	list-style:none;
	border:1px solid #a5a5a5;
	width:275px;
	text-align:center;
	float:left;
	margin:0 0 0 18px;
	height:171px;
	}

.fp_box_content{
	background: rgba(75, 75, 75, 0.8);
	color:#FFF;
	height:170px;
	width:200px;
	position:absolute;
	right:0;
	bottom:0;
	}

.fp_box ul li .fp_box_content_none{
	width:0px; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
  	transition: all 1s ease;
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
}
.fp_box ul li:hover .fp_box_content_none{
	width:273px;
}
.fp_box_content_none h4,.fp_box_content_none p,.fp_box_content_none a{ display: block;}
	
.fp_box_content h4{
	font-weight:normal;
	font-size:35px;
	margin:10px 0 0;
	padding:0;
	width:100%;
	text-align:center;
	}
	
.fp_box_content h4 sup{
	font-size: 14px;
    vertical-align: 8px;
	}
	
.fp_box_content p{
	font-size:11px;
	padding:0;
	width:100%;
	}
	
.fp_box_content .btn {
  display: inline-block;
  float: none;
  margin: 10px 0 0;
  width: 200px;
}

.fp_box_heading{
    float: left;
    margin: 27px 0 8px;
    width: 100%;
	}
	
.fp_box_heading h3{
	font-size:24px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 0 2%;
	float:left;
	}
	
.fp_arrrow_con{
	float:right;
	margin:6px 0 0;
	}
	
.fp_arrrow_con ul{
	margin:0;
	padding:0;
	float:right;
	}
	
.fp_arrrow_con ul li{
	list-style:none;
	margin-right: 5px;
	float:left;
	}
	
.fp_arrrow_con ul li a{
	background-position:left top;
	background-repeat:no-repeat;
	width:25px;
	height:26px;
	float:left;
	}
	
.fp_arrrow_con ul li a:hover,.fp_arrrow_con ul li a.current{
	background-position:left bottom;
	}
	
.fp_arrrow_con ul li a.right{ background-image:url(../images/fp_right_arrow.png);}
.fp_arrrow_con ul li a.left{ background-image:url(../images/fp_left_arrow.png);}

.other_wrap{
	background:#f5f5f5;
	float:left;
	width:100%;
	}

.other_product{
	padding:29px 0 0;
	float:left;
	width:100%;
	}
	
.other_product ul{
	margin:0 0 52px;
	padding:0;
	float:left;
	width:100%;
	}
	
.other_product ul:last-child{
	margin:0 0 10px;
	}
	
.other_product ul li{
	text-align:center;
	width:232px;
	list-style:none;
	float:left;
	}
	
.other_product ul li span{
	border:1px solid #939585;
	border-radius:90px;
	text-align:center;
	line-height:156px;
	width:156px;
	height:156px;
	margin-bottom: 25px;
	background:#fff;
	display:inline-block;
	position: relative;
	cursor: default;		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.other_product ul li:hover span
{
	cursor:pointer;
	box-shadow: 
		inset 0 0 0 16px rgba(111,111,111,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
	
.other_product ul li strong{
	font-weight:normal;
	font-size:22px;
	color:#4b4b4b;
	text-align:center;
	width:100%;
	display:block;
	}
	
.video_wrap{
	/*background:url(../images/banner_02.jpg) no-repeat center top;*/
	height:619px;
	float:left;
	width:100%;
	}
.video_wrap ifram
{
   border:2px solid #000;	
}
.video_con{
	text-align:center;
	color:#FFF;
	margin:200px 0 0;
	float:left;
	width:100%;
	}
	
.video_con h3{
    font-family: 'latoregular';
    font-size: 60px;
    font-weight: normal;
    margin: 33px 0 0;
    padding: 0;
	}
	
.video_con p{
	font-family: 'latolight';
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	margin: 32px 0 0;
	padding: 0;
	}
	
.howwedo_wrap{
	border-bottom:1px solid #4b4b4b;
	float:left;
	width:100%;
	}
	
.howwedo_con{
	float:left;
	width:100%;
	}
	
.howwedo_con h5{
    float: left;
    font-size: 48px;
    font-weight: normal;
    margin: 43px 0 37px;
    text-align: center;
    width: 100%;
	}
	
.howwedo_con ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	}
	
.howwedo_con ul li{
	background:url(../images/li_bg.png) repeat-y right top;
	text-align:center;
	width:232px;
	margin-bottom:20px;
	list-style:none;
	float:left;
	min-height: 251px;
	}
	
.howwedo_con ul li span{
	border:1px solid #939585;
	border-radius:90px;
	text-align:center;
	line-height:156px;
	width:156px;
	height:156px;
	margin-bottom:10px;
	background:#fff;
	display:inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
.howwedo_con ul li span img
{
  height:84px;
  width: 84px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.howwedo_con ul li:hover span img
{
	width:90px;
	height:90px;
}
.howwedo_con ul li:hover span
{
	cursor:pointer;
	box-shadow: 
		inset 0 0 0 16px rgba(111,111,111,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}	
.howwedo_con ul li strong{
	font-weight:normal;
	font-size:26px;
	color:#4b4b4b;
	text-align:center;
	width:100%;
	display:block;
	}
	
.more_info{
  color: #00AEEF;
    float: left;
    font-family: 'droid_sansbold';
    font-size: 47px;
    margin: 62px 0 15px;
    text-align: center;
    width: 100%;
	}
	
.more_info span{
	color:#939585;
	}
	
.social_wrap{
	float:left;
	width:100%;
	}
	
.social_con{
	padding:16px 0 39px;
	float:left;
	width:100%;
	}
	
.social_box{
	border-left:1px solid #fafafa;
	border-right:1px solid #f7f7f7;
	padding-right:20px;
	float:left;
	width:100%;
	}
	
.br_none{
	border-right:none;
	}
	
.bl_none{
	border-left:none;
	}

.social_box_heading{
	float:left;
	width:100%;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 12px;
	}

.social_box_content{
	float:left;
	width:100%;
	line-height:21px;
	}

.contact_us{
	float:left;
	width:100%;
	}
	
.contact_us ul{
	margin:16px 0 0;
	padding:0;
	float:left;
	width:100%;
	}
	
.contact_us ul li{
	width:100%;
	margin-bottom:5px;
	float:left;
	list-style:none;
	}
	
.contact_us ul li a{
	color:#666666;
	}
	
.contact_us ul li label{
   float: left;
    font-weight: normal;
    line-height: 18px;
    width: 80%;
	}
	
.contact_us ul li img{
	  float: left;
    margin-right: 15px;
    margin-top: 5px;
	}

.footer_wrap{
	background:#efefef;
	border-top:1px solid #e5e5e5;
	width:100%;
	float:left;
	}
	
.footer_con{
	width:100%;
	float:left;
	margin:0 0 18px;
	}
	
.footer_box{
	padding:20px 0;
	width:100%;
	float:left;
	}
	
.footer_box_top{
 border-bottom: 1px solid #E0DEDE;
    float: left;
    font-size: 15px;
    margin: 7px 0 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
	}
	
.footer_box_content{
	border-top:1px solid #fefefe;
	padding-top:13px;
	width:100%;
	float:left;
	}
	
.new_latter{
	position:relative;
	width:100%;
	float:left;
	margin:14px 0 0;
	}
	
.new_latter input[type='text']{
	border:1px solid #e4e4e4;
	height:25px;
	padding:0 40px 0 10px;
	width:100%;
	float:left;
	}
	
.new_latter input[type='submit']{
	background:url(../images/subscribe_btn.png) no-repeat left top;
	width:31px;
	height:24px;
	position:absolute;
	border:none;
	top:1px;
	right:0;
	}
	
.new_latter input[type='submit']:hover{
	background:url(../images/subscribe_btn.png) no-repeat left bottom;
	}
	
.link_con{
	float:left;
	width:100%;
	}
	
.link_con ul{
	margin:0;
	padding:0;
	}
	
.link_con ul li{
	list-style:none;
	color:#6f6f6f;
	line-height:24px;
	float:left;
	width:100%;
	}
	
.link_con ul li a{
	background:url(../images/footer_an.png) no-repeat left 10px;
	padding-left:15px;
	font-size:11px;
	color:#6f6f6f;
	float:left;
	width:100%;
	}
	
	
.link_con ul li a:hover{
	background:url(../images/footer_an_hover.png) no-repeat left 10px;
	color:#00aeef;
	float:left;
	width:100%;
	text-decoration:none;
	}
	
.payment{
	float:left;
	width:100%;
    margin-top:20px;
	}
	
.payment ul{
	margin:0;
	padding:0;
	float:right;
	}
	
.payment ul li{
	list-style:none;
	float:left;
	margin-right:5px;
	}
	
.payment ul li a{
	float:left;
	}
	
.copyright_wrap{
	background:#fff;
	float:left;
	width:100%;
	}
	
.copyright_con{
	line-height:57px;
	float:left;
	width:100%;
	padding-bottom:13px;
	}

.copyright_social{
	float:right;
	}
	
	
.copyright_social ul{
	margin:0;
	padding:0;
	}
	
.copyright_con ul li{
	list-style:none;
	display:inline-block;
	margin:4px 10px;
	}
	
.copyright_con ul li a{
	background-position:left top;
	background-repeat:no-repeat;
	display:inline-block;
	}
	
.copyright_con ul li a:hover{
	background-position:left bottom;
	}
	
.face_book{background-image:url(../images/face_book.png); width:9px; height:17px;}
.linkedin{background-image:url(../images/linkedin.png); width:14px; height:13px;}
.blog{background-image:url(../images/blog.png); width:13px; height:12px;}
.cycle{background-image:url(../images/cycle.png); width:16px; height:16px;}
	
.summer-sale {margin-top: 19px; margin-left:50px;}

.nrm-list li
{
	list-style:disc !important;
   	margin-left:20px;
	margin-bottom:10px;
}

.order-list
{
   list-style:decimal;
	margin-left:60px;
}

.need-help {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    padding: 1% 10%;
    text-align: left;
    width: 100%;
    margin-bottom:30px;
}

.ds-image {
    width: 45%;
}
.ds-image img {
    width: 100%;
}
.ds-img
{
   width:45%
}
.ds-img >img
{
   width:100%
}

.category-search
{
	position: absolute; 
	width: 80%; 
	text-align: center; 
	margin: -109px auto 0px;
}

.category-search .battery-search
{
	left: 370px;
	position: absolute;
}
.battery-search .input-text {
  height: 54px;
  width: 411px;
  font-size:19px;
}
.battery-search .input-text::-moz-placeholder
{
	font-size:19px;
	color:#000;
}
.battery-search .button
{
	margin-left:-3px;
}
.battery-search .button span
{
	background: #1e4b6a none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 0;
	color: white;
	padding: 9px 15px;
	text-shadow: none;
	box-shadow:none;
	font-weight:normal;
}

.product_menu {
    background:#f4f4f8;
    border: 1px solid #b1b1b1;
    float: left;
    width: 100%;
}
.product_menu ul {
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.product_menu ul li {
 	/*display: table-cell;*/
    list-style: none outside none;
    white-space: nowrap;
    /*width: 1%;*/
	float:left;
}
.product_menu ul li a {
    color: #767676 !important;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    text-align: center;
}
.product_menu ul li:first-child a:hover, .product_menu ul li:first-child a.current {
    border-left: medium none;
    /*padding: 10px 0 10px 1px;*/
}

.product_menu ul li:lest-child a:hover, .product_menu ul li:lest-child a.current {
    border-right: medium none;
    padding: 10px 1px 10px 0;
}
.product_menu ul li a:hover, .product_menu ul li a.current {
    background: linear-gradient(to bottom, #f4f4f8 0%, #f1f1f4 22%, #dddddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  /*  border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;*/
    color: #767676;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
}
.product_new {
    float: left;
    margin: 20px 0;
    padding: 3px;
    position: relative;
    width: 100%;
}
.product_new_content {
    bottom: 0;
    float: left;
    height: 10%;
    transition: all 300ms ease 0s;
    width: 99%;
}
.product_con {
    float: left;
    width: 100%;
}
.product_wrap {
    float: left;
    width: 100%;
}
.product-image img {
    cursor: pointer;
    width: 100%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.col-sm-4:hover .product-image > img
{
	opacity:0.9;	
}

.box-up-sell .product-image img {
    cursor: pointer;
    width: auto !important;
}

.product_new img {
    float: left;
    width: 100%;
}
.custom_cat_heading {
    border: 1px solid #eee;
    float: left;
    font-size: 18px;
    font-weight: bold;
 /*   height: 40px;*/
    padding: 7px;
    width: 100%;
	background:#F3F3F6;
}
#defaultSidebar {
    font-size: 10px;
	float: right;
	margin-top: 16px;
	width: 100%;
}
#defaultSidebar a
{
	color: #2c5987;
}
#defaultSidebar .stripeOuter {
    float: left;
}
#defaultSidebar .stripeOuter {
    margin-bottom: 14px;
}
.hcSearch, .stripeOuter, .zpopover div.app {
    border: 1px solid #e8e8e8;
	border-radius:5px;
    padding: 9px;
}
.hcSearch, .stripeOuter, .zpopover div.app, #searchSuggest-globalSearchField ul {
    background: url("../images/stripe_bg.png") repeat scroll 0 0 #fff;
}
#defaultSidebar .stripeInner {
    padding: 15px 11px 14px;
}
.tan {
    background: url("../images/stripetan_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.stripeInner {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    clear: left;
    overflow: hidden;
    text-align: left;
}
#defaultSidebar #shopWithConfidence {
    float: left;
    margin-right: 10px;
    width:100%;
}
#defaultSidebar #secure {
    margin: 0px 0px 8px;
}
#defaultSidebar #secure span {
    background: url("../images/lock.png") no-repeat;
    clear:both;
    width:30px;
	height:30px;
    float:left;
}
#defaultSidebar div p strong, #defaultSidebar #secure {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
	float:left;
}
#defaultSidebar #payNothing {
    clear: both;
}
#all-info {
    float: left;
}
#defaultSidebar div p:last-child {
    margin: 2px 0px ;
}
#defaultSidebar div p {
    color: #666;
    line-height: 1.4em;
}
#defaultSidebar div p {
    margin: 0px 0px 15px;
    padding: 0;
}
#defaultSidebar #safeShoppingGuarantee {
    float: left;
    width:100%;
	margin-top:3px;
}
#defaultSidebar h5:first-child {
    margin: 0 0 0px;
}
#defaultSidebar h5 {
    text-align: left;
}
#defaultSidebar h5 {
    margin: 14px 0 7px;
    text-align: center;
}
#safeShopping {
    clear: both;
    float: left;
	margin-left:35%;
}
#safeShoppingGuarantee > p {
    clear: both;
}
h5.hc {
    color: #2c5987;
    font-size: 10px;
    text-transform: uppercase;
}
.main-link
{
	text-transform:uppercase;
	text-decoration:none;
}
.give-margin
{
   	float:left;
	height: 1px;
	width: 160px;
}

.overlay {
    position:absolute;
    top:1%;
    left:10%;
    right:10%;
    background-color:#fff;
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:9999;
    color:white;
	-webkit-box-shadow:0px 1px 15px 8px #ccc;
box-shadow: 0px 1px 15px 8px #ccc;
}
.product-image-large > img {
    width: 80%;
}
.product-image-large
{
	border-right:1px solid #ccc;
	margin-right:10px;
	float:left; 
	width:80%;
	text-align:center;
}
.product-image img
{
	cursor:pointer;
	width:100%;
}
.more-views-large img {
    width: 100% !important;
}
.btn_close
{
	background:url(../images/btn_close.png) no-repeat left top;
	height:30px;
	width:30px;
	position: absolute;
	right: 0;
    top: 7px;
	cursor:pointer;
}
.more-views-large li
{
	margin-bottom:3px;
	margin-top:3px; width:40%;
}
.more-views-large li img
{
	border:1px solid #ccc;
	padding:2px;
}
.more-views-large li img:hover
{
	border:1px solid #000;
}

.onepagecheckout_datafields input[type="radio"],
.onepagecheckout_datafields input[type="checkbox"], 
.shipping-form input[type="radio"],
.shipping-form input[type="checkbox"]
{
  	display:inline-block !important;
	margin: -4px 0 0;
}

#onepagecheckout_orderform {
    font-size: 13px;
}

#search_autocomplete span.amount
{
	display:none;
}

[for="billing:fax"] { display: none;}
#billing\:fax {display: none;}
.has-sub > ul {
    display: none;
    margin-left: 20px;
}
.has-sub ul li a
{
	font-size:10px;
	white-space:nowrap;
}

.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}
.category-image > img {
    width: 100%;
}
.table-brand-page a.product-title
{
	font-size:12px;
}
.table-brand-page .more > a {
    color: #666 !important;
    font-size: 13px;
}
/********$i$********** Home page emded here*********$i$**************/

/********$i$********** Inner page Start here*********$i$**************/

#main-content{
	width:100%;
	/*max-width:1200px;*/
	}

.col_sm_41{
	float:left;
	width:102%;
	margin-left:-2%;
	}
	
.col_sm_4{
	float:left;
	width:31%;
	margin-left:2%;
	}
	
.contact_form li label {
    width: 150px;
}
.contact_form li input
{
	padding-left:10px !important;
}

.contact_form .buttons-set p.required {
    float: left;
    margin: -25px 0 10px;
}

/********$i$********** Inner page emded here*********$i$**************/

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width:1160px) {

.other_product ul li strong{
		font-size:20px;
		}
	
.howwedo_con ul li strong{
	font-size:20px;
	}

..product_menu ul li a{
	font-size:10px;
	}
	
.toolbar-bottom .wraper_page{
	max-width: 925px;
	width:100%;
	}	

	}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
   font-size: 20px;
    line-height: 1.2;
    margin-bottom: 27px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width:900px) {

.search_con{
	margin:28px 0 0 0.9%;
	}
	
.quickcontact {
  margin: 16px 0 0 3%;
}

.fp_box ul li{
	margin-bottom:20px;
	}

.other_product ul li{
	margin-bottom:10px;
	}
	
.video_wrap{
	height:auto;
	}
	
	}
	
@media (min-width:768px) and (max-width:991px) {
	ul.nav li {
  padding:0 5px;
}

.jm-megamenu ul.level0 li.mega a.mega{
	padding:0 12px !important;
	}
	
.other_product ul li {
    width: 180px;
}

.other_product ul li strong {
    font-size: 14px;
}

.other_product ul {
  margin: 0 0 20px;
}

.howwedo_con ul li {
  width: 180px;
  min-height:200px;
}


.howwedo_con ul li strong {
  font-size: 14px;
}

.more_info {
  font-size: 28px;
  margin: 24px 0 15px;
}

.product_menu ul li {
    display: inline-block;
    padding: 0 10px;
    width: auto;
}

.product_menu ul li a{
    padding: 10px 9px;
}

.product_menu ul li a:hover{
    padding: 10px 9px;
}

.product_menu ul li:first-child a:hover{
    padding: 10px 9px;
}

}
	
@media (max-width:767px) {

.logo {
  text-align: center;
  width: 100%;
}

.quickcontact {
  margin: 16px 0 0;
  width: 100%;
}

.search_con{
	margin-left:30%;
	margin-top:0;
	}
	
.fp_box ul {
  float: left;
  margin: 0 0 0 3px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.fp_box ul li {
  display: inline-block;
  float: none;
  margin: 0 0 20px;
}
	
.other_product ul li{
	width:100%;
	}
	
.howwedo_con ul li{
	width:100%;
	background:none;
	}
	
.nav > li{
	border-right:none;
	}
	
.more_info{
	font-size:34px;
	}

.header_top_left ul li{
	padding:0 4px;
	}
	
ul.nav > li > ul {
  left: 50% !important;
  margin-left: -85px;
  top: 25px !important;
}

ul.nav {
  float: left;
  width: 100%;
  z-index: 2147483647;
}

.nav-justified > li {
  float: left;
  position: relative;
  width: 100%;
}

ul.nav li ul {
  left: 25px;
  top: 23px;
}
.jm-megamenu ul.level0 li.mega a.mega {
  padding: 0 9px !important;
  font-size: 12px !important;
}

.product_menu ul li {
    display: inline-block;
    padding: 0 10px;
    width: auto;
}

.product_menu ul li a{
    padding: 10px;
}

.product_menu ul li a:hover{
    padding: 10px 9px;
}

.product_menu ul li:first-child a:hover{
    padding: 10px 9px 10px 10px;
}

.product_new_content{
	text-align:center;
	}
	
.col1-layout .product-view .product-shop {
    float: right;
    max-width: 750px;
    width: 100%;
}

.ds-text {
	width:100%;
}

.product-essential .special_box {
  max-width: 749px;
  width:100%;
}

	
	}

@media (max-width:640px) {
.header_top_left {
  float: none;
  margin: 0 auto;
  max-width: 380px;
}

.header_top_right {
  float: none;
  max-width: 240px;
}

.header_top_con {
  padding: 5px 0 10px;
}

.logo {
  margin: 0 0 15px;
}


.more_info {
  font-size: 15px;
  margin: 25px 0 10px;
}

.search_con {
  margin-left: 11%;
  margin-top: 0;
}

.jm-megamenu ul.level0 li.mega a.mega {
  font-size: 10px !important;
  padding: 0 5px !important;
}

.col_sm_4 {
    float: left;
    margin-left: 2%;
    width: 100%;
}

.product-view .product-img-box{
    max-width: 400px;
	width:100%;
	}
	
.product-view .product-img-box .product-image-zoom{
	    max-width: 400px;
	width:100%;
	}

	}

@media (max-width:479px) {


.header_top_left ul li{
	font-size:8px;
	}
	
.search_con {
  margin-left: 4%;
}

.jm-megamenu ul.level0 li.mega a.mega {
  font-size: 10px !important;
  padding: 0 11px !important;
}



		
	
	}