	@import 'https://fonts.googleapis.com/css?family=Playfair+Display|Raleway';
	@import 'https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin-ext';
	@import 'https://fonts.googleapis.com/css?family=Poiret+One&subset=latin-ext';

	@font-face {
	    font-family: LearningCurve;
	    src: url(fonts/LearningCurve.otf);
	}

	@font-face {
	    font-family: RW;
	    src: url(fonts/raleway/Raleway-Regular.ttf);
	}
	@font-face {
	    font-family: RW;
	    font-weight: bold;
	    src: url(fonts/raleway/Raleway-Medium.ttf);
	}
	@font-face {
	    font-family: RW;
	    font-weight: thin;
	    src: url(fonts/raleway/Raleway-Light.ttf);
	}

	
	@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
	}
	
	@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
	}
	*{
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -o-transition: .4s;
	
	}
	body{
		font-size: 18px;
		text-align: center;
		background-image: url('/images/base/backgr.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		
	}
	*,h1,h2,h3{
		font-family: 'RW', sans-serif;
	}
	h2{
		font-weight: bold;
		border-bottom: 2px solid #333;
		width: auto;
		font-size: 43px;
	}
	img{
		max-width: 100%;
	}
	a{
		color: #333;
	}
	a:hover{
		color: #999;
	}
	
	.mail{
		color: #999;
		font-weight: bold;
	}
	.menu #mini_logo{
		height: 40px;
		float: left;
		margin: 5px 10px 5px 20px;
	}
	.gondosan{
		font-family: 'Amatic SC';
		font-size: 32px;
	}
	.maskepp{
		font-family: 'LearningCurve';
		font-size: 46px;
		text-align: right;
	}

	.menu{
		position: fixed;
		top: 0;
		left: 0;
		vertical-align: middle;
		width: 100%;
		background: #fff;
		text-align: right;
		z-index: 8;
	}

	.menu_element{
		vertical-align: middle;
		text-align: justify;
		line-height: 50px;
		font-size: 18px;
		margin: 0 5px 0 25px;
		padding: 0 15px;
		display: inline-block;		
	}
	.footer_menu_element{
		vertical-align: middle;
		text-align: justify;
		line-height: 20px;
		font-size: 14px;
		margin: 10px auto;
		padding: 0 15px;
		display: block;
		width: auto;
		text-align: center;		
	}
	.menu_element:hover,.menu_element:hover *,.menu_element.active{
		color: #999;
		text-decoration: none;
	}
	div.row{
		width: 100%;
		margin: 320px auto 0;
		padding: 50px 2% 20px;
		background: #fff;
		border-bottom: 1px solid #333;
		animation-name: fadeIn;
		animation-duration: 2s;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 2s;		
	}
	div.row.cats{
		border-bottom: none;
		
	}
	div.row.notop{
		width: 100%;
		margin: 0 auto 0;
		padding: 0px 10% 50px;
		background: #fff;
		
	}
	div.row.home{
		margin: 40px auto 0;
		padding: 50px 10%;
		
	}
	div.row:last-of-type{
		margin-bottom: 0px;
		padding: 50px 10%;
		
	}

	div.bemutat{
		text-align: justify;
	}
	div.social{
		font-size: 35px;
		margin-bottom: 100px;
	}

	#logo{
		width: 60%;
		max-width: 500px;
		margin: 40px auto 100px;
	}
	.bemutat_picts img{
		width: 100%;
		margin: 10px 0;
	}
	
/* SHOP */


