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; letter-spacing: 0.2px;}
a, a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

/****************
 * Common Css
 ****************/
.container {width: 1140px; margin: 0 auto;}
.container:after, .container:before {display: table; content: " "; clear: both;}

#headerpart {float: left; width: 100%; position: relative; z-index: 2; padding-top: 12px; height: 162px; background: url(../images/header-bg.jpg) no-repeat 50% 0;}
#headerpart .logo {position: absolute; top: 12px;}
#headerpart .call-msg {float: right; margin-top: 47px;}
#headerpart .call-msg p {color: #ffffff; font-size: 15px; font-weight: 400; float: left; margin: 12px 20px 0px 0px;}
#headerpart .call-msg .msg {background-color: #ffffff; width: 150px; height: 44px; line-height: 44px; float: right; background-image: url(../images/msg.png); background-repeat: no-repeat; background-position: 15px 50%; font-weight: 500; color: #000000; font-size: 15px; text-transform: uppercase; letter-spacing: 0.2px; padding-left: 43px;}
#headerpart .call-msg .msg:hover {background-color: #00b0f0; color: #ffffff;}
nav.nav {float: left; width: 100%; position: relative; background-color: #000000;}
nav.nav ul.menus {float:right;}
nav.nav ul.menus > li {float: left;}
nav.nav ul.menus > li > a {float: left; color: #fefefe; font-size: 15px; text-transform: uppercase; font-weight: 500; line-height: 20px; padding: 15px 18px;}
nav.nav ul.menus > li:hover > a {background-color: #00b0f0;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; padding:20px 0px; display: none; top:50px; left: 0px; background-color: rgba(255,255,255,0.98); 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: 25%; float: left;}
nav.nav ul.menus > li .submenus li {float: left; width: 100%; padding: 4px 0; position: relative;}
nav.nav ul.menus > li .submenus li a {color: #000000; font-size: 13px; float: left; text-align: left;}
nav.nav ul.menus > li .submenus li a b {margin-top: 5px; display: inline-block;}
@media only screen and (min-width:1200px){
	nav.nav ul.menus > li:hover .submenus {display: block;}	
}
nav.nav ul.menus > li .submenus li:hover a {color: #00b0f0;}
.services {float: left; width: 100%;}
.services ul li {float: left; width: 20%; padding: 15px 25px; height: 106px; background-color: #e0e0e0; text-align: center;}
.services ul li.sinner2 {background-color: #e9e9e9;}
.services ul li.sinner3 {background-color: #e0e0e0;}
.services ul li.sinner4 {background-color: #e9e9e9;}
.services ul li.sinner5 {background-color: #e0e0e0;}
.services li .icon {float: left; height: 32px; width: 100%; background-repeat: no-repeat; background-position: 50% 50%;}
.services li .icon1 {background-image: url(../images/sicon1.png);}
.services li .icon2 {background-image: url(../images/sicon2.png);}
.services li .icon3 {background-image: url(../images/sicon3.png);}
.services li .icon4 {background-image: url(../images/sicon4.png);}
.services li .icon5 {background-image: url(../images/sicon5.png);}
.services li h3 {float: left; font-family: 'Roboto Condensed', sans-serif; font-size: 15px; width: 100%; font-weight: 700; color: #000000; padding:12px 0 0 0px; line-height: normal; text-transform: uppercase;}
.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; margin-top:40px; text-align: center;}
.productbox h1 {font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: 700; line-height:36px; color: #000000; text-transform: uppercase; text-align: center; float: left; width: 100%; padding: 0px 0px 25px;}
.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 #e0e0e0; width:120px; height: 98px; text-align: center;}
.productbox .prod-gallery label.last {margin-right: 0;}
.productbox .prod-gallery label:hover, .productbox .prod-gallery input:checked + label {border-color: #00b0f0;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4 {
  display: block;
}
.prodetails {float: left; width: 100%; margin-top: 40px;}
.contentpart .ctitle {float: left; color: #00b0f0; position: relative; width: 100%; text-transform: uppercase; font-size:20px; font-weight: 500; margin-bottom: -1px; position: relative; padding-bottom:12px;}
.contentpart .ctitle:after {content: ""; width:226px; height: 3px; background-color: #00b0f0; position: absolute; bottom: 0; left: 0;}
.prodetails .proinner {float: left; width: 100%; padding:25px 0px 0; border-top:1px solid #e0e0e0;}
.prodetails p {float: left; width: 100%; color: #000000; line-height: 24px; font-size: 14px; margin-bottom: 10px;}
.prodetails li {float: left; width: 100%; color: #000000; line-height: 24px; font-size: 14px; margin-bottom: 5px; list-style: inside disc;}
.tabs {margin-top: 35px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left; font-weight: 500; font-size: 16px; color: #000000; text-transform: uppercase; padding: 12px 20px; cursor: pointer; border-top: 3px solid transparent;}
.tabs label:hover, .tabs input:checked + label {color: #00b0f0; border-top-color: #00adee;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; border-top:1px solid #e0e0e0; padding: 20px 0px 0;}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4 {
	display: block;
}
.tabs .content p {color: #000000; line-height: 24px; font-size: 14px; margin-bottom: 20px;}
.tabs .content li {color: #000000; line-height: 24px; font-size: 14px; margin-bottom: 5px; list-style: inside disc;}
.tabs .content ol {margin: 0; padding: 0;}
.tabs .content ol li ul {padding-left: 30px;}
.tabs .content ol li {list-style-type: decimal;}
.tabs .content ol ul li {list-style: outside circle;}
.tabs .content p:last-child {margin-bottom: 0;}
.footerpart {float: left; width:100%; background-color: #000000; margin-top: 100px;}
.newsletter {float: left; width: 100%; margin-top: -40px; padding: 15px 125px; background-color: #ffffff; box-shadow: 0px 0px 14px rgba(0,0,0,0.11); -moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.11); -webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.11);}
.newsletter p {float: left; font-size: 20px; color: #000000; font-weight: 700; text-transform: uppercase;  margin-top: 12px; background: url(../images/mail-icon.png) no-repeat 0 2px; padding-left: 44px;}
.newsletter .signbtn {float: right; width: 164px; height: 50px; line-height: 50px; background-color: #000000; text-align: center; font-size: 16px; color: #ffffff; font-weight: 500; text-transform: uppercase;}
.newsletter .signbtn:hover {background-color: #00b0f0;}
.footerpart .topfooter {float: left; width: 100%; padding:50px 11% 0;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 30px; width: 25%;}
.footerpart .topfooter .footerbox h4 {color: #fefefe; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; padding-bottom:18px; font-weight:700; text-transform: uppercase;}
.footerpart .topfooter .footerbox p {color: rgba(254,254,254,0.70); font-size: 14px; 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:2px 0 6px;}
.footerpart .topfooter .footerbox ul li a {color: rgba(254,254,254,0.70); font-size: 14px;}
.footerpart .topfooter .footerbox ul li a:hover {color: #00b0f0;}
.footerpart .topfooter .fcol3 {text-align: center; width: 46%;}
.footerpart .fcol3 p {color: #ffffff !important; line-height: 22px;}
.footerpart .flogo {float: left; width: 100%; margin-bottom: 30px;}
.footerpart .flogo img {max-width: 100%;}
.footerpart .bttn {background-color: #00b0f0; font-size:15px; color: #ffffff; padding:0px 10px; line-height:38px; width: 130px; height: 38px; float: left; clear: both; margin-top: 10px; text-align: center; text-transform: uppercase;}
.footerpart .bttn:hover {background-color: #ffffff; color: #00b0f0;}
.footerpart .copyright {float: left; width: 100%; padding:25px 0px; border-top: 1px solid #171717;}
.footerpart .copyright p {float: left; color: rgba(254,254,254,0.70); font-size: 14px; padding-top:3px;}
.footerpart .copyright .paypal {float: right;}
