

@font-face {font-family: myFirstFont5; src: url("font/Exo2.0-Light.otf");}
@font-face {font-family: myFirstFont5Elight; src: url("font/Exo2.0-ExtraLight.otf");}
@font-face {font-family: myFirstFont5Regular; src: url("font/Exo2.0-Regular.otf");}


.puresimple_move_to_top  {bottom: 120px !important; right: 20px !important;}

#szechenyi-plusz         {position: fixed; top: 0; left: 0; z-index: 140; line-height: 0;}
#szechenyi-plusz img     {/*height:64px;*/height:100px; /*width: 100%;*/ margin: 0; padding: 0; opacity: 0.9; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
#szechenyi-plusz img:hover {                                  opacity: 1;   transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
#szechenyi-plusz_bg       {background-color:white; height:0px; z-index:20}

html                    {margin:0px; padding:0px;min-height:200px;}
body                    {margin:0px;padding:0px;font-family: "myFirstFont5Regular";}


#header                 {max-width:850px;height:90px; margin:0px auto; position:relative;}
#header a               {text-decoration:none;}

#logo_a                 {position:fixed; display:block; width:400px; left:50%; top:20%; margin-left:-200px;
                        z-index:1; text-align:center; transition-duration: 0.6s;}

#logo_a a               {color:white; text-decoration:none;}

#logo_img               {width:70px; float:left;margin:0px;padding:0px;}
#logo_img img           {width:70px;height:80px;}

#logotitle              {width:320px;float:right;margin:0px;padding:0px; color:white;}

#logotitle h1           {font-size:32px; line-height:32px; margin:16px 0px 0px 0px; padding:0px;}
#logotitle h2           {font-size:14px; line-height:20px; margin:0px 0px 0px 0px;  padding:0px;}
#logotitle h3           {font-size:14px; line-height:20px; margin:0px 0px 0px 0px;  padding:0px; display:none;}



#logo_b                 {display:block;width:400px; margin-top:4px;    
                        z-index:1; text-align:left; transition-duration: 0.6s;}

#logo_b a               {color:white; text-decoration:none;}
            
#logob_img              {width:70px; float:left;margin:0px;padding:0px;}
#logob_img img          {width:70px;height:80px;}

#logobtitle             {width:320px;float:right;margin:0px;padding:0px; color:#6B6663;}

#logobtitle h1          {font-size:32px; line-height:32px;margin:14px 0px 0px 0px;padding:0px; color:#514D4B; cursor: pointer;}
#logobtitle h2          {font-size:14px; line-height:20px;margin:0px 0px 0px 0px;padding:0px;}
#logobtitle h3          {display:none;}
    
.tel                    {position:absolute;top:0px;right:0px;padding-top:20px;line-height:24px;}
.tel a                  { text-decoration:none; /**color:#514D4B;**/ color:black; }
 
/*************/
#header_menu            {max-width:850px;margin:10px auto;padding:0px;height:30px;border-top:0px solid black;}
#header_menu ul         {list-style:outside none; margin:0px auto; padding:0px;}
#header_menu ul a       {color:#000222; text-decoration:none;}
#header_menu ul li      {text-align:center; float:left; padding:5px 0px; display:inline-block; width:14%;}

        #mi1_top        {text-align:left;width:14%!important; }
        #mi1_top:before {background:#284EAA;}
        #mi2_top:before {background:#FD2986;}
        #mi3_top:before {background:#FF2A37;}
        #mi4_top:before {background:#FF8C3F;}
        #mi5_top:before {background:#77A25C;}
        #mi7_top:before {background:#509da2;}
        #mi6_top        {text-align:right;width:16%!important; }
        #mi6_top:before {background:#466F57;}
        
    

[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0em;
  padding: 1em;
  cursor: pointer;
  /*background: #e1e1e1;*/
  text-decoration: none;
  
  
  /**color: #666;**/
  color:black;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
} 
    
  /* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  left: 0;
  right: 0;
}


.hvr-underline-from-left_o {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left_o:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left_o:hover:before, .hvr-underline-from-left_o:focus:before, .hvr-underline-from-left_o:active:before {
  right: 0;
}  
    
    
    
    
    
    
    
    
    
/***************/

#wrapper            {width:100%; margin:0px auto 0px auto;}
#title-big          {max-width:800px; margin:0px auto 0px auto; padding:30px; font-size:34px;
                    color:#034B92; text-align:center;}

#title-big h1       {font-size:32px; margin:10px 0px;}

#content            {max-width:800px; margin:140px auto 0px auto; padding:0px; line-height:180%; text-align:justify;}

