/*
Theme Name: Profinox
Theme URI: http://nosite
Author: MIKV.
Author URI: http://nosite
Description: 
Version: 1.0
License: CCA 3.0 license
License URI: http://creativecommons.org/licenses/by/3.0/
Tags: Stylish
*/

@font-face{
	font-family:'Cuprum-Bold';
	src: url('../fonts/Cuprum-Bold.ttf') format('truetype');
}

@font-face{
	font-family:'Arial-Black';
	src: url('../fonts/Arial-Black.ttf') format('truetype');
}
@font-face{
	font-family:'Roboto-Black';
	src: url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face{
	font-family:'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face{
	font-family:'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face{
	font-family:'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'OpenSL';
	src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face{
	font-family:'icons';
	src: url('../fonts/icons.ttf') format('truetype');
}

body{
	font-size:15px;
	font-family: Roboto-Regular; /* Roboto-Medium, helvetica,arial,sans; */
	margin:0px;
}

body {
    margin: 15px;
    /* margin: 20px; */
    color: #333;
}
.background {
    position: fixed;    
    z-index: -111;
    
    
    top: 15px;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    
	/*
    top: 20px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    */
    background: transparent url("../image/background.jpg") no-repeat scroll center center;
    background-size: cover !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/*
.head_white{
	background-color: white;
	position: fixed;
	width: 80%;
	margin: 0px 9%;
	z-index: 1;
	text-align: center;
	padding:10px 1%;
	box-shadow: 0px 0px 1px 0.5px rgba(0,0,0,0.2);
}
.head_white span{
	float:left;
	letter-spacing: 1px;
	color:#444;
	font-size:14px;
	line-height: 17px;
}.head_white span div{
	display: inline-block;
	vertical-align: middle;
	margin-left:6px;
    text-align:left;
}
.head_white form{
	display: inline-block;
	float: right;color:#444;
    margin-top: 9px;
}
.head_white form input{
	box-shadow: none;
	border-radius: 0px;
	margin-top:0px;
	border-bottom: 1px solid #999;
	height:35px;
}
.head_white form img, .head_white span img{
	height:20px;
	vertical-align: middle;
	margin:5px;
	opacity:0.7;
	cursor: pointer;
}
.head_white span img{
	height: 15px;
	cursor: default;
}
.head_white > a > img{
	padding:15px 20px;
	background-color: #222;
	height:40px;
	position: fixed;
	left:50%;
	top:0px;
	margin-left:-56px;
}



#logo_t{
	width:350px;
	padding:0px 30px;
	margin-left: 3px;
}
.menu{
	width:auto;
	height:40px;
	padding-left: 0px;
	text-align:right;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu li{
	display: inline-block;
	vertical-align: top;
	height:28px;
	padding:10px 10px;
}

.menu li:hover a{
	opacity:1;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.menu li a{
	padding:16px 20px;
	text-decoration: none;
	font-size:16px;
	color:white;
	vertical-align: middle;
	opacity:0.8;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;

	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.menu li ul{
	display:none;
}
.imagebg{
	position:fixed;
	top:0px;
	left:0px;
	
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	-webkit-transform:translateZ(0);
}
*/

address.home_address {
	position: fixed;
	top: 0px;
	left: 15px;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 75px;
	background: #F2F2F2;
	z-index: 9;
	border-top: 15px solid white;	
	
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.home_address_shadow {
	content: '';
	position: fixed;
	top: 70px;
	left: 50px;
	height: 5px;
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.4);
	z-index: 9;
		
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;

	-webkit-transition-delay: 0.3s; 
	transition-delay: 0.3s; 
	
}
address.home_address > a.search, address.home_address ul {
	color: #333;
}


body.active > .home_address_shadow {
	display: none;

	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
body.active > address.home_address > a.search, body.active > address.home_address ul {
	color: white;
}
body.active > address.home_address {
	background: transparent;
}
body.active > address.home_address > a.logo img:nth-child(2) {
	opacity: 0;
}


address.home_address > * {
	display: inline-block;
}
address.home_address > a.logo img {
	position: fixed;
	top: 40px;
	left: 5%;
	width: 25px;
	z-index: 10;
}
address.home_address > label.search {
	position: fixed;
	top: 25px;
	right: 5%;
	font-size: 35px;
	color: #333;
	cursor: pointer;
}
address.home_address ul i {
	font-size: 15px;
	margin-right: 15px;
	display: inline;
	vertical-align: middle;
	padding-bottom: 2px;
}
address.home_address ul {
	width: 100%;
	text-align: center;

	margin: 0;
	padding: 0;
	position: fixed;
	top: 40px;
	left: 0%;
	/*
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	*/
	
	list-style: none;
}
address.home_address ul li:nth-child(1) {
	margin: 0;
}
address.home_address ul li {
	display: inline-block;
	margin-left: 50px;
	font-style: normal;
}

.header-top{
	width:100%;
	position: static;
	/* text-shadow:0px 0.5px 1px #666; */
	background-color: rgba(20,20,20,0.7);
	
	height: -webkit-calc(100vh - 30px);
    height: calc(100vh - 30px);
    line-height: -webkit-calc(100vh - 30px);
    line-height: calc(100vh - 30px);

	/*
    height: -webkit-calc(100vh - 40px);
    height: calc(100vh - 40px);
    line-height: -webkit-calc(100vh - 40px);
    line-height: calc(100vh - 40px);
	*/
	text-align: center;
}
.header-top > .div {
	color: white;
	width: 650px;
	line-height: 30px;
	display: inline-block;	
	vertical-align: middle;
	border: 2px solid #777;
	padding: 80px 25px;

	position: relative;
	margin-top: -2px;
}
.header-top .border {
	position: absolute;
	top: 18px;
	left: -22px;
	
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);

	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);

	padding: 20px 0px;
	border: 2px solid #777;
}

.header-top h1 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 25px;

	font-family: Cuprum-Bold;
}

.header-top article {
	width: 500px;
	display: inline-block;
	font-size: 16px;	
}
.header-top .button_products {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: white;
	color: #333;
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.4);
	cursor: pointer;

	position: absolute;
	bottom: -10px;
	left: 50%;	
	margin-left: -100px;
	

	font-family: Roboto-Bold;

	letter-spacing: 3px;
	font-size: 12px;
}
a.photo_link {
	position: fixed;
	right: 45px;
	top: 50%;

	font-family: Roboto-Bold;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 3px;

	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);

	z-index: 1;
	cursor: pointer;

	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
