@font-face {
    font-family: 'CoreSansM25ExtraLight';
    src: url('../fonts/CoreSansM25ExtraLight.eot');
    src: url('../fonts/CoreSansM25ExtraLight.eot') format('embedded-opentype'),
         url('../fonts/CoreSansM25ExtraLight.woff2') format('woff2'),
         url('../fonts/CoreSansM25ExtraLight.woff') format('woff'),
         url('../fonts/CoreSansM25ExtraLight.ttf') format('truetype'),
         url('../fonts/CoreSansM25ExtraLight.svg#CoreSansM25ExtraLight') format('svg');
}

@font-face {
    font-family: 'SQUAR40_Hu';
    src: url('../fonts/SQUAR40_Hu.eot');
    src: url('../fonts/SQUAR40_Hu.eot') format('embedded-opentype'),
         url('../fonts/SQUAR40_Hu.woff2') format('woff2'),
         url('../fonts/SQUAR40_Hu.woff') format('woff'),
         url('../fonts/SQUAR40_Hu.ttf') format('truetype'),
         url('../fonts/SQUAR40_Hu.svg#SQUAR40_Hu') format('svg');
}

@font-face {
  font-family: 'BodonitownHu';
  src: url('../fonts/BodonitownHu.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/BodonitownHu.woff') format('woff'), 
       url('../fonts/BodonitownHu.ttf')  format('truetype'), 
       url('../fonts/BodonitownHu.svg#BodonitownHu') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    background: #272b2f;
}

#page{
    display: block;
    position: relative;
    float:none;
    width: 1300px;
    margin: 0 auto;
}

.in {
    display: block;
    float:left;
    width: 1300px;
    position:relative;
}

#header, #slider, #boxes, #footer, #bread_row, #content_row, #gterkep, #kapcsolat_row{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#header{
    margin-top: 15px;
}

#slider .in{
    height: 600px;
    background: #f15a21;
}

#kapcsolat_row .in{
    background: #fff;
}

#gterkep .in{
    height: 615px;
    background: #fff;
    padding-top: 15px;
}

#map{
    width: 1170px;
    height: 583px;
    margin: 0 65px;
}

#slider .in:before{
    //content: "slider div";
}

#boxes .in{
    height: 400px;
    background-color: #fff;
}

#header .in{
    height: 270px;
}

#footer .in{
    height: 200px;
}


#bread_row .in{
    height: 150px;
    background-color: #f5f5f5;
}

#content_row .in{
    background-color: #fff; 
}


.leftmenu{
    display:block;
    float: left;
    position: relative;
    width: 365px;
}
div.vmenu{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

ul.vmenu{
    list-style: none;
    float:left;
}

ul.vmenu li a {
    color: #373c41;
    padding-left: 20px;
    height: 22px;
    line-height: 27px;
    font-variant: small-caps;
    font-size: 14px;
    font-family: "Segoe UI" ,Arial;
}

ul.vmenu li a:hover{
    color: #99bf38;
    background: url(/loadkep.php?kep=images/leftmenunyil.png);
    background-position: left center;
    background-repeat: no-repeat;
    
}

.sublogo{
    display: block;
    float: left;
    position: relative;
    width: 500px;
}

.sublogo_container{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url(/loadkep.php?kep=images/sublogo.png);
    background-position: 390px 76px;
    background-repeat: no-repeat;
    
}

.breadcrumb_container{
    display: block;
    float: left;
    position: relative;
    width: 800px;
    height: 100%;
}

.sublogo_alcim {
    position: absolute;
    right: 50px;
    top: 118px;
    font-size: 14px;
    font-family: "Segoe UI",Arial;
    font-variant: small-caps;
}

.breadcrumb_container{
    
}

.logo_container{
    display: block;
    position: relative;
    float: left;
    width: 500px;
}

.menu_container{
    display: block;
    position: relative;
    float: left;
    width: 800px;
    background-color: #99bf38;
    height: 100%;
}

#menu{
    display: block;
    float: left;
    position: relative;
    height: 100%;
    line-height: 270px;
}

#menu a{
    padding: 10px 34px 24px 34px;
    font-variant: small-caps;
    color: #fff;
    font-family: "Segoe UI",Arial;
    font-size: 18px;
}
#menu a.active, #menu a:hover{
    color: #2a4c2c;
}

p, div, span, a{
    font-family: 'Verdana';
    color: #484848;
}

a{
    cursor: pointer;
}

a, a.active {
    color: #99bf38;
}

a:hover{
    color: #99bf38;
    text-decoration: none;
}

body{}

#menu a:hover ~ ul.submenu{
    opacity: 1;
    z-index: 1;
    display: block;
    
}

