@font-face {
font-family: Flexo-Light;
font-style: normal;
font-weight: normal;
src: url("../style/fonts/Flexo-Light.otf") format("opentype");
}

@font-face {
font-family: Flexo-Bold;
font-style: normal;
font-weight: normal;
src: url("../style/fonts/Flexo-Bold.otf") format("opentype");
}

@font-face {
font-family: Flexo-Medium;
font-style: normal;
font-weight: normal;
src: url("../style/fonts/Flexo-Medium.otf") format("opentype");
}

body, h1, h2, h3, h4, h5, img, a, form, p, input{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4{
	font-size:12px;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

textarea {
    resize: none;
    font-size: 12px;
    font-family: Arial;
}

a {
    text-decoration: none;
    color: #1e5a73;
}

a:hover {
    text-decoration: none;
	color:#eb8723;
}

input {
    font-size: 12px;
    font-family: Arial;
    color: #616464;    
}


.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
    margin: 0 auto !important;
}

.alignRight {
    text-align: right !important;
}

.blokk {
    padding: 10px 0;
    font-family: "Arial";
}

.clr {
    clear: both;
    height: 0;
}

.kover {
    font-weight: bold !important;
}

.terkoz-20{
	margin-top:20px;
}

.no-bg{
	background:none !important;
}

.no-border-top{
	border-top:none !important;
}
.no-border-bottom{
	border-bottom:none !important;
}
.no-border-left{
	border-left:none !important;
}
.no-border-right{
	border-right:none !important;
}
.no-padding-lr{
	padding-left:0px !important;
	padding-right:0px !important;
}

.mobil-mode{
	display:none;
}

body{
	background:url(../style/images/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#core{
	position:relative;
    max-width:1170px;
    margin:0px auto;
}
#core.content-blokk{
	text-align:center;
}
#core.content-blokk h2{
	display:inline-block;
	padding-bottom:10px;
	margin:20px 0px 30px 0px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;
	color:#1e5a73;
	border-bottom:1px solid #eb8723;
	
}
#core.content-blokk h3{
	display:inline-block;
	padding-bottom:10px;
	margin:20px 0px 30px 0px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:18px;
	color:#1e5a73;
	border-bottom:1px solid #eb8723;
	
}
#core.content-blokk .text{
	font-family:Flexo-Light;
	font-size:16px;
	color:#999999;
	padding:0px 30px 30px 30px;
}
#core.content-blokk .text-sm{
	font-family:Flexo-Light;
	font-size:14px;
	color:#999999;
	padding:0px 30px 30px 30px;
}
.home-btn{
	display:none;
	margin:12px 0px 0px 10px;
	border:none;
}
#fejlec{
	max-width:1170px;
	min-height:170px;
	margin:0px auto;
	padding-bottom: 15px;
}
#fejlec .logo{
	float:left;
	width:170px;
	height:170px;
	margin-right:30px;
	background:url(../style/images/logo.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#fejlec .uzletek{
	float:left;
	padding-top:20px;
	/*padding-left:90px;*/
	padding-left:35px;
}
#fejlec .uzletek h4{
	font-family:Flexo-Light;
	font-size:16px;
	color:#999999;
}
#fejlec .uzletek .bolt{
	float:left;
	/*max-width:200px;*/
	max-width:130px;
	margin-right:90px;
	padding-top:14px;
	font-family:Flexo-Light;
	font-size:14px;
	color:#999999;
}
#fejlec .uzletek .bolt p a{
	color:#999999;
}
#fejlec .uzletek .bolt p a:hover{
	text-decoration:underline;
}
#fejlec .uzletek .bolt.udolso-bold{
	margin-right:0px;
}
#fejlec .telephely{
	float:left;
	padding-top:20px;
}
#fejlec .telephely h4{
	font-family:Flexo-Light;
	font-size:16px;
	color:#999999;	
}
#fejlec .telephely .thely{
	max-width:190px;
	margin-right:20px;
	padding-top:14px;
	font-family:Flexo-Light;
	font-size:14px;
	color:#999999;
}
#fejlec .fblokk{
	float:right;
	min-width:300px;
	min-height:170px;
	padding-top:40px;
	font-family:Flexo-Light;
	font-size:16px;
	color:#999999;	
}
#fejlec .fblokk .fblokk_email{
	float:left;
	width:80%;
	display:none;
}
#fejlec .fblokk .fblokk_email h4{
	font-family:Flexo-Light;
	font-size:16px;
	color:#999999;
}
#fejlec .fblokk .fblokk_email a{
	display:inline-block;
	margin-top:14px;
	font-family:Flexo-Light;
	font-size:14px;
	color:#999999;
}
#fejlec .fblokk .fblokk_email a:hover{
	text-decoration:underline;
	
}
#fejlec .fblokk .fblokk_social{
	float:right;
	width:20%;
	text-align:right;
}
#fejlec .fblokk .fblokk_social a.gplus{
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../style/images/gplus.png);
	background-repeat:no-repeat;
}
#fejlec .fblokk .fblokk_social a.gplus:hover{
	background:url(../style/images/gplus_hover.png);
	background-repeat:no-repeat;	
}
#fejlec .fblokk .fblokk_social a.fb{
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../style/images/fb.png);
	background-repeat:no-repeat;
}
#fejlec .fblokk .fblokk_social a.fb:hover{
	background:url(../style/images/fb_hover.png);
	background-repeat:no-repeat;	
}
#fejlec .fblokk .kereses_blokk1{
	float:right;
	margin-top:7%;
	border:1px solid #ebebeb;
}
#fejlec .fblokk .kereses_blokk1 input.kereses1{
	float:left;
	min-width:237px;
	height:30px;
	padding:2px 7px 0px 7px;
	border-right:1px solid #ebebeb;
	font-family:Flexo-Light;
	font-size:16px;
	color:#4b9baf;	
}
#fejlec .fblokk .kereses_blokk1 button.kereses_btn1{
	float:left;
	width:30px;
	height:30px;
	border:none;
	padding:0px;
	margin:0px;
	background:url(../style/images/kereses_btn1.png);
	background-repeat:no-repeat;
	background-position:center;
}

