* { padding:0; margin:0; }

html, body {
	background:#fff url('../img/bg.jpg') top center no-repeat;
	font-family: Arial;
	color:#111111;
}

#wrap{
	margin:0 auto;
	width:940px;
	position:relative;
	padding: 0 10px 0 10px;
}

a, a img{
	text-decoration:none;
	border:0;	
}

a{
	color:#a1a1a1;
}

a:hover{
	color:#898989;
}


/*ALAPOK*/

.content-container {
	width:930px;
	padding:0 10px 0 10px;
}

.content-box{
	font:14px/20px 'Arial';
	color:#707070;
	margin:20px 0 0 0;
	text-align: justify;

}

.height{
	height:470px;
	margin:0 0 20px 0;
	clear:both;
	position:relative;
}

.content-box p{
	width:100%;
}

.content-box h4{
	font:400 20px/20px 'Lato', Arial;
	text-transform: uppercase;
	margin:20px 0 20px 0;
	color:#555555;
}

.content-container h1{
	font:300 36px/36px 'Lato', Arial;
	text-transform: uppercase;
	color:#555555;
	margin:0;
	padding:0 0 10px 0;	
	width:930px;
}

.content-container h1 strong{
	font:300 24px/24px 'Lato', Arial;
	text-transform:none;
	color:#acacac;
	margin:0 0 10px 20px;
}

hr{	
	border-top: 1px solid #ebebeb;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 130px solid #ebebeb;
	height:6px;
	width:auto;
}


/*HEADER*/

.header{
	height:61px;
	margin:0 0 20px 0;
}

.logo{
	padding:0 20px 0 0;
	border-right:1px solid #acacac;
	width:190px;
	height:61px;
	float:left;
}
.logo img{
	border:0;
}

.header p{
	float:left;
	font:300 17px/16px 'Lato', Arial;
	margin:35px 0 0 20px;
}

.header p b{
	font:700 17px/16px 'Lato', Arial;
}

/*SLIDER*/

.slider-box{
	margin:20px 0 20px 0;
	z-index:500;
}

#slider-big{
	width:950px;
	height:250px;
}

#slider-small{
	width:950px;
	height:160px;
}

/*PRODUCTS FOOLDAL*/

.products-container{
	width:960px;
}

.products-box{
	width:310px;
	float:left;
	margin:0 0 10px 0;	
}

.footer-box-info,
.footer-box-form {
	float:left;
	margin:0 10px 0 0;
}

.footer-box-sitemap {
	float:left;
		margin:0 0 0 35px;
}

