

body {
    font-family: 'Open Sans Condensed', sans-serif;
}


* {
    -webkit-overflow-scrolling: touch !important;
}

html, body {
    overflow-x: hidden
}

a{
   text-decoration: none; 
   color:  #047996;
}

div, span, p{
    color:  #545454;
    font-family: sans-serif;
    font-size: 13px;
    
}
ul{
    line-height: 1.3;
}


p{
    margin-top:6px;
}

a:hover{
    
}

.nopadding{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



.tartalom_container{
    background-color: #E3E3E3;
    
}


.header_container{
	display: block;
	position: relative;
	float: left;
	height: 158px;
        background-color: #E3E3E3;
        margin-top:60px;
        background-image: url('/images/jegeshatter.png');
        background-size: 100%;
}

.in{
	display: block;
	position: relative;
	float: none;
	width: 960px;
	margin: 0 auto;
}



.logo_container{
	display: block;
	position: relative;
	float: left;
	width: 400px;
	height: 110px;
	margin: 25px 0 16px 0px;
}

.logo_kep_container{
    display: block;
    float: left;
    height: 100%;
    width:100px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left 25px bottom;
    background-position: center center;
    background-size: 100%;
}

.logo_text_container{
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 280px;
    font-family: 'Open Sans Condensed', sans-serif;
    
}

.logo_szoveg_container,.logo_alcim_container{
    display: block;
    position: relative;
    float: left;
    height: 49px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding:3px 0px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.logo_szoveg_container{
    text-transform: uppercase;
    font-size: 34px;
}

.logo_alcim_container{
    text-transform: uppercase;
    font-size: 34px;
}

.logo_hr{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    background-color: #75D6FF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0;
}


.logobar{
	display: block;
	position: relative;
	float: left;
	height: 94px;
}

.menu_container{
	display: block;
	position: relative;
	float: left;
	height: 50px;
        background-color: #047996;
}

.fomenu{
    display: block;
    position: relative;
    float: right;
}

ul.topmenu{
	list-style: none;
	margin: 0;
	padding: 0;
       
}

ul.topmenu li{
	display: inline-block;
	
        
}

ul.topmenu li a{
	height: 48px;
	line-height: 48px;
}

ul.topmenu li a span{
	color: #fff;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: sans-serif;
	font-size: 15px;
	padding: 10px 40px;
        font-weight: 300;
        font-weight: 600;
	
}

ul.topmenu li a:hover span, ul.topmenu li a.active span{
	background-color: #9CE6F8;
        color: #545454;;
        transition: all linear .2s;
}

.negybox_container{
     background-color: #E3E3E3;
     padding: 55px 0px;
    
}

.cikklista_item_container{
    height:515px;
    
    
    
}
.cikklista_item{
    height:515px;
    border: 3px solid #fff;
}

.cikklista_desc{
    height:426px;
    background-size: cover;
    padding: 4px;
    box-sizing: border-box;
}

.cikklista_desc_b{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
   box-sizing:border-box;
    border: 2px solid #fff;
}

.cikklista_desc_bb{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
/*    padding: 5px;*/
    box-sizing:border-box;
    background-color: rgba(0,0,0,.3);
    color: #fff !important;
    overflow: hidden;
    padding: 5px;
    opacity: 0;
    transition:all linear .2s;
}

.cikklista_desc_bb span, .cikklista_desc_bb p{
    color: #fff !important;
}

.cikk_title{
    font-family: 'Open Sans Condensed', sans-serif;
}

.cikklista_title{
    height:80px;
    margin: 0 !important;
    line-height:80px;
    background-color: #04DCAE;
    font-size: 28px;
    text-align: right;
    padding-right: 10px;
    border-bottom:3px solid #fff;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
   
}

.singletext_cim{
     font-family: 'Open Sans Condensed', sans-serif;
     font-size: 25px;
}


.cikklista_item:hover .cikklista_desc_bb{
    opacity: 1;
    
}


.cikklista_title.szin1{
    background-color: #0ADCD8;
}


.contact_mini_ikon{
    background-position: left center;
    display: block;
    position: relative;
    float: left;
    width: 25px;
    height: 27px;
    background-repeat: no-repeat;
}

.contact_mini_ikon.mobil{
	background-image:url('/images/contact_mobil.png');
}

.contact_mini_ikon.telefon{
	background-image:url('/images/contact_tel.png');
}

.contact_mini_ikon.email{
	background-image:url('/images/contact_email.png');
}

.contact_mini_ikon.facebook{
	background-image:url('/images/facebook_icon.png');
        background-size: 16px auto;
        
}



.contactform_field input, .contactform_field textarea {
    border: 1px solid #aaa;
    box-sizing: border-box;
    color: #8b8b8b;
    display: block;
    float: left;
   
    font-size: 14px;
    height: 55px;
    margin-bottom: 15px;
    margin-right: 35px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.cikkgomb{
    font-size: 18px;
    color: #047996;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

.gallery_container{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.gallery_image_container{
    height: 270px;
}

.gallery_image_container_b{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 7px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(74,74,74,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(74,74,74,1);
box-shadow: 3px 3px 5px 0px rgba(74,74,74,1);
}

.gallery_image_title{
    display: block;
    position: relative;
    float: left;
    width: 100%;
     font-family: 'Open Sans Condensed', sans-serif;
     font-size: 18px;
     padding-top: 7px;
     
}
.gallery_image{
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
    color: #8b8b8b;
    font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
    
    color: #8b8b8b;
    font-size:16px;
}
:-ms-input-placeholder { /* IE 10+ */
    
    color: #8b8b8b;
    font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
  
    color: #8b8b8b;
    font-size:16px;
}

.barnagomb {
    background-color: #b49d58;
    border-radius: 4px;
    color: #fff;
    
    font-size: 24px;
    padding: 10px 40px;
}

.modulcim{
     font-family: 'Open Sans Condensed', sans-serif;
     font-size: 25px;
     display: block;
     position: relative;
     float: left;
     width: 100%;
     margin: 20px 0;
     font-weight: 600;
}

.contactpage_cim{
	 
	 font-weight: 300;
	 font-size: 18px;
}

.contactpage_adatsor{
	margin-top: 20px;
}

.contactpage_adatsor .contact_mini_szoveg{
	font-size: 18px;
	line-height: 1.6;
}

.cimoldal_tovabb_container{
	text-align:center;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}




.hamburgermenu{
	display: block;
	position: absolute;
	float: right;
	height: 70px;
	width: 70px;
	background-image: url("/images/hamburger.png");
	background-position: center center;
	background-repeat: no-repeat;
        right:10px;
        top:5px;
}

.logo_container.s{
    display: block;
    position: relative;
    float: left;
    height: 100%;
    margin: 10px 0 5px 7px;
}

.logo_kep_container.s{
    height: 65px;
    width:65px;
}

.logo_text_container.s{
    width:180px;
    margin-top: 5px;
    height: auto;
}

.logo_szoveg_container.s, .logo_alcim_container.s{
  height: 23px;
  font-size:14px;
}

.logo_hr.s{
    margin: 3px 0;
}

.in.s{
    display:block;
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.cikklista_item_container.s{
    height:270px;
    box-sizing: border-box;
    padding-bottom: 10px;
    
}


.cikklista_item.s{
    height:260px;
}

.cikklista_desc.s{
    height:171px;
}

.singletext_cim.s{
   font-size:21px; 
}

.singletext_szoveg.s p, .singletext_szoveg.s span{
    font-size:16px !important;
}

.topbar.s{
	display: block;
	position: relative;
	float: left;
	height: 70px;
	background:#3A2D7D;
}

.singletext_mobile{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	
}

.singletext_mobile img{
	/*display: none;*/
	display: block;
    width: 100%;
    height: auto !important;
}

.singletext_mobile .singletext_container{
	padding: 0!important;
}

.szephatter.s{
	background-size: auto 100%;
}

.contactpage_box.s{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.contactpage_box.s .contact_mini_szoveg{
	min-width: 40%;
        font-size: 15px;
}

.contactpage_cim.s{
	margin-bottom: 20px;
}

.contact_image_holder.s{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 200px;
}

.contact_nyitvatartas.s{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.araktabla{
    margin: 10px 0;
}

.araktabla tr td{
    padding: 7px 4px;
    border-bottom: 1px solid #d1d1d1;
}

.araktabla tr:nth-of-type(odd){
    background-color: #fff;
}
.araktabla tr:nth-of-type(even){
    background-color: #9CE6F8;
}

#mmenu .mmenu_b, #mmenu .mm-search, #mmenu .mm-header{
    background: #047996;
    color: #fff;
   font-family: sans-serif;
    padding:0;
}

.mobilemenu li a {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.mm-selected{
    color: #eb3d3d;
}

#mmenu .vsubmenu.mm-list{
    background: #047996;
   font-family: sans-serif;
    font-size:18px;
    color:#fff;
    
}

#mmenu .vsubmenu.mm-list li a{
    line-height: 30px;
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before{
    width: 17px;
    height: 17px;
    margin-bottom: -9px;
}

.menu_container.s{
    width:100%;
    height: auto;
}

.mobilemenu em.mm-counter{
    font-size: 17px !important;
}
.mm-header .mm-prev{
    width:160px;
}
.mm-header .mm-prev:before, .mm-header .mm-next:before{
    width:23px;
    height:23px;
}

ul.mobilmenu.mm-list{
  width: 100%;
}

#mmenu .vsubmenu.mm-list {
    background: #047996;
   font-family: sans-serif;
    font-size: 18px;
    color: #fff;
}

#mmenu .vsubmenu.mm-list li a span{
    color: #fff;
}

#mmenu .vsubmenu.mm-list li a{
    /*border-bottom: 1px solid #111111;*/
}

.mobilmenu.mm-list a span{
    font-size: 21px;
    color: #fff !important;
    width:100%;
}

.mobilmenu.mm-list a.active{
    background-color: #9CE6F8;
}
.mobilmenu.mm-list a.active span{
    color: #545454 !important;
}

.oldalmenu.s.mm-list li a, .oldalmenu.s.mm-list li span {
	color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	padding: 18px 20px 20px 9px;
}
h1.article_title.s{
    font-size: 21px;

}


#message{
    display: block;
    position: absolute;
    top: 480px;
    left: 50%;
    width: 400px;
    height: 300px;
    
}

#message_b{
    display: block;
    position: relative;
    left: -50%;
    width: 400px;
    background: #BD1E23;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.75);
    border: 2px solid #fff;
}

.msgclose{
    display: block;
    position:absolute;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    top:4px;
    right: 4px;
    margin-right: 10px;
    color:#fff;
    z-index:4;
    font-family: 'Roboto', sans-serif;
}

#msgheadertext{
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
}

#msgbody{
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 100%;
}

.button.b-close{
    display: block;
    position: absolute;
    right: 10px;
    top:10px;
    background-image: url("../images/close_ikon.png");
    height: 20px;
    width:20px;
    cursor: pointer;
    z-index:3;
    background-size: 100% 100%;
    
}

.slidetext{
	background-color: rgba(0,0,0,0.3);
}


#gotop::after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: " ";
    display: block;
    height: 10px;
    left: 20px;
    position: absolute;
    top: 22px;
    transform: rotate(45deg);
    width: 10px;
}