#felso_menu{
	width:100%;
	min-height:69px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
#felso_menu .menu1{
	max-width:1170px;
	min-height:69px;
	margin:0px auto;
}
#felso_menu nav.navbar{
	margin-bottom:0px;
}
#felso_menu .navbar-collapse{
	padding-left:0px;
	padding-right:0px;
	background:none;
	overflow-x:hidden;
}
#felso_menu .navbar-nav > li{
	background:url(../style/images/menu_elv.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#felso_menu .navbar-nav > li:last-child{
	background:none;
}
#felso_menu .navbar-nav > li > a{
	/*padding:23px 25px 23px 25px;*/
	padding:23px 20px 23px 20px;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#1e5a73;
	text-transform: uppercase;
}
#felso_menu .navbar-nav > li > a:hover,
#felso_menu .navbar-nav > li > a:active,
#felso_menu .navbar-nav > li > a:focus{
	background:none;
	margin-bottom:0px;
	border-bottom:1px solid #4b9baf;
	color:#eb8723;
}
#felso_menu .dropdown-menu > li > a{
	font-family:Flexo-Light;
	font-size:16px;
	color:#1e5a73;
}
#felso_menu .dropdown-menu > li > a:hover{
	background:#1e5a73;
	color:#FFF;
}
#felso_menu .menu2{
	display:none;
	background:#FFF;
	border-bottom:1px solid #ebebeb;
}
#felso_menu .menu2.fixed{
	position:fixed;
	left: 0px;
	top: 0px;
	width:100%;
	z-index:900;
	-webkit-box-shadow: 0px 20px 45px -30px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 20px 45px -30px rgba(0,0,0,0.44);
	box-shadow: 0px 20px 45px -30px rgba(0,0,0,0.44);
	/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 4px rgba(0, 0, 0, 0.28);*/
}
#felso_menu .menu2 nav.navbar{
	float:left;
	width:78%;
}
#felso_menu .menu2 .kereses_blokk2{
	float:left;
	width:22%;
	margin-top:18px;
	padding-right:25px;
}
#felso_menu .menu2 .kereses_blokk2 input.kereses2{
	float:right;
	width:80%;
	height:30px;
	padding:2px 7px 0px 7px;
	border:1px solid #ebebeb;
	font-family:Flexo-Light;
	font-size:16px;
	color:#4b9baf;
}
#felso_menu .menu2 .kereses_blokk2 button.kereses_btn2{
	float:right;
	width:12%;
	height:30px;
	border:none;
	padding:0px;
	margin:0px;
	background:url(../style/images/kereses_btn2.png);
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #ebebeb;
	border-left:0px;
}
.navbar-brand{
	height:69px;
	padding:22px 25px 0px 25px;
}
#kepvalto{
	width:100%;
	max-height:800px;
}
.carousel-control {
	width:7%;
}
.carousel-control.left:hover, .carousel-control.right:hover{
	color:#eb8723;
}
.carousel-indicators li{
	width:16px;
	height:16px;
	border:1px solid #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	background:#1e5a73;
}
.carousel-indicators li.active{
	width:16px;
	height:16px;
	border:1px solid #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	background:#eb8723;
}
.carousel-caption{
	top:32%;
	height:234px;
	left:0px;
	right:34%;
	bottom:0px;
	background:url(../style/images/term_cim_bg.png);
	text-align:right;
	padding:0px;
	z-index:500;
}
.carousel-control.left{
	z-index:800;
}
.carousel-caption-kepv-text{
	width:60%;
	height:99%;
	display:inline-block;
	padding-right:30px;
}
.carousel-caption h2{
	padding:15px 0px 10px 0px;
	border-bottom:1px solid #FFF;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:38px;
	color:#FFF;
}
.carousel-caption h2 a{
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:38px;
	color:#FFF;	
}
.carousel-caption h2 a:hover{
	text-decoration:underline;
}
.carousel-caption p{
	padding:10px 0px;
	line-height:24px;
	font-family:Flexo-Light;
	font-size:18px;
	color:#FFF;
}
.carousel-control .icon-prev{
	content:"";
	display:inline-block;
	width:20px !important;
	height:42px !important;
	background:url(../style/images/left.png);
	background-repeat:no-repeat;
	background-position:center;	
}
.carousel-control:hover .icon-prev{
	background:url(../style/images/left_hover.png);
	background-repeat:no-repeat;
	background-position:center;	
}
.carousel-control .icon-prev::before {
    content: "";
}
.carousel-control .icon-next{
	content:"";
	display:inline-block;
	width:20px !important;
	height:42px !important;
	background:url(../style/images/right.png);
	background-repeat:no-repeat;
	background-position:center;	
}
.carousel-control:hover .icon-next{
	content:"";
	display:inline-block;
	width:20px !important;
	height:42px !important;
	background:url(../style/images/right_hover.png);
	background-repeat:no-repeat;
	background-position:center;	
}
.carousel-control .icon-next::before {
    content: "";
}
#kezdolap_text, #content_text{
	max-width:800px;
	margin:0px auto;
	text-align:center;
}
#kezdolap_text h2, #content_text h2{
	display:inline-block;
	padding-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;
	color:#1e5a73;
	
}
#kezdolap_text .ktext, #content_text .ktext{
	padding:40px 20px 82px 20px;
	text-align:justify;
	line-height:18px;	
	font-family:Flexo-Light;
	font-size:16px;
	color:#333333;
}
#content_text.galeria{
	max-width:870px;
}
#content_text.galeria .ktext{
	padding-bottom:40px;
}
#akcios_term{
	width:100%;
	min-height:800px;
	padding-top:20px;
	background:url(../style/images/kiemelt.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}