a.photo_link:after {
	content: '';
	position: absolute;
	right: -45px;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #222;

	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

a.photo_link:hover {
	right: 60px;
}
a.photo_link:hover:after {
	right: -60px;
	width: 45px;
}

body.active > a.photo_link {
	color: #F2F2F2;
}
body.active > a.photo_link:after {
	background: #F2F2F2;
}
body.active address.home_address > label.search {
	color: white;
}


/*
.header-top section{
	line-height: 35px;
	display: inline;
}

.header-top > div > div{
	width:auto;
	display: inline-block;
	position: relative;
	top:-35px;
}
.header-top > div{
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.header-top > div article{
	padding:0px 30px;
	max-width:850px;
	font-weight: normal;
	color:white;
	display: inline-block;
	font-size: 16px;
	color:#eee;
}

.header-top > div > img.arrow{
	width:18px;
	padding:20px;
	opacity:0.7;
	position: relative;
	cursor: pointer;
	-webkit-animation: opacity_margin 2s linear infinite; 
    animation: opacity_margin 2s linear infinite;
}
*/

@-webkit-keyframes opacity_margin {
    0%   {
    	opacity:0.5;   
    	
    	top:0px;     
    }
    50% {
        opacity:0.9;
        
    	top:5px;  
    }
    100%{
    	opacity:0.5; 
    	
    	top:0px; 
    }
}
@keyframes opacity_margin {
    0%   {
    	opacity:0.5;   
    	
    	top:0px;     
    }
    50% {
        opacity:0.9;
        position: relative;
    	top:5px;  
    }
    100%{
    	opacity:0.5; 
    	
    	top:0px; 
    }	
}


.page-title{
	padding-top: 80px;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 50px;
	margin: 0;
	font-family: Cuprum-Bold;
	text-align: center;
}

h1 , h2 , h3 {
	font-weight: normal;
}
.entry-meta{
	background-color:transparent;
}
p::selection{
	background:#786961;
	color:white;
}
p::-moz-selection{
	background:#786961;
	color:white;
}
div::selection{
	background:#786961;
	color:white;
}
div::-moz-selection{
	background:#786961;
	color:white;
}

.sidebarmainleft{
	color:white;
	width:100%;
	background-color:#222;
	display:inline-block;	
	text-align:center;
}
.alex-cover{
	padding-left:1%;
	padding-right:1%;
	padding-bottom:25px;
	display:inline-block;	
	vertical-align: top;
	width:22%;
}
.alex-cover h2{
	color:#666;
	text-shadow:1px 1px 1px black;
	font-weight: normal;
}

.sidebarmainleft a{
	color:white;
	text-decoration: none;

	font-size:13px;
}
.coveroverall{
	width: 80%;
	display: inline-block;
    vertical-align: top;
    background-color:white;  
    padding-bottom:10px;
    padding: 60px 10%;
    text-align: center;
    background: #F2F2F2;
    text-align: center;
}
.coveroverall > article {
	max-width: none;
	width: 80%;
	margin: 0px;
	margin-top: 80px;
	text-align: center;
	display: inline-block;
	margin: 120px 0px 60px;
}
.textinloop > article {
	margin: 120px 0px 60px;
}
.coveroverall > a {
	width: 400px;
	display: inline-block;	
}
.coveroverall > a > article {
	padding: 15px;
	margin: 15px;
	text-align: left;
}
.coveroverall > a > article:hover {
	background: white;
	box-shadow: 0px 6px 15px 1px rgba( 0, 0, 0, 0.2 );
}
.coveroverall article img{
	/* width: 30%;
	margin: 10px; */
	height: auto;
	box-shadow: 0px 6px 15px 1px rgba( 0, 0, 0, 0.2 );
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
}
.coveroverall article img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);	
}
.coveroverall article header h2 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 50px;
	margin: 0;
	font-family: Cuprum-Bold;
	text-align: center;
}
.coveroverall article header a{
	text-align: center;
	font-size: 20px;
	position: relative;
	margin-bottom: 38px;
}