#gotop {
    background-color: #75D6FF;
    border-radius: 60px;
    bottom: 77px;
    display: block;
    height: 50px;
    position: fixed;
    right: 30px;
    width: 50px;
    z-index: 10000;
	cursor:pointer;
}

#gotop:hover {
    background-color: #009999;
}

.kapcsolatgomb{
    background-color: #75D6FF;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
}

.footer_container{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    background-image: url('/images/jegeshatter.png');
    background-size: 100%;
    
    
}

div.impresszum{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.minicontact{
    display: block;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 300px;
    height: 30px;
}

.minicontact .contactpage_adatsor{
    margin-top:0px;
}

.minicontact .contact_mini_szoveg{
    font-size: 14px;
    line-height: 27px;
}

.minicontact .contact_mini_ikon{
    height: 27px;
}

#footer{display:block;width:100%;position: relative;bottom:0;float: left;height: 150px;box-sizing: border-box;z-index:999;border-top: 1px solid #eeeeee;text-align:center;}

ul.impresszum {
    list-style: outside none none;
    
    padding: 0;
}

ul.impresszum li{
	display: inline;
	color:#8b8b8b;
	padding:3px 20px;
	font-size: 16px;
}

.mongcopy{
	display: inline-block;
	position: relative;
	margin-top: 50px;
	float: right;
	color: #aaa;
	font-size: 14px;
	margin-right: 30px;
}

.header_container.s{
    margin-top:0px;
    height:172px;
    background-repeat: no-repeat;
    /*background-color: #E3E3E3;*/
    background-color: #fff;
    background-size: 100% 80px;
}

.minicontact.s{
    display: block;
    position:absolute;
    float: left;
    width: 100%;
    top: 86px;
    left: 10px;
}

.modulcim.s{
    margin: 10px 0;
}


.cimoldal_tovabb.s{
	font-size: 37px !important;
}

.slidetext.s p, .slidetext.s p span, .slidertext.s span{
	font-size: 55px !important;
}

.embed_container.s{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	
}
.embed_container.s iframe{
	min-height:200px !important;
}

.gallergrid_item.s{
	height: auto;
}

.gallerygrid_item_kep.s{
	height: 80px;
	display: block;
	position: relative;
	float: left;
	padding: 10px 5px !important;
	box-sizing: border-box;
}

.gallergrid_item.s img{
	width: auto;
	height: 100%;
}

h2.modulcim.s{
	font-size: 18px;
}

ul.impresszum.s li{
	font-size: 11px;
}

.mongcopy.s{
	font-size: 11px;
}