#akcios_term h2{
	display:inline-block;
	padding-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;
	color:#FFF;
	border-bottom:1px solid #FFF;
}
#aterm-list{
	max-width:1170px;
	margin:0px auto;
	padding-top:46px;
}
#aterm{
	width:268px;
	margin:0px auto;
}
#aterm.lista{
	float:left;
	margin:0px 30px 30px 0px;
	text-align:center;
}
#aterm.at-utolso{
	margin-right:0px;
}
#aterm .term_kep{
	display:block;
	width:268px;
	min-height:250px;
	max-height:300px;
	padding:10px 35px 10px 35px;
	border:1px solid #ebebeb;
	background:#FFF;
	text-align: center;
	font: 0/0 a;
}
#aterm.galeria .term_kep{
	min-height:250px;
}
#aterm .term_kep:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#aterm .term_kep .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#aterm .term_kep img{
	vertical-align: middle;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
#aterm .term_kep img.big{
	display:none;
}
#aterm h3{
	padding:17px 0px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#FFF;	
}
#aterm.lista h3{
	color:#1e5a73;
}
#aterm p.term_leiras{
	line-height:18px;
	text-align:center !important;
	font-family:Flexo-Light;
	font-size:16px;
	color:#FFF;	
}
#aterm.lista p.term_leiras{
	text-align:left;
	color:#333333;
}
#aterm div.aterm_ar1{
	line-height:18px;
	padding-top:20px;
	text-decoration: line-through;
	font-family:Flexo-Light;
	font-size:16px;
	color:#FFF;	
}
#aterm div.aterm_ar1.tdn{
	text-decoration: none;
	font-family:Flexo-Bold;
}
#aterm.lista div.aterm_ar1{
	color:#1e5a73;	
}
#aterm div.aterm_ar2{
	font-family:Flexo-Bold;
	font-size:24px;
	color:#FFF;	
}
#aterm.lista div.aterm_ar2{
	color:#333333;	
}
#aterm a.aterm-tovabb-btn{
	display:inline-block;
	width:170px;
	height:35px;
	margin-top:25px;
	line-height:35px;
	background:#4b9baf;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#FFF;	
}
#aterm a.aterm-tovabb-btn:hover{
	background:#eb8723;
}
button.lista-next, button.lista-prev{
	display:inline-block;
	width:20px !important;
	height:42px !important;
	border:none !important;
	background:none !important;
}
button.lista-next{
	margin-right:42px;
	background:url(../style/images/left.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
button.lista-next:hover{
	background:url(../style/images/left_hover.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;	
}
button.lista-prev{
	margin-left:32px;
	background:url(../style/images/right.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
button.lista-prev:hover{
	background:url(../style/images/right_hover.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;	
}
.owl-controls{
	padding-top:25px;
}
.owl-pagination{
	position:relative;
	display:inline-block;
	bottom:-10px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px 11px 0px 0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #1e5a73;
	border:1px solid #FFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #eb8723;
}
#termekeink{
	max-width:1170px;
	margin:0px auto;
	text-align:center;
	padding-top:59px;
}
#termekeink h2{
	display:inline-block;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;
	color:#1e5a73;
	border-bottom:1px solid #eb8723;	
}
.termekeink_keret{
	position:relative;
	max-width:1170px;
	margin:0px auto;
	padding-top:60px;
}
.termekeink_blokk{
	/*position:relative;
	max-width:570px;*/
	width:48%;
	float:left;
}
.termekeink_blokk:first-child{
	margin-right:30px;
}
.termekeink_blokk_text{
	margin-bottom:30px;
	line-height:18px;
	text-align:justify;
	font-family:Flexo-Light;
	font-size:18px;
	color:#333333;
}
.termekeink_blokk_termek{
	width:100%;
	height:379px;
	line-height:379px;
	margin-bottom:30px;
	text-align:left;
}
.termekeink_blokk_termek a{
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
	font-family:Flexo-Medium;
	font-size:36px;
	color:#FFF;
	white-space: nowrap;
}
.termekeink_blokk_termek a span{
	padding:15px 20px;
	background-image:url(../style/images/term_cim_bg.png);
}
.termekeink_blokk_termek:hover a span{
	background-image:none;
	font-family:Flexo-Medium;
	/*font-size:36px;*/
	color:#FFF;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color:#285c73;
	opacity:0.8;
	filter: Alpha(Opacity=80);	
}
.termekeink_blokk_letoltesek{
	float:left;
	width:50%;
	margin-top:10px;
}
.termekeink_blokk_letoltesek a{
	display:inline-block;
	min-width:60px;
	max-width:200px;
	min-height:140px;
	background:url(../style/images/pdf.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: content;
	padding-top:40%;
	font-family:Flexo-Medium;
	font-size:18px;
	color:#1e5a73;
}
.termekeink_blokk_letoltesek a:hover{
	background:url(../style/images/pdf_hover.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#eb8723;
}
.termekeink_blokk2_letoltesek{
	width:100%;
}
.termekeink_blokk2_letoltesek a{
	display:block;
	min-width:100px;
	max-width:200px;
	min-height:140px;
	margin:30px auto 0px auto;
	background:url(../style/images/pdf.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: content;
	padding-top:30%;
	text-align:center;
	font-family:Flexo-Medium;
	font-size:18px;
	color:#1e5a73;
}
.termekeink_blokk2_letoltesek a:hover{
	background:url(../style/images/pdf_hover.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#eb8723;
}
#letoltesek_head{
	display:none;
}
.term-mobil-mode{
	display:none;
}
#footer-kapcsolat{
	width:100%;
	height:474px;
	text-align:center;
	padding-top:50px;
}
#footer-kapcsolat h2{
	display:inline-block;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;
	color:#1e5a73;
	border-bottom:1px solid #eb8723;	
}
#footer-kapcsolat .footer_terkep{
	position:relative;
	width:100%;
	height:574px;
	margin-top:50px;
}
#kapcsolat-terkep{
	width:100%;
	height:350px;
	background:#FFF;
}
.map_info_blokk{
	margin-top:-540px;
	position:relative;
	float:right;
	width:40%;
	min-height:265px;
	background:url(../style/images/map_info_blokk.png);
	z-index:800;
}
.footer_contact_blokk{
	max-width:442px;
	min-height:224px;
	margin:26px 27px 26px 27px;	
}
.fc_row{
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:10px;
}
.fc_row.last_ft_row{
	padding:0px;
	margin:0px;
	border:none;
}
.fc_blokk_icon{
	float:left;
	width:55px;
	min-height:45px;
}
.fc_blokk_icon.icon_map{
	background:url(../style/images/fc_ikon1.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.fc_blokk_icon.icon_tel{
	background:url(../style/images/fc_ikon2.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.fc_blokk_icon.icon_mail{
	background:url(../style/images/fc_ikon3.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.fc_blokk_conn{
	float:left;
	padding-left:17px;
	border-left:1px solid #FFF;	
}
.fc_blokk_con{
	float:left;
	width:170px;
	text-align:left;
	font-family:Flexo-Light;
	font-size:16px;
	color:#FFF;
}
.fc_blokk_con:nth-child(2){
	margin-left:15px;
	padding-left:0px;
	border:none;
}
.fc_blokk_con h5{
	font-family:Flexo-Light;
	font-size:16px;
	color:#FFF;	
}
.fc_blokk_con p{
	line-height:18px;
	padding-top:10px;
}
.fc_blokk_con p.no-padding{
	padding:0px;
}
.fc_blokk_con p a{
	color:#FFF;
}
.fc_blokk_con p a:hover{
	text-decoration:underline;
}
#footer{
	width:100%;
	height:183px;
	background:url(../style/images/footer_bg.png);
	background-repeat:repeat-x;
	text-align:center;
}
#footer a.footer_logo{
	display:inline-block;
	width:273px;
	height:30px;
	margin-top:35px;
	background:url(../style/images/footer_logo.png);
	background-repeat:no-repeat;
}
#footer a.footer_gplus{
	display:inline-block;
	width:25px;
	height:25px;
	margin-top:19px;
	background:url(../style/images/footer_gplus.png);
	background-repeat:no-repeat;
}
#footer a.footer_gplus:hover{
	background:url(../style/images/footer_gplus_hover.png);
	background-repeat:no-repeat;	
}
#footer a.footer_fb{
	display:inline-block;
	width:25px;
	height:25px;
	margin-top:19px;
	background:url(../style/images/footer_fb.png);
	background-repeat:no-repeat;
}
#footer a.footer_fb:hover{
	background:url(../style/images/footer_fb_hover.png);
	background-repeat:no-repeat;
}
#footer p{
	padding-top:27px;
	text-transform:uppercase;
	font-family:Flexo-Light;
	font-size:14px;
	color:#FFF;	
}
.bal_blokk{
	float:left;
	width:23%;
}
.bal_blokk h2{
	padding-bottom:18px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#1e5a73;	
}
.bal_blokk h2.aktiv{
	color:#eb8723;
}
.bal_blokk ul.menu{
	border-bottom:1px solid #ebebeb;
	padding-bottom:15px;
	margin-bottom:30px;
}
.bal_blokk ul.menu li{
	padding-bottom:10px;
	text-transform:uppercase;
	font-family:Flexo-Light;
	font-size:16px;
	color:#1e5a73;	
}
.bal_blokk ul.menu li a{
	display:block;
	padding-bottom:6px;
	text-transform:uppercase;
	font-family:Flexo-Light;
	font-size:16px;
	color:#1e5a73;
}
.bal_blokk ul.menu li a:hover{
	padding-bottom:5px;
	border-bottom:1px solid #4b9baf;
	color:#4b9baf;	
}
.jobb_blokk{
	float:right;
	width:74%;
}
.term_megjelenitve{
	float:left;
	margin-top:-3px;
	padding-bottom:18px;
	text-transform:uppercase;
	font-family:Flexo-Light;
	font-size:16px;
	color:#1e5a73;
}
.term_megjelenitve span{
	font-family:Flexo-Medium;
}
.term-rendez-form{
	float:right;
	width:31%;
	height:30px;
	margin-top:-10px;
	margin-right:1px;
	border:1px solid #ebebeb;
	overflow: hidden;
	background: #FFF url(../style/images/select.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.term-rendez-form select{
	width: 100%;
	height: 30px;
	line-height: 1;
	padding: 5px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	font-family:Flexo-Light;
	font-size:16px;
	color:#4b9baf;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.term-rendez-form select::-ms-expand {
    display: none;
}
.site_nav{
	float:left;
	width:70%;
	padding-top:26px;
	padding-bottom:30px;
}
.site_nav ul li{
	padding:5px 0px;
	display:inline-block;
	text-transform:uppercase;
	font-family:Flexo-Medium;
	font-size:12px;
	color:#1e5a73;
}
.site_nav ul li a{
	text-transform:uppercase;
	font-family:Flexo-Medium;
	font-size:12px;
	color:#999999;	
}
.site_nav ul li span{
	padding:0px 4px 0px 4px;
	font-family:Flexo-Medium;
	font-size:12px;
	color:#cccccc;	
}
.vissza_blokk{
	float:right;
	width:20%;
	padding:30px 0px 0px 0px;
	text-align:right;
}
a.vissza_btn{
	text-transform:uppercase;
	font-family:Flexo-Medium;
	font-size:16px;
	color:#999999;
}
a.vissza_btn:hover{
	color:#1e5a73;
	text-decoration:underline;
}
h3.term_szures_head{
	padding-top:25px;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#1e5a73;	
}
.ar_tol{
	float:left;
	width:47%;
	margin:17px 0px;
}
.ar_ig{
	float:right;
	width:47%;
	margin:17px 0px;
}
.ar_tol input, .ar_ig input{
	width:100%;
	height:30px;
	line-height:30px;
	padding:0px 7px;
	border:1px solid #ebebeb;
	font-family:Flexo-Light;
	font-size:16px;
	color:#4b9baf;
}
div.checkbox label{
	padding:0px;
	text-transform:none;
	font-family:Flexo-Light;
	font-size:16px;
	color:#4b9baf;	
}
ul.szinek{
	width:50%;
	margin:0px;
	float:left;
	margin-top:10px;
}
button.kereses-btn{
	float:right;
	border:none;
	display:inline-block;
	width:170px;
	height:35px;
	margin-top:30px;
	margin-bottom:40px;
	line-height:35px;
	background:#1e5a73;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:16px;
	color:#FFF;	
}
button.kereses-btn:hover{
	background:#eb8723;
}
.navbar-collapse{
	padding:0px;
}
nav.lapozas{
	text-align:center;
}
.pagination > li > a, .pagination > li > span {
	border:none;
	font-family:Flexo-Light;
	font-size:16px;
	color:#1e5a73;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #FFF;
	font-family:Flexo-Bold;
	color:#eb8723;
}
.pagination > li.prev > a, .pagination > li.next > a {
	padding-top:8px;
	padding-bottom:10px;
}
.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	background:#1e5a73;
	border:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:-8px;
}
.ui-slider .ui-slider-handle{
	width:10px;
	height:30px;
}
.ui-corner-all{
	border-radius:0px;
}
#slider-range{
	margin:15px 0px 10px 0px;
}
#termek_kep_and_share{
	float:left;
	width:31%;	
}
#termek_kep_and_share .term_kep{
	display:inline-block;
	width:100%;
	border:1px solid #ebebeb;
	padding:0px 35px 39px 35px;
	margin-bottom:20px;
	background:url(../style/images/nagyito.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	cursor:zoom-in;
}
#termek_kep_and_share .term_kep img{
	margin-top:5%;
	padding:37px 0px 37px 0px;
	width:100%;
	height:auto;	
}
#termek_leiras{
	float:right;
	width:65%;
}
#termek_leiras h1{
	display:inline-block;
	padding-bottom:10px;
	border-bottom:1px solid #1e5a73;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;	
	color:#1e5a73;
}
#termek_leiras .term_szoveg{
	margin:17px 0px 33px 0px;
	line-height:18px;
	font-family:Flexo-Light;
	font-size:16px;
	color:#333333;	
}
#termek_leiras ul.term_meret li{
	line-height:22px;
	font-family:Flexo-Light;
	font-size:16px;
	color:#333333;	
}
#termek_leiras ul.term_meret li span{
	font-family:Flexo-Medium;
}
#termek_leiras .term_ar{
	margin:35px 0px 0px 0px;
	font-family:Flexo-Light;
	font-size:16px;
	color:#333333;	
}
#termek_leiras .term_ar span{
	font-family:Flexo-Medium;
}
#termek_leiras .term_szin_cim{
	float:left;
	margin:35px 0px 0px 0px;
	font-family:Flexo-Medium;
	font-size:16px;
	color:#333333;	
}
#termek_leiras ul.term_szin_lista{
	float:left;
	margin:27px 0px 0px 22px;
}
#termek_leiras ul.term_szin_lista li{
	display:inline-block;
	width:38px;
	margin-left:15px;
	text-align:center;
	font-family:Flexo-Light;
	font-size:14px;
	color:#333333;
}
#termek_leiras ul.term_szin_lista li div.szin{
	width:38px;
	height:38px;
	margin-bottom:7px;
	border:1px solid #f8f8f8;
}
#tovabbi_termekek{
	text-align:center;
}
#tovabbi_termekek h2{
	display:inline-block;
	padding-bottom:10px;
	margin:50px 0px 23px 0px;
	border-bottom:1px solid #eb8723;
	text-transform:uppercase;
	font-family:Flexo-Bold;
	font-size:24px;	
	color:#1e5a73;
}
.kategoria_text{
	padding:20px 20px 20px 20px;
	text-align:justify;
	line-height:18px;	
	font-family:Flexo-Light;
	font-size:14px;
	color:#333333;	
}