.coveroverall a{
	text-decoration: none;
	text-align: center;
	color: #222;
}
.coveroverall .date{
	display: block;
	padding:5px 0px;
}

.catalog_im{
	width:350px;
	height:423px;
		height:392px;
	overflow: hidden;
	padding-left:30px;
	padding-right:30px;




}
.catalog_im img{
	width:350px;
	height:350px;
	border-radius:50%;
	box-shadow:0px 0px 6px 1px #ccc;
			box-shadow:0px 0px 6px 1px #fff;
			margin-bottom: -30px;
}

.process{
	height:50px;
	opacity:0.7;
}

.intro{
	text-align:center;
	background-color: white;
	padding-top:85px;
	padding-bottom: 55px;
	color:#666;

}
.intro header{
	
	font-family: 'LANENAR_';
	font-size: 55px;
	padding: 10px;
	text-transform: uppercase;

}
.intro p{
	padding-left:15%;
	padding-right: 15%;
	margin-top:30px;
	line-height: 20px;
}
.intro div{
	color:#aaa;
	line-height: 5px;
	text-align:center;
	opacity:0.7;
	letter-spacing: 3px;
}

#call_me{
	width:100%;
	max-height:60px;
		
	color:white;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	
	text-align:center;
	
	background-position: 0px 600px;

}
#call_me > span{
	padding:5px 19px 5px 19px ;
	border:1px solid white;
	max-width: 320px;
	max-height: 20px;
	text-align: center;
}
.alex-image{
	text-align:center;
	color:white;
	padding:20px;
	padding-bottom:35px;
}
.alex-image a{
	font-size:17px;
	padding-left:20%;
	padding-right:20%;
	padding-bottom:10px;
	border-bottom:1px solid #999;

}
.alex-image img{
	width:160px;
	
	
}

.alex-copy{
	text-align:right;
	margin:5px;
	color:#aaa;
	display: none;
	margin-right:60px;
}
/*search form*/
.search-field{
	height:20px;
	width:160px;
	font-size:14px;
	border:0px;
	padding:5px;
	border-radius:10px;
}
/*
article{
	padding:40px;
	padding-bottom:30px;
	padding-left:10%;
	padding-right:10%;
	color:#666;
}
article a{
	color:black;
	text-decoration: none;
}
article header a{
	font-size:35px;
	font-weight: normal;
}
*/
.wp-post-image{
	width:100%;
	height:auto;
	overflow: hidden;
}
.alex-comment{
	margin-left:30px;
}

