@charset "utf-8";
/* CSS Document */
/*
Theme Name:Bon ZenZenn
Theme URL: http://www.kmaxdesigns.com/
Author: the Responsive web design
*Copyright 2015, Prasad web developer
Author URI: http://www.kmaxdesigns.com/
Description: The is a simple and clean responsive web design.
Text Domain:Bon ZenZenn.
*/
@media screen {
  body {
    width: 100%;
  }
}

@media print {
  body {
    width: 100%;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (max-width: 990px) {
img{
	max-width:100%;
	max-height:100%;
}
#wrapper{
	width:100%;
}
nav{
	width:96%;
}
#m{
	width:98%;
}
.b1 {
    margin: 0 2px;
    width: 32%;
}
.b11 {
    margin: 0 2px;
    width: 32%;
}
header{
	width:98%;
}
#logo img{
	max-width:100%;
	max-height:100%;
}
.ban1_img, .ban2_img, .ban3_img{
    float: none;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    width: 96%;
	border-radius:5px;
}
.ban1_img:hover, .ban2_img:hover, .ban3_img:hover {
    float: none;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    width: 96%;
	border-radius:5px 5px 5px 5px;
}
.b1 a{
	width:98%;
}
.b1 h2{
	font-size:17px;
	text-align:center;
	float:none;
}
article{
	width:96%;
}
footer{
	width:96%;
	text-align:center;
}
#footer_inner{
	width:100%;
	text-align:center;
	height:80px;
}
#footer_left{
	text-align:center;
	width:44%;
}
.gal{
	width:49%;
	margin:0 auto;
}
iframe{
	width:100%;
	height:226px;
}


.iimg a {
    margin: 2px 10px;
    width: 46%;
}
.ul{
	width:100%;
}
.form{
	width:60%;
	margin:10px 0;
}
#box_inner{
	width:98%;
}
article {
    width: 98%;
}
footer {
    text-align: center;
    width: 98%;
}
#footer_inner{
	width:100%;
	height:60px;
}
#footer_right{
	margin-right:30px;
}
.quality_system {
    float: right;
    height: auto;
    width: 99%;
}
.quality_system img
{width:35%;
height:auto;
float:left;
}
.policy_img
{width:100%;
height:auto;
}
.ema1
{width:100%;
height:auto;
float:left;
}
.ema1 img
{width:48%;
height:auto;
float:left;
}
.generale_pice
{width:100%;
height:auto;
float:left;
}
.generale_pice_img {
    float: left;
    height: auto;
    margin-right: 12px;
    text-align: center;
    width: 31%;
}
.quality_system1
{float:right;
width:100%;
height:auto;
margin-top:5px;
}
.quality_system1 img
{width:40%;
height:auto;
float:left;
}
.generale_pice11
{width:93%;
height:auto;
float:left;
margin-left:23px;
}
.generale_pice_img11
{width:31%;
height:auto;
float:left;
text-align:center;
}
}

@media only screen and (max-width: 767px) {
img{
	max-width:100%;
	max-height:100%;
}
#wrapper{
	width:97.2%;
}
nav{
	width:100%;
}
#m{
	width:98%;
}
#box_inner{
	width:98%;
}
.b1{
	width:98%;
}
.b11{
	width:98%;
}

.b1 h2{
	font-size:22px;
	text-align:center;
	float:none;
}
.gal {
    margin: 11px;
    width: 45%;
}
iframe{
	width:100%;
	height:142px;
}
.ul{
	width:100%;
}
.form{
	width:100%;
}
.right{
	width:100%;
	float:none;
}
.ull, .ulll{
	width:57%;
}
article{
	width:98%;
}
footer {
    text-align: center;
    width: 98%;
}
#footer_inner{
	width:97%;
	text-align:center;
	height:90px;
}
#footer_right{
	width:84%;
}
#footer_left{
	width:100%;
}
.quality_system {
    float: right;
    height: auto;
    width: 100%;
}
.quality_system img
{width:35%;
height:auto;
float:left;
}
.policy_img
{width:100%;
height:auto;
}
.generale_pice
{width:99%;
height:auto;
float:left;
}
.generale_pice_img {
    float: left;
    height: auto;
    margin-right: 12px;
    text-align: center;
    width: 30%;
}
.services_img1
{width:55%;
height:auto;
float:right;
text-align:right;
margin-left:8px;
}
.quality_system1
{float:right;
width:100%;
height:auto;
margin-top:5px;
}
.quality_system1 img
{width:47%;
height:auto;
float:left;
}
.generale_pice11
{width:93%;
height:auto;
float:left;
margin-left:23px;
}
.generale_pice_img11
{width:30%;
height:auto;
float:left;
text-align:center;
margin-right:11.4px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
}

.close {
	background: #E82E37;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 139px;
	text-align: center;
	top: 2px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff;
}
.image_popup
{width:99%;
height:auto;
float:left;
}
.image_popup img
{width:70%;
height:auto;
float:left;
}
}

@media only screen and (max-width: 479px){
img{
	max-width:100%;
	max-height:100%;
}
#wrapper{
	width:98%;
}
nav{
	width:100%;
}
#m{
	width:96%;
}	
#box_inner{
	width:96%;
}
.b1{
	width:98%;
	margin:0;
}
.b11{
	width:98%;
	margin:0;
}
.b1 h2{
	font-size:22px;
	text-align:center;
	float:none;
}
.gal {
    margin: 6px;
    width: 98%;
}
iframe{
	width:100%;
	height:96px;
}
#wel h1{
	font-size:18px;
	margin:0;
	padding:0;
}
.ul{
	width:100%;
}
.form{
	width:100%;
}
.ull{
	width:80%;
}
.ulll{
	width:70%;
}
.iimg a{
	width:100%;
	margin:2px 7px;
}
.right{
	width:100%;
	float:none;
}
#logo {
    height: auto;
    width: 90%;
}
header{
	width:100%;
}
#h_bg{
	width:96%;
}
.ull, .ulll{
	width:91%;
}
article{
	width:96%;
}
footer {
    text-align: center;
    width: 96%;
}
#footer_right{
	width:78%;
}
#footer_left{
	width:95%;
}
#wel_top{
	font-size:20px;
}
.quality_system {
    float: right;
    height: auto;
    width: 99%;
}
.quality_system img
{width:35%;
height:auto;
float:left;
}
.policy_img
{width:100%;
height:auto;
}
.generale_pice
{width:99%;
height:auto;
float:left;
}
.generale_pice_img {
    float: left;
    height: auto;
    margin-right: 12px;
    text-align: center;
    width: 29%;
}
.services_img1
{width:40%;
height:auto;
float:right;
text-align:right;
margin-left:8px;
}
.quality_system1
{float:right;
width:100%;
height:auto;
margin-top:5px;
}
.quality_system1 img
{width:47%;
height:auto;
float:left;
}
.glasses
{width:99%;
height:auto;
float:right;
margin-top:10px;
}
.glasses img
{width:70%;
height:auto;
}
.generale_pice11
{width:93%;
height:auto;
float:left;
margin-left:23px;
}
.generale_pice_img11
{width:28%;
height:auto;
float:left;
text-align:center;
margin-right:11.4px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
}

.close {
	background: #E82E37;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 139px;
	text-align: center;
	top: 2px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff;
}
.image_popup
{width:99%;
height:auto;
float:left;
}
.image_popup img
{width:70%;
height:auto;
float:left;
}
#toPopup1 {
    background: #ffffff none repeat scroll 0 0;
    border: 10px solid #e66d00;
    border-radius: 3px;
    color: #333333;
    display: none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 30%;
    z-index: 2;
}
}