.dropdown-submenu {
    position: relative;
	background:none;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu:hover,
.dropdown-submenu:focus,
.dropdown-submenu:active{
	background:#1e5a73;
}
.dropdown-submenu:hover a.sub,
.dropdown-submenu:focus a.sub,
.dropdown-submenu:active a.sub{
	color:#FFF !important;
	background:#1e5a73;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
}

ul.nav-list > li{
	padding-bottom:0px !important;
}

.back-to-top {
	display:block;
	width:84px;
	height:84px;
	background:url(../style/images/totop.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 20px;
    display:none;
	z-index:999;
}
.back-to-top:hover {
	background:url(../style/images/totop_hover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;	
}
.termek_afa_szoveg{
	padding-top:10px;
	font-family:Flexo-Light;
	font-size:14px;
	color:#333333;
}
.termekek_afa_szoveg{
	padding:0px 0px 20px 0px;
	font-family:Flexo-Light;
	font-size:14px;
	color:#333333;	
}
a.tobbkep{
	display:block;
	width:80px;
	height:100px;
	margin-right:13px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:center;
	float:left;
	border:1px solid #ebebeb;
}
a.tobbkep.tobbkep_utolso{
	margin-right:0px;
}
a.tobbkep:hover{
	cursor:zoom-in;
}
img.pluszkep{
	max-height:100px !important;
	max-width:75px;
}
#termpluszkep{
	margin-bottom:20px;
}