.icontable{
	float:right; margin-right:20px; margin-left:20px; height:70px;

}
.icontable td{
	width:25px;
	height:25px;
	background-color: #222;
	vertical-align: middle;
	text-align:center;
	color:white;

	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	
}
.description{
	margin-left:60px;background-color:black;
	width:400px;color:white;opacity:0.9;padding:20px;
}
.slide_arrow{
	background-color:#786961;color:white;font-size:90px;width:70px;height:70px;text-align:center;margin-top:-90px;margin-left:-90px;position:absolute;
	
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.slide_arrow:hover{
	background-color: #222;
	color:white; 

}
.beforetext{
	background-color: #eee;
	width:80%;
	padding:30px 10% 90px 10%;
	margin:0px;
	margin-top:-5px;
	text-align:center;
}
.aftertext{
	text-decoration: none;
	background-color: #222;
	color:white;
	width:120px;
	padding:5px;
	margin:0px;
	margin-top:10px;
	text-align:center;
	float:right;
	margin-right:-3%;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #786961;

}
.aftertext:hover{
	background-color: #786961;
	color:white; 
}
.wh1{
	background-color: #eee;
	width:80%;
	padding:90px 10% 10px 10%;
	margin:0px;
	margin-top:-5px;
	text-align:center;
	
	font-size:50px;
}


.icontable td:hover{
	background-color: #786961;
	color:#222; 

}
.icontable th{
	font-weight: normal;
	font-size: 18px;

}



.serv{
	width:90%;
	background-color:white;
	border-bottom:5px solid #786961;
	padding-right:5%;
	padding-left:5%;
	text-align: center;
}
.serv div{
	width:25%;
	text-align:center;
	display:inline-block;
	margin:25px;
	margin-top:0px;
}
.serv div img{
	width:100%;
	margin-bottom:25px;
}




/* pagination */
.pagination
{
   clear: both;
   font-size: 11px;
   line-height: 13px;
   padding: 0;
   position: relative;
}
.pagination span, .pagination a
{
   background: #666;
   color: #FFF;
   display: block;
   float: left;
   font-weight: normal;
   margin: 2px 2px 2px 0;
   padding: 6px 9px 5px 9px;
   text-decoration: none;
   width: auto;
}
.pagination a:hover
{
   background: #365DA1;
   color: #FFF;
}
.pagination .current
{
   background: #365DA1;
   color: #FFF;
   padding: 6px 9px 5px 9px;
}


#commentform > p > label{
	display:block;
}
#author , #url , #email{
	margin-left:30px;
	height:30px;
	
	color:white;
	border:0px;
	box-shadow:0px 0px 1px 1px #ccc;
	background-color:#eee;
	
	padding:5px;
	font-size:18px;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#author:focus , #url:focus , #email:focus{
	
	background-color:white;
	color:black;
	
		
}
#comments{
	padding:0px 10% 60px;
	border-top:1px solid #ccc;
	text-align: left;
	color:#555;
}
#comments .comment-edit-link:hover{
	color:#ff5b5b;
}
.commentlist{
	margin-top:45px;
}
#comments .avatar{
	width:64px;
	height:64px;
	border-radius:50%;
	box-shadow:0px 0px 1px 1px white;
	padding:5px;
}
#comments .fn{
	font-size:19px;
	vertical-align: middle;
	margin-left:30px;
	margin-top:-20px;
	padding-right:5px;
}
#comments .comment-meta a{
	color:#444;
	text-decoration: none;
}
#comments .reply a{
	color:white;
	text-decoration: none;
	background-color:#555;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	float:right;
	margin-top:-20px;
	font-size:14px;
}
#comments .reply a:hover{
	background-color:#ff5b5b;
}
#comments div{
	margin-top:30px;

}
#comments .vcard{
	border-top:1px solid #aaa;
	padding-top:10px;
}
#comments #respond{
	margin-top:65px;
	border-top:1px solid #aaa;
}
#comments #respond .logged-in-as{
	text-align:right;
}
#comments #respond .logged-in-as a{
	color:#333;
	font-size:16px;
	text-decoration: none;

}
#comments #respond .logged-in-as a:hover{
	color:#ff5b5b;
}
#comments #comment{
	display:block;
	border-radius:3px;
	box-shadow:0px 0px 1px 1px #ccc;
	background-color:#efefef;
	padding:10px;
	border:0px;
	width:100%;
	height:100px;
	margin-top:25px;
	color:white;
	font-size:18px;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
