/*

Theme Name: Zincoxide

Theme URI: https://wordpress.org/themes/twentysixteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

Text Domain: zincoxide



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/


/**

 * Table of Contents

 *

 * 1.0 - Normalize

 * 2.0 - Genericons

 * 3.0 - Typography

 * 4.0 - Elements

 * 5.0 - Forms

 * 6.0 - Navigation

 *   6.1 - Links

 *   6.2 - Menus

 * 7.0 - Accessibility

 * 8.0 - Alignments

 * 9.0 - Clearings

 * 10.0 - Widgets

 * 11.0 - Content

 *    11.1 - Header

 *    11.2 - Posts and pages

 *    11.3 - Post Formats

 *    11.4 - Comments

 *    11.5 - Sidebar

 *    11.6 - Footer

 * 12.0 - Media

 *    12.1 - Captions

 *    12.2 - Galleries

 * 13.0 - Multisite

 * 14.0 - Media Queries

 *    14.1 - >= 710px

 *    14.2 - >= 783px

 *    14.3 - >= 910px

 *    14.4 - >= 985px

 *    14.5 - >= 1200px

 * 15.0 - Print

 */

/**

 * 1.0 - Normalize

 *

 * Normalizing styles have been helped along thanks to the fine work of

 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

 */

@charset "utf-8";
/* CSS Document */

#wpadminbar ul:after {
	clear: inherit;
}
body {
	background: #fff;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #ffc400;
}
ul li {
	list-style-type: none;
}
#navbtn {
	display: none;
}
.nav-menu {
	float: right;
}
.nav-menu li {
	position: relative;
	float: left;
}
.nav-menu li > a {
	font: 400 14px/50px 'Oswald', sans-serif;
	color: #6ea711;
	padding: 0 9px;
	white-space: nowrap;
	display: block;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	text-decoration: none;
	color: #676262;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #0089cf;
	min-width: 220px;
	box-shadow: 0 0 5px #02496d;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu .sub-menu a {
	font: normal 14px/34px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	white-space: nowrap;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #035e8d;
}
.nav-menu .menu-item-has-children > a {
	cursor: pointer;
}
#banner {
	position: relative;
	background: #ffffff;
	text-align: center;
}
ol.flex-control-nav {
	display: none;
}
 [class*="flexslider"] {
position:relative;
z-index:1;
display:block;
overflow:hidden;
}
[class*="flexslider"] ul {
	padding: 0 !important;
}
[class*="flexslider"] ul li {
	position: relative;
	padding: 0 !important;
	list-style-type: none;
}
[class*="flexslider"] ul li > img {
	width: 100%;
}
[class*="flexslider"] ul li+li {
	display: none;
}
[class*="flexslider"] .flex-direction-nav {
	position: absolute;
	top: 50%;
	left: 1%;
	right: 1%;
	transform: translate(0, -50%);
}
[class*="flexslider"] .flex-direction-nav li {
	float: left;
}
[class*="flexslider"] .flex-direction-nav li+li {
	float: right;
	display: block!important;
}
[class*="flexslider"] .flex-direction-nav li a {
	font-size: 0;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 99;
	opacity: 0.8;
}
[class*="flexslider"] .flex-direction-nav li a.flex-prev {
	background: url(images/prev.png) no-repeat 50% 50%;
}
[class*="flexslider"] .flex-direction-nav li a.flex-next {
	background: url(images/next.png) no-repeat 50% 50%;
}
header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	padding: 15px 0;
}
header {
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all 300ms ease-out 0s;
}
header.active {
	padding: 10px 0;
	top: 0;
	box-shadow: 0 0 6px #333;
}
#logo {
	float: left;
}
.banner_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 1200px;
	z-index: 99;
	padding-left: 10px;
	text-align: center;
}
.banner_text > div {
	width: 900px;
	display: table;
	margin: auto;
	position: relative;
	padding: 60px 50px 0;
}
.banner_text h1 {
	font: 700 74px/74px 'Oswald', sans-serif;
	color: #ffc400;
	padding-bottom: 15px;
}
.banner_text h1 span {
	font: 700 74px/74px 'Oswald', sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.banner_text h2 {
	font: 300 55px/58px 'Oswald', sans-serif;
	color: #6ea711;
}
#content h5 {
	font: 300 35px/40px 'Oswald', sans-serif;
	padding: 25px 0 0;
}

#content .iso-part h5{ font: 300 25px/30px 'Oswald', sans-serif;
	padding: 25px 0 0;}