#menu a.nyilacska:hover{
    background-image: url(/loadkep.php?kep=images/nyil_01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

ul.menu{
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#menu ul.menu{
    height: 240px;
}

#menu ul.menu li{
    display: inline-block;
    float:left;
    height: 270px;
}

div.submenu_container:hover{
    opacity: 1;
    z-index: 1;
    display: block;
}

ul.submenu {
    background-color: #3e454c;
    display: none;
    line-height: 20px;
    margin-left: -80px;
    margin-top: -99px;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.15s linear 0s;
    width: 300px;
    opacity: 0;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 20px;
}

ul.submenu:hover{
    opacity: 1;
    display: block;
    z-index: 1;
}

ul.submenu > li > a:hover {
    color: #99bf38 !important;
    
}

ul.submenu li{
     height: 20px !important;
     padding: 20px;
     width: 100%;
     display: block;
     float: left;
}

ul.submenu > li{
    display: block;
    position: relative;
    text-align: left;
    padding: 5px 2px !important;
    line-height: 20px;
    height: 20px;
    text-align: center;
    
}

ul.submenu > li.first{
    margin-top: 10px;
}

#footer .in{
    background-color: #373c41;
}

#message{
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    width: 400px;
    height: 100px;
    
    
}

#message_b{
    display: block;
    position: relative;
    left: -50%;
    width: 400px;
    background: #f15a21;
    -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;
}

#msgheadertext{
    padding: 10px;
    font-family: 'Segoe UI',Arial;
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
}

#msgbody{
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 14px;
}

.article_title{
    font-family: 'Segoe UI',Arial;
    font-size: 35px;
    border-left: 6px solid #99BF38;
    padding-left: 10px;
    font-weight: normal;
    color: #484848;
    margin-bottom: 10px;
    font-weight: lighter;
}

.cikk_kep{
    display: block;
    float: left;
    position:relative;
    width: 100%;
    margin-bottom: 30px;
}

img.cikk_nagykep{
    width: 100%;
}

.modulcim{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}

.modulcim_b{
    position:relative;
    padding: 0 11px;
    font-family: 'Segoe UI',Arial;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    font-variant: small-caps;
    font-weight:lighter;
}

.form_row{
    display: block;
    float: left;
    position:relative;
    width:100%;
    margin-bottom: 20px;
}

.hirlevel_intro{
    padding-left: 5px;
    color: #484848;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-left: 25px;
    
}


.singletext_container{
    display: block;
    width: 100%;
    float:left;
    position:relative;
    /*margin-top: 10px;*/
    /*background: #fff;*/
    padding: 2% 1%;
 }

 .singletext_container.cikkek{
     background: #EDEDED;
 }
 
 
#footer .in{}

.cikk_tartalom{
    display: block;
    position: relative;
    float: left;
    background: #fff;
    /*margin-top: 20px;*/
    
}

.cikkback{
    /*display: block;*/
    float: left;
    position:relative;
    text-align: right;
}

.cikkgomb{
    position: relative;
    float: right;
    margin: 15px;
}

.cikk_readmore a{
    font-size: 20px;
}

