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: 'Open Sans', 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
 ****************/
.container {width: 740px; margin: 0 auto;}
.container:after, .container:before {display: table; content: " "; clear: both;}

#headerpart {float: left; width: 100%; position: relative; padding: 20px 0px; background-color: #000000;}
#headerpart .logo {float: left; margin-top: 12px;}
#headerpart .rheader {float: right;}
#headerpart .rheader p {float: left; color: #ffffff; width: 100%; text-align: center; font-size:13px; text-transform: uppercase;}
#headerpart .rheader .call-msg h2 {float: left; width: 144px; margin-top: 10px;}
#headerpart .rheader .call-msg h2 a {float: left; width: 100%; height: 42px; background-repeat: no-repeat; line-height: 42px; font-size: 14px; font-weight: 600; text-transform: uppercase;}
#headerpart .rheader .call-msg .call {margin-left: 10px;}
#headerpart .rheader .call-msg .call span {float: left; width: 100%; margin-top:3px; text-align: center; font-size: 12px; color: #838383;}
#headerpart .rheader .call-msg .call a { background-image: url(../images/call.png); background-position: 34px 50%; padding-left: 57px; background-color: #f8d100; color: #000000;}
#headerpart .rheader .call-msg .msg a {background-image: url(../images/msg.png); background-position: 15px 50%; padding-left: 44px; background-color: #4f5259; color: #ffffff;}

nav.nav {float: left; width: 100%; position: relative; background-color: #f8d100;}
nav.nav ul.menus {float:left; width:100%;}
nav.nav ul.menus > li {float: left; position: relative;}
nav.nav ul.menus > li > a {float: left; color: #000000; font-size: 14px; font-weight: 600; text-transform: uppercase; padding:15px 20px;}
nav.nav ul.menus > li:hover > a {background-color: #000000; color: #f8d100;}
.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; margin-top:35px; text-align: center;}
.productbox h1{font-size: 19px; color: #000000; font-weight: 700; text-align: center; float: left; width: 100%; padding: 0px 100px 30px; color: #000000;}
.productbox .prod-gallery {width:510px; margin: 0 auto; position: relative; padding-top: 480px; clear: both; border: 1px solid #dadada;}
.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 #dadada; width:119px; height: 110px; text-align: center;}
.productbox .prod-gallery label.last {margin-right: 0;}
.productbox .prod-gallery label:hover, .productbox .prod-gallery input:checked + label {border-color: #f8d100;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4 {
  display: block;
}
.prodetails {float: left; width: 100%; margin-top: 30px;}
.contentpart .ctitle {float: left; color: #000000; width: 100%; padding-bottom: 12px; text-transform: uppercase; letter-spacing: 0.6px; font-size:22px; font-weight: 400; text-align: center; position: relative;}
.contentpart .ctitle span {font-weight: 700;}
.contentpart .ctitle:after {content: ""; width: 318px; height: 2px; background-color: #f8d100; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.prodetails .proinner {float: left; width: 100%; padding:25px 30px 25px; background-color: #f7f7f7;}
.prodetails p {float: left; width: 100%; color: #4e4e4e; margin-bottom: 15px; line-height: 22px;}
.prodetails li {float: left; width: 100%; color: #4e4e4e; margin: 4px 0; line-height: 22px; list-style: inside disc;}
.prodetails .info_video video {float: left; width: 100%;}
/*.prodetails h3 {font-size: 18px; color: #000000; font-weight: 700; float: left; width: 100%; text-transform: uppercase; margin: 15px 0;}
.prodetails ul {float: left; width: 100%;}
.prodetails ul li {color: #4d4d4d; font-size: 14px; float: left; width: 100%; margin-bottom: 9px;}
.prodetails ul li:last-child {margin-bottom: 0px;}
.prodetails ul li span {float: left; width: 225px; padding-right: 10px;} */
.tabs {margin: 40px 0px 0px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left;  font-weight: 600; font-size: 16px; color: #ffffff; padding:13px 25px; margin-right: 1px; text-align: center; background-color: #4f5259; text-transform: uppercase; cursor: pointer;}
.tabs label:hover, .tabs input:checked + label {background-color: #f8d100; color: #000000;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; border: 1px solid #e5e5e5; overflow-y: auto;}
.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:25px 30px 10px; max-height: 431px;}
.tabs .innerbox p {font-size: 14px; width: 100%; float: left; color: #4d4d4d; line-height: 22px; margin-bottom: 20px;}
.tabs .innerbox ul {float: left; width: 100%;}
.tabs .innerbox ul li{float: left; width: 100%; color: #0b2235; margin-top: 5px; font-weight: 500; font-size: 14px; background-image: url(../images/point.png); background-position: 0px 50%; padding-left: 15px; background-repeat: no-repeat;}
.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: 60px;}
.services .servicebox {float: left; width: 148px; height: 74px; text-align: center; padding-bottom: 26px;}
.services .servicebox .iconbox {margin-top: -24px; margin-bottom: 9px;}
.services .sbox1 {background-color: #f8d100;}
.services .sbox2 {background-color: #f9da33;}
.services .sbox3 {background-color: #fbe366;}
.services .sbox4 {background-color: #fbe87f;}
.services .sbox5 {background-color: #fdf1b2;}
.services h4 {font-size: 14px; color: #000000; font-weight: 700; text-transform: uppercase; line-height: 15px;}
.footerpart {float: left; width:100%; background-color: #020202;}
.footerpart .topfooter {float: left; width: 100%; padding-top:60px;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 40px;}
.footerpart .topfooter .footerbox h4 {color: #f8d100; font-size: 16px; padding-bottom:15px; font-weight: 700; position: relative; text-transform: uppercase;}
.footerpart .topfooter .footerbox p {color: #c7c7c7; font-size: 13px; line-height: 22px; margin-bottom: 5px; float: left; width: 100%;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin-bottom: 8px;}
.footerpart .topfooter .footerbox ul li a {color: #c7c7c7; font-size: 13px;}
.footerpart .topfooter .footerbox ul li a:hover {color: #f8d100;}
.footerpart .topfooter .fcol1 {width: 220px;}
.footerpart .topfooter .fcol2 {padding-left: 35px; width: 155px;}
.footerpart .topfooter .fcol3 {width: 200px;}
.footerpart .topfooter .fcol4 {width: 160px; padding-left: 22px;}
.footerpart .topfooter .fcol4 span{float: left; width: 100%; padding-top: 5px; color: #838383; font-size: 12px;}
.footerpart .topfooter .fcol1 .flogo {float: left; width: 100%; margin-bottom: 20px; padding-right: 20px;}
.footerpart .topfooter .fcol1 .flogo img {max-width: 100%;}
.footerpart .bttn {float: left; font-size: 13px; clear: both; margin-top: 10px; width: 136px; height: 40px; font-weight: 700; text-align: center; background-color: #f8d100; text-transform: uppercase; color: #000000; padding:0px 10px; line-height: 40px;}
.footerpart .bttn:hover {background-color: #ffffff;}
.footerpart .copyright {float: left; width: 100%; padding:30px 0px; border-top: 1px solid #1f1f1f;}
.footerpart .copyright p {float: left; color: #c7c7c7; font-size: 13px; padding-top:2px;}
.footerpart .copyright .paypal {float: right;}
