@font-face {
    font-family:"Myriad Pro";
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');

}
body{
    min-width: 320px;
    font-family: "Open Sans";
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.font-size-xl {
    font-size: 78.125%;
}

.font-size-l {
    font-size: 66.4%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-container{
    background: #bce4fa;
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
    top:0;
    box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    height: 80px;    
}

.menu-container .logo{
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.menu-container .menu{
    float: right;
}
.menu-container .menu li{
    display: inline-block;
    height: 80px;
    line-height: 80px;    
    transition: all .3s;
    font-size: 16px;    
    cursor: pointer;    
    color: rgb(0, 73, 123);        
    margin: 0 15px;    
}

.menu-container .menu .cta a{
    color: #fff;
    background-color: #ff7900;
    border-top-color: #ff7900;
    border-bottom-color: #c66206;
    box-shadow: inset 0 -2px 0 0 #df6e07;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1.2rem 1.7rem;
    transition: all .3s;
}
.menu-container .menu .cta a:hover{
    box-shadow: none;
    text-decoration: none;
}
.burger{
    display: none;
    height: 80px;
    line-height: 80px;
    transition: all .3s;
    font-size: 35px;
    float: right;
}
a.cta {
    color: #fff;
    background-color: #ff7900;
    border-top-color: #ff7900;
    border-bottom-color: #c66206;
    box-shadow: inset 0 -2px 0 0 #df6e07;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1.1rem 1.7rem;
    display: inline-block;
    transition: all .3s;
}
a.cta:hover{    
    box-shadow: none;
    text-decoration: none;
}
/********** HERO **********/
#hero{
    background-image: url(../img/hero.jpg);    
    height: 450px;
    background-size: cover;
    position:   relative;
}
#hero:before{    
    background: linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
#hero.fiataloknak{
    background-image: url(../img/hero-fiataloknak.jpg);    
}
#hero.mindennapok{
    background-image: url(../img/hero-mindennapok.jpg);    
}
#hero.jovotervezes{
    background-image: url(../img/hero-jovotervezes.jpg);    
}
#hero.otthonteremtes{
    background-image: url(../img/hero-otthonteremtes.jpg);    
}

#hero .headline{
    margin-top: 200px;
}
#hero.fiataloknak .headline,
#hero.mindennapok .headline,
#hero.jovotervezes .headline,
#hero.otthonteremtes .headline{
    margin-top: 150px;
}
#hero h1{    
    font-size: 36px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
}

#hero h2{    
    font-size: 18px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
}

/********** BLOCK 1 **********/
#block-1 .row{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "Myriad Pro";
    color: rgb(49, 58, 69);
    line-height: 1.625;
    font-size: 16px;
}
#block-1 .points ul{
    list-style-type: decimal;    
    padding: 30px 0px;
}   
#block-1 .points ul li{       
    padding: 5px 0px;
    margin-left: 10px;
    line-height: 1.2em;
}
#block-1 h2{
    font-size: 32px;
    margin-bottom: 30px;
}
#block-1 h3{
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(49, 58, 69);
    font-weight: bold;
    line-height: 1.444;
}
#block-1 .card{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    overflow: hidden;    
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px rgba(95, 112, 117, 0.294);
    height: 100%;
    line-height: 1.2em;
}
#block-1 .card:hover{
    background-color: rgb(245, 248, 250);
    transition: all .3s;
}
#block-1 .card:hover a{
    text-decoration: underline;
}
#block-1 .card > div{
    padding: 10px 20px;
    height: 455px;
}
#block-1 .card > div a{   
    font-size: 14px;    
    color: rgb(0, 120, 180);
    line-height: 1.5;
    padding: 20px 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
#block-1 .card ul{
    list-style-type: disc;     
}   
#block-1 .card ul li{
    padding: 5px 0px;
    margin-left: 10px;
    line-height: 1.2em;
}
#block-1 .card img{
    max-width: 100%;
}
#block-1 #card-container{
    overflow:hidden;
    padding-bottom: 20px;
}
#block-1 #card-container .inner{
    min-width: 1000px;
}

/********** BLOCK 2 **********/
#block-2{
    background-color: #f5f8fa;
    padding: 60px 0px;
}
#block-2 .row{
    font-family: "Myriad Pro";
    color: rgb(49, 58, 69);
    line-height: 1.625;
    font-size: 16px;
}
#block-2 h3{
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(0, 101, 173);    
    line-height: 1.625;
}
#block-2 .cta{
    margin-top: 40px;
}
#block-2 .num{
    background-image: url('../img/line.png');
    background-repeat: repeat-x;
    background-position: center;
}
#block-2 .num h3{
    font-size: 60px;
    font-family: "Open Sans";
    color: rgb(49, 58, 69);
    display: inline-block;
    background-color: #f5f8fa;
    padding: 0px 30px;
    margin: 0;

}
#block-2 .num .col-xs-4.first{
    background: linear-gradient(90deg, #f5f8fa 50%, transparent 50%);
}
#block-2 .num .col-xs-4.last{
    background: linear-gradient(90deg, transparent 50%, #f5f8fa 50%);
}
#block-2 .num .col-xs-4:not(.first) h3{
    background-image: url(../img/line-end.png);    
    background-repeat: no-repeat;
    background-position: left center;
}

