@font-face {
    font-family: 'AkzidenzGroteskBQ-Light';
    src: url('../fonts/AkzidenzGroteskBQ-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AkzidenzGroteskBQ-Light.otf')  format('opentype'),
    url('../fonts/AkzidenzGroteskBQ-Light.woff') format('woff'),
    url('../fonts/AkzidenzGroteskBQ-Light.ttf')  format('truetype'),
    url('../fonts/AkzidenzGroteskBQ-Light.svg#AkzidenzGroteskBQ-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Impact.woff') format('woff'), 
    url('../fonts/Impact.ttf')  format('truetype'), 
    url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  /* Header */

.header{
    background: url(../images/header_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 792px;
    padding-bottom: 40px;
}

.header .logo{
    background: url(../images/logo.png) no-repeat center;
    width: 260px;
    height: 45px;
    display: block;
    margin-top: 30px;
    margin-bottom: 95px;
    text-indent: -9999px;
    position: relative;
    z-index: 5;
}
.header-item{
    background: url(../images/header_item.png) no-repeat center;
    width: 541px;
    height: 170px;
}
.logo-campanie{
    width: 597px;
    margin-left: -37px;
}
.header h2{
    font-family: 'Impact', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-top: 124px;
}
.header h3{
    font-family: 'AkzidenzGroteskBQ-Light', Impact, Haettenschweiler, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    border-radius: 20px;
    width: 265px;
    height: 50px;
    background: #eabc30;
    color: #5f2078;
    margin: auto;
    margin-bottom: 12px;
}
.header span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
    display:block;
}
.app{
	position:relative;
	z-index:5;
    padding: 20px 10px;
    display: inline-block;
    transition: all .2s ease-in-out;
}
.app:hover{
    transform: scale(0.9);
}
  /* End Header */
  /* Start Content */
.content{
    background: url(../images/content_bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-height: 1586px;
    text-align: center;
    padding-bottom: 260px;
}
.content h2{
    font-family: 'Impact', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: 43px;
    color: #5d5d5d;
    padding-top: 40px;
    line-height: 1em;
}
.content h2 b{
    font-weight: 400;
    color: #662281;
}
.content span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #000;
}
.box{
    margin-top: 37px;
    margin-bottom: 15px;
}
.box h3{
    font-family: 'Impact', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #5d5d5d;
    height: 45px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.phone-box{
    background: url(../images/phone1.png) no-repeat center;
    width: 289px;
    height: 496px;
    margin: auto;
}
.phone-box img{
    width: 216px;
    height: 386px;
    display: block;
    margin-left: 37px;
    float: left;
    margin-top: 47px;
    background: #000;
    transition: all .2s ease-in-out;
}
.phone-box img:hover{
    transform: scale(0.98);
}
.box i{
    display: inline-block;
    width: 34px;
    height: 36px;
    margin-top: -7px;
    margin-right: 10px;
}
.filme{ background: url(../images/filme.png) no-repeat center;}
.cadou{ background: url(../images/cadou.png) no-repeat center;}
.locatie{ background: url(../images/locatie.png) no-repeat center;}
.calendar{ background: url(../images/calendar.png) no-repeat center;}
.oferte{ background: url(../images/oferte.png) no-repeat center;}
.brand{ background: url(../images/brand.png) no-repeat center;}

  /* End Content */
    /* Start Download App */
.descarca{
    margin-top: -260px;
    background: url(../images/bottom_bg.png) no-repeat center top;
    background-position: auto auto auto 20px;
    background-size: cover;
    width: 100%;
    min-height: 714px;
    padding-top: 47px;
    position: relative;
    text-align: center;
}
.download{
    display: block;
    background: url(../images/descarca.png) no-repeat center;
    width: 100%;
    height: 67px;
    padding-top: 47px;
}
.descarca h3{
    margin-top: 30px;
    font-family: 'Impact', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.9em;
}
.descarca h3 b{
    font-weight: 400;
    color: #eabc30;
}
.descarca p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}
.descarca .app{
    padding: 20px 50px;
}

.cool-photo{
    background: url(../images/cool_photo_bottom.png) no-repeat center bottom;
    width: 100%;
    height: 379px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    /* End Download App */

    /* Start Footer */
.footer{
    background: #7a2998;
    min-height: 233px;
}
.footer .logo{
    background: url(../images/logo.png) no-repeat center;
    width: 260px;
    height: 45px;
    display: block;
    margin-top: 24px;
    text-indent: -9999px;
}
.footer .reg{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-top: 33px;
}
.footer .reg:hover{
    text-decoration: none;
    color: #00aeef;
}
.separator{
    border-top: 1px solid #914ea9;
    width: 100%; 
    height: 1px;
    margin-top: 20px;
}
.parteneri1{
    float: left;
    background: url(../images/parteneri1.png) no-repeat center left;
    width:  302px;
    height: 92px;
    margin-top: 20px;
}
.parteneri2{
    float: left;
    background: url(../images/parteneri2.png) no-repeat center left;
    width: 778px;
    height: 92px;
    margin-top: 20px;
}
    /* End Footer */


/*   Mobile   */
@media screen and (max-width: 400px) {
    .footer .reg{
        width: 100px;
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer .logo{
        margin-top: 3px;
        background-size: 185px;
    }
    .footer .reg{
        font-size: 15px;
        margin-top: 15px !important;
    }
    .logo-campanie{
        width: 100% !important;
        margin-left: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .header{
        -webkit-box-shadow: inset 0px 0px 60px 50px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    inset 0px 0px 60px 50px rgba(0, 0, 0, 0.5);
        box-shadow:         inset 0px 0px 60px 50px rgba(0, 0, 0, 0.5);
    }
    .header h2{
        font-size: 35px;
        padding-top: 90px;
    }
    .content h2{
        font-size: 38px;
    }
    .box h3{
        font-size: 18px;
    }
    .cool-photo{
        background: url(../images/cool_photo_bottom.png) no-repeat center bottom;
        background-size: 100%;
        width: 100%;
        height: 379px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .descarca{
        margin-top: -260px;
        background: url(../images/mobile_bottom_bg.png) no-repeat center top;
        background-position: auto auto auto 20px;
        background-size: auto;
    }
    .footer .logo{
        margin-top: 10px;
        background-size: 185px;
    }
    .footer .reg{
        font-size: 15px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 1295px) { 
    .header-item { 
        display: none !important;
    } 
    .parteneri1{
        width: 100%;
        background: url(../images/parteneri1.png) no-repeat center;
    }
    .parteneri2{
        float: left;
        background: url(../images/mobile_parteneri2.png) no-repeat center;
        background-size: 290px;
        width: 100%;
        min-height: 350px;
        margin-top: 10px;
    }
    .footer .logo{
        margin-top: 8px;
        background-size: 185px;
    }
    .footer .reg{
        font-size: 15px;
        margin-top: 8px;
    }
} 

@media screen and (max-width: 612px) { 
    .header{
        background: url(../images/mobile_header.jpg) no-repeat center top !important;
    }
    .logo-campanie{
        width: 100% !important;
        margin-left: 0px;
    }
    .descarca h3{
        font-size: 30px;
    }
    .footer .logo{
        background: url(../images/logo.png) no-repeat center;
        width: 223px;
        background-size: 130px;
        height: 45px;
        display: block;
        margin-top: 5px;
    }
    .footer .reg{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.02em;
        margin-top: 8px;
    }
} 