.logo_container_b{
    display: block;
    background-image: url(/loadkep.php?kep=images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    
}
.cikk_readmore {
    display: block;
    float: left;
    position: relative;
    text-align: right;
    width: 100%;
}

.cikk_hosszu_szoveg{
    background: #fff;
}


.logo_alcim {
    display: block;
    left: 161px;
    position: absolute;
    top: 150px;
    font-family: 'Segoe UI',Arial;
}

.box {
    display: block;
    float: left;
    position: relative;
    width: 324px;
    height: 100%;
    margin-top: 50px;
    margin-left: 50px;
}

.box.first{
    margin-left: 114px;
    
}

.box.last{
    margin-right: 114px;
}

.box .box_header{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    line-height: 80px;
}

.box .box_header .box_image{
    display: block;
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
}

.box .box_header .box_title {
  display: table-cell;
  font-family: "Segoe UI",Arial !important;
  font-size: 32px;
  height: 80px;
  line-height: 40px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: 233px;
  font-weight: lighter;
}

.box_text{
    display: block;
    position: relative;
    float: left;
    width: 100%;
}


.bread_fomenu{
    display: block;
    float: left;
    position: relative;
    margin: 10px 0;
    font-family: "Segoe UI",Arial;
    font-size: 46px;
    color: #99bf38;
    width: 100%;
    font-variant: small-caps;
    font-weight: lighter;
}

.crumb_item{
    font-family: "Segoe UI",Arial;
    color: #373c41;
    font-size: 30px;
    float: left;
    position:relative;
    margin: 0 30px;
    font-variant: small-caps;
    height: 35px;
    line-height: 20px;
    position: relative;
    bottom: 0;
    display: block;
    font-weight: lighter;
}

.crumb_item.zold{
    color: #99bf38;
    font-size: 24px;
    padding-top: 2px;
 }

.cikklista{
    display: block;
    float:left;
    position:relative;
    width: 931px;
    padding: 30px;
}

.cikklista_cikkcontainer{
    display: block;
    float:left;
    position:relative;
    height: 84px;
    margin: 20px 0;
}

.cikklista_cikkcontainer .cikklista_cikkcontainer_left{
    display: block;
    float:left;
    position:relative;
    height: 84px;
}

.cikklista_cikkcontainer .cikklista_cikkcontainer_kep{
    display: block;
    float:left;
    position:relative;
    height: 84px;
    width: 84px;
    overflow: hidden;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #99bf38;
}
.cikklista_cikkcontainer .cikklista_cikkcontainer_kep img{
    width: 84px;
}
.cikklista_cikkcontainer_right{
    display: block;
    float: left;
    position: relative;
    width: 760px;
    margin-left: 20px;
}
.cikklista_cikkcontainer_szoveg, .cikklista_cikkcontainer_szoveg p{
    font-size: 14px;
    font-family: 'Segoe UI',Arial;
    color: #373c41;
}

.cikklista_cikkcontainer_szoveg{
    height: 65px;
}

.cikklista_tovabblink{
    display: block;
    float: left;
    display: block;
    font-variant: small-caps;
    
}

.tartalom{
    display: block;
    float: left;
    position: relative;
    width: 770px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.cikk_tartalom{
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.kapcsolat_left{
    display: block;
    position: relative;
    float: left;
    width: 500px;
    margin-bottom: 20px;
}

.kapcsolat_right{
    display: block;
    float: left;
    position: relative;
    width: 800px;
}

.contact_data_row{
    display: block;
    float: left;
    position: relative;
    margin-left: 120px;
    margin-top: 20px;
    width: 350px;
}

.contact_title{
    font-family: 'Segoe UI',Arial;
    font-size: 30px;
    color: #373c41;
    font-variant: small-caps;
    font-weight: lighter;
}
.contact_value{
    font-family: 'Segoe UI',Arial;
    color: #b4b4b4;
    font-size: 18px;
    font-weight: lighter;
}
.kapcsolat_right .singletext_container{
    padding-left: 100px;
}

.cimoldal_zold{
    font-family: 'Segoe UI',Arial;
    font-size: 60px;
    color: #99bf38;
    text-transform: uppercase;
    font-weight: lighter;
}

.cimoldal_tovabb{
   font-family: 'Segoe UI',Arial;
   background: #99bf38;
   font-size: 18px;
   padding: 10px 25px;
   color: #fff;
   font-variant: small-caps;
   font-weight: lighter;
}

.cimoldal_tovabb:hover{
    background: #a2d325;
    color: #fff !important;
}

.callus{
    display: block;
    position: absolute;
    width: 270px;
    height: 80px;
    background-color: #373c41;
    /*z-index: 1;*/
    left: 941px;
}

.callus_img{
    display: block;
    position:relative;
    float: left;
    height: 80px;
    width: 75px;
    background: url(/loadkep.php?kep=images/callus.png);
    background-repeat: no-repeat;
    background-position: center center;
    /*z-index: 1;*/
}

.callus_title, .callus_value{
    display: block;
    float: left;
    position: relative;
    width: 195px;
}

.callus_title{
    height: 20px;
    margin-top: 20px;
    color: #99bf38;
    font-family: "Segoe UI",Arial;
    font-size: 14px;
    font-variant: small-caps;
/*    z-index: 1;*/
}

.callus_value{
   color:#fff;
   font-size: 20px;
   font-family: "Segoe UI",Arial;
}

.nopadding{
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.noleftpadding{
    padding-left: 0px !important;
}

.norightpadding{
    padding-right: 0px !important;
}

.notoppadding{
    padding-top: 0px !important;
}

.nobottompadding{
    padding-bottom: 0px !important;
}

.box .box_header .box_title.s{
    height:50px;
    line-height: 1.23;
    
}

.footercim, .footertel, .footerpoweredby, .footercim div, .footertel div, .footerpoweredby div{
    color: #9b9b9b;
    
}

.footercim, .footertel, .footerpoweredby{
    padding-left:20px;
    text-align:center;
    height:100px;
    margin-top:70px;
}
.footercim
{
    background-image:url(/loadkep.php?kep=images/cim_ikon.png);
    background-repeat: no-repeat;
    background-position: 53px top;
    
}

.footertel
{
    background-image:url(/loadkep.php?kep=images/tel_ikon.png);
    background-repeat: no-repeat;
    background-position: 100px top;
}