@charset "utf-8";
/* CSS Document */
/*
Theme Name: Karner autófényezés
Theme URL: http://www.karnerfenyezes.hu
Theme Description: Karner autófényezés
Version: 1.0
Author:tigaman
Author URI: https://www.tigaman.hu
*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,400,700|Raleway:100,400,700&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("slider.css");

body {
	background-color: #538EB8;
	font-size: 17px;
	font-weight: 400;
	color: #666666;
	margin: 0px;
    font-family: 'Lato', sans-serif;


	
}
h1, h2, h3, h4, h5 {
	font-weight: 300;
	text-transform: uppercase;    
	font-family: 'Raleway', sans-serif;
}
a {
	color: #272D3B;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
a:hover {
	color: #538EB8;
}

.clear {
	clear: both;
}
#header {
	width: 100%;

	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-size: cover;
}
.header {
	width: 90%;

	margin: 0px auto;
}
.logo  {
	float: left;
	margin: 10px 0 0 0;
}

#menu{
	margin: 0px;
	width:  calc(100% - 400px);
	padding: 40px 0 0 25px;
	float: left;
}
.menu, .menu * { margin: 0; padding: 0; list-style: none; }
.menu > li {
	padding: 0 10px 7px 0px;
	display: inline-block;


}
.menu > li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 0.9vw;
	text-transform: uppercase;	
}
ul.menu > li > a {
	padding-top: 10px;
	color: #FFFFFF;
}
.menu > li a  {
	display: block;
	letter-spacing: normal;
}

.menu > li a:after{
	content: "/";
	color: #FFFFFF;
	padding-left: 10px;

}
.menu > li:last-child a:after {
	display: none;
}
#menu a:hover  {
	color: #538EB8;
}
 
.slider {
	position: relative;
	width:  calc(100% - 450px);
	height: 260px;
	z-index: 1;
	overflow: hidden;
	margin: 20px 0 20px 50px;
	float: left;
} 
 
 

.counter {
	width: 400px;
	margin: 0px;
	height: 300px;
	color: #FFFFFF;
	float: left;
}
.counter_elem {
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	font-size: 16px;
	margin: 40px auto 0 auto;
	font-family: 'Raleway', sans-serif;
}


.counter_elem_num {
	margin: 0px auto -15px 0;
	font-size: 50px;
	padding: 40px 0 0 0;
	border-radius: 75px;
	width: 150px;
	height: 110px;
	text-align: center;
}






.color {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
.one {
	background-color: #14171C;
}
.twoo {
	background-color: #272D3B;
}
.three {
	background-color: #AF823F;
}
.four {
	background-color: #F49B03;
}
.five {
	background-color: #538EB8;
}

.six {	background-color: #F2F2F2;}

#content {
	width: 100%;
	margin: 0px auto 0px auto;
}


.content{
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 10px 5%;
	font-size: 1.4vw;
	font-weight: 400;
	background-color: #FFF;
	color: #333;
	
	
}

.refitem {
	float: left;
	margin: 10px 1%;
	width: 27%;
	padding: 2%;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.refimage {
	width: 100%;
	height: 250px;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
} 
.refimage:hover {
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-moz-transform: scale(1.1); /* Firefox */
	-ms-transform: scale(1.1); /* IE 9 */
	-o-transform: scale(1.1); /* Opera */
	transform: scale(1.1);
} 
.refitem h2  {
	font-size: 20px;	
	margin: 0 0 -10px 0;
	color: #fff;
	padding: 10px 0 0 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: block;
	z-index: 100;
}
.refitem h2 a{
	color: #fff;
	text-decoration: none;
}


.refitem:nth-of-type(1)  {
 background-color: #272D3B;
}



.refitem:nth-of-type(2) {
	background-color: #AF823F;
}
.refitem:nth-of-type(3) {
	background-color: #F49B03;
}
.refitem:nth-of-type(4) {
	background-color: #538EB8;
}
.refitem:nth-of-type(5) {
 background-color: #272D3B;
}
.refitem:nth-of-type(6) {
	background-color: #AF823F;
}
.refitem:nth-of-type(7) {
	background-color: #F49B03;
}
.refitem:nth-of-type(8) {
	background-color: #538EB8;
}




.partner {
	float: left;
	margin: 10px;
	width: auto;
	height: 100px;
}
#logos {
	width: 100%;
	margin: 0px auto 0px auto;	padding: 50px 0;	
	border-top: 2px dashed #fff;
}

.logos {
	width: 90%;
	margin: 0px auto;

}
.logositem {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 12%;
	margin: 0px 1% 0 1%;
	float: left; 
}



.logos img{
	width: 98%;

	height: auto;

}

.m3 {
	background-image: url(images/logok/3mhover.png);
}

.m3:hover {
	background-image: url(images/logok/3m.png);
}


.sata {
	background-image: url(images/logok/satahover.png);
}

.sata:hover {
	background-image: url(images/logok/sata.png);
}

.festo {
	background-image: url(images/logok/festohover.png);
}

.festo:hover {
	background-image: url(images/logok/festo.png);
}

.glasurit {
	background-image: url(images/logok/glasurithover.png);
}

.glasurit:hover {
	background-image: url(images/logok/glasurit.png);
}
.mobihel {
	background-image: url(images/logok/mobihelhover.png);
}

.mobihel:hover {
	background-image: url(images/logok/mobihel.png);
}

.rupes {
	background-image: url(images/logok/rupeshover.png);
}

.rupes:hover {
	background-image: url(images/logok/rupes.png);
}
.registrant {
	background-image: url(images/logok/registranthover.png);
}

