article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
body {font-family: 'arial', sans-serif; font-size: 14px; color: #000000;}
a, a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}
.fl {float: left;}
.fr {float: right !important;}

::-webkit-input-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
::-moz-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
:-ms-input-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}
:-moz-placeholder {color: #a2a2a2; font-size: 15px; font-weight: 600;}

/****************
 * Common Css
 ****************/
header, section {float: left; width: 100%;}
#pagewrap {width: 1000px; margin: 0 auto;}
#main {float: left; width: 100%;}
.pageminwidth{overflow: hidden;}

#headerpart {padding:38px 0px 22px; float: left; width: 100%; background-color: #35383a; position: relative;}
#headerpart:after, #headerpart:before {background-color: #35383a; position: absolute; content: ""; top: 0px; height: 100%; width: 100%;}
#headerpart:after {left: -100%;}
#headerpart:before {right: -100%;}
#headerpart .logo {float: left;}
#headerpart .r-header {float: right; margin-top: 52px;}
#headerpart .r-header p {color: #ffffff; font-size: 13px; background: url(../images/msg-icon.png) no-repeat 0px 8px; padding-left:46px;}
#headerpart .r-header p span {display: block; color: #29bfc7; font-weight: 900; font-size: 18px;}
#headerpart .r-header a.message {background-color: #29bfc7; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color: #ffffff; font-size: 13px; font-weight: 900; padding: 4px 15px 5px; float: right; margin-top: 5px; text-align: center;}
#headerpart .r-header a.message:hover {color: #35383a;}
nav.nav {float: left; width: 100%; position: relative; margin-top: 22px; border-top: 1px solid #5a5b5c; border-bottom: 1px solid #5a5b5c;}
nav.nav ul.menus {float:left; width: 100%; text-align: center;}
nav.nav ul.menus > li {display: inline-block; position: relative; padding:17px 24px 16px;}
nav.nav ul.menus > li > a {display: inline-block; color: #fefefe; text-transform: uppercase;  font-size: 13px;}
nav.nav ul.menus > li:hover > a, nav.nav ul.menus > li > a.active {color: #29bfc7;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; top: 49px; left: 0px; background-color: #ffffff; border:1px solid #5a5b5c; width: 200px; opacity: 0; visibility: hidden;}
nav.nav ul.menus > li .submenus li { border-bottom: 1px solid #5a5b5c; float: left; width: 100%;}
nav.nav ul.menus > li:last-child {border-bottom: none;}
nav.nav ul.menus > li .submenus li a {color: #35383a; padding: 10px 10px; font-size: 14px; float: left; width: 100%; text-align: left;}
nav.nav ul.menus > li .submenus li:hover a {color:#29bfc7;}
nav.nav ul.menus > li:hover .submenus {visibility: visible; opacity: 1; top: 49px;}
/*******************
 * Services Part
 *******************/
.services {float: left; width: 100%; margin: 10px 0px 0px;}
.services .servicebox { float: left; width: 100%; }
.services .servicebox li { background-color: #eaeaea; padding:15px 5px 5px 40px;  border: 2px solid #c5c3c4;  color: #34393d;float: left; font-size: 11px; height: 63px; margin-right: 8px; width: 244px; background-position: 5px 50%; background-repeat: no-repeat;}
.services .servicebox li:last-child {margin-right: 0px;}
.services .servicebox li span {font-weight: 700; font-size: 14px; display: block; color: #34393d;}
.services .servicebox li.icon1 {background-image: url(../images/icon1.png); padding-top: 10px;}
.services .servicebox li.icon2 {background-image: url(../images/icon2.png);}
.services .servicebox li.icon3 {background-image: url(../images/icon3.png);}
.services .servicebox li.icon4 {background-image: url(../images/icon4.png); }
/*****************
 * Slider Part
 *****************/
#slider {width: 1000px; height: 565px; overflow: hidden; float: left; margin: 20px 0 35px;}
#sliderImages {width : 4000px; overflow: hidden;
	animation: slide 16s infinite;
	-moz-animation: slide 16s infinite;
	-webkit-animation: slide 16s infinite;
	-o-animation: slide 16s infinite;
}
#sliderImages img {float: left;}
@keyframes slide{
	0%{margin-left: 0px;}
	15%{margin-left: 0px;}
	25%{margin-left: -1000px;}
	35%{margin-left: -1000px;}
	45%{margin-left: -2000px;}
	55%{margin-left: -2000px;}
	65%{margin-left: -3000px;}
	75%{margin-left: -3000px;}
	100%{margin-left: 0px;}
}
@-moz-keyframes slide{
	0%{margin-left: 0px;}
	15%{margin-left: 0px;}
	25%{margin-left: -1000px;}
	35%{margin-left: -1000px;}
	45%{margin-left: -2000px;}
	55%{margin-left: -2000px;}
	65%{margin-left: -3000px;}
	75%{margin-left: -3000px;}
	100%{margin-left: 0px;}
}
@-webkit-keyframes slide{
	0%{margin-left: 0px;}
	15%{margin-left: 0px;}
	25%{margin-left: -1000px;}
	35%{margin-left: -1000px;}
	45%{margin-left: -2000px;}
	55%{margin-left: -2000px;}
	65%{margin-left: -3000px;}
	75%{margin-left: -3000px;}
	100%{margin-left: 0px;}
}
@-o-keyframes slide{
	0%{margin-left: 0px;}
	15%{margin-left: 0px;}
	25%{margin-left: -1000px;}
	35%{margin-left: -1000px;}
	45%{margin-left: -2000px;}
	55%{margin-left: -2000px;}
	65%{margin-left: -3000px;}
	75%{margin-left: -3000px;}
	100%{margin-left: 0px;}
}

.products {float: left; width: 100%;}
.products li {float: left; width: 485px; margin:0px 30px 30px 0;}
.products li:nth-child(even) {margin-right: 0;}
.products li a {display: block; overflow: hidden;}
.products li a img, .products li a:hover img {transition:all 0.3s ease;}
.products li a:hover img {transform: scale(1.02); -moz-transform: scale(1.02); -webkit-transform: scale(1.02);}
.products li img {width: 100%;}
.brandbox {float: left; width: 100%; margin-top: 5px;}
.brandbox h3 {width: 100%; float: left; border-bottom: 5px solid #29bfc7; font-size: 20px; font-weight: 700; color: #34393d; padding-bottom: 10px;}
.brandbox ul {float: left; width: 100%; border: 1px solid #ececec; border-top: none;} 
.brandbox ul li {float: left; position: relative; width: 249px; height: 140px; text-align: center; border-top: 1px solid #ececec; border-right: 1px solid #ececec;}
.brandbox ul li:nth-child(4n+0) {width: 251px;border-right: none;}
.brandbox ul li a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.brandbox ul li.viewbrand a { color: #29bfc7; font-size: 16px; font-weight: 700; float: left;}

.footerpart {float: left; width:100%; background-color: #e8e8e8; margin-top: 35px; border-bottom: 24px solid #33393d; padding: 25px 15px;}
.footerpart .topfooter {float: left; width: 100%;}
.footerpart .topfooter .footerbox {float: left;}
.footerpart .topfooter .one {width: 309px; padding-right: 39px;}
.footerpart .topfooter .two {width: 375px; padding-right: 30px;}
.footerpart .topfooter .three {width: 286px;}
.footerpart .topfooter .footerbox h4 {color: #33393d; font-size: 18px; line-height: 38px; font-weight: 700; padding-left: 45px; background-repeat: no-repeat; background-position: 0px center;}
.footerpart .topfooter .footerbox h4.aboutus {background-image: url(../images/about.png);}
.footerpart .topfooter .footerbox h4.whyus {background-image: url(../images/why-us.png);}
.footerpart .topfooter .footerbox h4.contactus {background-image: url(../images/contect.png);}
.footerpart .topfooter .footerbox p {float: left; font-size: 12px; line-height: 18px; color: #464646; margin: 5px 0; padding-left: 45px; text-align: justify;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {float: left; width: 100%; margin-top: 15px; color: #464646; font-size: 12px; padding-left: 45px; line-height: 18px; background-position: 0px 0px; background-repeat: no-repeat;}
.footerpart .topfooter .footerbox ul li span {font-weight: 700; font-size: 17px; display: block; color: #07c4cb;}
.footerpart .topfooter .footerbox ul li.ficon1 {background-image: url(../images/ficon1.png);}
.footerpart .topfooter .footerbox ul li.ficon2 {background-image: url(../images/ficon2.png);}
.footerpart .topfooter .footerbox ul li.ficon3 {background-image: url(../images/ficon3.png);}
.footerpart .topfooter .footerbox ul li.ficon4 {background-image: url(../images/ficon4.png); }
.footerpart .topfooter .footerbox ul li.ficon5 {background-image: url(../images/ficon5.png); }
.footerpart .topfooter .footerbox ul li.ficon6 {background-image: url(../images/ficon6.png); }
.footerpart .copyright {float: left; width: 100%; margin-top: 20px;}
.footerpart .copyright p.left {color: #33393d; float: left;font-size: 12px;margin-top: 15px;}
.footerpart .copyright .payment{float: right; }
.footerpart .copyright .payment p { color: #33393d; float: left;font-size: 16px;font-weight: 700;line-height: 40px; margin-right: 10px;}


/****
 * Brand Page
 ****/
.brandsconts h3 {text-align: center; font-size: 24px; border: none; padding: 25px 0px 20px; font-weight:700; color: #34393d;}

.brandbox1 ul {float: left; width: 100%; border: 1px solid #ececec; box-shadow: 0px 0px 5px #ececec;} 
.brandbox1 ul li {float: left; position: relative; width: 249px; height: 140px; text-align: center; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec;}
.brandbox1 ul li:nth-child(4n+0) {width: 251px;border-right: none;}
.brandbox1 ul li a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.brandbox1 ul li.viewbrand a { color: #c22026; font-size: 16px; font-weight: 700; float: left;}

/*************
* After upload
*************/

body, body, td, .g-std {font-family: 'Open Sans', sans-serif; font-size: 15px; color: #000;}
a, a:hover {text-decoration: none;}
.pagelayout {margin: auto; width: 1000px;}

/* *********** LEFT sidebar CSS ******************  */
.lcat, .lcat .ttl {width: 100% !important;}
#LeftPanel {width: 222px;}
.v4accent, .v4hspacer, .cnt, .lcat .ttl {display: none!important;}
.v4title {background: #1d1a1a none repeat scroll 0 0; padding: 0px !important;}
.v4title h2 {
text-transform: uppercase;
background: #333132 none repeat scroll 0 0;
box-sizing: border-box;
color: #fff;
float: left;
font-family: Roboto,arial;
font-size: 20px;
font-weight: 900;
height: 57px;
line-height: 57px;
padding-left: 18px;
text-align: left;
width: 100%;
}
.v4acp_mid {background-color: #001760; float: left; overflow: hidden; width: 100%;}
.v4midBox.v4nfc {border: medium none; margin-bottom: 10px;}
.v4mid {
  background: #F0F0F0 none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
}

ul.lev3 {
    padding: 0 !important;
}
.sidebanner img {
    width: 100%;
}
.sidebanner {
    padding: 10px 0;
}
.payment-method {
    margin-top: 30px;
}
.lcat ul.lev1 {
float: left;
font-size: 14px;
font-weight: bold;
height: auto;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.lcat .lev1 li {margin: 0 !important;}
.lcat .lev1 li, .lcat .ttl {
background: rgba(0, 0, 0, 0) url("../images/sidebar-bg.png") repeat-x scroll 0 0;
float: left;
height: auto;
line-height: 35px;
list-style: outside none none;
padding: 0;
width: 100%;
}
.lev1 > li, .lcat .ttl {margin: 0 !important; padding: 13px 15px 12px; width: 100%;}
td.v4mid {padding: 0 !important;}
.lev1 a, .lcat .ttl, .lev1 span {
color: #231f20 !important;
display: block;
font-family: 'Roboto', Arial;
font-size: 14px;
font-weight: bold;
padding-left: 17px;
text-decoration: none;
text-transform: capitalize;
}
.lev1 a {text-decoration: none !important;}
.lev1 > li:hover, .lcat .ttl:hover {}
.lev1 li:hover a, .lcat .ttl:hover, .lev1 span:hover {color: #07c4cb !important;}
ul.lev2 {
  font-size: 12px;
  padding: 0 !important;
}
.lcat .lev2 li {border-bottom: medium none; background: #F0F0F0; display: block; float: left; list-style: outside none disc !important; width: 100%;}
.lcat .lev2 li a {
background: rgba(0, 0, 0, 0) url("../images/subli-bg.png") no-repeat scroll 20px 50%;
color: #707070 !important;
font-size: 14px;
font-weight: 400;
padding: 0 0 0 25px;
}
.lcat .lev1 span, .lcat .lev2 span, .lcat .lev3 span {
  color: #231f20 !important;
  font-family: 'Roboto';
  font-weight: 600;
}
.lcat .lev2 li:hover a {color: #07c4cb !important; font-family: 'Roboto'; font-weight: 400;}
.btn a {color: #fff !important;}
table.v4acpcont {margin-bottom: -10px;}

/* *********** Product gallery part ******************  */
#CentralArea {background: #fff none repeat scroll 0 0;}
.pview.rs-pview, .r3_cm.bp.tp {padding: 0 !important;}
.grid td.gallery {
border: 0 none;
float: left;
font-size: 13px;
height: auto;
margin: 0 26px 15px 0;
padding: 0;
text-align: center;
width: 230px;
}
table.grid td.gallery:last-child {
  margin-right: 0;
}
.r3_c, .dynpg {border: medium none !important; padding-left:15px !important;}
span.pdmt .label, span.pdmt .cur {color: #001760 !important; font-family: 'Open Sans'; font-size: 15px; font-weight: normal !important;}
table.gallery {
border-radius: 0;
box-shadow: 1px 1px 2px 1px #cccccc;
height: 284px;
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
padding: 0;
width: 230px;
}
table.gallery td.picture {height: 150px;}
.details {}
.ttl.g-std {height: 70px; overflow: hidden; text-align: center;}
.ttl.g-std > a {
color: #252525 !important;
font-family: Open sans,arial;
font-size: 14px;
font-weight: normal;
line-height: 1.3;
text-transform: capitalize;
}
.fixed {text-align: center; width: 100%;}
.fixed .label { float: left;}
.bin.g-b {
border: 0 none;
color: #07c4cb;
font-family: 'Open Sans', arial;
font-size: 16px;
font-weight: bold;
padding: 0;
text-align: center;
}
.bid.g-b {color: #07c4cb; float: right; font-size: 17px; font-weight: 600; padding-right: 20px;}
.bids { float: right; padding-left: 5px;}
.g-nav.subtitle, .r3_bl, .itemseparator, .lcat a.all_cats, .clr.time2, .ii.iippl, .ii.iiNew.before, .basics, .cmpBr, .r3_t, .v4stabl, .mi, .fixed img {display: none;}

.r3_cm {
  background: #ffffff none repeat scroll 0 0;
  float: right;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  /*width: 730px;*/
}
#fpcap {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: 0 none;
  float: left;
  height: 21px;
  margin-bottom: 0px;
  margin-left: 0;
  padding: 14px 0 45px 10px;
  width: 100%;
}
.fpcc .countClass {
  color: #07c4cb;
font-family: Roboto,arial;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
}
.fpcc .matchClass {
  color: #252525;
  font-family: Roboto,arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.fpcc span.keywordClass {
  background-color: transparent;
  color: #07c4cb;
  font-family: Roboto,arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.rs_box {
  border: 0 none;
  box-shadow: none;
  float: left;
  padding-top: 0px;
  /*width: 727px;*/
}
.ctrlbr {
  float: right;
  height: 14px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: -50px;
  padding: 4px 0 8px;
  position: relative;
  text-align: left;
  z-index: 200;
  border: none;
}
td#CentralArea span.pdmt:first-child {
  display: none;
}
td#CentralArea span.pdmt {
  padding-right: 0;
}
span.pdmt .cur {
  background: #fff url("../images/arrow1.png") no-repeat scroll 94% center;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #959595 !important;
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding: 5px 27px 5px 7px;
  text-transform: capitalize;
}
span.pdmt .cur {
  color: #00c;
  cursor: pointer;
  margin-left: 0.4em;
}
span.pdmt .label {
  color: #252525 !important;
  font-family: Roboto,arial;
  font-size: 16px !important;
  font-weight: bold !important;
}
 #TopPromoArea {
  display: none;
  float: right;
  margin-right: 0;
  margin-top: 23px;
  width: 756px;
} 
span.pdmt img {
  display: none;
}
.dynpg span.page {
  color: #252525;
  font-family: 'Open Sans',Arial;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
table.pgbc {
  border-bottom: 0 none;
  border-radius: 0;
  border-top: 0 none;
  font-family: 'Open Sans';
  font-size: 14px;
}
.dynpg .prev a.disabled {
  color: #2e2e2e;
  font-family: Open sans,arial;
  font-size: 15px;
  font-weight: bold;
}
a.disabled img, a.enabled img {
  display: none;
}
.dynpg span.pipe {
  color: #707070;
  font-family: "'Open Sans'",sans-serif;
  margin: 0 3px;
  padding: 0;
}
table.pgbc a, .dynpg .r .form label {
  color: #252525;
  font-family: open sans,arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.dynpg .r .form input.page {
  border: 1px solid #e6e6e6;
  height: 21px;
  margin: 0 5px;
  width: 28px;
}
input#q_10 {
  background-color: #07c4cb;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  font-family: Roboto,arial;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.custom-pages-title {
  background-color: #333132;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  height: 43px;
  line-height: 43px;
  text-align: left;
  text-indent: 10px;
  text-transform: uppercase;
  width: 100%;
}
.custom-pages {
  clear: both;
  float: right;
  text-align: left;
  width: 100%;
}
.products-cont {
  float: left;
  width: 100%;
}
.content {
  margin: auto;
  overflow: hidden;
  width: 1000px;
}
.custom-pages-content {
  float: left;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
  width: 100%;
}
.custom-pages-content p {
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
}
.custom-pages-content ul {
  line-height: 20px;
  margin-left: 20px;
}
td#CentralArea div.dynpg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  border-top: 1px solid #dfdfdf !important;
  float: left;
  height: 32px;
  margin: 10px 0 0;
  padding: 2px 0 10px;
  width: 100%;
}
.pgbc {
  background-color: transparent;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 12px;
  padding: 0 5px;
  width: 98%;
}
/****************
 * About Page
 ****************/
.aboutinfo {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  float: left;
  font-family: Open sans;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.in-heading {
    color: #da030b;
    float: left;
    width: 100%;
font-size: 30px;
font-weight: bold;
margin: 0 auto;
text-transform: uppercase;
}
.content-inner li {
    line-height: 22px;
    list-style: inside none disc;
    margin: 10px 0 10px 20px;
    font-size: 13px;
}

.content-inner > p {
    float: left;
    font-size: 13px;
    width: 100%;
}
.content-inner > h2 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
}
#center-heading #head-title {
    color: #686565;
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
#center-heading #img-left {
    float: left;
    width: 13%;
}
#center-heading #right-content {
    float: left;
    margin-top: 15px;
    width: 87%;
}
#right-content #left-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
#right-content #left-desc {
    font-size: 13px;
    margin-bottom: 30px;
}