

html, 
body
{
	min-height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;	
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	
}


body
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #292929;
	background: white;
	font-family: open sans;
}



  
a { 
	text-decoration: none; 
	color: #767676;  
	font-weight: 600;
	outline: none;
}

a:hover 
{
	text-decoration: none; 
}


a img { border: 0px; }

ul, ol
{
	margin-bottom: 24px;
}

.strong, .bold
{
	font-weight: bolder;
}

p {
    margin: 0 0 27px 0;
}

.clear
{
	clear: both;
}

.align-center 
{
	text-align: center;
}

.display-none 
{
	display: none;
}

.relative
{
	position: relative;
}

.absolute
{
	position: absolute;
}

/***** ADMIN *****/

#wpadminbar
{
display: none;
}



#wrap 
{
	position: relative;
}




.logo_second {
display: inline-block;
height: 115px;
width: 120px;
background: url(../svg/logo.svg) center center no-repeat;
background-size: 120px auto;
margin-top: 9px;
border-radius: 180px;
padding: 3px 0px 0px 0px;
border: 3px solid white;
}


h2,h3,h4,h5,h6
{
	margin-top: 0px;
	margin-bottom: 12px;
}

h2
{
	font-weight: bolder;
	font-size: 50px;
}

h2.title {
font-size: 70px;
font-family: Roboto;
font-weight: 400;
text-transform: lowercase;
line-height: 81px;
letter-spacing: 1px;
}



@media only screen and (max-width: 680px)
{

	h2.title {
	font-size: 40px;
	line-height: 61px;
	}
	
}     




h3.title 
{
font-size: 17px;
text-transform: lowercase;
margin-top: 11px;
margin-bottom: 7px;
}

.lead p {
font-size: 17px;
padding: 15px 10px 0px;
line-height: 25px;
font-family: Roboto;
font-weight: 300;
text-align: center;
text-transform: lowercase;
}


.lead_ajax p {
font-size: 15px;
padding: 0px 0px;
line-height: 25px;
font-family: Roboto;
font-weight: 300;
text-transform: lowercase;
}

	
.lead p strong,
.lead_ajax p strong
{
	font-weight: 700;
}


	
	

/*
@-moz-document url-prefix() {
	
	.lead p strong,
	.lead_ajax p strong
	{
		font-weight: 600;
	}

}
*/


.contactGrid
{
	text-align: center;
	margin-bottom: 15px;
}

.contactGrid a
{
	color: white;
}

.contactGrid span
{
position: relative;
}

.contactGrid span:before {
content: "";
width: 30px;
height: 30px;
background: url(../img/title_back.png) center center repeat-x;
top: -7px;
left: -40px;
position: absolute;
display: inline-block;
}


.contactGrid span:after {
content: "";
width: 30px;
height: 30px;
background: url(../img/title_back.png) center center repeat-x;
top: -7px;
right: -40px;
position: absolute;
display: inline-block;
}


.contactGrid.nyitvatartas span:before {
left: -45px;
}


.contactGrid.nyitvatartas span:after {
right: -50px;
}


.imtitle
{
	text-align: center;
	margin-bottom: 30px;
}



header
{

	top: -100px;

}

.noPadding
{
	padding: 0px !important;
}


.backgroundSize
{
	background-repeat:no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;        
	background-position: center center !important;
}




@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 


}


#termekek,
#bemutatkozas,
#kapcsolat
{
	color: white;
}



.black_color {
color: white;
background: rgba(0, 0, 0, 0.5);
height: 100%;
}



.fullimg img
{
	width: 100% !important;
}



#scrollmenu
{
	overflow: hidden;
}





.fullimg img,
.fullimg
{
	width: 100% !important;
}




 
.shop_icon
{
	text-align: center;
	margin-bottom: 12px;
}
.shop_icon a
{
	font-size: 160px;  
	color: white !important;
}


.hejho .lead p {
font-size: 14px !important;
font-weight: 300;
letter-spacing: 2px;
font-family: open sans;
line-height: 21px !important;
text-transform: initial;
margin-bottom: 0px;
}




.aktualitasokGrid
{
	width: 33.333333333333333%;
	float: left;
}
@media only screen and (max-width: 880px)
{
	.aktualitasokGrid
	{
		width: 50%;
	}
}
@media only screen and (max-width: 480px)
{
	.aktualitasokGrid
	{
		width: 100%;
		text-align: center;
	}
}