blockquote {
	color: #fff;
	background-color: #999; !important;
	display: table;
	margin: 0 auto;
}
#pager{
    width: 100%;
    clear: both;
    padding: 25px 0;
    display: table;
}
#pager>a{
    background: #999;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #999;
}
#pager>a.active,#pager>a:hover{
    background: #fff;
    color: #999;
    border: 1px solid #999;
    text-decoration: none;
}
.cimke{
        color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
    margin: 20px !important;
    display: table;
    font-size: 12px;
    text-shadow: 1px 1px 4px black;
}
.product-wrap{
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
#pager{
	text-align: center;
}
.product-anchor .product-image{
  width: 90%;
  margin: 0 5%;
  height: 300px;
  content: "";
  display: table;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.product-anchor{
    width: 33%;
    margin: 25px 0 0 0;
    padding: 15px 0 20px 0;
    display: inline-block;
    color: #666;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
.product-anchor:hover{
    text-decoration: none;
    opacity: 0.8;
}

.product-anchor h3{
    font-size: 22px;
    padding: 2px 0;
}
.product-anchor h4{
    font-size: 14px;
    padding: 2px 0;
    font-family: 'Tahoma';
}
.product-anchor .helyett{
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.myprice{
    font-size: 18px;
    color: #555;
    font-weight: bold;
    font-family: 'Tahoma';
    margin: 1px;
    padding: 0;
}
.myprice.akcios{
    font-size: 22px;
    color: #999;
}


.bal,.jobb{
    padding: 0;
    float: left;
    width: 48%;
    margin: 1%;
    
}

.bal .img_wrapper{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}


.bal .img_wrapper>img{
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    max-width: none;
}
.bal .img_wrapper>.thumbs{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-top: 4px;
}
.bal .img_wrapper>.thumbs>a{
    width: calc( 33.3% - 3px );
    margin: 0;
    display: inline-block;
    padding: 0 !important;
    height: 190px;
    content: '';
    background-position: center;
    background-size: cover;

   
}

.jobb>h2{
    font-size: 42px;
    margin-bottom: 0;
    font-weight: bold;
}
.jobb>h2>span{
    font-size: 22px;
    font-family: 'Tahoma';
    margin-top: 0;
    font-weight: normal;

}
.reszletek{
    font-size: 18px;
    
}
.reszletek h3{
    font-size: 46px;
    
}
.addcart{
    background: #999;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.addcart i{
    font-size: 22px;
    padding-right: 7px;
}
input.specs{
    display: none;
}
label.specs{
    cursor: pointer;
    line-height: 20px;
    padding: 0 5px;
}
input.specs:checked+label{
    border: 1px solid #999;
    background: #ddd;
}

.menu_element span{
	font-size: 11px;
	vertical-align: middle;
}


a.categories{
    margin: 5px 4px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: calc(100% - 8px);
    height: 260px;
    display: inline-block;
    background-color: #ddd;
    vertical-align: bottom;
    font-size: 16px;
    border: 1px solid #ddd;
    position: relative;
}
a.categories_sub{
    margin: 5px 4px 15px;
    width: calc(100% - 8px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    border: 1px solid #ddd;
    position: relative;
}
a.categories span.wrap{
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
	background: #fff6e7;
	position: absolute;
	margin: auto;
	height: 30px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	color: #333;
	font-weight: normal;
	font-size: 32px;
}
a.categories span.wrap span.title{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	margin: auto;
	font-family: 'Poiret One', cursive;
}

a.categories:hover span.wrap{
	opacity: 0.8;
	height: 100%;
	vertical-align: middle;
}
a.categories_sub{
	height: auto;
	
}
.alcat{
    display: none;
    text-align: center;
}
.alcat>a{
    color: #999;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    
}
.alcat.show{	display:table;	}
.categories.active,.categories.active:hover{    color: #777;	}


.wrap.cats{
    margin-bottom: -55px;
}
.rendezes{
    text-align: right;
    float: right;
    display: table;
}
.rendezes select{
    padding: 5px 10px;
    background: #fff;
    color: #999;
    font-weight: bold;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.4);
}
.kereses{
    display: inline-block;
}
.kereses input{
    padding: 5px 10px 0;
    color: #999;
    font-weight: bold;
    border: none;
    border-bottom: 1px dotted #999;
    font-size: 12px;
}
a.categories:hover{
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

.termek_h1{
    width: 94%;
    display: table;
    padding: 10px 1%;
    background: #999;
    color: #fff;
    margin: 2%;
    font-family: 'Tahoma';
    font-size: 18px;
    line-height: normal;
}


.inc{
    display: inline-block;
    line-height: 20px;
    padding: 0 !important;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}
.inc:hover{
    color: #777;
}
.btn{
    text-transform: uppercase;
    font-weight: bold;
}
.vissza{
    background-color: #999;
    color: #fff;
}

.elore{
    background-color: #999;
    color: #fff;
}
.adress tr>td{
    text-align: left;
}
.adress tr>td:first-of-type{
    text-align: right;
    font-weight: bold;
}
.adress tr>td input{
    min-width: 300px;
    font-size: 16px;
    padding: 0;
    background: none;
    border: none;
    border-bottom: dotted 1px #666;
    font-style: italic;
}
.adress tr>td textarea{
    min-width: 300px;
    font-size: 16px;
    padding: 0;
    background: none;
    border: none;
    border-bottom: dotted 1px #666;
}
#userinfo .form-group{
    display: table;
    clear: both;
    width: 100%;
}
#userinfo .form-group div{
    display: table;
    float: left;
    width: 60%;
}
#userinfo .form-group label{
    display: table;
    float: left;
    width: 30%;
    line-height: 49px;
    text-align: right;

}
#userinfo .form-group input{
    height: 49px;
    line-height: 49px;
    display: table;
    float: left;
    width: 100%;
}

#feldolgozas{
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    
}
#feldolgozas p{
    
    font-size: 42px;
    text-align: center;
    width: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    height: 50px;
    
}
.datas input[type="radio"]{opacity: 0;}
.datas input[type="radio"]+label{font-weight: normal; font-size: 16px; line-height: 30px !important; cursor: pointer; position: relative;}
.datas input[type="radio"]:checked+label, .datas input[type="radio"]+label:hover{ color: green;}

