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: 'Roboto', sans-serif; font-size: 14px; color: #000000;}
a, a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

/****************
 * Common Css
 ****************/
.listingpage{overflow: hidden; float: left; width: 100%;}
.container {width: 1140px; margin: 0 auto;}

#headerpart {float: left; width: 100%; position: relative; padding:20px 0px 12px;}
#headerpart .logo {float: left; margin-top: 8px;}
#headerpart .rheader {float: right; width: 323px;}
#headerpart .rheader p {float: left; color: #a11325; margin-bottom: 5px; letter-spacing: 1px; width: 100%; text-align: center; font-size:13px; font-weight: 500; text-transform: uppercase;}
#headerpart .rheader .call-msg {float: left; width: 100%;}
#headerpart .rheader .call-msg h2 {float: left; width: 155px; margin:8px 0px;}
#headerpart .rheader .call-msg h2 a {float: left; width: 100%; height: 44px; background-repeat: no-repeat; font-size: 14px; color: #ffffff; font-weight: 500; text-transform: uppercase;}
#headerpart .rheader .call-msg .call span {float: left; width: 100%; margin-top:3px; text-align: center; font-size: 11px; font-weight: 500; color: #0b2235;}
#headerpart .rheader .call-msg .msg {float: right;}
#headerpart .rheader .call-msg .call a { background-image: url(../images/call.png); background-color: #a11325; background-position: 34px 50%; padding: 14px 35px 9px 60px;}
#headerpart .rheader .call-msg .msg a {background-image: url(../images/msg.png); background-position: 20px 50%; background-color: #373737; padding: 12px 16px 9px 45px;}
#headerpart .rheader .call-msg .call a:hover {background-color: #373737;}
#headerpart .rheader .call-msg .msg a:hover {background-color: #a11325;}
nav.nav {float: left; width: 100%; position: relative; background-color: #ffc600;}
nav.nav ul.menus {float:left; width:100%; padding: 15px 0px;}
nav.nav ul.menus > li {float: left; padding: 2px 18px 2px 0px; line-height: 20px;}
nav.nav ul.menus > li:first-child {padding: 0px 18px 0px 0px;}
nav.nav ul.menus > li:last-child {padding-right: 0px;}
nav.nav ul.menus > li > a {float: left; color: #272925; font-size: 13px; font-weight: 500; text-transform: uppercase; }
nav.nav ul.menus > li:hover > a, nav.nav ul.menus > li > a.active {color: #a11325;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; padding:20px 0px; opacity: 0; visibility: hidden; top:55px; border-top: 15px solid #ffc600; left: 0px; background-color: rgba(255,255,255,0.9); width: 100%; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; box-shadow: 0px 5px 10px rgba(0,0,0,0.10); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.10);}
nav.nav ul.menus > li .submenus ul {width: 20%; float: left;}
nav.nav ul.menus > li .submenus li {float: left; width: 100%; /*border-top:1px solid #272925;*/ position: relative;}
nav.nav ul.menus > li .submenus li a {color: #272925; font-size: 13px; float: left; margin: 2px 0; text-align: left; width: 100%;}
nav.nav ul.menus > li .submenus li a b {margin-top: 5px; display: inline-block;}
nav.nav ul.menus > li:hover .submenus {visibility: visible; opacity: 1; top:39px;}
nav.nav ul.menus > li .submenus li:hover a {color: #ffc600;}
.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; padding: 35px 0px 0px; text-align: center;}
.productbox h1 {font-size: 24px; line-height: 30px; color: #272925; font-weight: 700; text-align: center; padding:0px 30px 30px;}
.productbox .prod-gallery {width:810px; display: inline-block; position: relative; height: 510px; padding-left: 550px;}
.productbox .prod-gallery .content {display: none; overflow: hidden; background-color: #ffffff; width: 550px; height:510px; text-align: center; position: absolute; top: 0px; left: 0px;}
.productbox .prod-gallery .content img, .productbox .prod-gallery label img {max-width: 100%; max-height: 100%; position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.productbox .prod-gallery input {display: none;}
.productbox .prod-gallery label {float: left; background-color: #ffffff; cursor: pointer; margin:0px 0px 10px 10px; border:1px solid #e6e6e6; width:120px; height: 120px; text-align: center;}
.productbox .prod-gallery label.last {/*margin-bottom: 0;*/}
.productbox .prod-gallery input:checked + label {border-color: #ffc600;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4,
#prod5:checked ~ #content5,
#prod6:checked ~ #content6,
#prod7:checked ~ #content7,
#prod8:checked ~ #content8,
#prod9:checked ~ #content9,
#prod10:checked ~ #content10,
#prod11:checked ~ #content11,
#prod12:checked ~ #content12 {
  display: block;
}
.prodetails {float: left; width: 100%; margin-top: 40px;}
.contentpart .ctitle {float: left; width: 100%; text-transform: uppercase; position: relative; color: #272925; font-size:24px; font-weight: 300; line-height: 20px;  text-align: center; margin-bottom: 20px;}
.contentpart .ctitle:after, .contentpart .ctitle:before {content: ""; width: 40px; height:4px; background: url(../images/line.png) no-repeat 50% 100%; position: absolute; top: 50%; transform: translateY(-50%); bottom: 0px;}
.contentpart .ctitle:before {right: 360px;}
.contentpart .ctitle:after {left: 360px;}
.contentpart .ctitle span {font-weight: 700;}
.prodetails .proinner {float: left; width: 100%; padding:20px 30px 30px; border:1px solid #efefef;}
.prodetails p {float: left; width: 100%; color: #272925; padding:5px 0px; line-height: 20px;}
.prodetails ul {float: left; width: 100%; padding: 15px 0px 0px 30px;}
.prodetails ul li {color: #272925; padding-left: 15px; font-size: 14px; background-image: url(../images/point.png); background-position: 0px 6px; background-repeat: no-repeat; float: left; width: 100%; margin:5px 0px 2px;}
.tabs {margin: 40px 0px 0px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left;  font-weight: 700; font-size: 16px; color: #272925; border-top: 1px solid #ffffff; padding:15px 30px; margin-right: 4px; text-transform: uppercase; cursor: pointer; }
.tabs label:hover, .tabs input:checked + label {color: #a11325; border-color: #a11325;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; border: 1px solid #efefef;}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3, 
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5 {
	display: block;
}
.tabs .innerbox {float: left; width: 100%;  padding:22px 30px;}
.tabs .innerbox p {font-size: 14px; width: 100%; float: left; color: #272925; margin:7px 0px; }
.tabs .innerbox li {font-size: 14px; width: 100%; float: left; color: #272925; margin:7px 0px; list-style: inside disc;}
.tabs .innerbox ol {margin: 0; padding: 0;}
.tabs .innerbox ol li ul {padding-left: 30px;}
.tabs .innerbox ol li {list-style-type: decimal;}
.tabs .innerbox ol ul li {list-style: outside circle;}
.services {float: left; width: 100%; margin-top: 40px;}
.services ul {float: left; width: 100%;}
.services li {float: left; text-align: center; background-image: url(../images/line1.png); background-position: 100% 50%; background-repeat: no-repeat; width: 25%; height: 95px; padding: 0px 34px 0px 17px;}
.services li:last-child {background-image: none;}
.services li .icon {float: left; height: 55px; width: 100%; background-repeat: no-repeat; background-position: 50% 50%;}
.services li .icon1 {background-image: url(../images/icon1.png);}
.services li .icon2 {background-image: url(../images/icon2.png);}
.services li .icon3 {background-image: url(../images/icon3.png);}
.services li .icon4 {background-image: url(../images/icon4.png);}
.services li .icon5 {background-image: url(../images/icon5.png);}
.services li h3 {float: left; margin:0px 0 0 0px; width: 100%; color: #272925; font-size: 18px; text-align: center; font-weight: 700; line-height: 20px;}
.footerpart {float: left; width:100%; background-color: #272925; margin-top: 40px;}
.footerpart .topfooter {float: left; width: 100%; padding:55px 0px 0px;}
.footerpart .topfooter .footerbox {float: left; padding:0px 0px 40px 0px; width: 25%;}
.footerpart .topfooter .footerbox h4 {color: #ffc600; font-size: 22px; padding:0px 0px 15px; font-weight: 500; text-transform: uppercase; position: relative; }
.footerpart .topfooter .footerbox h4 span {color: #ffffff; display: block; font-weight: 700;}
.footerpart .topfooter .footerbox p {color: #ffffff; font-size: 14px; line-height: 20px; float: left; width: 100%;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin-bottom: 10px;}
.footerpart .topfooter .footerbox ul li a {color: #ffffff;}
.footerpart .topfooter .footerbox ul li a:hover {color: #ffc600;}
.footerpart .topfooter .fcol1 {padding-right: 10px;}
.footerpart .topfooter .fcol2 {padding-left: 75px;}
.footerpart .topfooter .fcol3 {padding-left: 45px;}
.footerpart .topfooter .fcol4 {padding-left: 65px;}
.footerpart .topfooter .fcol4 span{float: left; width: 100%; padding: 10px 0px 0px 0px; color: #ffffff; font-size: 13px;}
.footerpart .bttn {float: left; font-size: 13px; margin-top: 15px; height: 38px; letter-spacing: 0.1px; font-weight: 700; text-align: center; background-color: #ffc600; text-transform: uppercase; color: #080808; padding:10px 22px;}
.footerpart .bttn:hover {background-color: #a11325; color: #ffffff;}
.footerpart .topfooter .fcol4 .bttn {width: 145px;}
.footerpart .copyright {float: left; width: 100%; padding:30px 0px; border-top: 2px solid #343434;}
.footerpart .copyright p {float: left; color: #a3a3a3; font-size: 13px; padding-top:2px;}
.footerpart .copyright .paypal {float: right;}