#comments #comment:focus{
	
	background-color:white;
	color:black;
	
}
#comments .form-allowed-tags{
	width:100%;
	background-color:#222;
	border-radius:15px;
	padding:10px;
	color:white;
}
.form-submit #submit{
	background-color:#222;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px;
	color:white;
	border:0px;
	float:right;
}
.form-submit #submit:hover{
	background-color:#ff5b5b;
}
.postnavigate{
	width:100%;
	background-color:#fff;
	border-top:1px solid black;
	text-align:center;
	margin-bottom: -30px;
	color:#666;
}
.postnavigate a{
	width:50%;
	text-decoration: none;
	color:black;
	font-size:20px;
	vertical-align: middle;
	margin-left:30px;
	margin-right:30px;
	color:#666;
}
.postnavigate a:hover{
	color:#ff5b5b;
}
.alex-linker{
	float:right;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	
	color:#777;
	border:1px solid #777;
	text-decoration: none;
	-moz-transition:all 0.1s;
		-ms-transition:all 0.1s;
			-o-transition:all 0.1s;
				-webkit-transition:all 0.1s;
					
}

.price-linker{
	float:right;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:20px;
	margin-top:10px;
	color:#eee;
	border:1px solid #e3dbdb;
	text-decoration: none;
}

.slide_cat{
	background-color:#483737;
	padding:45px 15px 75px 15px;
	text-align:left;
	color:white;
	opacity:0.95;
	position: relative;

}



.alex-linker:hover{
	color:white;
	background-color:#744;
}

#menu{
	position:fixed;
	top:5px;
	left:1.5%;
	padding:0px 0px 10px 3px;
	color:black;
	
	border-radius: 3px;
	line-height: 7px;
	font-size:28px;
	letter-spacing: 3px;
}
#menu:hover{
	cursor: pointer;
}
#scroller{
	font-size:20px;
	color:#777;
	font-family: sans;
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	text-align: center;
	
	position:fixed;
	left:1.5%;
	bottom:10px;
}
#scroller:hover{
	color:#5bfff1;
	cursor:pointer;
	text-shadow: 0px 0px 1px 1px #222;
}

a.url{
	color:black;
}
a.url:hover{
	color:#977;
}

/* pagination */
.pager{
	padding:0px;
	margin-top:35px;
	margin-right:5%;
	margin-bottom:-20px;
	text-align: right;
}
.pager .pages a{
	padding:10px;
	margin:10px;
	padding-left:14px;
	padding-right:14px;

	border:1px solid #aaa;
	
	text-decoration: none;
	opacity:0.4;
}
.pager .pages a:last-child{
	margin-right:0px;
}
.pages a:hover{
	background-color:#ff5b5b;
	color:white;
	border:01px solid #ff5b5b;
	opacity:1;
}

