@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Old+Standard+TT:400,700|Oswald:400,300,700);

@font-face {
    font-family: 'great_vibesregular';
    src: url('greatvibes-regular-webfont.woff2') format('woff2'),
         url('greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.banner-section h3,
.button-menu,
.menu-btn-holder a,
.navbar li>a {
    text-transform: uppercase
}

.gallery-type-one,
.submenu,
.tag-line ul {
    list-style-type: none
}

h4{
    text-transform: uppercase;
    font-size: 20px;
    color: wheat;
}

.owl-page,
.selectbox__item,
a {
    cursor: pointer
}

a:focus {
    color: inherit
}

.form-control,
textarea {
    border: 1px solid #acacac;
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

p {
    line-height: 1.7
}

blockquote {
    line-height: 1.8;
    border-color: #dc8068
}

.selectbox {
    background: #fff;
    position: relative;
    z-index: 15
}

.selectbox.open .selectbox_itemlist {
    display: block;
    border: 1px solid #ddd
}

.selectbox_toggle {
    padding: 8px 9pt;
    border: 1px solid #acacac
}

.selectbox__item,
.selectbox__item:first-child {
    border-bottom: 1px solid #ddd
}

.selectbox_toggle.selectbox_toggle__active {
    border-color: #66afe9
}

.selectbox__arrow {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 0;
    border-color: #727578 transparent transparent;
    -webkit-transform: rotate(360deg)
}

.selectbox_itemlist {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%
}

.selectbox__item {
    display: block;
    padding: 5px;
    background: #fff
}

.navbar-collapse.collapse,
.navbar-collapse.collapsing,
.navbar-header {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    min-height: 1px
}

.selectbox__item:hover {
    background: #dc8068;
    color: #fff
}

.selectbox__input {
    display: none
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.navbar {
    margin-bottom: 0
}

.navbar-default {
    border: 0;
    z-index: 15
}

.navbar-collapse.collapse,
.navbar-collapse.collapsing {
    width: 100%;
    background: #fff
}

@media (min-width:768px) {
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        float: left;
        width: 100%
    }
}

.navbar-collapse.collapse ul,
.navbar-collapse.collapsing ul {
    margin-top: 0;
    margin-right: 2%;

}

.navbar li>a {
    font-weight: 600
}

.navbar-header {
    float: none;
    right: 0;
    top: 0;
    z-index: 16
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
        width: 41.6666666667%
    }
}

@media (min-width:992px) {
    .navbar-header {
        float: left;
        width: 100%
    }
    .navbar li>a {
        padding-top: 35px;
        padding-bottom: 20px
    }
    .navbar li:hover>ul {
        visibility: visible;
        display: block
    }
}

@media (min-width:1200px) {
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        width: 100%
    }
}

.submenu {
    display: none;
    white-space: nowrap;
    -webkit-transition: max-height .4s ease, visibility .4s ease;
    transition: max-height .4s ease, visibility .4s ease;
    padding: 0;
    text-align: left;
    z-index: 2
}

.submenu li {
    width: 100%;
    position: relative
}

@media screen and (min-width:992px) {
    .navbar-header {
        float: right
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        float: right;
        position: relative;
        background: 0 0
    }
    .submenu li {
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }
    .submenu li:hover {
        background: #b4462a
    }
}

.submenu li a {
    color: #362e29;
    font-size: 13px;
    padding: 15px 25px;
    display: block
}

.submenu li li a {
    padding: 15px 35px
}

.submenu li .submenu {
    left: 100%;
    top: 0
}

@media (min-width:992px) {
    .submenu {
        top: 80%;
        height: auto;
        left: 0;
        visibility: hidden;
        position: absolute;
        background: #dc8068
    }
    .submenu li a {
        color: #fff
    }
}

.button-order-now {
    position: relative;
    background: #dc8068
}

.button-order-now a,
.button-order-now a:hover,
.button-order-now a:hover:before {
    color: #fff!important
}

@media screen and (min-width:992px) {
    .button-order-now {
        max-width: 70px;
        margin-right: 15px;
        margin-left: 15px
    }
    .button-order-now a {
        text-align: center;
        padding: 40px 0 5px!important
    }
    .button-order-now:before {
        position: absolute;
        top: 9pt;
        left: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
        font-size: 22px;
        color: #fff;
        text-align: center;
        content: "";
        -webkit-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out
    }
    .button-order-now:hover:before {
        top: 10px
    }
}

.social-icons {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    z-index: 50
}

.social-icons [class^=icon-] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 50px;
    text-align: center
}

.social-icons [class^=icon-]:before {
    display: inline-block;
    font-size: 2em;
    padding: 5px;
    margin: 5px 0;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.social-icons .icon-facebook {
    background: #3b5998
}

.social-icons .icon-facebook:before {
    content: ""
}

.social-icons .icon-instgram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-icons .icon-instgram:before {
    content: "\f16d"
}
.social-icons .icon-twitter {
    background: #55acee
}

.social-icons .icon-twitter:before {
    content: ""
}

.social-icons .icon-googleplus {
    background: #dd4b39
}

.social-icons .icon-googleplus:before {
    content: ""
}

.social-icons .icon-dribble {
    background: #ea4c89
}

.social-icons .icon-dribble:before {
    content: ""
}

@media screen and (min-width:768px) {
    .social-icons {
        display: block
    }
}

@media screen and (min-width:992px) {
    .social-icons .icon-dribble,
    .social-icons .icon-facebook,
    .social-icons .icon-googleplus,
    .social-icons .icon-twitter {
        -webkit-transition: background .4s ease-in-out;
        transition: background .4s ease-in-out
    }
    .social-icons .icon-dribble:hover,
    .social-icons .icon-facebook:hover,
    .social-icons .icon-googleplus:hover,
    .social-icons .icon-twitter:hover {
        background: #718dc8
    }
    .social-icons .icon-twitter:hover {
        background: #b2d9f7
    }
    .social-icons .icon-googleplus:hover {
        background: #ec9a90
    }
    .social-icons .icon-dribble:hover {
        background: #f5a7c5
    }
}

.button-menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 84px;
    height: 118px;
    background: url(../images/banner/button-menu.gif) center no-repeat #362e29;
    font-size: 1pc;
    text-align: center;
    line-height: 118px;
    color: #fff
}

.button-menu:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    border: 2px solid rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.18, .89, .32, 1.28);
    transition: all .3s cubic-bezier(.18, .89, .32, 1.28)
}

.button-menu:hover {
    color: #fff
}

.button-menu:hover:before {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    opacity: 1
}

@media screen and (min-width:768px) {
    .button-menu {
        display: block
    }
}

.fa-shopping-cart {
    font-size: 20px;
    vertical-align: text-bottom;
    position: relative
}

.fa-shopping-cart span {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    bottom: 60%;
    font-size: 14px;
    background-color: #dc8068;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px 0;
    right: -11px;
    color: #fff
}

.section-heading h1,
.section-number {
    font-family: "Old Standard TT", serif
}

.section-number {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    width: 75px;
    height: 118px;
    background: #dc8068;
    text-align: center;
    font-size: 1pc;
    color: #fff
}

.section-heading h1:before,
.section-number:before {
    content: '';
    left: 0;
    width: 100%
}

.section-number:before {
    position: absolute;
    top: 30px;
    height: 23px;
    background: url(../images/beans.gif) center no-repeat
}

.section-heading {
    position: relative;
    text-align: center;
    color: #664d42
}

.section-heading h1 {
    position: relative;
    font-size: 51px
}

.section-heading h1 span {
    position: relative;
    background: #fff;
    padding: 0 18px;
    z-index: 2
}

.section-heading h1:before {
    position: absolute;
    top: 0;
    height: 50%;
    height: calc(50% - 1px);
    border-bottom: 1px dashed #b4462a;
    z-index: 1
}

.section-heading h2 {
    font-family: "Great Vibes", cursive;
    font-size: 5pc
}

.pricing-detail h3,
.section-heading-type2 h2 {
    font-family: "Old Standard TT", serif
}

.section-heading.with-gray h1 span {
    background-color: #F7F7F7
}

@media screen and (min-width:480px) {
    .section-heading h1:before {
        left: 10%;
        width: 80%
    }
}

.section-heading-type2 h2 {
    font-size: 50px;
    color: #3f3530
}

.section-heading-type2 h5 {
    color: #7a7a7a
}

.section-heading-type2 p {
    color: #7a6c66
}

.pricing-table {
    background: #f1c152;
    margin: 5pc -15px 0
}

.pricing-table.type-2,
.pricing-table.type-2 .pricing-detail {
    background-color: #68cfaf
}

.pricing-table.type-3,
.pricing-table.type-3 .pricing-detail {
    background-color: #d2d86f
}

.pricing-table.type-4,
.pricing-table.type-4 .pricing-detail {
    background-color: #83bed7
}

.pricing-detail {
    position: relative;
    min-height: 1px;
    padding: 25px 15px;
    background: #f1c152;
    color: #362e29
}

.pricing-carte,
.pricing-carte .cuisine-wrapper,
.pricing-detail figcaption,
.pricing-detail figure .image {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    width:100%;

}

.pricing-detail:after,
.pricing-detail:before {
    content: " ";
    display: table
}

.pricing-detail:after {
    clear: both
}