.linetext {
	font: 400 20px/40px Arial, Helvetica, sans-serif;
	background: #767575;
	margin: 0;
	color: #fff;
}
.linetext+.linetext {
	background: #ffc000;
	margin: 0 30px 0 30px;
	color: #5a5a5a;
}
.linetext+.linetext+.linetext {
	background: #767575;
	margin: 0 60px 0 60px;
	color: #fff;
}
.banner_text > div:before {
	background: url(images/left.png) no-repeat 0 0;
	content: "";
	position: absolute;
	width: 51px;
	height: 284px;
	left: 0;
	top: 0;
}
.banner_text > div:after {
	background: url(images/right.png) no-repeat 0 0;
	content: "";
	position: absolute;
	width: 51px;
	height: 284px;
	right: 0;
	top: 0;
}
.gap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.gap-top {
	padding-top: 50px;
}
.gap-bottom {
	padding-bottom: 50px;
}
.white-color {
	color: #fff;
}
.sml-gap-top {
	padding-top: 25px;
}
#content h1 {
	font: 700 77px/77px 'Roboto', sans-serif;
	padding: 20px 0 0;
	color: #70737f;
}
#content h1 span {
	color: #ffc400;
}
#content h1 strong {
	color: #ffffff;
	font: 700 77px/77px 'Roboto', sans-serif;
}
#content h2 {
	font: 300 50px/52px 'Roboto', sans-serif;
	padding: 20px 0 0;
	color: #6ea711;
}
#content h3 {
	font: 500 20px/22px 'Roboto', sans-serif;
	padding: 20px 0 0;
}
#content h4 {
	font: 300 18px/20px 'Roboto', sans-serif;
	padding: 12px 0 0;
}
#content p {
	font: 300 15px/19px 'Roboto', sans-serif;
	padding: 20px 0 0;
}
.line {
	background: url(images/line.png) no-repeat 50% 100%;
}
.about {
	font: 300 40px/35px 'Roboto', sans-serif;
	padding: 20px 0 0;
}
.about-part {
	background: #f3f3f3; padding-bottom:40px;
}
.about span {
	font: 300 14px/8px 'Roboto', sans-serif;
}
.yellow2 a, .yellow a {
	color: #ffc400;
}
.flip-container {
	float: left;
	width: 19.7%;
	text-align: center;
	margin: 20px 0 0;
	height: 180px;
}
.flip-container:hover .backbox {
	transform: rotateY(180deg);
}
.flip-container:hover .frontbox {
	transform: rotateY(0deg);
}
.flip-container, .frontbox, .backbox {
}
.card {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.frontbox, .backbox {
	position: absolute;
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
}
.frontbox {
	z-index: 2;
	transform: rotateY(-180deg);
	background: url(images/linebg.png) repeat-x 0 0;
	padding: 20px;
	text-align: center;
	width: 100%;
	min-height: 190px;
}
.backbox {
	z-index: 1;
	transform: rotateY(0deg);
	background: #fff;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.frontbox ul li {
	font: 300 15px/35px 'Roboto', sans-serif;
}
.frontbox ul li:nth-child(odd) {
}
.frontbox ul {
	margin: 10px 0 0;
}
.mdl {
	background: url(images/mdl2.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 40px 0;
}
/*.mdl:before {
	position: absolute;
	content: "";
	background: url(images/mdlbg.png) no-repeat 50% 0;
	width: 100%;
	height: 76px;
	left: 0;
	right: 0;
	top: 0;
}*/

.mdl-top {
	background: url(images/mdl3.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 40px 0;
}

.border {
	border: 7px solid #3b3838;
}

.foterbtmimage{ padding:40px 0 0; text-align:left;}
.btmsec {
	background: url(images/btmbgg.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.contact {
	padding: 40px 0;
	background: url(images/btm.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="password"], .contact input[type="url"], .contact textarea {
	border: 2px solid rgba(135,135,135,0.8);
	background: none;
	color: #fff;
}
.contact select {
	background: url(images/select.png) no-repeat 99% 50%;
	border: 1px solid rgba(135,135,135,0.5);
	color: #fff;
}
#footer {
	background: #000;
	text-align: center;
	color: #fff;
	font: 400 14px/20px 'Roboto', sans-serif;
	padding: 15px 0;
}
#content .contact h2 {
	padding-bottom: 15px;
}
.xv {
	color: #ffc400;
}
.fl-fm {
	padding: 15px;
	background: #e3ab00;
	margin: 0 auto;
	text-align: center;
}
.zinc-tab {
	border: solid 1px #595959;
	font: 400 16px/38px 'Roboto', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 0 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.zinc-tab:hover {
	background: #000;
	color: #fff;
}
.tab-sec {
	display: table;
	left: 58%;
	margin: 35px auto 0;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0px);
	width: 270px;
	font: 400 15px/24px 'Roboto', sans-serif;
	color: #757880;
}
.tab-sec a {
	color: #757880;
}
.float-form {
	position: fixed;
	top: 160px;
	right: 0;
	width: 41px;
	background: #eefae7;
	transition: all ease .5s;
	z-index: 99;
	overflow: hidden;
	color: #fff;
	text-align: center;
	transition: all ease .5s;
	height: 210px;
	border-radius: 5px 5px 0 0;
	z-index: 9999;
}
.float-form.full-show {
	width: 350px;
	transition: all ease .5s;
	background: #e3ab00; /*border: 2px solid #ffc000; border-left:none;  border-right:none; */
}
.product_finder_tab {
	position: fixed;
	/* right: -450px;*/

	top: 160px;
	z-index: 9999;
	color: #ffc000;
	background: #3b3838;
	padding: 0 0 0 48px;
	margin: 0;
	letter-spacing: 1px;
	height: 210px;
	/* border: 2px solid #ffc000;*/

	border-right: none!important;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-ms-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
.product_finder_tab .product_finder_text {
	position: absolute;
	left: -47px;
	top: 50%;
	cursor: pointer;
	/* -webkit-transform: translateY(-50%) rotate(270Deg); */

	-moz-transform: translateY(-50%) rotate(270Deg);
	-ms-transform: translateY(-50%) rotate(270Deg);
	-o-transform: translateY(-50%) rotate(270Deg);
	transform: translateY(-50%) rotate(270Deg);
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 70px;
	width: 284%;
	font-weight: 700;
}
.yellow {
	background: #3b3838;
	padding: 5px 0 20px;
}
.yellow h3 {
	font: 400 18px/20px 'Roboto', sans-serif;
	word-wrap: break-word; color:#ffc400;
}
.yellow2 {
	background: #ffc000;
	padding: 0 30px 20px 30px;
	margin: 25px 0 0;
}
#content .yellow2 h3 {
	font: 400 16px/20px 'Roboto', sans-serif;
}
.manufacturing {
	background: url(images/manufacturingbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.manufacturing img {
	border-radius: 5px;
}
#content .manufacturing h2 {
	color: #fff;
}
.fix {
	display: table;
	width: 100%;
	max-width: 100%;
}
.fix > div {
	display: table-cell;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.wishlist {
	background:url(images/slider9.jpg) no-repeat 50% 0; background-size:cover;
}
.qualityassurance {
	background: #f3f3f3;
}
.list ul li {
	width: 80%;
}
.list ul li+li {
	margin: 0 0 0 3%;
}
.list ul li+li+li {
	margin: 0 0 0 6%;
}
.list ul li+li+li+li {
	margin: 0 0 0 9%;
}
.list ul li+li+li+li+li {
	margin: 0 0 0 12%;
}
.list ul li+li+li+li+li+li {
	margin: 0 0 0 15%;
}
.list ul li+li+li+li+li+li+li {
	margin: 0 0 0 18%;
}
.list ul li+li+li+li+li+li+li+li {
	margin: 0 0 0 21%;
}
.list ul li+li+li+li+li+li+li+li+li {
	margin: 0 0 0 24%;
}
.list ul li a {
	font: 400 19px/50px 'Roboto', sans-serif;
	padding: 0 0 0 30px;
	display: block;
	width: 100%;
	color: #000;
}
.list ul li img {
	float: right;
}
.list ul li:nth-child(odd) {
	background: #3b3838;
}
.list ul li:nth-child(even) {
	background: #ffc000;
}
.list ul li:nth-child(odd) a {
	color: #fff;
}
.tab-sec a img {
	padding-right: 5px;
}
 @-webkit-keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

 @media only screen and (min-width:1350px) {
.cycloneslider-template-standard .cycloneslider-slide img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100% !important;
	border: 0;
}
}


 @media only screen and (max-width: 1198px) {
.nav-menu li > a {
	font-size: 12px;
	padding: 0 7px;
}
.about {
	font-size: 30px;
}
.banner_text {
	width: 1000px;
}
.banner_text > div:before {
	display: none;
}
.banner_text > div:after {
	display: none;
}
.fix {
	height: auto !important;
}
.manufacturing {
	margin: 40px 0 0;
	padding-bottom: 20px;
}
.wishlist {
	padding: 40px 0;
}
.qualityassurance {
	padding: 40px 0;
}
.btmsec {
	padding: 40px 0;
}
#content .yellow2 h3 {
	font-size: 13px;
}
.yellow h3 {
	font-size: 15px;
}
}
 @media only screen and (max-width: 990px) {
.banner_text {
	width: 748px;
}
.banner_text > div {
	width: 700px;
}
.banner_text h2 {
	font-size: 30px;
	line-height: 32px;
}
.banner_text h1 {
	font-size: 30px;
	line-height: 32px;
}
.linetext {
	font-size: 16px;
	line-height: 32px;
}
.nav-menu li > a {
	font-size: 12px;
	padding: 0 4px;
	line-height: 27px;
}
#logo {
	width: 150px;
}
.about {
	font-size: 23px;
}
#content h1 {
	font-size: 45px;
}
#content h3 {
	font-size: 16px;
}
.banner_text h1 span {
	font-size: 30px;
	line-height: 34px;
}
#content .yellow2 h3 {
	font-size: 11px;
}
.yellow h3 {
	font-size: 11px;
}
#content h2 {
	font-size: 35px;
	line-height: 37px;
}
#content h5 {
	font-size: 30px;
	line-height: 34px;
}
#navigation {
}
#navbtn {
	display: block;
	background: url(images/navigation.png) no-repeat 50% 50% #000;
	width: 38px;
	height: 27px;
	font-size: 0;
	cursor: pointer;
	float: right;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	min-width: 300px;
	background: #e63535;
	box-shadow: 0 3px 5px #460603;
	z-index: 999;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #f58989;
}
.nav-menu li > a {
	font: 400 14px/35px 'Roboto', sans-serif;
	color: #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (max-width: 740px) {
.banner_text {
	width: 98%;
}
.banner_text > div {
	width: 420px;
	padding: 30px 20px 0;
}
.linetext {
	font-size: 11px;
	line-height: 22px;
}
.banner_text h1 {
	padding-bottom: 8px;
}
header {
	padding: 8px 0;
}
.flip-container {
	width: 50%;
}
.gap-top {
	padding-top: 30px;
}
.gap-bottom {
	padding-bottom: 30px;
}
#content h1 {
	font-size: 40px;
	line-height: 42px;
}
.border img {
	width: 100%;
}
.border {
	margin: 30px 0 0;
}
.contact p {
	text-align: center;
}
.sml-gap-top {
	padding-top: 15px;
}
.contact {
	margin: 10px 0 0;
}
#banner::before {
	display: none;
}
#content .yellow2 h3 {
	font-size: 15px;
}
.yellow h3 {
	font-size: 15px;
}
#content h1 strong {
	font-size: 35px;
	line-height: 35px;
}
#content h1 {
	font-size: 35px;
	line-height: 35px;
}
#content h5 {
	font-size: 25px;
	line-height: 27px;
}
/*.list ul li{ width:90%;}*/