.contactGrid
{
	width: 100%;
	text-align: center;
}





.alm-btn-wrap {
clear: both !important;
}
.alm-reveal {
  float: left;
}
.alm-listing {
  float: left;
}
div#ajax-load-more {
  float: left;
}
.aktualitasokGrid .module a:hover
{
	text-decoration: underline;
}



#bemutatkozas .black_color,
#termekek .black_color,
#kapcsolat .black_color
{
	
padding: 50px 0px !important;

}







div.wpcf7 {
    max-width: 640px;
    margin: 0 auto !important;
	overflow: hidden;
    padding: 0 20px !important;
}
.wpcf7-form {
    overflow: hidden;
}

input[type="text"],
input[type="email"]
{
    outline: none;
    padding: 4px 5px 4px 5px;
    font-family: roboto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    outline: none;
    font-family: roboto;
    resize: none;
    overflow-y: auto;
    padding: 4px 5px 4px 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.wpcf7-form-control-wrap {
    width: calc(50% - 4px);
    float: left;
    margin: 2px 2px 2px 2px;
    width: calc(50% - 4px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form-control-wrap.date,
.wpcf7-form-control-wrap.time
{
    width: calc(25% - 4px);
}
span.wpcf7-form-control-wrap.message {
    width: calc(100% - 4px);
}

span.wpcf7-form-control-wrap.fktkv_options {
    width: 100%;
}

.submit_wrap
{
	text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
    background: black;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    width: 120px;
    padding: 10px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto;
	outline: none;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 13px;
}


span.wpcf7-not-valid-tip {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 12px !important;
}

.privacy span.wpcf7-not-valid-tip {
    left: 0px;
    right: auto;
    top: 0;
}
.prvcy_wrap {
    clear: both;
    margin-bottom: 24px;
}
.privacy span.wpcf7-list-item {
    margin: 0;
}
.privacy span.wpcf7-list-item-label {
    display: none;
}
.privacy input[type="checkbox"] {
    float: left;
    margin: 0;
    margin-left: 12px;
}
span.wpcf7-form-control-wrap.privacy {
    width: 30px;
}
label
{
    cursor: pointer;
}
.privacy span.wpcf7-not-valid-tip {
    left: 0px;
    right: auto;
    top: -1px;
}
.prvcy_wrap > label {
    padding-left: 10px;
    padding-right: 20px;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
}

span#fktkv_options {
    overflow: hidden;
    display: block;
    margin: 15px 0;
}

span#fktkv_options>.wpcf7-list-item {
    display: block;
    font-size: 12px;
    border: 0 solid #a9a9a9;
    margin: 8px 0px 8px 12px;
    padding: 6px 3px 2px 22px;
    position: relative;
}
span#fktkv_options input {
    position: absolute;
    top: 3px;
    left: 3px;
}
span#fktkv_options .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    top: -2px;
    padding-left: 4px;
    max-width: calc(100% - 40px);
}
div#cptch_wrap {
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
}
div#cptch_wrap > div {
    display: inline-block;
    margin-left: -15px;
}
#cptch_wrap span.wpcf7-not-valid-tip {
    top: 79px;
    width: 245px;
    text-align: center;
    left: calc(50% - 40px);
}




#mc_embed_signup {
    max-width: 600px;
    margin: 80px auto 00px auto;
}
.mc-field-group {
    float: left;
    width: calc(50% - 20px);
    margin: 5px 10px;
}
.mc-field-group.input-group {
    width: calc(100% - 20px);
    float: none;
    clear: both;
    padding-top: 4px;
}
.mc-field-group.input-group ul {
    margin: 0;
    padding: 0;
}
.mc-field-group.input-group li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    position: relative;
}

input#mce-PRVCY-0 {
    position: absolute;
    top: 0;
    left: 0;
}
input#mce-PRVCY-0 + label {
    display: inline-block;
    width: calc(100% - 35px);
    margin-left: 23px;
}
input#mc-embedded-subscribe {
    background: black;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 10px 18px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto;
    outline: none;
}

.mc-field-group > label {
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
}



@media only screen and (max-width: 480px)
{
}




#footer_menu {
    padding: 35px 0;
    text-align: center;
    font-size: 12px;
}




/* 16_9 iframe videos */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.5%; /* 67.5% */
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 57.25%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
