body{
  font: 18px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}


/*----------------GLOBAL----------------*/
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}


.container h1{
    font-size: 2em;
}

ul{
  margin:0;
  padding:0;
}

#etc li{
    line-height: 15px;
}

#etc p{
    line-height: 20px;
}


.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}


/*----------------HEADER----------------*/
#menu_bt{
    cursor: pointer;
    width: 1px;
    height: 1px;
    margin-top: 25px;
    margin-right: 25px;
    z-index: 2;
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 0px;  
    transition: all ease .2s;
}

#header{
    z-index: 99;
    width:100%;
    margin:auto;
    overflow:hidden;
    height:100px;
    position: fixed;
    width: 100%;
    display: block;
    transition: all ease .5s;
    background:#2664ac;
    border-bottom:#ffffff 1px solid;
    box-shadow: 0px 0px 0px #ffffff;
}

#header a{
    color:inherit;
    text-decoration:none;
    text-transform: uppercase;
    font-size:16px;
    transition: all ease .5s;
    visibility: inherit;
    
}

#header li{
    float: left;
    display: inline;
    height: 56px;
    color: #ffffff;
    padding: 45px 20px 0px 20px;
    transition: all ease .5s;
    visibility: inherit;
}

#header #branding{
    height: 100px;
    font-size: 18px;
    transition: all ease .5s;
    float:left;
}

#header #branding #logo{
    cursor: pointer;
    float: left
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
    max-height:80px;
    transition: all ease .5s;
 /* opacity: 0.9; tizedestört*/
}

#header nav{
    margin-right: 10px;
    float:right;
    transition: all ease .5s;
}

#header li:hover{
    background-color:#ffffff;
    color:#2664ac;
    cursor: pointer;
}

#header li.current{
    background-color:#578cc9;
    color:#ffffff;
    cursor: pointer;
}


/*----------------HEADER SHRINK----------------*/

#header.shrink {
  height: 50px;
}

#header.shrink #branding{
    height: 50px;
}

#header.shrink #branding #logo{
    margin-top: 10px;
    margin-left: 20px;
    max-height:30px;
    width: auto;
 /* opacity: 0.9; tizedestört*/
}

#header.shrink li{
    height: 35px;
    padding-top: 15px;
    transition: all ease .5s;
}



/*----------------SHOWCASE----------------*/
#showcase{
    display: block;
    padding-top: 200px;
    padding-bottom: 150px;
    min-height:650px;
    background:url('../img/showcase/showcase_cut_resize.jpg') no-repeat 0 -400px;
    background-position: center;
    text-align:center;
    color:#ffffff;
}



#showcase h1{
    color: #fff; 
    margin-top:-20px;
    font-size:70px;
    margin-bottom:10px;
    text-shadow: 2px 2px 8px #727272;
}



#button_1{
    cursor: pointer;
    font-size: 20px;
    background:#2664ac;/*#e8491d;*/
    border:0;
    margin-top: 480px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 100px;
    padding-right:100px;
    color:#ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 3px;
    transition: margin ease .5s;
    
}

#button_1:hover{
    background:#578cc9;
}

#showcase p{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size:16px;
    text-shadow: 2px 2px 8px #727272;
}

#down {
    margin-top: 5px;
    display: block;
    margin-bottom: 20px;
}

/*----------------BOXES----------------*/


#boxes{
    margin-top: 20px;
}

#boxes p{
    font-size: 20px;
}

#boxes .box{
    float:left;
    text-align: center;
    width:30%;
    padding:10px;
}

#boxes .box img{
    width:90px;
}

#boxes .full_box{
    float:left;
    text-align:center;
    margin: auto;
    width:92%;
    padding:4%;
}

#boxes .full_box img{
    margin-top: 15px;
    width: 100%;
}

#boxes .full_box_no_align{
    
    float:left;
    margin-left: auto;
    margin-right: auto;
    width:92%;
    padding-left:8%;
    padding-right: 8%;
}



#boxes .half_box{
    margin-left: auto;
    margin-right: auto;
    float:left;
    width:44%;
    padding:3%;
}


#boxes .left_half_box{
    margin: auto;
    float:left;
    text-align: left;
    width:44%;
    padding:3%;
}

#boxes .half_box img{
    margin-top: 15px;
    width: 100%;
}

/*----------------FOOTER----------------*/
footer{  
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:5px;
    margin-top:0px;
    color:#ffffff;
    background-color:#2664ac;/*#e8491d*/
    text-align: center;
}

#links{
    text-align: left;
    float: left;
    width: 40%;
    padding-left: 10%;
    padding-right: 0%;
    padding-top: 1%;
    padding-bottom: 2%;
}

#links a:link, #links a:visited, #links a:active{
    color:#ffffff; 
    background-color:transparent; 
    text-decoration:none;
}

#links a:hover {
    color:#ffffff;
    background-color:transparent;
    text-decoration:underline;
}

#links ul{
    padding-left: 30px; 
}

#ftcontact{
    text-align: left;
    float: left;
    width: 40%;
    padding-left: 10%;
    padding-right: 0%;
    padding-top: 1%;
    padding-bottom: 2%;
}