/*
.classic_foot{
	width: 80%;
	margin: 80px 8%;
	padding: 40px 2%;
	background-color: white;
	color: #444;
	box-shadow: 0px 0px 1px 0.5px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.classic_foot > div{
	display: inline-block;
	width: auto;
	padding: 25px;
	text-align: left;
	color:#666;
	line-height: 24px;
	font-size: 14px;
	padding-top: 5px;
}
.classic_foot > div header{
	font-size: 24px;
	font-family: OpenSL;
	padding-bottom: 15px;
}
.classic_foot > header{
	text-transform: uppercase;
	font-size: 40px;
	font-family: OpenSL;
	padding:20px;
	color:#666;
	line-height: 22px;
}
.classic_foot > header span{
	font-size: 14px;
	text-transform: none;
}
.classic_foot > img{
	width:15px;
	padding:20px;
	opacity:0.5;
	margin-bottom: -30px;
	transition:opacity:0.4s;
	cursor: pointer;
	margin-top: -25px;
}
.classic_foot > img:hover{
	opacity:0.8;
}
.classic_foot article {
    color: #666;
    width: 70%;
    padding: 0px 15%;
    line-height: 24px;
    font-family: OpenSL;
}
*/
#dev{
	opacity:0.3;
	line-height: 26px;
	display: inline-block;
	font-size: 13px;
	color: #888;
	-webkit-transition:all 0.1s;
	transition:all 0.1s;
}
#dev:hover{
	opacity: 1;
}
#dev a{
	color: #888;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px solid #888;
}
.separator{
	width:120px !important;
	height:2px;
	background-color: #ccc;
	padding: 0px !important;
	vertical-align: top;
    margin-bottom: 20px;
}
/*footer

footer pre{
	display: inline-block;
	text-align: left;
	margin-top: 70px;
	line-height: 20px;
}

.inline_f{
	max-width:650px;
	display: inline-block;
	vertical-align: top;
	padding-right:150px;
	text-align: left;
	margin-top: 70px;
	line-height: 20px;
}

.classic_foot{
	background-image: url("../image/bg.jpg");
	width:100%;
	padding-top:120px;
	
	color:white;
	text-align: center;
}
.classic_foot span{
	font-family: 'LANENAR_';
	font-size:55px;
	padding:10px;
	text-transform: uppercase;
}


ruby{
	float: right;
	text-align: right;
	margin-right:25px;
	
}

.classic_foot div{
	
	color:#fff;
	text-shadow:0px 0.5px 1px #666;
	font-weight: bold;

	text-transform: uppercase;
	box-shadow:3px 2px 1px white;
	margin-top:75px;
	cursor: pointer;
	padding:8px;
	padding-top:10px;
	font-size:13px;
	background-color: rgba(150,150,150,0.3);
	opacity:0.5;
		-moz-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.classic_foot div:hover{
	opacity:1;
}
*/
/*
.textinloop{
	background-color: white;
	box-shadow: 0px 6px 15px 1px rgba( 0, 0, 0, 0.2 );
	margin-top: 80px;
}

.textinloop article {
	max-width: none;
	width: 80%;
	margin:0px;
	margin-top: 80px;
	text-align: center;
}
.textinloop h2 {
	text-transform: uppercase;
    font-size: 38px;
    line-height: 50px;
    margin: 0;
    font-family: Cuprum-Bold;
    text-align: center;
}
*/
.the_process{
	text-align: center;
	padding-bottom: 85px;
	margin-top:-40px;

}
.the_process img{
	display: inline;
	padding-bottom: 20px;
}
.the_process article{
	max-width: 290px;
	display: inline-block;
	padding:20px 25px;
	color:#666;
	line-height: 20px;
	vertical-align: top;
}

.catalog_header span{
	line-height: 20px;
	
	font-size:13px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 20px;
}

/*
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; }
ol.commentlist li { margin:0 0 1em 0; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn { font-size: 16px; font-weight:bold; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float:left; margin: 1em 1em 0 0; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { }
ol.commentlist li.comment div.comment-meta a { color:#aaa; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style:none; margin:0;  }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 0 3em; }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 0 0 3em; }
ol.commentlist li.comment ul.children li.depth-4 { margin:0 0 0 3em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
*/