.products-box, .products-box img {	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.products-box img:hover{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.products-box:hover{
	width:310px;
	float:left;
	background:#f6f6f6;
		
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.products-container .left{
	margin:0 0 0 10px;
}

.products-container .right{
	margin:0 10px 0 0;
}

.products-box h1{
	font:300 24px/24px 'Lato', Arial;
	text-transform: uppercase;
	color:#acacac;
	margin:12px 0 14px 10px;
}

.products-box p{
	width:290px;
	font:15px/18px 'Arial';
	color:#707070;	
	text-align: justify;
	letter-spacing:0.05em;
	padding:0 10px 10px 10px;
}

/*PROJECT*/

.project-box{
	margin:20px 0 20px 0;
	height:170px;
}

.project-content{
	width:450px;
	height:170px;
	float:left;
}

.project-content img{
	margin:0 0 0 6px;
	border:1px solid #fff;
	width:80px;
	height:60px;
	float:right;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.project-content img:hover{
	margin:0 0 0 6px;
	border:1px solid #464646;
	float:right;
	
		filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}



.project-content h2{
	font:300 24px/24px 'Lato', Arial;
	text-transform: uppercase;
	color:#555555;
	margin:20px 0px 0 0;
	text-align:right;
}

.project-content h3{
	font:300 18px/18px 'Lato', Arial;
	text-transform: none;
	color:#acacac;
	margin:6px 0px 20px 0;
	text-align:right;
}

hr.line{	
	border-top: 1px solid #ebebeb;
	height:0px;
	width:auto;
}


img.project-header-img{
	float:right;
	margin:0 0 20px 0px;
}

/*PRODUCT*/

.product-select{
	margin:15px 0 10px 0;
	padding-left:1px;
}


.product-select img{
	margin:0;
	padding:0;
	border:1px solid #fff;
	width:43px;
	height:60px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product-select img:hover{
	margin:0;
	border:1px solid #f3f3f3;
	width:43px;
	height:60px;
	
		filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.product-container{
	width:980px;
}
 
.container-height{
	height:330px;
}

.product-content{
	width:460px;
	border-bottom:1px solid #ebebeb;
	float:left;
	height:255px;
	margin:10px 20px 0px 0 ;

}

.product-text {
	float:left;
}

.product-text h2{
	font:300 24px/24px 'Lato', Arial;
	text-transform: uppercase;
	color:#555555;
	margin:20px 0 20px 10px;
	width:250px;
}

.product-text p{
	width:210px;
	font:14px/18px 'Arial';
	color:#707070;	
	text-align: left;
	letter-spacing:0.05em;
	padding:0 10px 0 10px;
}

.product-content img{
	float:right;
	margin:10px 0 0 0;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product-content img:hover{
	float:right;
	margin:10px 0 0 0;	
	z-index:1500;
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.product-content a:before{
  content:url('../img/img-plus.png');
  position:absolute;
  margin: 20px 0 0 165px;
  z-index:1600;
}


/*FABRICS*/

.fabrics-content{
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}


.fabrics-content img{
	border:1px solid #fff;
	width:176px;
	height:117px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fabrics-content img:hover{
	border:1px solid #464646;
	width:176px;
	height:117px;
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.fabric-box{
	width:176px;
	height:140px;
	float:left;
	margin:0 10px 15px 0;
}

.fabrics-content h4{
	font:300 15px/15px 'Lato', Arial;
	text-transform: uppercase;
	color:#555555;
	margin:0;
	padding:0 0 10px 10px;	
	width:930px;
}


/*ABOUT US*/

img.about-img{
	float:right;
	margin:90px 0 0 0;
}

.content-box p.width-700{
	width:700px;
}


/*COBTACT*/

.contact-bg{
	background:url('../img/contact-bg.jpg') top left no-repeat;
	height:113px;
	margin:0 0 20px 0;
}
.content-box p.contact{
	padding:45px 0 30px 15px;
}

/*SOLID PARTS*/

img.parts-img{
	float:right;
}

.content-box p.width-460{
	width:460px;
}


/*FOOTER*/

.footer-container{
	background:#111111 url('../img/footer-bg.jpg') top left no-repeat;
	width:950px;
	height:280px;
	clear:both;
	margin:20px 0 10px 0;
}

.footer-container h2{
	font:300 24px/24px 'Lato', Arial;
	text-transform: uppercase;
	color:#acacac;
	margin:20px 0 20px 0;
}

.footer-container h3{
	font:400 15px/15px 'Lato', Arial;
	text-transform: uppercase;
	color:#acacac;
	margin:0 0 8px 0;
}

.footer-container h3:hover{
	font:400 15px/15px 'Lato', Arial;
	text-transform: uppercase;
	color:#fff;
	margin:0 0 8px 0;
}

.footer-box-info p{
	width:230px;
	font:12px/15px 'Arial';
	color:#fff;	
	text-align: left;
	letter-spacing:0.05em;
	padding:65px 0 0 22px;
}

.footer-box-info a{
	color:#c2c2c2;
	font:12px/18px 'Arial';
}

.footer-box-info a:hover{
	color:#fff;
}

.footer-box-sitemap .left{
	float:left;	
	margin:0 50px 0 0;
}

.footer-box-sitemap .right{
	float:right;
}


.footer-box-sitemap ul li a{
	color:#fff;
}

.footer-box-sitemap ul li a:hover{
	color:#cccccc;
}

.footer-box-sitemap ul li ul li a{
	color:#acacac;
}

.footer-box-sitemap ul li ul li a:hover{
	color:#fff;
}


.footer-box-sitemap ul{
	margin:5px 0 0 10px;
}

.footer-box-sitemap ul li{
	margin:5px 0 0 5px;
	font:12px/17px 'Arial';	
	list-style-type: square;
	color:#fff;
}

.footer-box-sitemap ul li ul li{
	margin:5px 0 0 8px;
	font:12px/12px 'Arial';	
	list-style-type: square;
	color:#acacac;
}

img.creatum{
	float:right;
}

.footer-text{
	margin:15px 0 30px 0;
	color:#959595;
	font:12px/12px 'Arial';
}


.footer-space{
	padding:10px 0 0 0;
	clear:both;
	width:950px;
}


.up-btn{
	position:absolute;
	margin:15px 0 0 910px;
}



.text-box{
	margin:20px 0 0 0;
}

.rmp {
	margin:20px 0 0 0 ;
}

.rmp-box {
	float:left;
}

.rmp-box h5{
	font:400 15px/15px 'Lato', Arial;
	text-transform: uppercase;
	color:#454545;
	margin:5px 0 5px 0;
	text-align:center;
}

.rmp-box img{
	margin:0 5px 0 5px ;
	border:1px solid #fff;
	width:170px;
	height:234px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rmp-box img:hover{
	margin:0 5px 0 5px ;
	border:1px solid #ebebeb;
	width:170px;
	height:234px;
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-kotelezo{
	padding-bottom:30px;
	width:950px;
	margin:0px auto;
}

.footer-kotelezo-img{
	margin:0 0 0 240px;
}

.footer-kotelezo-text{
	font: 12px/12px 'Arial';
	color:#6ca16e;
	text-align:center;
}

div.g-recaptcha{
	width: 200px;
	float:left;
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.alert-info, .alert-danger, .alert-success, .alert-warning {    border-color: none;}.alert {    padding: 18px;    margin-bottom: 15px;    border: 0;    border-radius: 0;}.alert-danger {    color: #a94442;    background-color: #f2dede;    border-color: #ebccd1;}.alert {    padding: 15px;    margin-bottom: 20px;    border: 1px solid transparent;    border-radius: 4px;}#alertBox {    width: 100%;    float: right;}