#block-2 #num-container{
    overflow: hidden;
}
#block-2 #num-container .inner{
    min-width: 1000px;
}

#block-2 .num{
    position: relative;
    margin: 30px 0px;
}


/********** BLUE BLOCK **********/
#block-blue{
    background-color: #0078b4;
    padding: 50px 0;
}
#block-blue .cta{    
    font-size: 20px;
    padding: 10px 30px;
}
/********** GRAY BLOCK **********/
#block-gray{
    background-color: #f5f8fa;
    padding: 60px 0px;
    font-size: 16px;
    color: rgb(88, 100, 111);
    line-height: 1.625;
}
#block-gray h3{    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.625;
}
#block-gray ul{
    margin-top: 30px;
    margin-bottom: 60px;
}
#block-gray li{
    padding: 20px 0;
    background-image: url('../img/chain.png');
    background-repeat: no-repeat;
    padding-left: 80px;
}
#block-gray li.egymaskozott{background-image: url('../img/egymaskozott.png');}
#block-gray li.phone{background-image: url('../img/phone.png');}
#block-gray li.kartyakibocsajtas{background-image: url('../img/kartyakibocsajtas.png');}
#block-gray li.szamlanyitas{background-image: url('../img/szamlanyitas.png');}
#block-gray li.pig{background-image: url('../img/pig.png');}
#block-gray li.turban{background-image: url('../img/turban.png');}
#block-gray li.lufi{background-image: url('../img/lufi.png');}
#block-gray li.haz{background-image: url('../img/haz.png');}
#block-gray li.penz{background-image: url('../img/penz.png');}
#block-gray li.nyugdij{background-image: url('../img/nyugdij.png');}
#block-gray li.kez{background-image: url('../img/kez.png');}


/********** FOOTER **********/
#service-links{
    text-align: center;
    padding-bottom: 20px;
    color: #0078b4;
    margin: 15px auto;
}
#service-links .active-service-container{
    border-bottom: 1px solid #40a3d5;    
    width: 200px;
    height: 41px;
    margin: 0 auto 10px auto;
}
#service-links .active-service{    
    padding: 10px 0px;
    width: 200px;
    display: inline-block;
}
#service-links a{
    padding: 5px 10px;
}
#footer-links-top{
    background: #313a45;
    color: #aabacc;
    border-bottom: 1px solid #404c5a;
    padding: 15px 0;
}
#footer-links-top a{
    color: #aabacc;
}
#footer-links-top a:hover{
    text-decoration: none;
    color: #667990;
    transition: all .3s;
}
#footer-links-top a.to-the-top{
    float: right;
}
#footer-links-top a.to-the-top i{
    padding-right: 10px;
}
#footer-links{
    background: #313a45;
    padding-top: 20px;
    padding-bottom: 60px;
}
#footer-links h4{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.35;
    padding: 0;
    color: #fff;
}
#footer-links h4 i{
    padding: 5px;
    display: none;
    transition: all .3s;
    padding-left: 10px;
}
#footer-links li{
    color: #70849a;
    padding: 1rem 0;
    display: block;
}
#footer-links li a{
    color: #aabacc;
}

#footer-links li a:hover{
    text-decoration: none;
    color: #667990;
    transition: all .3s;
}
#footer-links .img-links img{
    padding: 10px 0px;
}
#footer-links .img-links{
    margin-bottom: 10px;
}
#footer-links .font-links a{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.35;
    padding: 0;
    color: #fff;
}
#footer{
    background: #bce4fa;
}

.footer-top{
    border-bottom: 1px solid #7dbdda;
    padding: 25px 0px;
    color: #69809b;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.footer-top span{
    margin-right: 10px;
}

.social-link{
    margin: 0 10px;
    text-decoration: none!important;
    margin-top: -2px;
}

.social-link.yt img{
    padding-top: 1px;
}

.footer,
.footer a{
    text-align: center;
    color: #053767;
}

.footer a{
    margin: 0 10px;
}

.footer .links{
    padding: 50px 0;
}

.footer .text{
    color: #69809b;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 50px 0;
}

.logo{
    display: block;
    background: url('../img/erste-logo.png');
    width: 120px;
    height: 49px;
}

.footer .logo{
    margin: auto;
}
.disclaimer {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 12px;
}
.disclaimer ul{
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}