@font-face {
    font-family: 'futura';
    src: url('../fonts/futura/Futura-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/futura/Futura-bold.woff') format('woff'),
    url('../fonts/futura/Futura-bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-oblique';
    src: url('../fonts/futura/FuturaStd-HeavyOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/futura/FuturaStd-HeavyOblique.woff') format('woff'),
    url('../fonts/futura/FuturaStd-HeavyOblique.otf') format('otf'),
    url('../fonts/futura/FuturaStd-HeavyOblique.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

#Liqui {
    background: #e73f51;
    font-family: 'Futura',;
    font-size: 16px;
    margin-top: -60px !important;
    margin-bottom: -40px!important;
    overflow: hidden;
    padding: 15px 0;
}
#Liqui h3 {
    color: #ffd300 !important;
    font-style: oblique;
    font-size: 2.3em !important;
    font-weight: bold !important;
    letter-spacing: -1px;
    line-height: 45px !important;
    text-align: center;
    text-transform: uppercase;
}

/*-Custom-*/
.style-header{
    border-bottom: 69px solid #000;
    margin-bottom: 135px;
}
.container-fluid{
    padding: 0;
}
.my60{
    margin: 60px auto !important;
}
.box{
    transition: -webkit-filter 0.3s, -moz-filter 0.3s;
    -webkit-transition: -webkit-filter 0.3s, -moz-filter 0.3s;
    -moz-transition: -webkit-filter 0.3s, -mox-filter 0.3s;
    width: 100%;
}

.m-t-15{
    margin-top: 15px!important;
}

.width-all{
    width: 100%
}



/*-Header-*/
#Liqui .header-liqui {
    margin-bottom: -2px;
}
#Liqui .header-liqui figure {
    margin: 0;
}
#Liqui .header-liqui h3 {
    bottom: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.header-liqui-wrapper{
    padding: 20px 10px 0 20px;
    margin: -10px 0 136px 0px;
    background: #fff
}

/*-Footer-*/
#Liqui footer {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    display: block !important;
    font-family: Montserrat;
    font-size: 0.6em !important;
    margin: 25px auto;
    text-align: center !important;
}
#Liqui footer p {
    margin-bottom: 0;
    padding: 10px;
}

@media screen and (max-width:991px) {
    #Liqui h3 {
        font-size: 2em !important;
        line-height: 38px !important;
    }
    #Liqui .header-liqui h3 {
        bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    #Liqui h3 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 575px){
    #Liqui h3 {
        font-size: 24px !important;
        padding: 0 30px;
    }
}

@media screen and (max-width: 416px) {
     .header-liqui-wrapper{
        margin: -10px 0 50px 0px;
    }
}

@media screen and (max-width: 400px) {
     .header-liqui-wrapper{
        margin: -10px 0 50px 0px;
    }
}

@media screen and (max-width: 320px) {
    #Liqui h3 {
        font-size: 20px !important;
    }
    .my60{
        margin: 30px auto !important;
    }
    .header-liqui-wrapper{
        margin: -10px 0 50px 0px;
    }

}


@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform:     translateY(-30px);
        transform:         translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform:     translateY(-15px);
        transform:         translateY(-15px)
    }
}
.box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  color: white;
}
.box:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}