.datas input[type="radio"]:checked+label:before, .datas input[type="radio"]+label:hover:before{
    
    width:28px;
    height: 28px;
    content: "";
    display: table;
    position: absolute;
    left: -28px;
    top:-3px;
    background-image: url('/images/base/accept.png');
}
.prewdata.datas input[type="radio"]:checked+label{
    display: table;
}
.prewdata.datas input[type="radio"]+label{
    display: none;
}
footer .ballab,footer .jobblab{
    width: 50%;
    margin: 0;
    float: left;
    text-align: left;

}

.jobblab p,.ballab p{
    text-align: left;
    
    
}
.jobblab a{
    text-decoration: none;
    color: #999;
}

section.wrap p{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.row>h1{
	margin-bottom: 30px;
	border-bottom: 2px solid #333;
}

.content_wrap{
	text-align: start;
}
.content_wrap img{
	width: 100%;
	margin: 10px auto;
}
.blog_element{
	
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
	padding: 0 5px;
	width: calc(100% - 10px);
	
}
.ablog_elements, .ablog_elements:hover {
    color: #333;
    text-decoration: none;
    width: 80%;
    padding: 0;
    margin: 10px auto;
    text-align: left;
    display: table;
    vertical-align: top;
}
.ablog_elements.fooldal {
    width: 30%;
    display: inline-block;
    margin: 1%;
}
.ablog_elements.fooldal .blog_title{
	margin-top: 0;
	padding-top: 10px;
}

.ablog_elements img{
	width: 100%;
}
.clear{
	clear: both;
}
.catlink{
	display: block;
}
.blog_title{
	margin-top: 0;
	padding-top: 0;
}
.excerpt{
	font-size: 14px;
}

.footer h3{
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 20px;
}

.gotop{
	position: fixed;
	color: #fdfdfd;
	right: 15px;
	bottom: 15px;
	background: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

.hider{
	opacity: 0;
}

.credits{
	font-size: 11px;
}
.masolas{
	cursor: pointer;
	padding-right: 10px;
	padding-left: 0;
}
.masolas:hover{
	cursor: pointer;
	padding-left: 10px;
	padding-right: 0;
}

    .google-maps {
        position: relative;
        padding-bottom: 40%;
        height: 0;
        overflow: hidden;
        width: 65%;
        display: inline-block;
    }
    .elerhetosegek {
        width: 30%;
        padding-left: 5%;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    .blog_cats{
	    
	    text-align: right;
    }
    
    .flyer{
    
    	position: absolute;
    	color: #333;
    	z-index: 9;
	    
    }
    .kosar_btn.active{
	    color: white;
	    background: #333;
	    
    }
    
    
.mob{
	display: none;
}