.menu_label {
	position: fixed;
	left: 0px;
	top: 50%;
	
	height: 120px;
	width: 120px;
	line-height: 120px;
	
	height: -webkit-calc(10vw - 25px);
    height: calc(10vw - 25px);
    width: -webkit-calc(10vw - 25px);
    width: calc(10vw - 25px);
    line-height: -webkit-calc(10vw - 25px);
    line-height: calc(10vw - 25px);
		
	margin-top: -60px;
	margin-top: -webkit-calc(-5vw + 12.5px);
    margin-top: calc(-5vw + 12.5px);

	text-align: center;
	
	background: #222;
	box-shadow: 0px 6px 15px 1px rgba( 0, 0, 0, 0.2 );

	cursor: pointer;
	z-index: 11;

	/* padding-right: 5px; */
}
.menu_element {
	position: fixed;
	top: 50%;		
    left: -100%; left: 0%;
	z-index: 10;
	-webkit-transform: translate(0%,-50%);		
	transform: translate(0%,-50%);		

	width: 100%; width: 0%; overflow: hidden;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
#switch:checked ~ .menu_element {
	width: 100%;
}
#switch:checked ~ .menu_element ul {
	box-shadow: 0px 0px 15px 1px rgba( 0, 0, 0, 0.2 );
}
#switch:checked ~ #switch_check {
	box-shadow: none;
	border-right: 2px solid #1a1a1a;
}
.menu_element > * {
	display: inline-block;
	vertical-align: middle;
	width: 100vw;
}
.menu_element ul {
	/*
	padding-left: 0px;
	margin-left: 10vw; 
	padding: 20px 0px;
	padding-left: 10vw;
	*/
	background: #222;

	height: -webkit-calc(10vw - 25px);
    height: calc(10vw - 25px);

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: -webkit-calc(10vw - 25px);
    padding-left: calc(10vw - 25px);

    width: 100%;

	display: table;

	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.menu_element ul li {	
	list-style: none;
	line-height: 100px;			
    overflow-y: hidden;
    height: -webkit-calc(10vw - 25px);
    height: calc(10vw - 25px);
	line-height: -webkit-calc(10vw - 25px);
    line-height: calc(10vw - 25px);
    text-align: center;

    display: table-cell;
}

.menu_element ul li a {	
	color: white;
	text-decoration: none;
	font-size: 16px;		
    width: 100%; height: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_element ul li a:hover {
	background: #1a1a1a;
}
/*
.menu_label:hover {
	width: -webkit-calc(10vw + 25px);
    width: calc(10vw + 25px);
}
#switch_check .text_caption {
	width: 0px;
	height: 12px;
	line-height: 12px;
	overflow-x: hidden;
	color: white;
	transition: all 0.5s ease 0s;
}
#switch_check:hover .text_caption {
	width: 55px;	
}
*/

#switch_check span {
    width: 18px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 1px 0px;
}
#switch_check div {
	width: 22px;
	line-height: 5px;
	display: inline-block;
	vertical-align: middle;
	
}
#switch:checked + #switch_check div {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 14px;
	line-height: 7px;
	padding-top: 7px;
	height: 10px;
	padding-left: 4px;
}

#switch:checked + #switch_check span:nth-child(1){
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top: 0px;
	margin-left:-6px;
}
#switch:checked + #switch_check span:nth-child(2){
	-moz-transform:translate(-50px);
	-ms-transform:translate(-50px);
	-o-transform:translate(-50px);
	-webkit-transform:translate(-50px);
	transform:translate(-50px);
	opacity: 0;
}
#switch:checked + #switch_check span:nth-child(3){
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin-top:-14px;
	margin-left:-6px;
}
#switch_check{
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	display: inline-block;
}

#switch{
	position: absolute;
	top:0px;
	display: none;
}

/*
#switch:checked ~ div .menu{
	display: block;
	opacity:1;
}
*/

/*
#switch ~ div .menu{
	display: none;
	opacity:0.0;
	transition:all 0.5s;
}
.menu_cover .menu a{
	color:#444;
	
}
.menu_cover div a{
	opacity:1;
	text-transform: none;
	font-family: OpenSl;
}
.menu_cover div li{
	background-color: white;
	width: 211px;
	text-align: left;
	box-shadow: 0px 0px 1px 0.5px rgba(0,0,0,0.2);
	border-bottom: 2px solid transparent;
	transition:all 0.3s;
}
.menu_cover div li:hover{
	border-bottom: 2px solid #607D8B;
}
.menu_cover div li:hover a{
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
.menu_cover div{
	position: absolute;
	top: 56px;
	width: 231px;
	right: 0px;
}
.menu_cover{
	float: right;
	cursor: pointer;
}
*/


/* SearcField Style */