#footer             {/*background-color:#0F0062;*/text-align: center; background:url("../kepek/Alap_footer.jpg");background-size: cover; height:250px; margin:0px 0px 0px 0px; padding:0px; clear: both;}

#footer_mid         {max-width:1020px; margin:0px auto; padding:0px 0px 0px 0px; color:white;}

#footer_mid ul      {display:block; height:22px;margin:20px 0px 50px 0px; padding:0px; width:100%;}

#footer_mid ul li   {list-style:outside none ;margin:0px 10px 0px 0px; padding:3px 10px 5px 0px;color:white;}


        #mi1_bot:before{background:#284EAA;}
        #mi2_bot:before{background:#FD2986;}
        #mi3_bot:before{background:#FF2A37;}
        #mi4_bot:before{background:#FF8C3F;}
        #mi5_bot:before{background:#77A25C;}

        #mi6_bot:before{background:#466F57;}

#footer_mid_menu        {padding:30px 10px 10px 10px;}
#footer_mid_menu ul a   {text-decoration:none!important;}

#footer_mid_tel     {display:none;padding:10px 0px;}

#f_m_tel            {width:33.3%;float:left;}
#f_m_tel a          {color:white; text-decoration:none;  z-index: 50;}

#f_m_szoveg         {padding:10px;clear:both;display:block;}

#csik               {display:table; margin:0px;padding:0px; width:100%;border:0px;}
    
#csik1,#csik2,#csik3,#csik4,#csik5,#csik6,#csik7,#csik8,#csik9,#csik10,#csik11,#csik12,#csik13,#csik14,#csik15,#csik16,#csik17,#csik18,#csik19,#csik20,#csik21        
                    {display:table-cell;  width:10%;height:10px;}
#csik1              {background-color:#284EAA;}
#csik2              {background-color:#FD2986;}
#csik3              {background-color:#FF2A37;}
#csik4              {background-color:#FF8C3F;}
#csik5              {background-color:#FFFF2C;}
#csik6              {background-color:#77A25C;}
#csik7              {background-color:#466F57;}
#csik8              {background-color:#284EAA;}
#csik9              {background-color:#FD2986;}
#csik10             {background-color:#FF2A37;}
#csik11             {background-color:#FF8C3F;}
#csik12             {background-color:#FFFF2C;}
#csik13             {background-color:#77A25C;}
#csik14             {background-color:#466F57;}
#csik15             {background-color:#284EAA;}
#csik16             {background-color:#FD2986;}
#csik17             {background-color:#FF2A37;}
#csik18             {background-color:#FF8C3F;}
#csik19             {background-color:#FFFF2C;}
#csik20             {background-color:#77A25C;}
#csik21             {background-color:#466F57;}

#facebook_link      {clear:both;display:block; text-align:center;}

.app {
	background: #fff;
	border-radius: 9%;
	display: block;
	height: 50px;
	position: absolute;
	width: 50px;}
 
.app:after {
	color: #43609C;
	content: "f";
	display: block;
	font-family: Facebook Letter Faces, Arial;
	font-size: 50px;
	font-weight: bold;
	margin: 6% 0 0 50%;}
 
.app:hover {
	-moz-box-shadow: 0px 0px 7px rgba(255, 250, 250, 0.75);
	-webkit-box-shadow: 0px 0px 7px rgba(255, 250, 250, 0.75);
	box-shadow: 0px 0px 7px rgba(255, 250, 250, 0.90);
  cursor: pointer;}


#hirlevel           {margin:0px 0px 0px 0px;clear:both;}

.email{
    width: 80%;float:left;
    margin:0px; padding:0px 6px; line-height:150%; height:50px;
    border:0px solid white;
    background-color:white;    
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}

.email_button{
    width:17%; float:left;
    margin:0px; padding:0px; line-height:150%; height:50px;
    border:3px solid white;
    background-color:white;
    font-weight:bold;
    color:#43609C;        
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
    transition-duration: 0.5s;}

.email_button:hover{
    background-color:#2098D1;
    color:white;
    transition-duration: 0.5s;
    cursor: pointer;}

.email_button:active{
    background-color:#466F57;
    color:white;
    transition-duration: 0.5s;}





.cookie{
    margin:0px;
    padding:0px;
    display: block;
    background: rgba(0,0,0,0.8) !important;
    color: #fff !important;
    border: none !important;
    font-size: 16px !important;
    min-height: 48px;
    padding: 12px !important;
    visibility: visible;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    text-align: left!important;
    bottom:0px;
}

.cookie a{
    margin:0px 10px;
    margin-left:0px;
    color: #FF9853;
}
.cookie a:hover{
    color:white;
    text-decoration:none;
    transition: .3s ease;
}