@charset "utf-8";


* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-image:url(../img/bg.jpg); 
	background-size:cover; 
	background-position:center; 
	background-attachment:fixed;
	background-position-y:-10px;
}
.border-top {
	width:100%;
	height:70px;
	background-color:#efefef;
	position:absolute;
	top:0px;
	

}

.border-bottom {
	width:100%;
	height:50px;
	background-color:#efefef;
	position:absolute;
	bottom:0px;

	
}

.border-left {
	width:50px;
	height:100%;
	background-color:#efefef;
	position:absolute;
	left:0px;


	
}
.border-right {
	
	width:50px;
	height:100%;
	background-color:#efefef;
	position:absolute;
	right:0px;

	
}
.header-left {
	width:29%;
	height:auto;
	float:left;
	margin-right:1%;
}
.logo a {
	width:179px;
	height:70px;
	float:left;
}

.header-right {
	width:70%;
	height:auto;
	float:left;
	padding-top:10px;
}
.header-menu {
	width:auto;
	height:auto;
	float:right;
	margin-right:20px;
}
.header-social {
	width:auto;
	float:right;
	padding-top:0px;
	border-left:3px #000 solid;
	margin-right:20%;
	
}

.header-lang {
	width:auto;
	float:right;
	padding-top:14px;
}

.header-lang ul {
	width:auto;
	list-style:none;
	padding:0px;
}

.header-lang ul li {
	float:left;
	margin-right:5px;
	background:#000;
	padding-left:10px;
	padding-right:10px;
	
}

.header-lang ul li a {
	
	color:#fff;
	
}

.header-social ul {
	width:auto;
	list-style:none;
	margin:5px;
	padding:0px;
}

.header-social ul li {
	float:left;
	margin-right:5px;
	
}
.footer-left {
	    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
    font-size: 13px;
    padding-top: 20px;
}

.footer-left a {
	font-weight:bold;
}

.footer-right {
	width:50%;
	margin-right:0%;
	float:left;
	text-align:right;
	font-size:12px;
	padding-top:10px;
}

.content-page{
	width:100%;
	min-height:100%;
	padding-top:75px;
	margin-bottom: -50px; 
}

.content-page h1{
	font-weight:bold;
}
.content-page h5{
	color:#7C7C7C;
}
.about-img {
	width:24%;
	height:auto;
	margin-right:1%;
	float:left;
	
}

.about-img img {
	max-height:400px;
	
}

.about-content {
	width:75%;
	height:auto;
	float:left;
	font-size:15px;
	
}

.catalog-content {
	width:50%;
	height:auto;
	float:right;
	font-size:15px;
	
}

.catalog-content input {
	width:70%;
	height:35px;
	background-color:#E8E8E8;
	border:#000 solid 1px;
	padding:2px;
	margin:10px;
	
}
.catalog-content button {
	width:40%;
	height:35px;
	background-color:#ffec00;
	border:#000 solid 1px;
	padding:2px;
	font-weight:bold;
	margin:10px;
	
}
.content-page:after {
 content: "";
  display: block;
}

.site-footer, .content-page:after {
  height: 50px; 
}

.site-footer {
	margin-top:0px;
	border-top:solid 1px #ddd;
	background-color:#efefef;
	padding-top:0px;
	color:#000;
	-webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
}



.footer-right {
	width:50%;
	margin-right:0%;
	float:left;
	text-align:right;
	font-size:12px;
	padding-top:10px;
}
.category-list {
	width:100%;
	height:auto;
}

.category-list-item {
	width:31.33%;
	padding:1%;
	margin:1%;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
background-color: #efefef;
	
}
.category-list-item-img {
	width:100%;
	height:230px;
}




.category-list-item-title  {
	width:100%;
	height:30px;
	font-weight:500;
	text-align:center;
}

.product-page-big-img {
	width:69%;
	margin-right:1%;
	float:left;
}
.product-page-big-img img {
	width:95%;
	padding:1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
	
}

.product-page-small-img{
	margin-top:20px;
	width:100%;
	margin-right:1%;
	float:left;
}

.product-page-small-img img{
	width:auto;
	height:100px;
	margin:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
}

.product-page-content {
	width:20%;
	margin-right:0%;
	float:left;
	font-size:12px;
}

.product-page-content h1 {
	margin:0px;
	padding:0px;
}

.contact-left {
	width:49%;
	height:auto;
	margin-right:1%;
	float:left;
}

.contact-right {
	width:50%;
	height:auto;
	margin-right:0%;
	float:left;
}

.fairlist {
	width:100%;
	height:auto;

}

.fair-item {
	width:90%;
	padding:2%;
	float:none;
	height:auto;
}
.fair-item img {
	width:30%;
	padding:2%;
	float:left;
	height:auto;
}

.fair-item-thumb {
	width:100%;
	height:auto;
}
.fair-item-thumb img {
	width:auto;
	height:60px;
	padding:2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
}


.contact-title-left {
	width:49%;
	height:auto;
	float:left;
	margin-right:1%;
}

.contact-title-right {
	width:50%;
	height:auto;
	float:right;
}
.contact-title-right h1 {
	width:auto;
	font-size:16px;
	float:right;
	margin-top:73px;
	padding:5px;
}

@media screen and (max-width: 768px) {
	
	
	.contact-left {
	width:100%;
	height:auto;
	margin-right:0%;
	float:left;
}

.contact-right {
	width:100%;
	height:auto;
	margin-right:0%;
	float:left;
}
	
	.border-left {
	width:10px;
	height:100%;
	background-color:#fff;
	position:absolute;
	left:0px;


	
}
.border-right {
	
	width:10px;
	height:100%;
	background-color:#fff;
	position:absolute;
	right:0px;

	
}

.footer-left {
	width:100%;
	margin-right:0%;
	float:left;
	text-align:left;
	font-size:12px;
	padding-top:10px;
}

.footer-right {
	width:100%;
	margin-right:0%;
	float:left;
	text-align:left;
	font-size:12px;
	padding-top:10px;
}

.header-social {
	width:auto;
	float:right;
	padding-top:0px;
	border-left:3px #000 solid;
	margin-top:5px;
	background-color:#fff;
	
}

.header-right {
	width:100%;
	height:auto;
	float:left;
	padding-top:1px;
	
}

.header-menu {
	width:100%;
	height:auto;
	float:right;
	margin-right:0px;
	background-color:#fff;
}

.about-img {
	width:100%;
	height:auto;
	margin-right:0%;
	float:left;
	
}

.about-content {
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	
}


.site-footer, .content-page:after {
  height: 50px; 
}

.site-footer {
	margin-top:0px;
	border-top:solid 1px #ddd;
	background-color:#efefef;
	padding-top:0px;
	color:#000;
}

.footer-left {
	width:100%;
	float:left;
	margin-right:1%;
}

.footer-right {
	width:100%;
	float:left;
	margin-left:0%;
}

.category-list-item {
	width:98%;
	padding:1%;
	margin:0%;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
box-shadow: 0px 0px 5px 0px rgba(171,171,171,0.7);
	
}

.product-page-big-img {
	width:100%;
	margin-right:0%;
	float:left;
}


.product-page-content {
	width:100%;
	margin-right:0%;
	float:left;
	font-size:12px;
}

}

body.preloader-site {
	overflow: hidden;
}

.preloader-wrapper {
	height: 100%;
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
}