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: 'Source Sans Pro', 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: 1000px; margin: 0 auto;}
#headerpart {float: left; width: 100%; position: relative; padding-top: 20px;}
#headerpart .logo {float: left;  width: 100%; text-align: center;}
nav.nav {float: left; width: 100%; position: relative; border-bottom: 2px solid #ededed; padding: 20px 0;}
nav.nav ul.menus {float:left; width:100%;}
nav.nav ul.menus > li {float: left; padding: 10px 10px; position: relative;}
nav.nav ul.menus > li > a {float: left; color: #49535a;font-size: 18px;}
nav.nav ul.menus > li:hover > a, nav.nav ul.menus > li > a.active {color: #ba1f1f;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; padding:0px; top:45px; left: 0px;background-color: #ffffff; width: 200px; opacity: 0; visibility: hidden; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; box-shadow: 0px 5px 12px rgba(0,0,0,0.2); -moz-box-shadow: 0px 5px 12px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.2);}
nav.nav ul.menus > li .submenus ul {width: 100%; float: left;}
nav.nav ul.menus > li .submenus li {float: left; width: 100%; position: relative;}
nav.nav ul.menus > li .submenus li a {color: #49535a; font-size: 16px; float: left; padding:12px 15px; text-align: left; width: 100%;}
nav.nav ul.menus > li:hover .submenus {visibility: visible; opacity: 1; top:45px;}
nav.nav ul.menus > li .submenus li:hover a {background-color: #ba1f1f; color: #ffffff;}
.productbox {float: left; width: 100%; margin-top:50px; text-align: center;}
.productbox h1 {font-size: 30px; font-weight: 600; text-align: center; float: left; width: 100%; padding: 0px 0px 30px; line-height:24px; color: #4e4e4e;}
.productbox .prod-gallery {width:511px; margin: 0 auto; position: relative; padding-top: 480px; clear: both;}
.productbox .prod-gallery .content {display: none; width: 100%; height:480px; text-align: center; position: absolute; top: 0px; right: 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; cursor: pointer; margin:10px 10px 0px 0px; border:1px solid #ededed; width:120px; height:120px; text-align: center;}
.productbox .prod-gallery label.last {margin-right: 0;}
.productbox .prod-gallery label:hover, .productbox .prod-gallery input:checked + label {border-color: #ba1f1f;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4 {
  display: block;
}
.prodetails {float: left; width: 100%; margin-top:40px;}
.prodetails h2 {color: #4e4e4e; font-size: 23px; font-weight: 600;}
.prodetails .proinner {float: left; width: 100%; padding:20px 30px 20px; border:1px solid #ededed;}
.prodetails p {float: left; width: 100%; color: #4e4e4e; font-size: 14px; padding:5px 0px; line-height: 24px;}
.prodetails ul {float: left; width: 100%; margin-top:5px;}
.prodetails ul li {float: left; width: 100%; color: #4e4e4e; font-size: 14px; padding:2px 0px; line-height: 24px;}
.tabs {margin: 30px 0px 0px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left; font-weight: 600; font-size:16px; color: #4e4e4e; padding:15px 30px 13px; margin-right: 2px; cursor: pointer;}
.tabs label:hover, .tabs input:checked + label {background-color: #f9f9f9;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; background-color: #f9f9f9;}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3, 
.tabs #tab4:checked ~ #content4 {
	display: block;
}
.tabs .innerbox {float: left; width: 100%;  padding:20px 30px;}
.tabs .innerbox p {font-size: 14px; width: 100%; float: left; color: #4e4e4e; line-height: 22px; margin:10px 0px;}
.tabs .innerbox li {font-size: 14px; width: 100%; float: left; color: #4e4e4e; line-height: 22px; margin-bottom:10px;}
.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;}
.footerpart {float: left; width:100%; position: relative; background-color: #07080d; margin-top: 95px;}
.footerpart .newsletter {width: 541px; padding: 10px; background-color: #ba1f1f; content: " "; position: absolute; top: -63px; left: 50%; transform: translateX(-50%); height: 86px; text-align: center;}
.footerpart .newsletter p {color: #ffffff; font-size: 20px; margin-bottom: 10px; float: left; width: 100%;}
.footerpart .newsletter .yesbtn {color: #000000; display: inline-block; text-transform: uppercase; font-size: 16px; font-weight: 600; width: 162px; height: 30px; line-height: 30px; background-color:#ffffff;}
.footerpart .newsletter .yesbtn:hover {background-color: #000000; color: #ffffff;}
.footerpart .topfooter {float: left; width: 100%; padding:0px 0px 0px;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 5px;}
.footerpart .topfooter .footerbox h4 {color: rgba(255,255,255,0.7); font-size: 18px; text-transform: uppercase; padding:0px 0px 10px; font-weight: 700; position: relative;}
.footerpart .topfooter .footerbox p {color:rgba(255,255,255,0.7); font-size: 14px; line-height: 22px; float: left; width: 100%;}
.footerpart .topfooter .footerbox ul {float: left; width: 50%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin: 5px 0px;}
.footerpart .topfooter .footerbox ul li a {color:rgba(255,255,255,0.7); font-size: 14px;}
.footerpart .topfooter .footerbox ul li a:hover {color:#ffffff;}
.footerpart .topfooter .fcol1 {width: 320px;}
.footerpart .topfooter .fcol2 {width: 472px; padding-top: 50px;}
.footerpart .topfooter .fcol3 {width: 208px; padding-top: 50px;}
.footerpart .topfooter .fcol1 .flogo {margin-left: -140px;}
.footerpart .bttn {float: left; font-size: 16px; width: 162px; margin: 15px 0px 20px; height: 30px; line-height: 30px; font-weight: 600; text-align: center; text-transform: uppercase; background-color: #ffffff; color: #000000; padding:0px 5px;}
.footerpart .bttn:hover {background-color: #ba1f1f; color: #ffffff;}