@media (min-width:992px) {
    .pricing-detail {
        float: left;
        width: 33.3333333333%
    }
}

.pricing-detail figure {
    text-align: left
}

.pricing-detail figure .image {
    text-align: center;
    float: left;
    width: 50%
}

@media (min-width:768px) {
    .pricing-detail figure .image {
        float: left;
        width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .pricing-detail figure .image {
        float: left;
        width: 100%
    }
}

.pricing-detail figure img {
    max-height: 200px
}

.pricing-detail figcaption {
    float: left;
    width: 50%;
    margin: 0 auto
}

@media (min-width:768px) {
    .pricing-detail figcaption {
        float: left;
        width: 66.6666666667%
    }
}

.pricing-detail h3 {
    font-size: 30px
}

.pricing-detail p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: italic
}

.pricing-carte {
    background-color: #3f3530;
    color: #b9a39a;
    /*    overflow-y: scroll*/
}

@media (min-width:992px) {
    .pricing-detail figcaption {
        float: left;
        width: 100%
    }
    .pricing-carte {
        float: left;
        width: 66.6666666667%
    }
}

@media (min-width:768px) {
    .pricing-carte .cuisine-wrapper {
        margin-top: 15px;
        float: left;
        width: 100%
    }
}

.pricing-carte .cuisine {
    border-bottom: 1px dotted #56453f;
    padding: 22px 0
}

.pricing-carte .cuisine-name,
.pricing-carte .cuisine-price {
    font-family: "Old Standard TT", serif;
    font-size: 25px
}

.pricing-carte .cuisine-detail,
.pricing-carte .cuisine-heart {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px
}

.pricing-carte .cuisine-heart {
    color: #dc8068;
    text-align: center;
    padding: 10px 0
}

.pricing-carte .cuisine-heart i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: sub
}

.pricing-carte .cuisine-detail {
    color: #9a847b
}

.pricing-carte .card-left {
    width: 100%;
    float: left
}

.pricing-carte .card-right {
    float: right;
    width: 75pt
}

.pricing-carte,
.pricing-table .slimScrollDiv {
    height: 300px!important
}

@media screen and (min-width:768px) {
    .cuisine-wrapper:nth-of-type(odd) {
        clear: left;
        width: 100%;

    }
}

@media screen and (min-width:992px) {
    .pricing-table {
        margin-left: -15px;
        margin-right: -15px;
        height: 25pc
    }
    .pricing-table:after,
    .pricing-table:before {
        content: " ";
        display: table
    }
    .pricing-table:after {
        clear: both
    }
    .pricing-detail {
        padding-top: 0;
        padding-bottom: 0
    }
    .pricing-detail figure {
        margin-top: -50px;
        text-align: center
    }
    .pricing-detail figure img {
        max-height: none;
        padding: 10px
    }
    .pricing-carte {
        overflow-y: scroll
    }
    .pricing-carte,
    .pricing-table .slimScrollDiv {
        height: 100%!important
    }
}

@media screen and (max-width:479px) {
    .navbar-brand img{
        display: none;
    }

    .banner-image{
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }
    .barnd-icons{
        display: inline-block;
    }
    .pricing-carte .card-left,
    .pricing-carte .card-right,
    .pricing-detail figcaption,
    .pricing-detail figure .image {
        width: 100%
    }
    .pricing-carte .cuisine-wrapper {
        padding: 0;
        width: 100%;

    }
    .pricing-carte .cuisine {
        padding: 15px 0
    }
    .pricing-carte .card-right {
        margin-top: 10px
    }
    .pricing-carte .cuisine-price {
        float: left
    }
    .pricing-carte .cuisine-heart {
        float: right;
        margin: 0;
        padding: 5px 0
    }
    .pricing-detail figure img {
        max-height: 200px
    }
    .coffee-drop img{
        object-fit: cover;
        object-position: 100% 0;

        width: 300px;
        height: 235px;

    }
}