.registrant:hover {
	background-image: url(images/logok/registrant.png);
}
  
#ajanlat {
	width: 100%;
	margin: 0px auto 0px auto;	

	border-top: 2px dashed #fff;
}

.ajanlat {
	width: calc(90% - 250px);
	margin: 0px auto;
	background-image: url(images/brush.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 250px;
}
.form {
	float: left;
	width: 100%;
}
#footer {
	width: 100%;
	margin: 0px auto 0px auto;
	border-top: 2px dashed #538EB8;
}


.footer{
	width: calc(90% - 400px);
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 400px;
	font-size: 16px;
	font-weight: 300;
	color: #F49B03;
	background-image: url(images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Raleway', sans-serif;


}
.footer a {
	color: #F2F2F2;	
}
.top {
	width: 80px;
	height: 80px;
	float: right;
	margin: -145px 0 0 0;
	background-image: url(images/top.png);
	background-size: center center;
	border-radius: 50%;	
	border: 2px dashed #FF9900;
}
.top img {
	width: 80px;
	height: 80px;

	border-radius: 50%;	

}
.masonry   img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 2px dashed #538EB8;	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
.masonry img:hover{
	border: 2px dashed #272D3B;


}

.masonry {
    margin: 0 0;
    padding: 0;      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;

}
.item {
    display: inline-block;

    padding: 0px;
    margin: 10px 10px;
	width:  calc(100% - 20px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

  @media only screen and (min-width: 500px) {
    .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
    }
  }
  @media only screen and (min-width: 600px) {
    .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
    }
  }
  @media only screen and (min-width: 1000px) {
    .masonry {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4;
    }
  }
  @media only screen and (min-width: 1400px) {
    .masonry {
      -moz-column-count: 5;
      -webkit-column-count: 5;
      column-count: 5;
    }
  }
  @media only screen and (min-width: 1900px) {
    .masonry {
      -moz-column-count: 6;
      -webkit-column-count: 6;
      column-count: 6;
    }
  }  

     /* -----------------------------------------------
.gallery {
				margin: auto;
}


.gallery-icon a img {
	display: block;
	margin: 0px auto;
	width: 100%;	
	height: auto;}


dl.gallery-item {
	float: left;
	margin-bottom: 10px;	
	width: 22%;	
	margin-right: calc(2% - 2px);
	box-shadow: 0 0 5px #666;
	padding: 5px 0.5% 5px 0.5%;

	border: 1px solid #999;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

	
}
dl.gallery-item:hover {
	-webkit-transform: scale(1.10); 
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
	background-color: rgba(255,51,0,0.8);
}


.gallery .gallery-caption {
	
}


.wp-caption {

	max-width: 96%; 
	padding: 5px 3px 10px;
	text-align: center;

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;	
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	
}

.wp-caption-text {
	text-align: center;

	font-size: 35px;
	color: #454f40;
	margin: 15px 0 0 0;
	font-weight: 300;
}

*/
#map{
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 50% 0 0 0;
}

table{
	font-size: 14px;
	margin: 0px auto;

	border-collapse: collapse;
	text-align: left;
	letter-spacing: 0px;
}
.thead{
	font-weight: bolder;
	text-transform: uppercase;
	background-image: url(images/tbbg.png);
	color: #FFF;
	background-color: #3A3F55;
}


table th
{

	padding: 10px 8px;
	color: #333;

}
table td
{
	padding: 5px 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}





.mobil{
	display: none;
}
.nomobil{
	display: inline;
}






/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	background-color: #14171C;
}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 5px;
	height: 55px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 1px 0 0 0;
	display: none;
}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 0px 0;
	border-top: 1px solid #fff;
	font-size: 22px;
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;
	width: 95%;
	text-decoration: none;
	background-color: #272D3B;
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #538EB8;
	color: #FFFFFF;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #F49B03;
	color: #FFFFFF;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li a {
	background-color: rgba(0,0,0,0.6);
	margin: 2px 0 0 0;
	color: #FFFFFF;
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #FFF;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 0px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}











#site{
	width: 100%;
	position: inherit;
}
#header{
	display: none;	 
}
#content{
	margin: 0px auto 0px auto;	
	width: 100%;	
	padding: 10px 0 10px 0;
	left: 0px;
	margin: 10px 0 0 0;	
}


.content {
	width: 94%;
	padding: 1.5%;
	margin: 0px 1.5% 30px 1.5%;
	background-image: url(images/blank.png);

	font-size: 4.5vw;

}


.content p, .content li, .box h3, .box ul li {

	background-image: url(images/blank.png);	

}


.content h1 {
	background-image: url(images/blank.png);
	margin: 0 0 15px 0;
	font-weight: 400;
}

.refitem {
	float: none;
	margin: 10px 1%;
	width: 96%;
	padding: 2% 2% 5% 2%;

}
.refimage {
	width: 100%;
	height: 250px;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
} 



.partner {
	max-width: 95%;
	height: auto;
	margin: 5px 2.5%;
}



.logos {
	width: 100%;


}
.logositem {

	width: 31%;
	margin: 0px 1% 0 1%;

}

.ajanlat {
	width: 95%;
	margin: 10px 2.5%;
	background-image: none;

	padding: 0px 0px 0px 0px;
}
.form {
	width: 100%;

}

.footer {
	width: 95%;


	padding: 2.5%;

	background-image: none;




}

.top {
	width: 80px;
	height: 80px;
	float: none;
	margin: 20px auto 20px auto;
	display: block;
}






}
