@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);


/* Phone /m/ -atiranyitva (480px) */
@media only screen and (max-width: 768px) {
	#mobile { display: block; }
	#nomobile {display: none; }
	
	#slider { width: 100%; }
	#menu h1 {	height:7vw; line-height:7vw;}
	#menu h1 a { font-size: 2.0vw; }
	#menu_admin { font-size: 20px;}
	#main { width:99%; }
	body, td, th { font-size: 4vw; }
	h1 { font-size: 5.7vw;}
	h2 { font-size: 4.9vw;}
	h3 { font-size: 4.7vw;}
	input, textarea, select {font-size: 4vw;}
	#footer td, #footer a { font-size: 4.6vw;}
	#termekdd h2 a { line-height: 2.8vw;	font-size: 2vw;}
	#termekdd h3 { font-size: 2.0vw;}
	
	.index_hirek_kep { width: 100%; }
	.footer_logo {width: 50%;}
	.termekek_kep {width: 100%; margin: 10vw 0 0 0;}
	.termek_kep { width: 100%; }
	
	#m_logo {height:12vw; position: fixed;  z-index:99999; left:2%; top:1vw; color: #fff;}
	#m_logo img {height:12vw; float: left; }
	#m_menum { width:100%; position: fixed; right:0; top:0; height:12vw; padding:1vw 2vw 1vw 0; background: #b2ca52; z-index:9999;}
	
	#m_menu { background: rgba(0,0,0,0.8); position: relative; width:100%; margin: 12vw 0 0 0;}
	#m_menu h1, #m_menu h2, #m_menu h3 { font-size:4vw; border-bottom:1px solid #fff; display:block; padding:1vw 0 1vw 0; text-transform: uppercase;}
	#m_menu h2 a, #m_menu h1 a { color:#fff;  }
	#m_menu h3 {color: #ee7d61;}
	
	#m_hidemenu.o { top:0vw; transition-duration:0.4s;}
	#m_hidemenu { top:-200vh; transition-duration:1.5s;  position: absolute; z-index:9990; width:100%;}
	
}


@media only screen and (min-width: 769px) {
	#mobile { display: none; }
	#nomobile {display: block; }
	
	#slider { width: 100%; }
	#menu h1 {	height:7vw; line-height:7vw;}
	#menu h1 a { font-size: 1.2vw; }
	#menu_admin { font-size: 20px;}
	#main { width:98%; max-width:1300px; margin: auto; }
	body, td, th { font-size: 1.4vw; }
	h1 { font-size: 2.7vw;}
	h2 { font-size: 1.9vw;}
	h3 { font-size: 1.7vw;}
	input, textarea, select {font-size: 1.4vw;}
	#footer td, #footer a { font-size: 1.2vw;}
	#termekdd h2 a { line-height: 1.8vw;	font-size: 1vw;}
	#termekdd h3 { font-size: 1.0vw;}
	.index_hirek_kep { width: 25%;}
	.footer_logo {width: 17%;}
	.termekek_kep {width: 20%;}
	.termek_kep { width: 40%; }
}



/* CSS Document */

	#ajanlatkeres { display:none;}
	#ajanlatkeres.o { display:block;}
	.butt1.o { display:none;}

* {
	outline: none;
}


body  {
	margin:0;
	padding:0;
	background-color: #fff;

}
body,td,th {
	font-family: 'Open Sans';
	color: #797d7d;
	font-weight: 300;
}
img {
/*	display: block;*/
	opacity: 1.0;
	transition-duration: 0.6s;
}
a img:hover {
	opacity: 0.9;
	transition-duration: 0.2s;
}

h1, h1 a {
	margin: 00px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	transition-duration: 0.5s;
}
h1 a:hover {
	color: #000;
	opacity: 0.7;
	transition-duration: 0.5s;
}
h2, h2 a {
	margin: 00px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
}
h3, h3 a {
	margin: 00px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
}


a {
	text-decoration: none;
	color:#b2ca52;
	font-weight: 300;
	outline: none;
	padding:0;
	transition-duration: 0.9s;
}
a:hover {
	color: #ee7d61;
	transition-duration: 0.3s;
}


#menu h1 {
	color: #535353;
	text-align: center;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: 300;
	transition-duration: 0.3s;
}
#menu h1 a {
	color: #fff;
	display: block;
	font-weight: normal;
	text-transform: none;
	font-weight: 700;
	transition-duration: 0.8s;
	text-transform:uppercase;
}
#menu h1 a:hover {
	color: #fff;
	background-color: #3d3f3f;
	opacity: 1.0;
	transition-duration: 0.3s;
}
.index_blokk a {
	color:#FFF;
}
.index_blokk a:hover {
	color:#000;
}
.hr {
	border:none;
	border-bottom:1px solid #afb2b2;
	padding:0;
	margin:0;
}

.tovabb, .tovabb a {
	padding:1vw 2vw 1vw 2vw;
	background-color: #b2ca52;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	line-height: 10vw;
	transition-duration: 0.5s;
}
.tovabb:hover {
	color:#000;
	background-color: #ee7d61;
	transition-duration: 0.3s;
}

input, textarea, select {
	padding:0.3em;
	color: #666;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: "Open Sans";
	font-weight: 300;
}
.butt1 {
	padding:1vw 3vw 1vw 3vw;
	background-color: #b2ca52;
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.5s;
	cursor: pointer;
}
.butt1:hover {
	color:#000;
	background-color: #ee7d61;
	transition-duration: 0.3s;
}
.ar {
	color: #ee7d61;
	font-weight: bold;
}

#footer td, #footer a {
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.3s;
}

#termekdd ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	display: block;
	transition-duration: 0.3s;
}
#termekdd li {
	float: left;
	border: none;
	display: block;
	width:100%;
	transition-duration: 0.3s;
}
#termekdd li ul {
	top: auto;
	cursor: default;
	padding: 1vw;
	margin: 0;
	float: left;
	position: absolute;
	z-index: 2000;
	left: -999em;
	background: #3d3f3f;
	border: none;
	width: auto;
	border: 1px solid #3d3f3f;
	transition-duration: 0.3s;
}
#termekdd li ul li {
	float: none;
	cursor: default;
	display: block;
	transition-duration: 0.3s;
}
#termekdd li:hover ul, #termekdd li.sfhover ul {
	left: auto;
	display: block;
	transition-duration: 0.3s;
}
#termekdd h2 a {
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 0 1.1vw 0 1.1vw;
	font-weight: 700;
	text-transform: uppercase;
	transition-duration: 0.3s;
}
#termekdd h2 a:hover {
	color: #3d3f3f;
	background: #b2ca52;
	transition-duration: 0.3s;
}
#termekdd h3 {
	color: #ee7d61;
	text-decoration: none;
	display:block;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1.1vw 0 0 0;
}




#footer a:hover {
	color: #000;
	transition-duration: 0.3s;
}

#footer_m td, #footer_m a {
	color: #FFF;
	text-decoration: none;

}



/*   admin */
#menu_admin {
	color: #535353;
	text-align: center;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: 300;
	transition-duration: 0.3s;
}
#menu_admin a {
	color: #535353;
	font-weight: normal;
	text-transform: none;
	font-weight: 300;
	transition-duration: 0.3s;
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
}
#menu_admin a:hover {
	color: #fff;
	background-color: #eb774e;
	opacity: 1.0;
	transition-duration: 0.3s;
}