@media screen and (max-width:767px) {
    .pricing-table {
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .pricing-detail figcaption {
        margin-top: -40px
    }
    .image-not-overlap figure {
        margin-top: 0
    }
    .image-not-overlap figcaption {
        margin-top: -20px
    }
    .order-types-available .order-type figure:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.menu-btn-holder {
    text-align: right
}

.menu-btn-holder a {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 10px 5px;
    width: 75pt;
    text-align: center;
    border: 1px solid #3f3530;
    color: #3f3530
}

.menu-btn-holder a.active {
    color: #fff;
    background-color: #82ca9c;
    border: 1px solid #82ca9c
}

.menu-btn-holder a.active i {
    margin-right: 10px
}

.order-types-available .order-type-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.order-types-available .type-one {
    background-color: #68d0af
}

.order-types-available .type-two {
    background-color: #d2d86f
}

.order-types-available .type-three {
    background-color: #83bed7
}

.order-types-available .order-type {
    text-align: center;
    padding: 20px 10px
}

.order-types-available .order-type h3 {
    font-family: "Old Standard TT", serif;
    font-size: 30px
}

.order-types-available .order-type h3 span {
    display: block;
    font-family: "Great Vibes", cursive;
    font-size: 60px
}
.banner1-details h3 span {
    text-transform: capitalize;
    font-family: "Great Vibes", cursive;
    font-size: 60px
}
.add-inner-wrapper h2 span {
    text-transform: capitalize;
    font-family: "Great Vibes", cursive;
    font-size: 60px
}
.add-inner-wrapper h4 {
    text-transform: capitalize;
    font-size: 25px
}

.order-types-available .order-type figure {
    text-align: center
}

.order-types-available .order-type figure:after,
.order-types-available .order-type figure:before {
    content: " ";
    display: table
}

.order-types-available .order-type figure:after {
    clear: both
}

.order-types-available .order-type figure .img-holder {
    float: left;
    width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .order-types-available .order-type-wrapper {
        float: left;
        width: 33.3333333333%
    }
    .order-types-available .order-type figure .img-holder {
        float: left;
        width: 100%
    }
}

.order-types-available .order-type figure .img-holder img {
    max-height: 220px;
    width: auto;
    max-width: 100%
}

.order-types-available .order-type figure figcaption {
    width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right
}

@media (min-width:768px) {
    .order-types-available .order-type figure figcaption {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .order-types-available .order-type figure figcaption {
        float: left;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .order-types-available {
        margin: 60px 0
    }
}

@media screen and (min-width:768px) {
    .order-types-available {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .order-types-available .order-type figure img {
        float: none;
        width: auto;
        padding: 0;
        height: 220px;
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out
    }
    .order-types-available .order-type figure .img-holder {
        padding: 0
    }
    .order-types-available .order-type h3 {
        margin-top: 0
    }
    .order-types-available figcaption {
        margin-top: 30px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:479px) {
    .order-types-available .order-type figure figcaption {
        width: 100%
    }
    .order-types-available .order-type figure img {
        max-width: 100%;
        width: auto;
        float: none
    }
    .order-types-available .order-type figure .img-holder {
        width: 100%
    }
}

@media screen and (min-width:480px) {
    .order-types-available .order-type h3 {
        margin-top: 0
    }
    .order-types-available .order-type figure figcaption {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.book-order {
    border: 1px solid #000;
    padding: 15px 0
}

.book-order .book-details,
.book-order .order-number {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    min-height: 1px
}

@media (min-width:768px) {
    .book-order .book-details {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .book-order .book-details {
        float: left;
        width: 41.6666666667%
    }
}

.book-order .book-details h3 {
    font-family: "Old Standard TT", serif;
    font-size: 35px;
    margin: 10px 0 0
}

.book-order .book-details h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 9pt;
    font-style: italic;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .book-order .order-number {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .book-order .order-number {
        margin-left: 8.3333333333%;
        float: left;
        width: 50%
    }
}

.book-order .order-number h2 {
    font-family: "Old Standard TT", serif;
    font-size: 25px
}

@media screen and (min-width:992px) {
    .book-order .book-details {
        text-align: right
    }
}

@media screen and (min-width:768px) {
    .book-order {
        padding: 30px 0
    }
    .book-order .order-number {
        position: relative
    }
    .book-order .order-number:before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #000;
        top: 5px;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    .book-order .order-number h2 {
        font-size: 45px
    }
}

.midpage-banner1 .container,
.midpage-banner1 .img-holder {
    position: relative
}

@media screen and (min-width:1200px) {
    .book-order .book-details h3 {
        font-size: 40px
    }
}

.banner-section {
    padding: 60px 0;
    background-color: #372726
}

.banner-section p {
    color: #fff;
    font-size: 14px;
    margin: 30px auto
}

.banner-section h3 {
    color: #fff;
    font-size: 40px
}

.midpage-banner1 {
    background: url(../images/mid-banner1-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0
}

.midpage-banner1 img {
    height: 250px
}

.midpage-banner1 .cup,
.midpage-banner1 .milk,
.midpage-banner1 .milk-drop {
    position: absolute;
    opacity: 0;
    display: none
}

.midpage-banner1 .cup {
    bottom: 5%;
    max-width: 81%;
    left: 0
}

.midpage-banner1 .milk {
    top: 0;
    left: 5%;
    max-width: 100%
}

.midpage-banner1 .milk-drop {
    top: 46%;
    left: 40%
}

.midpage-banner1 .banner1-details {
    position: relative;
    min-height: 1px;
    padding: 50px 0
}

@media (min-width:768px) {
    .midpage-banner1 .banner1-details {
        margin-left: 50%;
        float: left;
        width: 50%
    }
}

.midpage-banner1 h3 {
    margin: 0
}

.midpage-banner1 p {
    margin: 30px 0;
    font-style: italic
}

.midpage-banner1 .button-primary {
    background-color: #dc8068;
    color: #fff
}

@media screen and (min-width:768px) {
    .midpage-banner1 {
        text-align: center
    }
    .midpage-banner1>.container {
        height: 700px
    }
    .midpage-banner1 .img-holder {
        position: absolute;
        left: 0;
        top: 0;
        height: 90%
    }
    .midpage-banner1 .milk-cup {
        opacity: 0
    }
    .midpage-banner1 .cup,
    .midpage-banner1 .milk,
    .midpage-banner1 .milk-drop {
        display: block
    }
    .midpage-banner1 .milk {
        max-height: 0%;
        overflow: hidden;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out;
        opacity: 1!important
    }
    .midpage-banner1 .milk.animate {
        max-height: 57%
    }
    .midpage-banner1 .milk-drop {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }
    .midpage-banner1 .milk-drop.appear {
        opacity: 1
    }
    .midpage-banner1 img {
        max-height: 100%;
        height: auto
    }
    .midpage-banner1 .banner1-details {
        text-align: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.code-wrapper,
.midpage-banner2,
.midpage-banner3 {
    text-align: center
}

.midpage-banner2 {
    background: url(../images/mid-banner2-bg.jpg) center no-repeat;
    background-size: cover
}

.midpage-banner2 h3 {
    margin: 0
}

.midpage-banner2 h3 span {
    text-transform: initial;
    font-family: "Great Vibes", cursive;
    font-size: 5pc;
    color: #dc8068
}

.banner4-details h3,
.midpage-banner3 h3 {
    font-family: Oswald, sans-serif;
    font-weight: 400
}

.midpage-banner2 p {
    font-style: italic
}

.midpage-banner2 a {
    background-color: #dc8068;
    color: #fff
}

@media screen and (min-width:992px) {
    .midpage-banner2 p {
        width: 80%
    }
}

@media screen and (min-width:1200px) {
    .midpage-banner1 .button-type-three {
        position: relative;
        top: 30px
    }
    .midpage-banner2 {
        padding: 75pt 0
    }
    .midpage-banner2 .button-type-three {
        margin-top: 20px;
        display: inline-table
    }
}

.coupon-code,
.offer-detail {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.midpage-banner3 h3 {
    font-size: 40px;
    margin: 0
}

.midpage-banner3 p {
    margin: 5px 0
}

.offer-detail figcaption {
    margin: 30px 0
}

@media (min-width:992px) {
    .offer-detail {
        float: left;
        width: 66.6666666667%
    }
    .coupon-code {
        float: left;
        width: 33.3333333333%
    }
}

.code-wrapper {
    padding: 15px
}

.coupon {
    border: 1px dashed #000;
    display: inline-block
}

.coupon img {
    display: none
}

.coupon span {
    display: block;
    color: #3f3530;
    font-size: 20px
}

@media screen and (min-width:768px) {
    .midpage-banner3 {
        text-align: left;
        padding: 25px 0
    }
    .offer-detail img {
        display: inline-block;
        margin-right: 30px
    }
    .offer-detail figcaption {
        display: inline-block;
        vertical-align: middle;
        width: 65%
    }
}

@media screen and (min-width:992px) {
    .coupon {
        background-color: transparent!important;
        display: block
    }
    .coupon img {
        display: block;
        margin: 15px auto
    }
    .coupon span {
        margin-bottom: 20px
    }
    .offer-detail figcaption {
        margin: 0
    }
    .code-wrapper {
        background-color: #fff
    }
}

@media screen and (max-width:992px) {
    .midpage-banner3 p {
        margin: 0
    }
    .midpage-banner3 h3 {
        margin: 15px 0
    }
}

.midpage-banner4 {
    text-align: center;
    background-color: #f7f7f7
}

.midpage-banner4 .container {
    position: relative
}

.midpage-banner4 img {
    max-width: 100%
}

.midpage-banner4 .cap {
    position: absolute;
    left: 60%;
    top: auto;
    bottom: 0;
    max-width: 40%
}

.banner4-details,
.midpage-banner4 .banner4-img-holder {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.banner-image img,
.brand img {
    max-width: 100%
}

.midpage-banner4 .banner4-img-holder {

    display: inline-block
}

.banner4-details {
    text-align: left
}

.banner4-details h3 {
    font-size: 40px;
    color: #664d42
}

.reservation-form h3,
.service-item,
.service-section h3 {
    font-family: "Old Standard TT", serif
}

.banner4-details p {
    font-style: italic;
    color: #664d42;
    line-height: 1.7;
    text-justify:kashida;

}

@media (min-width:992px) {
    .midpage-banner4 .banner4-img-holder {
        float: left;
        width: 58.3333333333%
    }
    .banner4-details {
        float: left;
        width: 41.6666666667%
    }
}

@-webkit-keyframes ipadanimate {
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes ipadanimate {
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes capanimate {
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes capanimate {
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@media screen and (min-width:992px) {
    .midpage-banner4 {
        overflow: hidden
    }
    .midpage-banner4 img {
        top: 0;
        left: 0
    }
    .midpage-banner4 .ipad {
        top: -50px;
        left: 0;
        -webkit-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0
    }
    .midpage-banner4 .ipad.animated {
        -webkit-animation: ipadanimate 1s forwards;
        animation: ipadanimate 1s forwards
    }
    .midpage-banner4 .cap {
        top: auto;
        bottom: 0;
        -webkit-transform: translate(150px, 0);
        -ms-transform: translate(150px, 0);
        transform: translate(150px, 0);
        opacity: 0
    }
    .midpage-banner4 .cap.animated {
        -webkit-animation: capanimate 1s forwards 1s;
        animation: capanimate 1s forwards 1s
    }
    .banner4-details {
        text-align: right
    }
}

.categories li,
.service-item,
.service-section .service-wrapper,
.store-product a,
.testimonial-item .name-text,
.testimonial-text {
    text-align: center
}

@media screen and (min-width:1200px) {
    .offer-detail {
        margin-top: 25px
    }
    .midpage-banner4 {
        padding: 75pt 0
    }
}

.service-section .service-details,
.service-section .service-side-img,
.service-section .service-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

.service-section {
    padding-bottom: 0
}

.service-section .service-side-img {
    display: none
}

@media (min-width:768px) {
    .service-section .service-side-img {
        float: left;
        width: 41.6666666667%
    }
}

@media (min-width:992px) {
    .service-section .service-side-img {
        float: left;
        width: 50%
    }
}

.service-section .service-details {
    float: right!important;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .service-section .service-details {
        float: left;
        width: 58.3333333333%
    }
}

@media (min-width:992px) {
    .service-section .service-details {
        float: left;
        width: 50%
    }
    .service-section .service-wrapper {
        float: left;
        width: 33.3333333333%
    }
}

.service-section .service-details p {
    margin: 30px 0;
    line-height: 1.8;
    color: #7a6c66
}

.service-section .service-wrapper {
    float: left;
    width: 33.3333333333%;
    margin: 15px 0
}

.service-section h3 {
    font-size: 40px;
    color: #362e29
}

.service-item {
    background: url(../images/service-item-bg.png) center no-repeat;
    background-size: contain;
    width: 90pt;
    height: 90pt;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 26px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease-out, color .4s ease-in-out;
    transition: transform .2s ease-out, color .4s ease-in-out
}

.service-item span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-item:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.service-item:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    color: #fff
}

.service-item:hover:after {
    -webkit-animation: sonarEffect .5s ease-out 55ms;
    animation: sonarEffect .5s ease-out 55ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #372727, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #372727, 0 0 0 10px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #372727, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #372727, 0 0 0 10px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

.categories button:focus,
.form-control:focus,
.form-control:hover,
.gallery-isotope-button button,
textarea:focus,
textarea:hover {
    box-shadow: 0 0;
    outline: 0
}

@media screen and (min-width:768px) {
    .service-section .service-side-img {
        display: block
    }
    .service-section .service-details {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .service-item {
        width: 150px;
        height: 150px
    }
    .service-item:hover {
        color: #dc8068
    }
}

@media screen and (max-width:479px) {
    .service-section .service-wrapper {
        width: 50%;
        margin: 5px 0
    }
    .service-item span{
        font-size: 18px;
    }
}

.reservation-form {
    margin: 5pc 0 0;
    background-color: #f7f7f7
}

.reservation-form .imgLiquid {
    height: 300px
}

.reservation-form .imgLiquid,
.reservation-form form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .reservation-form .imgLiquid,
    .reservation-form form {
        float: left;
        width: 50%
    }
}

.reservation-form form {
    background: #f7f7f7;
    padding: 30px 20px
}

.reservation-form h3 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #4e3b32
}

.reservation-form h3 span {
    display: block
}

.reservation-form label {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #4e3b32;
    margin: 15px 0
}

.reservation-form button {
    float: right
}

.reservation-form img {
    padding: 0
}

.reservation-form .mail-sectn,
.reservation-form .name-sectn {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.reservation-form .form-control {
    height: 40px;
    border-radius: 0
}

.reservation-form textarea.form-control {
    resize: none;
    width: 100%;
    padding: 10px;
    height: 75pt
}

.reservation-form .occassion,
.reservation-form .reservation-for {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .reservation-form .occassion,
    .reservation-form .reservation-for {
        float: left;
        width: 100%
    }
}

.reservation-form button,
.reservation-form button:focus,
.reservation-form button:hover {
    outline: 0;
    box-shadow: 0 0;
    border-color: #dc8068
}

@media screen and (min-width:992px) {
    .reservation-form form {
        padding: 30px 45px
    }
    .reservation-form .imgLiquid {
        height: 100%
    }
    .reservation-form button {
        -webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
        transition: background .4s ease-in-out, color .4s ease-in-out
    }
    .reservation-form button:hover {
        background: #fff;
        color: #dc8068
    }
}

@media screen and (max-width:479px) {
    .reservation-form .mail-sectn,
    .reservation-form .name-sectn,
    .reservation-form .occassion,
    .reservation-form .reservation-for {
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .reservation-form form {
        padding: 30px 65px
    }
}

.categories {
    padding: 0
}

.categories li {
    float: left;
    width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    list-style: none
}

@media (min-width:992px) {
    .categories li {
        float: left;
        width: 16.6666666667%
    }
}

.categories a,
.categories button {
    display: block;
    padding: 15px 5px;
    border: 1px solid #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: 0 0
}

.categories button.selected {
    background: #dc8068;
    color: #fff;
    border-color: #dc8068;
    letter-spacing: 4px
}

.store-product-list {
    margin-top: 60px;
    margin-bottom: 60px
}

.store-product .add-cart {
    background-color: #5c4543;
    -webkit-transition: background, color .5s ease;
    transition: background, color .5s ease
}

.store-product .add-cart:focus,
.store-product .add-cart:hover {
    background-color: #886663
}

.store-product .add-cart.cart-added {
    position: relative;
    color: transparent;
    font-size: 0
}

.store-product .add-cart.cart-added:after,
.store-product .add-cart.cart-added:before {
    display: inline-block;
    vertical-align: middle;
    color: #e6a391;
    -webkit-animation: moveUp .5s;
    animation: moveUp .5s
}

.store-product .add-cart.cart-added:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

.product-detail h3,
.store-product-wrapper .product-rate {
    font-family: "Open Sans", sans-serif
}

.store-product .add-cart.cart-added:after {
    content: 'Added';
    margin-left: 10px;
    font-size: 14px
}

.store-product .buy-btn {
    background-color: #dc8068;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.store-product .buy-btn:focus,
.store-product .buy-btn:hover {
    background-color: #c94f2f;
    color: #fff
}

.store-product a {
    padding: 15px 5px
}

.store-product a:focus,
.store-product a:hover {
    color: #e6a391;
    text-decoration: none
}

.store-product-wrapper {
    width: 100%;
    padding: 0 15px
}

.store-product-wrapper .product-rate {
    position: absolute;
    top: -30px;
    left: 15px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #dc8068;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.store-product .imgLiquid {
    height: 300px;
    position: relative;
    overflow: hidden
}

.store-product .imgLiquid:after {
    content: '';
    position: absolute;
    top: 34%;
    left: 31%;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    height: 75pt;
    width: 75pt;
    border: 0 solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    opacity: .7;
    visibility: visible;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.store-product:hover .imgLiquid:after {
    opacity: 0;
    border: 50px solid rgba(255, 255, 255, .7);
    visibility: hidden
}

.add-buy a {
    display: block;
    width: 100%;
    float: left
}

.add-cart {
    color: #e6a391
}

.product-detail {
    background-color: #3f3530;
    padding: 40px 15px;
    overflow: hidden;
    height: 150px;
    text-overflow: ellipsis; 
    position: relative

}

.product-detail h3 {
    color: #fff;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px
}

.product-detail p {
    color: #e6a391;
    margin: 0;

}

@media screen and (max-width:479px) {
    .categories li {
        width: 50%
    }
}

@media screen and (min-width:480px) {
    .store-product-wrapper {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .store-product-wrapper {
        width: 33.33%
    }
}

@media screen and (min-width:992px) {
    .store-product-wrapper {
        width: 25%
    }
    .categories button {
        -webkit-transition-property: background, letter-spacing, color, border-color;
        transition-property: background, letter-spacing, color, border-color;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }
    .categories button:hover {
        background: #dc8068;
        letter-spacing: 4px;
        color: #fff;
        border-color: #dc8068
    }
}

.productPage .categories {
    margin-top: 50px
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.testimonial-sectn {
    background: url(../images/testimonial-bg.jpg) center bottom no-repeat;
    background-size: cover
}

.testimonial {
    margin-top: 60px;
    margin-bottom: 60px
}

.testimonial ul {
    padding: 0
}

.testimonial li {
    padding: 0 15px;
    list-style: none
}

.testimonial-owl {
    overflow: hidden
}

.testimonial-owl .owl-item {
    display: inline-block
}

.testimonial-text h3 {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #664d42
}

.event-single h3,
.testimonial-item .name-text h3 {
    font-family: "Old Standard TT", serif;
    font-weight: 400
}

.testimonial-text P {
    color: #664d42
}

.testimonial-item .imgLiquid {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 0 auto
}

.back-to-top,
.owl-page,
.time-circle {
    border-radius: 50%
}

.testimonial-item .name-text h3 {
    font-size: 25px;
    color: #664d42;
    text-transform: capitalize
}

.contact-us h2,
.contact-us h3,
.contact-us p,
footer h2 {
    text-transform: uppercase
}

.testimonial-item .name-text p {
    font-style: italic;
    color: #856456;
    line-height: 1.7
}

@media screen and (min-width:768px) {
    .testimonial-item .imgLiquid {
        float: left
    }
    .testimonial-item .name-text {
        width: calc(100% - 180px);
        float: right;
        text-align: left
    }
    .testimonial-text {
        text-align: left
    }
    .testimonial-text img {
        width: 10pc;
        margin-right: 15px;
        height: auto;
        display: inline-block
    }
    .testimonial-text figcaption {
        display: inline-block;
        width: calc(100% - 180px);
        vertical-align: middle
    }
}

@media screen and (min-width:992px) {
    .testimonial-text {
        width: 100%;
        text-align: center
    }
    .testimonial-text h3 {
        margin-bottom: 20px
    }
}

.testimonial .owl-carousel,
.testimonial .testimonial-item {
    display: none
}

.testimonial .owl-item .testimonial-item {
    display: block
}

#event-owl .owl-item,
.owl-page,
.time-circle {
    display: inline-block
}

.event-single {
    position: relative;
    background-color: #f7f7f7
}

.event-single h3 {
    font-size: 40px;
    color: #4e3b32
}

.contact-us h2,
.contact-us h3,
.event-timer h3,
footer h2 {
    font-family: "Open Sans", sans-serif
}

.event-single .star-mark {
    position: absolute;
    top: 0;
    right: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 2
}

.event-single .event-img {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 300px
}

@media (min-width:992px) {
    .event-single .event-img {
        float: left;
        width: 41.6666666667%
    }
}

@media (min-width:1200px) {
    .event-single .event-img {
        float: left;
        width: 50%
    }
}

.event-single .event-desc {
    position: relative;
    min-height: 1px;
    padding: 30px 15px
}

@media (min-width:992px) {
    .event-single .event-desc {
        float: left;
        width: 58.3333333333%
    }
}

@media (min-width:1200px) {
    .event-single .event-desc {
        float: left;
        width: 50%
    }
}

.event-single .event-desc>h3 {
    margin-top: 0
}

.event-single .event-desc p {
    margin-bottom: 15px;
    color: #664d42
}

.event-timer {
    margin-top: 30px
}

.event-timer h3 {
    font-size: 25px
}

.time-circle {
    width: 5pc;
    height: 5pc;
    overflow: hidden;
    text-align: center;
    background-color: #dc8068;
    padding: 18px 0;
    margin-right: 10px
}

.time-circle h3,
.time-circle h5 {
    margin: 0;
    color: #fff
}

#event-owl {
    overflow: hidden
}

.owl-pagination {
    text-align: center;
    padding: 20px 0
}

.owl-page {
    background: #ddd;
    height: 10px;
    width: 10px;
    margin-right: 5px
}

.owl-page.active {
    background: #dc8068
}

@media screen and (min-width:992px) {
    .event-single .event-desc {
        padding: 60px
    }
    .event-single .event-desc>h3 {
        margin: 30px 0
    }
    .event-single .event-desc p {
        margin: 25px 0
    }
    .event-single .event-img {
        height: 600px
    }
    .time-circle {
        width: 90px;
        height: 90px;
        padding: 23px 0
    }
}

@media screen and (min-width:1200px) {
    .event-single .event-desc {
        padding: 60px 70px
    }
}

#map-canvas,
.contact-us .add {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.contact-sectn {
    padding-bottom: 0
}

.contact-us .add {
    background: url(../images/contact-bg.jpg) top left no-repeat;
    background-size: cover;
    height: 100%
}

.contact-us h2 {
    font-size: 38px;
    font-weight: 600
}

.contact-us h3 {
    font-size: 20px;
    font-weight: 300
}

.contact-us h3 span {
    font-weight: 700
}

#map-canvas {
    height: 300px
}

@media (min-width:992px) {
    #map-canvas,
    .contact-us .add {
        float: left;
        width: 50%
    }
}

.add-inner-wrapper {
    padding: 40px 0;
    text-align: center
}

@media screen and (min-width:992px) {
    .add-inner-wrapper {
        width: 20pc;
        margin: 40px auto;
        padding: 0
    }
    .contact-us {
        margin-top: 75pt;
        height: 500px
    }
    .contact-us h2 {
        font-size: 58px;
        color: #3f3430
    }
    .contact-us h2 img {
        float: left;
        display: inline;
        margin: 40px 15px 30px 0
    }
    .contact-us h3 {
        font-size: 40px
    }
    .contact-us .add {
        background-position: center left
    }
    #map-canvas {
        height: 100%
    }
}

@media screen and (min-width:1200px) {
    .contact-us {
        height: 700px
    }
    .add-inner-wrapper {
        margin-top: 110px;
        text-align: left
    }
}

footer {
    text-align: center
}

footer .upper {
    background: url(../images/footer-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 40px 0
}

footer h2 {
    font-size: 25px
}

footer h3 {
    font-family: "Great Vibes", cursive;
    font-size: 50px
}

.button-type-three,
footer .order-btn {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400
}

footer .lower {
    background-color: #ebebeb
}

footer small {
    color: #988e89;
    display: block;
    margin-bottom: 35px
}

.back-to-top,
.banner-img-holder,
.button-secondary,
.footer-nav,
footer .order-btn {

    display: inline-block

}

footer .order-btn {
    margin: 40px 0;
    padding: 15px 30px;
    font-size: 18px;
    background-color: #dc8068;
    color: #fff;
    float: none;
    width: auto;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

footer .order-btn:hover {
    background-color: #c94f2f
}

.footer-nav {
    list-style: none;
    padding: 0
}

.footer-nav li {
    float: left
}

.footer-nav a {
    padding: 10px 5px;
    color: #3f3530;
    text-transform: uppercase
}

.footer-nav a:hover {
    color: #877267
}

.back-to-top {
    color: #fff;
    background-color: #664d42;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #fff
}

@media screen and (min-width:768px) {
    .footer-nav a {
        padding: 10px 15px
    }
    footer h3 {
        font-size: 5pc
    }
    footer h2 {
        font-size: 40px;
        color: #664d42
    }
    footer .order-btn {
        padding: 30px 45px;
        margin: 60px 0
    }
    footer .upper {
        padding: 60px 0
    }
    footer .upper img {
        margin-top: 30px
    }
}

.button-primary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0
}

.button-primary.focus,
.button-primary:focus {
    color: #fff;
    background-color: #b4462a;
    border-color: #b4462a
}

.button-primary:hover {
    color: #fff;
    background-color: #dc8068;
    border-color: #dc8068
}

.button-primary.active,
.button-primary.active.focus,
.button-primary.active:focus,
.button-primary.active:hover,
.button-primary:active,
.button-primary:active.focus,
.button-primary:active:focus,
.button-primary:active:hover,
.open>.button-primary.dropdown-toggle,
.open>.button-primary.dropdown-toggle.focus,
.open>.button-primary.dropdown-toggle:focus,
.open>.button-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #b4462a;
    border-color: #b4462a
}

.button-primary.active,
.button-primary:active,
.open>.button-primary.dropdown-toggle {
    background-image: none
}

.button-primary.disabled,
.button-primary.disabled.active,
.button-primary.disabled.focus,
.button-primary.disabled:active,
.button-primary.disabled:focus,
.button-primary.disabled:hover,
.button-primary[disabled],
.button-primary[disabled].active,
.button-primary[disabled].focus,
.button-primary[disabled]:active,
.button-primary[disabled]:focus,
.button-primary[disabled]:hover,
fieldset[disabled] .button-primary,
fieldset[disabled] .button-primary.active,
fieldset[disabled] .button-primary.focus,
fieldset[disabled] .button-primary:active,
fieldset[disabled] .button-primary:focus,
fieldset[disabled] .button-primary:hover {
    background-color: transparent;
    border-color: #000
}

.button-primary .badge {
    color: transparent;
    background-color: #000
}

.button-primary.type2 {
    background-color: #dc8068;
    color: #fff
}

.button-type-three {
    padding: 10px 20px;
    font-size: 1pc;
    border: 1px solid #dc8068;
    color: #fff;
    background: #dc8068;
    -webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
    transition: background .4s ease-in-out, color .4s ease-in-out
}

.button-type-three:hover {
    background: #fff;
    color: #dc8068
}

@media screen and (min-width:992px) {
    .download {
        position: relative;
        width: 200px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        overflow: hidden
    }
    .download span,
    .download:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0
    }
    .download:after {
        content: "\f063";
        font-family: FontAwesome;
        color: #fff;
        top: -60px;
        -webkit-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out
    }
    .download span {
        top: 0;
        -webkit-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out
    }
    .download:hover {
        background: #dc8068
    }
    .download:hover:after {
        top: 0
    }
    .download:hover span {
        color: #fff;
        top: 60px
    }
    .button-primary {
        -webkit-transition: background .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out;
        transition: background .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out
    }
}

.banner,
.banner-img-holder,
.brand {
    position: relative
}

.button-secondary {
    text-transform: uppercase;
    padding: 15px 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #dc8068;
    color: #fff;
    float: none;
    width: auto
}

.button-secondary:hover {
    background-color: #c94f2f;
    color: #fff
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 10pc auto
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #dc8068;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.complete-order,
.order-btn,
.selected-item-no {
    float: left;
    text-align: center;
    min-height: 1px
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.parsley-errors-list .parsley-required,
.parsley-errors-list .parsley-type {
    padding: 5px 0;
    color: #dc8068
}


/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-125pc, 0, 0);
        transform: translate3d(-125pc, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(125pc, 0, 0);
        transform: translate3d(125pc, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -360deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(25pc) scale3d(.95, .95, .95);
        transform: perspective(25pc) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -360deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(25pc) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(25pc) scale3d(.95, .95, .95);
        transform: perspective(25pc) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 10deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -5deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 10deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -5deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -20deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 10deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -5deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -20deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 10deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -5deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
    30% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
    30% {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        transform: perspective(25pc) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
    30% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -15deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(25pc);
        transform: perspective(25pc)
    }
    30% {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, -15deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        transform: perspective(25pc) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-750pt, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-750pt, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-750pt, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-750pt, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(750pt, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(750pt, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(750pt, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(750pt, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-125pc, 0, 0);
        transform: scale(.1) translate3d(-125pc, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-125pc, 0, 0);
        transform: scale(.1) translate3d(-125pc, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(125pc, 0, 0);
        transform: scale(.1) translate3d(125pc, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(125pc, 0, 0);
        transform: scale(.1) translate3d(125pc, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

header {
    border-bottom: 20px solid #f2f2f2
}

header .header-body {
    position: relative;
    background: #fff
}

@media screen and (min-width:992px) {
    header {
        padding: 20px;
        background: #f2f2f2;
        border-bottom: 0
    }
    .banner-image {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }
}

@media screen and (min-width:1600px) {
    header {
        padding: 40px
    }
    .banner-image {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    navbar-brand{
        width: 75px;
    }

}

.brand {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 15px
}

@media (min-width:768px) {
    .brand {
        float: left;
        width: 25%;
        margin-left: 33.3333333333%
    }
}

@media (min-width:992px) {
    .brand {
        margin-left: 33.3333333333%
    }
    navbar-brand{
        width: 75px;
    }
}

.brand a:hover {
    text-decoration: none
}

.brand p {
    color: #362e29
}

.banner-image {
    width: 100%;
    text-align: center;
}

.banner-img-holder {
    max-width: 300px
}

.banner-img-holder .coffee-drop {
    position: absolute;
    left: 30.8%;
    top: 15.4%;
    overflow: hidden;
    -webkit-transition: height 4s ease-in-out;
    transition: height 4s ease-in-out;
    max-width: 35.5%
}

.banner-img-holder .coffee-drop.poured {
    height: 100%
}

.banner-img-holder .coffee-text,
.banner-img-holder .cup,
.banner-img-holder .logo,
.banner-img-holder .premium-text {
    position: absolute
}

.banner-img-holder .logo {
    top: 0;
    left: 30.7%;
    max-width: 36%
}

.banner-img-holder .cup {
    bottom: 0;
    left: 0
}

.banner-img-holder .premium-text {
    top: 25%;
    left: 20%;
    z-index: 2;
    max-width: 55%
}

.banner-img-holder .coffee-text {
    top: 37%;
    z-index: 2;
    left: 10%;
    max-width: 75%
}

.banner-img-holder .logo-cup {
    opacity: 0
}

.home-page .brand,
.home-page .header-logo {
    display: none
}

.home-page .banner-image p {
    padding-left: 40px
}

@media screen and (min-width:768px) {
    .banner-img-holder .coffee-drop {
        height: 0%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 100%
    }
}

@media screen and (min-width:1400px) {
    .banner-img-holder {
        margin-top: 15%;
        max-width: none
    }
}

.menu-sectn {
    padding: 5pc 0 0
}

.menu-page header .banner {
    margin: 30px 0
}

.menu-page header .banner>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .menu-page header .banner>div {
        float: left;
        width: 50%
    }
}

.menu-page .pricing-carte {
    background-color: #fff;
    border: 1px dashed #3f3530
}

.menu-page .pricing-table {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:992px) {
    .menu-page header .banner {
        margin: 60px 0
    }
}

.order-box {
    padding: 15px;
    border: 1px solid #000;
    margin-top: 60px
}

.author-details .auth-icon,
.selected-item-no p span {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.order-box h2 {
    font-family: "Old Standard TT", serif;
    font-size: 45px;
    margin: 10px 0
}

.order-box h5,
.selected-item-no p {
    font-family: "Open Sans", sans-serif
}

.order-box h5 {
    font-size: 20px;
    font-weight: 100
}

.complete-order {
    width: 100%;
    position: relative;
    padding: 0 5px
}

@media (min-width:768px) {
    .complete-order {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .complete-order {
        float: left;
        width: 50%
    }
}

.selected-item-no {
    width: 100%;
    position: relative;
    padding: 20px 5px
}

@media (min-width:768px) {
    .selected-item-no {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .selected-item-no {
        float: left;
        width: 25%
    }
}

.selected-item-no p {
    font-size: 14px;
    margin: 0
}

.selected-item-no p span {
    background-color: #82ca9c;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 2px;
    font-size: 20px;
    line-height: 40px
}

.order-btn {
    width: 100%;
    position: relative;
    padding: 0 5px
}

@media (min-width:768px) {
    .order-btn {
        float: left;
        width: 50%
    }
}

.order-btn a {
    margin: 10px 0 30px
}

@media screen and (min-width:768px) {
    .order-btn a {
        margin: 30px 0
    }
    .selected-item-no {
        padding: 2pc 5px
    }
}

@media screen and (min-width:992px) {
    .order-box {
        padding: 30px
    }
    .complete-order {
        text-align: left
    }
}

.backquote p,
.single-page-wrap p {
    text-align: justify
}

.menu-list-page .cuisine-price {
    color: #664d42
}

.menu-list-page .pricing-detail {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-btn {
        float: left;
        width: 25%
    }
    .menu-list-page .pricing-detail {
        float: left;
        width: 33.3333333333%
    }
}

.menu-list-page .pricing-carte {
    border-color: #d3d3d3;
    border-style: solid
}

.menu-list-page .pricing-detail .image {
    padding: 10px 25px 0
}

.author-blog-sectn {
    position: relative;
    margin: 75pt 0;
    min-height: 250px
}

.author-blog-sectn .feature-img {
    width: 100%;
    height: auto
}

.blog-details-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .65);
    padding: 15px 30px
}

.blog-details-holder h2 {
    font-family: "Old Standard TT", serif;
    font-size: 45px;
    color: #fff;
    margin-top: 10px
}

.author-details h5,
.blog-details-holder h6 {
    font-family: "Open Sans", sans-serif
}
.author-details h5 p,
.blog-details-holder h6 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif
}

.blog-details-holder h6 {
    font-size: 13px;
    color: #dc8068;
    margin: 0
}

@media screen and (min-width:992px) {
    .blog-details-holder {
        bottom: 40px;
        padding: 15px 60px
    }
}

.blog-excerpt,
.blog-img {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

.author-details .auth-icon {
    overflow: hidden;
    height: 50px;
    width: 50px;
    margin-right: 10px
}

.author-details h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    color: #fff
}

.author-details h5 span {
    font-weight: 600
}

.blog-item {
    margin-top: 60px
}

.blog-img {
    height: 250px
}

@media (min-width:992px) {
    .blog-img {
        float: left;
        width: 33.3333333333%
    }
    .blog-excerpt {
        float: left;
        width: 66.6666666667%;
        padding-left: 30px
    }
}

.blog-excerpt h5 {
    color: #77625a
}

.blog-excerpt .author-details h5 {
    color: #666
}

.blog-excerpt h2 {
    font-family: "Old Standard TT", serif;
    font-size: 50px
}

.blog-details-wrap p,
.tag-line {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.blog-excerpt p {
    line-height: 1.8;
    margin: 30px 0;
    color: #77625a
}

.blog-excerpt .button-primary {
    float: right
}

@media screen and (max-width:991px) {
    .blog-img {
        height: 250px!important
    }
}

.blog-details-sectn .section-heading-type2 {
    margin-top: 50px
}

.blog-details-sectn .author-details h5 {
    color: #939392
}

.blog-details-sectn .blog-img {
    width: 100%
}

.blog-details-sectn .blog-img-wrap {
    overflow: hidden
}

.blog-details-sectn .blog-img-wrap .left {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding: 0
}

.blog-details-sectn .blog-img-wrap .right {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding: 0
}

.blog-details-wrap {
    padding: 60px 0
}

.blog-details-wrap p {
    font-size: 14px;
    color: #77625a
}

.tag-line,
.tag-line a,
.tag-line p {
    color: #939392
}

.blog-details-wrap>p {
    padding: 10px 0
}

.tag-line {
    padding: 20px 0 40px;
    font-size: 13px
}

.tag-line .tag-code,
.tag-line ul {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

.tag-line a:hover {
    color: #7a7a78
}

.tag-line span {
    color: #000;
    text-transform: capitalize
}

@media (min-width:992px) {
    .blog-details-sectn .section-heading-type2 {
        margin-top: 75pt
    }
    .tag-line .tag-code {
        float: left;
        width: 25%
    }
    .tag-line ul {
        float: left;
        width: 75%
    }
}

.tag-line ul li {
    display: inline-block;
    border-left: 1px solid #939392;
    padding: 0 10px
}

.tag-line ul i {
    color: #000
}

.tag-line ul i,
.tag-line ul span {
    padding: 0 5px
}

.backquote {
    padding: 20px 0
}

.backquote p {
    font-style: italic;
    width: 95%;
    float: right;
    padding: 0 20px;
    border-left: 5px solid #dc8068
}

.blog-information {
    margin: 30px 0
}

.blog-information .blog-info-img {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    padding: 0
}

.blog-information .blog-info-cont {
    position: relative;
    min-height: 1px;
    text-align: justify;
    padding: 30px 0
}

@media (min-width:768px) {
    .blog-information .blog-info-img {
        float: left;
        width: 41.6666666667%
    }
    .blog-information .blog-info-cont {
        float: left;
        width: 58.3333333333%
    }
}

@media screen and (min-width:768px) {
    .blog-information .blog-info-cont {
        padding: 0 30px
    }
}

.form-control,
textarea {
    -webkit-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out
}

.leave-comment h4 {
    border-top: 1px dashed #acacac;
    padding-top: 30px
}

.leave-comment .form-group {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0 0
}

@media screen and (min-width:992px) {
    .blog-details-sectn .blog-img-wrap {
        height: 350px
    }
    .leave-comment .form-group {
        width: 33.33%;
        padding: 0 15px
    }
    .leave-comment .form-group:first-of-type {
        padding-left: 0
    }
    .leave-comment .form-group:last-of-type {
        padding-right: 0
    }
}

.leave-comment .form-control {
    height: 40px
}

.leave-comment .textarea {
    width: 100%;
    height: 150px;
    resize: none;
    margin: 30px 0;
    padding: 10px 15px;
    border-radius: 4px
}

.leave-comment button {
    float: right;
    padding: 15px 30px;
    outline: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #dc8068;
    background: #dc8068
}

@media screen and (min-width:992px) {
    .leave-comment button {
        -webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
        transition: background .4s ease-in-out, color .4s ease-in-out
    }
    .leave-comment button:hover {
        background: #fff;
        color: #dc8068
    }
}

blockquote {
    font-size: 14px;
    font-style: italic
}

img.alignleft {
    margin: 15px 0
}

@media (min-width:768px) {
    img.alignleft {
        margin-right: 30px
    }
}

.content-entry {
    color: #77625a
}

.content-entry p {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    margin: 0 0 30px
}

@media (min-width:992px) {
    .content-entry blockquote {
        margin: 40px 0 40px 50px
    }
}

.gallery {
    padding: 75pt 0
}

.gallery h2 {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    color: #664d42;
    text-transform: capitalize
}

.gallery p,
.gallery-footer .time {
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

.gallery p {
    color: #856456
}

.gallery-type-one {
    margin: 5pc 0;
    padding: 0
}

.gallery-type-one li {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .gallery-type-one li {
        float: left;
        width: 33.3333333333%
    }
}

@media screen and (min-width:480px) and (max-width:992px) {
    .gallery-type-one li {
        width: 50%;
        float: left
    }
}

.gallery-type-one a {
    display: block;
    position: relative;
    overflow: hidden
}

.gallery-type-one .gallery-info {
    position: absolute;
    background: rgba(220, 128, 104, .9);
    width: 100%;
    height: 100%
}

.gallery-type-one .gallery-info img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grid {
    margin: 70px 0
}

.grid-item {
    width: 100%;
    margin-bottom: 15px
}

.grid-item img {
    display: block;
    max-width: 100%
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery-item .gallery-item__hovericon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -47px;
    margin-top: -47px;
    background: #dc8068;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.gallery-item:hover .gallery-item__hovericon {
    opacity: 1
}

@media screen and (min-width:480px) {
    .grid-item {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .grid-item {
        width: 25%;
        float: left
    }
    .grid-item.gallery-item-width2 {
        width: 50%
    }
}

.single-page-wrap .gallery-wrapper {
    margin: 50px 0 0
}

.single-page-wrap .gallery-info {
    padding: 20px 30px;
    background: #EFEFEF
}

.single-page-wrap .gallery-info p {
    color: #828282;
    font-weight: 400;
    line-height: 25px
}

.single-page-wrap .gallery-img {
    overflow: hidden
}

.gallery-footer {
    padding: 40px 0
}

.gallery-footer .social-element {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:992px) {
    .gallery-footer .social-element {
        padding: 0
    }
}

.gallery-footer .time {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    color: #828282;
    font-weight: 400
}

@media (min-width:992px) {
    .gallery-footer .social-element {
        float: left;
        width: 58.3333333333%
    }
    .gallery-footer .time {
        float: left;
        width: 41.6666666667%
    }
}

.gallery-footer .time span {
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase
}

.cartpage .heading h5,
.cartpage p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

@media screen and (min-width:992px) {
    .gallery-footer .time {
        padding: 0
    }
}

.social-element a {
    height: 40px;
    width: 40px;
    border: 1px solid #dc8068;
    display: inline-block;
    color: #dc8068;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px
}

.isotope-gallerypage {
    padding: 5pc 0
}

.gallery-isotope-button {
    list-style-type: none;
    padding: 0 15px
}

.gallery-isotope-button li {
    display: inline-block;
    width: auto;
    float: none
}

.cartpage .heading h5,
.cartpage .heading p,
.cartpage .item-content,
.cartpage .item-details,
.cartpage .item-image,
.cartpage .item-price,
.cartpage .logo,
.cartpage .orderId {
    float: left;
    position: relative;
    width: 100%
}

.gallery-isotope-button button {
    background: 0 0;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #939392;
    letter-spacing: 1px;
    text-transform: capitalize
}

.gallery-isotope-button button.selected {
    background: 0 0;
    color: #dc8068;
    letter-spacing: 5px
}

@media screen and (min-width:992px) {
    .gallery-isotope-button button {
        -webkit-transition: letter-spacing .4s ease-in-out;
        transition: letter-spacing .4s ease-in-out
    }
    .gallery-isotope-button button:focus,
    .gallery-isotope-button button:hover {
        background: 0 0;
        color: #dc8068;
        letter-spacing: 5px
    }
}

.cartpage {
    padding: 75pt 0
}

.cartpage p {
    font-size: 14px;
    color: #939392
}

.cartpage .cartHeader {
    background: #fff;
    border-bottom: 1px solid #939392
}

.cartpage .logo,
.cartpage .orderId {
    text-align: center
}

.cartpage .orderId p {
    text-transform: capitalize
}

.cartpage .heading h5,
.cartpage .orderId p:first-of-type {
    text-transform: uppercase
}

.cartpage .orderId p:first-of-type span {
    color: #000
}

.cartpage .productQuantity {
    max-width: 75pt;
    display: block;
    margin: 0 auto
}

@media (min-width:768px) {
    .cartpage .productQuantity {
        margin: 20px 0 0
    }
}

.cartpage .heading {
    padding: 20px 0
}

.cartpage .heading h5 {
    font-size: 36px;
    color: #939392
}

.cartpage .heading p {
    color: #000;
    font-style: italic
}

.cartpage .cartBody {
    padding: 40px 0
}

.cartpage .salectedProduct {
    padding: 50px 15px
}

.cartpage .salectedProduct li {
    overflow: hidden;
    display: block;
    position: relative;
    background: #f3f3f4;
    margin-bottom: 15px
}

.cartpage .cart-meta .item-content>div,
.header-logo {
    display: inline-block
}

.cartpage .cart-meta {
    background: rgba(0, 0, 0, .7)
}

.cartpage .cart-meta h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff
}

.cartpage .cart-meta .item-content {
    padding: 0 50px
}

.cartpage .cart-meta .item-content p {
    text-transform: capitalize;
    font-size: 1pc;
    font-weight: 300
}

.cartpage .cart-meta .item-price {
    height: 200px;
    padding: 0;
    line-height: 200px;
    background: rgba(0, 0, 0, .9);
    border: none
}

.cartpage .cart-meta .item-price span {
    color: #fff
}

.cartpage .item-image img {
    width: 100%
}

.cartpage .removeProduct {
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    color: #dc8068;
    position: absolute;
    top: 5px;
    right: 5px
}

.cartpage .item-details {
    padding: 15px;
    text-align: center
}

.cartpage .item-details h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #dc8068;
    text-transform: capitalize
}

.cartpage .item-details p {
    width: 70%;
    padding: 20px 0
}

.cartpage .item-details>div i {
    color: #dc8068
}

.cartpage .item-details>div span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #939392
}

.cartpage .item-price {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 15px
}

.cartpage .item-price span {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #dc8068;
    display: inline-block
}

@media (min-width:768px) {
    .cartpage .removeProduct {
        background-color: transparent
    }
    .cartpage .item-price {
        padding: 50px 0 0
    }
}

@media screen and (min-width:480px) {
    .cartpage .heading h5,
    .cartpage .logo,
    .cartpage .orderId {
        width: 50%
    }
    .cartpage .logo {
        text-align: left
    }
    .cartpage .orderId {
        text-align: right
    }
    .cartpage .salectedProduct {
        padding: 50px 0
    }
    .cartpage .salectedProduct li {
        height: 200px
    }
    .cartpage .heading p {
        text-align: right;
        width: 50%
    }
    .cartpage .item-content {
        width: 80%
    }
    .cartpage .item-price {
        width: 20%
    }
    .cartpage .item-image {
        width: 30%;
        height: 200px
    }
    .cartpage .item-image img {
        max-height: 100%;
        max-width: 100%
    }
    .cartpage .item-details {
        width: 60%;
        text-align: left
    }
}

.banner-img,
.banner-text,
.browsehappy {
    text-align: center
}

@media screen and (min-width:992px) {
    .cartpage .cart-meta .item-content {
        padding: 60px 50px
    }
}

.mail-cart {
    border-top: 1px solid #939392;
    padding: 40px 0
}

.mail-cart h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #939392;
    text-transform: uppercase
}

.mail-cart .checkbox label,
.mail-cart button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

.mail-cart h3 span {
    color: #000
}

.mail-cart form {
    padding: 50px 0
}

.mail-cart .checkbox {
    float: right;
    margin-right: 40px
}

.mail-cart .checkbox label {
    font-weight: 400;
    color: #939392
}

.mail-cart button {
    background: #dc8068;
    border: 1px solid #dc8068;
    margin-right: 15px;
    float: right;
    font-weight: 400;
    color: #fff;
    -webkit-transition: color, background .4s ease-in-out;
    transition: color, background .4s ease-in-out;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px
}

.mail-cart button:hover {
    color: #dc8068;
    background: #fff
}

.formcontact .form-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.formcontact .form-control {
    height: 50px;
    border-radius: 0
}

.contactpage {
    padding: 75pt 0;
    position: relative;
    overflow: hidden
}

.contactpage h2 {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    color: #664d42
}

.contactpage p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #856456
}

.banner-text h2,
.headingcontact {
    font-family: "Old Standard TT", serif
}

.contactpage .cont-wrap {
    margin: 50px 0
}

.addressbar .marker,
.addressbar .support-mail,
.headingcontact {
    margin-bottom: 40px
}

.contactpage .leave-comment {
    padding: 40px 0
}

.addressbar,
.addressbar .marker .cont,
.addressbar .marker a,
.addressbar .support-mail .cont,
.addressbar .support-mail a {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:992px) {
    .formcontact .form-group {
        float: left;
        width: 50%
    }
    .addressbar {
        float: left;
        width: 41.6666666667%
    }
}

.addressbar .marker a,
.addressbar .support-mail a {
    float: left;
    width: 25%
}

@media (min-width:768px) {
    .addressbar .marker a,
    .addressbar .support-mail a {
        float: left;
        width: 16.6666666667%
    }
}

.addressbar .marker i,
.addressbar .support-mail i {
    color: #dc8068;
    font-size: 50px;
    line-height: 70px
}

.addressbar .marker .cont,
.addressbar .support-mail .cont {
    float: left;
    width: 75%
}

@media (min-width:768px) {
    .addressbar .marker .cont,
    .addressbar .support-mail .cont {
        float: left;
        width: 83.3333333333%
    }
}

.addressbar .marker h4,
.addressbar .support-mail h4 {
    font-family: "Old Standard TT", serif;
    font-size: 25px;
    color: #664d42;
    font-weight: 400;
    word-break: break-all
}

.addressbar .marker p,
.addressbar .support-mail p {
    font-size: 13px
}

.mapwrapper {
    position: relative;
    width: 100%;
    height: 450px
}

.headingcontact {
    font-size: 50px;
    color: #664d42;
    text-transform: capitalize
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

@media screen and (min-width:992px) {
    .contactpage .cont-wrap {
        height: 450px
    }
    .mapwrapper {
        left: 50%;
        position: absolute
    }
    a:focus,
    a:hover {
        text-decoration: none;
        box-shadow: 0 0;
        outline: 0
    }
}

section {
    padding-bottom: 75pt
}

.header-logo {
    float: left;
    text-indent: -9999999px;
    line-height: 0;
    margin: 15px
}

.header-logo img {
    display: block
}

@media (min-width:992px) {
    .header-logo {
        position: absolute;
        left: 0;
        top: 0
    }
}

.inner-page header {
    padding: 0
}

.banner-img img,
.banner-text img {
    max-width: 100%;
    margin: 0 0 auto;

}

.banner-text h2 {
    font-size: 25px
}

.banner-text h2 span {
    display: block;
    text-transform: capitalize;
    font-family: "Great Vibes", cursive;
    font-size: 75pt;
    color: #dc8068;
    margin: 25px 15px 0 0
}

@media screen and (min-width:480px) {
    .banner-text h2 span {
        font-size: 140px
    }
}

@media screen and (min-width:992px) {
    .banner-text {
        text-align: right
    }
    .banner-text h2 span {
        font-size: 180px
    }
    .banner-img {
        margin-top: 15%;
        text-align: left
    }
}

@media screen and (min-width:768px) {
    .section-heading h1 span {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }
    .section-heading h1 span.animate {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    .banner-img img,
    .banner-img-holder .cup,
    .banner-text h2 span,
    .coffee-text,
    .inner-page .pricing-table,
    .order-type-wrapper,
    .premium-text,
    .reservation-form,
    .section-heading h2,
    .service-details .service-wrapper,
    ul.categories li {
        opacity: 0
    }
    .reservation-form.animated,
    .service-details .service-wrapper.animated {
        opacity: 1
    }
}

.inner-page header,
section {
    overflow: hidden
}

.single-bean-animation{
    width:35px;
    animation: animationFrames linear 4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames linear 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: animationFrames linear 4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames linear 4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames linear 4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}
.single-bean-animation:before{
    display: none;
}
.single-bean-animation:after{
    display: none;
}

@keyframes animationFrames{
    0% {
        opacity:1;
        transform:  translate(-23px,-512px)  rotate(0deg) ;
    }
    10% {
        opacity:1;
        transform:  translate(-31px,-321px)  rotate(205deg) ;
    }
    20% {
        opacity:1;
        transform:  translate(-35px,-215px)  rotate(410deg) ;
    }
    30% {
        opacity:1;
        transform:  translate(-39px,-33px)  rotate(NaNdeg) ;
    }
    40% {
        opacity:1;
        transform:  translate(-34px,78px)  rotate(352deg) ;
    }
    50% {
        opacity:1;
        transform:  translate(-39px,165px)  rotate(323deg) ;
    }
    60% {
        opacity:1;
        transform:  translate(-32px,206px)  rotate(295deg) ;
    }
    70% {
        opacity:1;
        transform:  translate(-23px,260px)  rotate(267deg) ;
    }
    80% {
        opacity:1;
        transform:  translate(-33px,329px)  rotate(238deg) ;
    }
    100% {
        opacity:0;
        transform:  translate(-27px,461px)  rotate(180deg) ;
    }
}

@-moz-keyframes animationFrames{
    0% {
        opacity:1;
        -moz-transform:  translate(-23px,-512px)  rotate(0deg) ;
    }
    10% {
        opacity:1;
        -moz-transform:  translate(-31px,-321px)  rotate(205deg) ;
    }
    20% {
        opacity:1;
        -moz-transform:  translate(-35px,-215px)  rotate(410deg) ;
    }
    30% {
        opacity:1;
        -moz-transform:  translate(-39px,-33px)  rotate(NaNdeg) ;
    }
    40% {
        opacity:1;
        -moz-transform:  translate(-34px,78px)  rotate(352deg) ;
    }
    50% {
        opacity:1;
        -moz-transform:  translate(-39px,165px)  rotate(323deg) ;
    }
    60% {
        opacity:1;
        -moz-transform:  translate(-32px,206px)  rotate(295deg) ;
    }
    70% {
        opacity:1;
        -moz-transform:  translate(-23px,260px)  rotate(267deg) ;
    }
    80% {
        opacity:1;
        -moz-transform:  translate(-33px,329px)  rotate(238deg) ;
    }
    100% {
        opacity:0;
        -moz-transform:  translate(-27px,461px)  rotate(180deg) ;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity:1;
        -webkit-transform:  translate(-23px,-512px)  rotate(0deg) ;
    }
    10% {
        opacity:1;
        -webkit-transform:  translate(-31px,-321px)  rotate(205deg) ;
    }
    20% {
        opacity:1;
        -webkit-transform:  translate(-35px,-215px)  rotate(410deg) ;
    }
    30% {
        opacity:1;
        -webkit-transform:  translate(-39px,-33px)  rotate(NaNdeg) ;
    }
    40% {
        opacity:1;
        -webkit-transform:  translate(-34px,78px)  rotate(352deg) ;
    }
    50% {
        opacity:1;
        -webkit-transform:  translate(-39px,165px)  rotate(323deg) ;
    }
    60% {
        opacity:1;
        -webkit-transform:  translate(-32px,206px)  rotate(295deg) ;
    }
    70% {
        opacity:1;
        -webkit-transform:  translate(-23px,260px)  rotate(267deg) ;
    }
    80% {
        opacity:1;
        -webkit-transform:  translate(-33px,329px)  rotate(238deg) ;
    }
    100% {
        opacity:0;
        -webkit-transform:  translate(-27px,461px)  rotate(180deg) ;
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity:1;
        -o-transform:  translate(-23px,-512px)  rotate(0deg) ;
    }
    10% {
        opacity:1;
        -o-transform:  translate(-31px,-321px)  rotate(205deg) ;
    }
    20% {
        opacity:1;
        -o-transform:  translate(-35px,-215px)  rotate(410deg) ;
    }
    30% {
        opacity:1;
        -o-transform:  translate(-39px,-33px)  rotate(NaNdeg) ;
    }
    40% {
        opacity:1;
        -o-transform:  translate(-34px,78px)  rotate(352deg) ;
    }
    50% {
        opacity:1;
        -o-transform:  translate(-39px,165px)  rotate(323deg) ;
    }
    60% {
        opacity:1;
        -o-transform:  translate(-32px,206px)  rotate(295deg) ;
    }
    70% {
        opacity:1;
        -o-transform:  translate(-23px,260px)  rotate(267deg) ;
    }
    80% {
        opacity:1;
        -o-transform:  translate(-33px,329px)  rotate(238deg) ;
    }
    100% {
        opacity:0;
        -o-transform:  translate(-27px,461px)  rotate(180deg) ;
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity:1;
        -ms-transform:  translate(-23px,-512px)  rotate(0deg) ;
    }
    10% {
        opacity:1;
        -ms-transform:  translate(-31px,-321px)  rotate(205deg) ;
    }
    20% {
        opacity:1;
        -ms-transform:  translate(-35px,-215px)  rotate(410deg) ;
    }
    30% {
        opacity:1;
        -ms-transform:  translate(-39px,-33px)  rotate(NaNdeg) ;
    }
    40% {
        opacity:1;
        -ms-transform:  translate(-34px,78px)  rotate(352deg) ;
    }
    50% {
        opacity:1;
        -ms-transform:  translate(-39px,165px)  rotate(323deg) ;
    }
    60% {
        opacity:1;
        -ms-transform:  translate(-32px,206px)  rotate(295deg) ;
    }
    70% {
        opacity:1;
        -ms-transform:  translate(-23px,260px)  rotate(267deg) ;
    }
    80% {
        opacity:1;
        -ms-transform:  translate(-33px,329px)  rotate(238deg) ;
    }
    100% {
        opacity:0;
        -ms-transform:  translate(-27px,461px)  rotate(180deg) ;
    }
}
#coffeeNavbarPrimary{

    position: relative;
    background-color: #fff;
    border-bottom: #975947;
    border-bottom-width: 2px;
    border-bottom-style: groove;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}
.content {
    padding: 16px;
}

/* The navigation menu */
.navbar {
    overflow: hidden;
    background-color: transparent;

}

/* Navigation links */
.navbar a {
    float: left;
    font-size: 16px;
    color: #674E43;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* The subnavigation menu */
.subnav {
    float: left;
    overflow: hidden;
    /*margin-left: 50%;*/
}
/*.subnav {
    margin-left: 150px;
}*/
/* Subnav button */
.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #674E43;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
    background-color: #DCDCA4;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
    display: none;
    position: relative;
    left: 0;
    background-color: #DC8068;
    width: 100%;
    z-index: 1;
}

/* Style the subnav links */
.subnav-content a button{
    float: left;
    color: #674E43;
    text-decoration: none;

}
.subnav-content button{
    border: none;
    background-color: transparent;
    float: left;
    color: #674E43;
    text-decoration: none;
    height: 50px;
    padding: 14px 16px;
    text-align: center;

}

/* Add a grey background color on hover */
.subnav-content a:hover {
    background-color: #eee;
    color: black;
}
.subnav-content button:hover {
    background-color: #eee;
    color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
    display: block;
    background-color: transparent; 
    border-color: #674E43;
}
.fade {
  position: relative;
  height: 1.2em; /* exactly three lines */
}
.fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}