#search_check{
	display: none;
}
#search_check:checked ~ .search_block{
	left: 0px;
	opacity: 1;
}
.search_block{
	position: fixed;
	top: 0px;
	left: -9999px;
	width: 100%;
	height: 100%;
	line-height: 100vh;
	text-align: center;
	background: rgba(100,100,100,0.7);
	z-index: 12;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.search_block .search_result{
	position: absolute;
	left: 0px;
	top: 80px;
	box-shadow: 0 15px 20px -13px rgba(111,124,145, 0.2), 0 1px 8px rgba(111,124,145, 0.1);
}
.search_block .search_result a{
	margin: 5px 0px;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	display: inline-block;
	text-align: left;
	padding: 10px 35px;
	background: white;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #777;
	display: none;
	box-shadow: 0 15px 20px -13px rgba(111,124,145, 0.2), 0 1px 8px rgba(111,124,145, 0.1);
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.search_block .search_result a:hover{
	background: #FBFBFF;
}
.search_field{
	position: relative;
	vertical-align: middle;
	line-height: 20px;
	padding: 15px 30px;
	width: 450px;
	display: inline-block;
	background: white;
	border-radius: 4px;
	color: #333;
	box-shadow: 0 15px 20px -13px rgba(111,124,145, 0.2), 0 1px 8px rgba(111,124,145, 0.1);
}
.search_block input{
	width: 100%;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
    
    outline:none;
}
.search_block input::-webkit-input-placeholder {color:#333;}
.search_block input::-moz-placeholder          {color:#333;}/* Firefox 19+ */
.search_block input:-moz-placeholder           {color:#333;}/* Firefox 18- */
.search_block input:-ms-input-placeholder      {color:#333;}

.search_cross{
	position: absolute;
	top: -15px;
	left: -15px;
	background: white;
	border-radius: 50%;
	font-family: icons;
	font-size: 21px;
	-moz-transform: rotate(-45deg); /* Для Firefox */
    -ms-transform: rotate(-45deg); /* Для IE */
    -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg); /* Для Opera */
    transform: rotate(-45deg);
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: 0 1px 8px rgba(111,124,145, 0.1);
	cursor: pointer;
	color: #333;
	/* letter-spacing: 2px; */
}
/*
.search_text{
	font-family: open_b;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 30px;	
	color: #916f6f;
	color: #777;
	float: right;
	margin-top: -24px;
	border-top-left-radius: 10px;
	opacity: 0.7;
	position: absolute;
	right: 5%;
	right: calc(5% - 30px);
	bottom: 0px;
}


.search_text{
	font-family: open_b;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 0px;	
	width: 200px;
	color: #916f6f;
	color: #777;
	box-shadow: 0 25px 50px -20px rgba(239,83,80,0.2), 0 4px 8px rgba(239,83,80,0.2);
	background: white;
	float: right;
	margin-top: -24px;
	border-top-left-radius: 10px;
	position: absolute;
	left: -77px;
	top: calc(50vh + 20px);
	transform: rotate(90deg);
}
*/
.search_text{
    font-family: open_b;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	padding: 12px 35px;
	color: #916f6f;
	color: #888;
	float: right;
	border-top-left-radius: 10px;
	position: fixed;
	left: -webkit-calc(50% - 95px);
	left: calc(50% - 95px);
	/* bottom: 25px; */
	background: white;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.1);
	width: 120px;
	z-index: 2;

	opacity: 0;
	bottom: -120px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.search_text:hover{
	color: #916f6f;
	opacity: 1 !important;
}
.search_button {
    display: inline-block;
    width: 210px;	    
	height: 45px;
	line-height: 45px;	    
    border: 0px none;
	    
    border-radius: 3px;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-family: open_b;
    cursor: pointer;

    opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.search_button:hover{
    opacity: 1;
}




/* Preloader */

.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;

	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 100vh;
	background: #F2F2F2;

	z-index: 999;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(0,0,0);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 1.5s infinite alternate;
		-o-animation: bubblingG 1.5s infinite alternate;
		-ms-animation: bubblingG 1.5s infinite alternate;
		-webkit-animation: bubblingG 1.5s infinite alternate;
		-moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}

#bubblingG_3 {
	animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-20px);
	}
}


.free_values {
	width: 480px;
}
.free_values > * {
	width: 260px;	
	float: left;
	height: 20px;
	font-size: 15px;
	font-weight: normal;
	color: #555;
	font-family: Roboto-Regular;
}
.free_element_count {
	font-size: 15px;
	font-weight: normal;
	color: #555;
	font-family: Roboto-Regular;
	display: block;
	display: none;	
}
.free_element_count > * {
	display: inline-block;
}