* {margin:0; padding:0;}

header, nav, article, section, footer, figure, aside {
display:block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead {margin:0px; padding:0px; border:0px; background:transparent;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ol, ul {list-style:none;}
blockquote {quotes:none;}
blockquote:before, blockquote:after {content: ''; content:none;}
a {text-decoration:none; color:inherit; outline:none; transition:0.5s ease; -o-transition:0.5s ease; -webkit-transition:0.5s ease;}
a:hover {color:#A31307;}

.floatleft {float:left; margin-right:10px; margin-bottom:10px;}
.floatleft2 {float:left;}
.floatright {float:right;}
.center {text-align:center;}
.bold {font-weight:bold;}
.clear {clear:both;}
.uppercase {text-transform:uppercase;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#333333;
	background-size:auto;
	background-color:#FFFFFF;
}
html {
	position:relative;
	min-height:100%;
}
table{
	width:100%;
	border-collapse:collapse;
}
tr:nth-of-type(odd) { 
	background-color:#FFFFFF; 
}
tr:nth-of-type(even) { 
	background-color:#F7F7F7; 
}
th { 
	background-color:#F7F7F7; 
	color:#5B6268; 
	font-weight:normal; 
	font-size:13px;
	padding:10px 6px 10px 6px;
}
td, th { 
	padding:15px; 
	text-align:left; 
}
#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
header {
	width:100%;
	height:70px;
	margin:0px 0px 3px 0px;
	padding:0px;
	background:url(../images/header_bg.jpg) center repeat;
}
header .header-content {
	margin:0px;
	padding:0px;
}
header .header-content .header-content-part1 {
	width:164px;
	float:left;
	padding:14px 0px 5px 0px;
	background-color:#C30001;
	text-align:center;
	border-left:#AF0001 1px solid;
	border-right:#AF0001 1px solid;
}
header .header-content .header-content-part2 {
	float:right;
}
header .header-content .header-content-part2 .language {
	color:#FFFFFF;
	margin-top:2px;
	float:right;
}
header .header-content .header-content-part2 .language a {
	color:#FFFFFF;
	padding:0px 3px 0px 3px;
}
header .header-content .header-content-part2 .language a:last-child {
	padding:0px 0px 0px 3px;
}
header .header-content .header-content-part2 .search {
	float:right;
	margin:14px 0px 0px 20px;
	position:relative;
}
header .header-content .header-content-part2 .search input[type="text"] {
	padding:5px 3px 5px 3px;
	border:0px;
}
header .header-content .header-content-part2 .search input[type="submit"] {
	width:16px;
	height:16px;
	background:url(../images/search.png) no-repeat;
	border:0px;
	position:absolute;
	top:4px;
	right:4px;
}
.slider {
	width:100%;
	background:url(../images/slider_bg.jpg) repeat;
	overflow:hidden;
	border-bottom:#BABBBC 1px solid;
}
aside {
	width:100%;
}
aside .box {
	margin:10px 0px 10px 0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
aside .box .box-col {
	width:300px;
	float:left;
	margin-right:50px;
}
aside .box .box-col:last-child {
	margin-right:0px;
}
aside .box .box-col img {
	float:left;
	margin-right:10px;
	border:#E30613 5px solid;
}
aside .box .box-col h2 {
	color:#E30613;
	font-size:13px;
}
aside .box .box-col p {
	color:#999999;
	font-size:11px;
}
aside .box .box-col .btn {
	color:#000000;
	font-weight:bold;
	margin-top:8px;
}
aside .box .box-col .btn:before {
	width:15px;
	height:15px;
	background:url(../images/ok.png) left no-repeat;
	content:"";
	white-space:pre;
	display:inline-block;
	margin-right:5px;
}
footer {
	width:100%;
}
footer .footer-content {
	margin:45px 0px 10px 0px;
	padding:20px 0px 0px 0px;
	border-top:#CEC0B4 1px solid;
	overflow:hidden;
	clear:both;
}
footer .footer-content .footer-content-col {
	width:300px;
	float:left;
	margin-right:50px;
}
footer .footer-content .footer-content-col:last-child {
	margin-right:0px;
}
footer .footer-content .copyright {
	font-size:12px;
	color:#999999;
}
footer .footer-content .copyright-phone {
	color:#E30613;
	font-size:17px;
	font-weight:bold;
}
footer .footer-content .copyright-phone:before {
	width:15px;
	height:16px;
	background:url(../images/phone.jpg) left no-repeat;
	content:"";
	white-space:pre;
	display:inline-block;
	position:relative;
	top:2px;
	right:5px;
}
footer .footer-content .footer-content-col ul {
	list-style:none;
}
footer .footer-content .footer-content-col ul li {
	float:right;
	color:#000000;
	margin-left:10px;
	font-weight:bold;
}
footer .footer-content .footer-content-col ul li:last-child {
	margin-right:0px;
}
footer .footer-content .footer-content-col ul li:before {
	content: "|";
	white-space:pre;
	margin-right:10px;
}
footer .footer-content .footer-content-col ul li:last-child:before {
	content: "";
	margin-right:0px;
}
.fixed-right a {
	display:none;
	position:fixed;
	z-index:9999;
	top:27%;
	right:0px;
	background-color:#151515;
}
.fixed-right a:hover {
	padding-right:10px;
	background-color:#151515;
}
.breadchumbs {
	font-size:12px;
	color:#999999;
}

/* Content Page */
.content-page {
	margin-top:20px;
	padding:5px 0px 0px 0px;
	overflow:hidden;
}
.content-page h2 {
	color:#E30613;
	margin-bottom:15px;
	font-size:22px;
}
.content-page p {
	color:#999999;
	font-size:14px;
	line-height:21px;
}
/* Content Page */

/* News Page */
.news {
	width:29.6%;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	border:#E0E0E0 1px solid;
	overflow:hidden;
}
.news img {
	width:100%;
	margin-bottom:5px;
	-moz-transition: all 1.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news h2 {
	color:#E30613;
	font-size:15px;
	margin-bottom:10px;
}
.news p {
	color:#999999;
}
/* News Page */

/* Contact Page */
.contact {
	margin:20px 0px 0px 0px;
	padding:0px;
	clear:both;
}
.contact .contact-part1 {
	width:48%;
	float:left;
	margin-right:50px;
}
.contact .contact-part2 {
	width:47%;
	float:left;
	line-height:20px;
	padding-top:22px;
}
.contact .contact-part2 a {
	color:#C3272F;
}
.contact .contact-part2 a:hover {
	color:#C3272F;
	text-decoration:underline;
}
.contact .contact-form {
	margin:0px;
	padding:0px;
}
.contact .contact-form label {
	display:block;
	font-weight:bold;
	margin-bottom:7px;
}
.contact .contact-form div {
	margin-bottom:10px;
}
.contact .contact-form input, textarea {
	width:96%;
	padding:8px 2%;
	-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	border:1px solid #D2D2D2;
}
.contact .contact-form input[type="submit"] {
	width:20%;
	background-color:#DB000D;
	color:#FFFFFF;
	font-size:15px;
	margin-top:3px;
}
.map {
	padding:21px 0px 0px 0px;
	overflow:hidden;
}
.map iframe {
	width:100%;
}
.error {
	color:#A94442;
	background-color:#F2DEDE;
	border-color:#EBCCD1;
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
}
.success {
	color:#3C763D;
	background-color:#DFF0D8;
	border-color:#D6E9C6;
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
}
.required {
	border:1px solid #DD3A04 !important;
	color:#EB8723 !important;
}
.satir span {
	color:#DD3A04;
	padding-bottom:10px;
	display:block;
}
/* Contact Page */

/* Safety Shop Page */
.guvenlikdukkani {
	margin:20px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}
.guvenlikdukkani ul {
	list-style:none;
}
.guvenlikdukkani ul li {
	width:235px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.guvenlikdukkani ul li:last-child {
	margin-right:0px;
}
.guvenlikdukkani ul li img {
	width:96%;
	border:#E30613 5px solid;
}
/* Safety Shop Page */

/* E-Bulletin */
.ebulten {
	width:252px;
	margin:0px;
	padding:9px 9px 9px 9px;
	overflow:hidden;
	background:rgba(255,255,255,0.5);
	position:absolute;
	z-index:500;
	top:20px;
	right:50px;
}
.ebulten .ebulten-content {
	padding:20px 35px 20px 24px;
	background:rgba(255,255,255,0.5);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:#FFFFFF 1px solid;
	overflow:hidden;
}
.ebulten .ebulten-content h2 {
	color:#E30613;
	margin-bottom:15px;
	text-align:center;
}
.ebulten .ebulten-content label {
	margin-bottom:10px;
	position:relative;
}
.ebulten .ebulten-content .add-icon:before {
	content:"";
	width:11px;
	height:11px;
	display:inline-block;
	white-space:pre;
	background:url(../images/add_icon.png) left no-repeat;
	position:absolute;
	top:2px;
	left:10px;
}
.ebulten .ebulten-content .mail-icon:before {
	content:"";
	width:16px;
	height:11px;
	display:inline-block;
	white-space:pre;
	background:url(../images/mail_icon.png) left no-repeat;
	position:absolute;
	top:2px;
	left:10px;
}
.ebulten .ebulten-content input[type="text"] {
	width:82%;
	padding:10px 5px 10px 40px;
	border:#A74754 1px solid;
	margin-bottom:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	color:#999999;
}
.ebulten .ebulten-content input[type="submit"] {
	float:right;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#E30613;
	border:0px;
	margin-right:-10px;
	margin-top:15px;
}
.ebulten .ebulten-content input[type=checkbox] {
	display:none;
}
.ebulten .ebulten-content input[type=checkbox] + label:before {
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:middle;
	margin-right:8px;
	background-color:#FFFFFF;
	border:#A74754 1px solid;
	box-shadow:inset 0px 2px 2px rgba(0, 0, 0, .3);
}
.ebulten .ebulten-content input[type=checkbox]:checked + label:before {
	content:"✔";
	text-align:center;
	line-height:15px;
	text-shadow:0px 0px 3px #EEEEEE;
}
/* E-Bulletin */

/* Solutions */
.solutions {
	margin:0px;
	padding:0px;
}
.solutions .solutions-part1 {
	width:739px;
	float:left;
	margin-right:23px;
	padding-right:23px;
	border-right:#E0E0E0 5px solid;
}
.solutions .solutions-part2 {
	width:210px;
	float:left;
}
.solutions .solutions-part2 ul {
	list-style:none;
}
.solutions .solutions-part2 ul li {
	font-size:15px;
}
.solutions .solutions-part2 ul li a {
	display:block;
	cursor:pointer;
	padding:15px 5px 15px 5px;
	border-bottom:#E0E0E0 1px solid;
}
.solutions .solutions-part2 ul li a:hover {
	color:#FFFFFF;
	background-color:#E30613;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.solutions .active {
	color:#FFFFFF;
	background-color:#E30613;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/* Solutions */

/* Products */
.products {
	margin:0px;
	padding:0px;
}
.products .products-part1 {
	width:250px;
	float:left;
	margin-right:50px;
}
.products .products-part2 {
	width:700px;
	float:left;
}
.products .products-part3 {
	
}
.products .products-part2 .products-box {
	border:#E0E0E0 1px solid;
	padding:20px 10px 20px 10px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.products .products-part2 .products-box:hover {
	border:#E30613 1px solid;
}
.products .products-part2 .products-box .products-box-col-1 {
	width:30%;
	padding-right:20px;
	margin-right:20px;
	float:left;
	border-right:#E0E0E0 1px solid;
}
.products .products-part2 .products-box .products-box-col-1 h2 {
	font-size:16px;
	text-align:center;
	margin-bottom:5px;
}
.products .products-part2 .products-box .products-box-col-1 h3 {
	font-size:12px;
	text-align:center;
}
.products .products-part2 .products-box .products-box-col-2 {
	width:38%;
	padding-right:20px;
	padding-bottom:58px;
	margin-right:20px;
	float:left;
	border-right:#E0E0E0 1px solid;
}
.products .products-part2 .products-box .products-box-col-3 {
	float:left;
	margin-top:47px;
}
.button {
	margin-bottom:5px;
}
.button a {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 10px 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#E30613;
}
.button a:hover {
	color:#FFFFFF;
	background-color:#000000;
}
.product-detail {
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
.product-detail .product-detail-part1 {
	width:370px;
	float:left;
	margin-right:25px;
	padding-right:25px;
	border-right:#E0E0E0 1px solid;
	position:relative;
}
.product-detail .product-detail-part1 img {
	width:100%;
}
.product-detail .product-detail-part2 {
	width:579px;
	float:left;
}
.product-share {
	float:right;
}
.product-detail .product-detail-part2 .download-icon:before {
	width:15px;
	height:17px;
	background:url(../images/download.png) left no-repeat;
	content:"";
	white-space:pre;
	display:inline-block;
	position:relative;
	top:0px;
	right:5px;
}
/* Products */

/* Zoom */
.zoom-thumb {
	width:105px;
	float:left;
}
.zoom-thumb img {
	margin-bottom:10px;
}
.zoom-thumb  a:last-child img {
	margin-bottom:0px;
}
.thumbnails {
	overflow: hidden;
	margin: 0px;
	padding: 0;
}
.thumbnails li {
	display: inline-block;
	margin: 0px 0px 24px 0px;
}
.thumbnails li:last-child {
	margin:0px;
}
.thumbnails img {
	display: block;
	width: 88.5px;
}
.toggle {
	display: block;
	margin: 10px auto 1.5em;
}

.easyzoom {
	position: relative;
	display: inline-block;
	float:right;
	*display: inline;
	*zoom: 1;
}
.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
#gallery_01 img {
	width:32%;
}
#gallery_01 .active img {
	border:2px solid #333 !important;
}
/* Zoom */