#ftcontact a:link,#ftcontact a:visited,#ftcontact a:active{
    color:#ffffff; 
    background-color:transparent; 
    text-decoration:none;
}

#ftcontact a:link:hover {
    color:#ffffff;
    background-color:transparent;
    text-decoration:underline;
}

#ftcontact ul{
    padding-left: 30px;
}


#indicators{
        font-size:14px;
        color: #91b6e2;
        height: auto;
        padding: 0px;
        margin-top: 50px;
        visibility: visible;
}

#copyr{
        font-size:8px;
        color: #91b6e2;
        height: auto;
        padding: 0px;
        margin-top: 20px;
        visibility: visible;
}


/*Slider*/

/*---------------------------KÖZÉP MÉRET-----------------------*/

@media(max-width: 1100px){
    
    #header{
        height: 80px;
    }
    
    #header #branding #logo{
        max-height: 50px;
        margin-left: 10px;
        margin-top: 15px;
        transition: all ease .5s;
    }
    
    #header li{
    height: 45px;
    padding-top: 35px;
}
    #header a{
  font-size:14px;
}
    
    #showcase{
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    min-height:500px;
    background:url('../img/showcase/showcase_mid.jpg') no-repeat 0 -400px;
    background-position: center;
    text-align:center;
    color:#ffffff;
}
    #showcase h1{
    color: #fff; 
    margin-top:120px;
    font-size:50px;
    margin-bottom:0px;
    text-shadow: 2px 2px 8px #727272;
}
    #button_1{
    cursor: pointer;
    font-size: 20px;
    background:#2664ac;/*#e8491d;*/
    border:0;
    margin-top: 350px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 100px;
    padding-right:100px;
    color:#ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 3px;
    transition: margin ease .5s;
    
}
    
    #showcase p{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size:14px;
    text-shadow: 2px 2px 8px #727272;
}
    
}


/*---------------------------KIS MÉRET-----------------------*/

/* Media Queries @media(max-width: 700px) */
/**/
@media(max-width: 700px){
  #header #branding,
  #header nav,
  #header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    /*text-align:center;*/
    width:100%;
  }

    
  #header{
    height: 226px;
    padding-bottom:0px;
  }

  #showcase{
    display: block;
    
    padding-top: 260px;
    padding-bottom: 0px;
    min-height:700px;
    background:url('../img/showcase/showcase_original_lowsize.jpg') no-repeat 0 -400px;
    background-position: center;
    text-align:center;
    color:#ffffff;
}
    
  #showcase h1{
      font-size: 58px;
    margin-top: 0px;
    line-height: 60px;
  }

    #button_1{
        margin-top: 200px;
        transition: all ease .5s;
        margin-bottom: 0px;
    }
    
 #showcase p{
     font-size: 12px;
    margin-top:20px;
  }

    
  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
    
    #header li{
        height: 30px;
    display: block;
    border-top:#ffffff 1px solid;
    border-bottom:#ffffff 0px solid;
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    transition: all ease .5s;
    }
    
    #header nav{
  margin-top: 0px;
        transition: all ease .5s;
}
    
    #header #branding{
        
    height: 70px;
    transition: all ease .5s;
    
}
    
    #header #branding #logo{
        display: block;
        float: center;
        max-height: 60px;
        margin-left: 16%;
        transition: all ease .5s;
        
}
   
    #header.shrink nav{
       
        height: 0px;
        transition: all ease .5s;
        
    }
    #header.shrink li{
    height: 0px;
    display: block;
    border-top: none;
    border-bottom:none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    transition: all ease .5s;
    
    
    }   

    #header.shrink a{
        font-size: 1px;
        visibility: hidden;
        transition: all ease .5s;
    }

    #header.shrink #branding #logo{
        display: block;
        margin-left: 10px;
        transition: all ease .5s;
        
}
    #header.shrink #menu_bt{
    
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-top: 0px;
    margin-right: 0px;
    
    z-index: 2;
    visibility: visible;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all ease .5s;
}
    #header.shrink #menu_bt:hover{
    background-color:#578cc9;
}
    
    .container{
  width:90%;
  margin:auto;
  overflow:hidden;
}
    
    
    
    #boxes .half_box{
    margin-left: auto;
    margin-right: auto;
    float:left;
    width:96%;
    padding:2%;
}
    
    
    #boxes .left_half_box{
    margin: auto;
    float:left;
    text-align: left;
    width:96%;
    padding:2%;
}
    
    footer{
        padding: 0px;
        height: 10%;
        
    }
    footer .container{
        width: 100%;
        margin: 0px;
    }
    
    #links{
    text-align: left;
    float:none;
    width: 60%;
        padding-left: 0%;
        padding-right: 0%;
    padding-top: 6%;
    padding-bottom: 10%;
        margin-left: auto;
        margin-right: auto;
}
    #ftcontact{
    text-align: left;
    float:none;
    width: 60%;
        padding-left: 0%;
        padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 10%;
        margin-left: auto;
        margin-right: auto;
}

    #indicators{
        margin-top: 20px;
    }
    #copyr{
    
    }
    
    
    
#showcase_okt{
    display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height:190px;
  
}       

   

    
}