.list ul li+li {
	margin: 0
}
.list ul li+li+li {
	margin: 0;
}
.list ul li+li+li+li {
	margin: 0;
}
.list ul li+li+li+li+li {
	margin: 0;
}
.list ul li+li+li+li+li+li {
	margin: 0;
}
.list ul li+li+li+li+li+li+li {
	margin: 0;
}
.list ul li+li+li+li+li+li+li+li {
	margin: 0;
}
.list ul li+li+li+li+li+li+li+li+li {
	margin: 0;
}
.list ul li {
	width: 100%;
}
}
 @media only screen and (min-width: 850px) {
.nav-menu {
	display: block !important;
}
}
 @media only screen and (max-width: 450px) {
.linetext {
	display: none;
}
.banner_text {
	width: 96%;
}
.banner_text > div {
	width: 300px;
}
.banner_text h1 {
	font-size: 20px;
	line-height: 22px;
}
.banner_text h2 {
	font-size: 20px;
	line-height: 22px;
}
#content h2 {
	font-size: 30px;
	line-height: 32px;
}
.flip-container {
	width: 100%;
}
#footer {
	font-size: 11px;
}
#content h2 {
	font-size: 28px;
}
.banner_text h1 span {
	font-size: 20px;
	line-height: 22px;
}
}