@charset "utf-8";


/*big screens*/
@media  (min-width: 1900px) {
.wrapper{margin:auto;width:1240px}

}

/*normal screens*/
@media screen and (min-width:981px) and (max-width:1900px){
.wrapper{margin:auto;width:942px;}

}

/*ipads screens*/
@media screen and (max-width:980px){
.wrapper{margin:auto;width:94%;}

}

/ipad screens*/
@media (max-width:768px){
}



.contact{font-family:'Verdena', sans-serif;font-size:14px;color:#000;text-decoration:none;line-height:16px;text-align:justify;}
.stroke{width:100%;height:1px;background-color:#e3e4e4;display:block;margin-left:auto;margin-right:auto;margin-top:10px;margin-bottom:10px;}

