/* Landing */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.landing-body {
    font-family: JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.title {
    font-family: JosefinSansRegular, "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
}

#menu-button {
    display: none;
    font-size: 28px;
    float: right;
    text-decoration: none;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    top: 50%;
    transform: translate(0, -50%);
    right: 3%;
}

#menu-button:hover {
    color: #ffffff;
}

.landing-header-top {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 30px;
    background-color: #4a4a4a;
    position: fixed;
    z-index: 101;
}

.landing-header-top .landing-header-content {
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 9px;
    border: none;
    color: #ffffff;
    font-family: JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;;
}

.landing-header-top .landing-header-content .language {
    overflow: hidden;
    float: left;
}

.landing-header-top .landing-header-content .login {
    float: right;
}

.landing-header-top .landing-header-content a {
    color: #ffffff;
}

.landing-header-top .landing-header-content .language a.active {
    font-family: JosefinSansSemiBold, JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;;
    color: #ffffff;
}

.landing-header-top .landing-header-content a:hover {
    color: #828282;
}

.landing-header {
    top: 30px;
    height: 90px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 101;

    -webkit-box-shadow: 0px 4px 8px -1px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 0px 4px 8px -1px rgba(43, 59, 93, 0.4);
    box-shadow: 0px 4px 8px -1px rgba(43, 59, 93, 0.4);

    transition: 0.3s all ease-in-out;
}

.landing-header .landing-header-content {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 22px;
}

.landing-header .landing-header-content #logo {
    text-align: center;
    width: 25% !important;
    float: left;
    transition: 0.3s all ease-in-out;
}

.landing-header .landing-header-content #logo img {
    height: 60px;
}

.landing-header .landing-header-content #menu-content {
    margin-top: 23px;
    text-align: center;
    width: 60% !important;
    float: left;
    transition: 0.3s all ease-in-out;
}

.landing-header .landing-header-content ul {
    margin: auto;
    list-style-type: none;
    text-transform: uppercase;
    width: 100%;
}

.landing-header .landing-header-content ul li {
    width: 25%;
    float: left;
}

.landing-header .landing-header-content ul li a {
    text-decoration: none;
    color: #424242;
}

.landing-header .landing-header-content ul li a:hover {
    background-color: #ffffff;
    color: #a4a4a4;
}

.landing-header .landing-header-content .social {
    font-size: 20px;
    position: absolute;
    right: 5%;
    bottom: 32%;
}

.landing-header .landing-header-content .social a {
    text-decoration: none;
    color: #424242;
}

.landing-header .landing-header-content .social a:hover {
    color: #a4a4a4;
}

/*
    AFTER SCROLL
 */

.scroll {
    height: 100px;
}

.scroll .landing-header-content #logo {
    text-align: center;
    width: 25% !important;
    float: left;
}

.scroll .landing-header-content #menu-content {
    margin-top: 23px;
    text-align: center;
    width: 60% !important;
    float: left;
}

.scroll .landing-header-content {
    width: 100%;
    margin-top: 25px;
}

.scroll .landing-header-content ul {
    width: 100%;
}

.scroll .landing-header-content .social {
    bottom: 32%;
}

/*
    INTRODUCTION
*/

#introduction {
    margin-top: 120px;
    height: 770px;
    background-image: url("/javax.faces.resource/images/landing/_1b.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

    -webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
}

/*
    FEATURES
*/

#features {
    background-color: #ffffff;
    padding: 100px 0px 20px 0px;
}

#features .features-content {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

#features .features-content .feature-title {
    width: 100%;
}

#features .features-content .feature-title > span {
    font-size: 32px;
    text-transform: uppercase;
}

#features .features-content .ui-g {
    text-align: left;
}

/*
    ABOUT
*/

#about {
    width: 100%;
    background-color: #ffffff;
    padding: 120px 0px 120px 0px;
}

#about .title {
    padding-top: 40px;
    padding-left: 25px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
}

#about .text {
    font-size: 14px;
    padding: 25px;
    text-align: left;
    line-height: 25px;
    max-width: 470px;
}

#mag {
    width: 100%;
    background-color: #ffffff;
    padding: 190px 0px 190px 0px;

}

#mag .content {
    text-align: center;
}

#mag .title {
    margin: auto;
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 25px;
}

#mag .text {
    margin: auto;
    width: 550px;
    line-height: 30px;
}

/*
    MAG
*/

#apps {
    width: 100%;
    background-color: #ffffff;
    padding: 120px 0px 10px 0px;
    text-align: left;
}

#apps .text {
    margin-top: 36%;
    font-size: 14px;
    padding: 40px;
    line-height: 25px;
}

#apps .apps {
    padding-left: 40px;
    opacity: 0.8;
}

/*
    newsletter
*/
#newsletter {
    width: 100%;
    padding: 110px 0px 120px 0px;
    background-color: #FFFFFF;
}

#newsletter .newsletter-content {
    text-align: center;
    line-height: 30px;
}

#newsletter .newsletter-content .text {
    padding-bottom: 120px;
}

#newsletter .newsletter-content .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

#make-you-remember {
    width: 100%;
    padding: 250px 0px 250px 0px;
    background-color: #FFFFFF;
    text-align: center;
}

/*
    MOBILE
*/
#mobile {
    padding: 170px 0px 170px 0px;
    background-color: #FFFFFF;
}

#mobile .mobile-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#mobile .mobile-content img {
    height: 50px;
    margin: 10px;
}

.mobile-recommendation {
    margin-top: 120px;
    display: none;
    width: 100%;
    background-color: #a4a4a4;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
}

.mobile-recommendation p {
    color: #ffffff;
    font-weight: bold;
}

.mobile-recommendation .coming-soon {
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.mobile-recommendation .android {
    display: none;
}

.mobile-recommendation .ios {
    display: none;
}

.mobile-recommendation .android.show {
    display: inline-block;
}

.mobile-recommendation .ios.show {
    display: inline-block;
}


/*
    PRICING
*/

.pricing {
    width: 100%;
    background-color: #424242;
    min-width: 120px;
    height: 200px;
    position: relative;
}

.pricing .content-image {
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pricing .content {
    color: #ffffff;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pricing:hover .content.shadow {
    background-color: #212121;
    opacity: 0.50;
}

.pricing .content.dirty {
    background-color: #ffffff;
}

.pricing .content.dirty .name {
    padding-top: 80px;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-family: JosefinSansLight, JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
}

.pricing .content.dirty .name .price {
    font-family: JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 40px;
}

.pricing .info {
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.pricing .info .name {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
}

.pricing .info .offer {
    margin: auto;
    padding-top: 17px;
    font-weight: normal;
    font-size: 17px;
}

.pricing .offer .offer-text {
    font-style: italic;
    font-family: JosefinSansLight, JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
}

.pricing .bottom {
    color: #ffffff;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
}

.pricing .bottom .btn {
    float: left;
    margin: auto;
    width: 50%;
    background-color: #ffffff;
    border: 4px #ffffff solid;
}

.pricing .bottom .btn .text{
    color: #000000;
    padding: 4px;
}

.pricing .bottom .price {
    width: 50%;
    border: 4px #ffffff solid;
    font-size: 14px;
    text-transform: none;
}

.price.only {
    margin: auto;
    background-color: #ffffff;
    color: #000;
}

.pricing .bottom .price div {
    padding-top: 5px;
}

.pricing .bottom .btn .ui-button, .pricing .bottom .btn button.ui-button.ui-state-default, .pricing .bottom .btn.ui-button.ui-state-default {
    color: #000000;
    font-style: normal;
    font-weight: lighter !important;
    background-color: #fff;
    text-align: center;
    border-radius: unset;
    font-size: 14px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.pricing .bottom .btn.ui-button, .pricing .bottom .btn button.ui-button.ui-state-default, .pricing .bottom .btn.ui-button.ui-state-default span {

}

.plans {
    padding: 40px 0px 150px 0px;
    width: 80%;
    margin: auto;
}

.plans .title {
    padding-bottom: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.plans .content {

}

.gifts {
    padding: 60px 0px 150px 0px;
    width: 80%;
    margin: auto;
}

.gifts .title {
    padding-bottom: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.gifts .content {

}

.gift-item {
    width: 95%;
    color: #2a2a2a;
}

.gift-item.selected {
    border: 1px solid #212121;
}

.gift-item a {
    color: #2a2a2a;
}

.gift-item .content {
    width: 100%;
    text-align: center;
    background-color: #edeeee;
    padding: 20px 0px 20px 0px;
    font-size: 14px;
    font-family: JosefinSansSemiBold, "Trebuchet MS", Helvetica, sans-serif;
}

.faq {
    padding: 50px 0px 250px 0px;
    width: 60%;
    margin: auto;
    line-height: 25px;
    font-size: 16px;
}

.faq .title {
    padding-bottom: 15px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.faq .sub-title {
    font-weight: bold;
    font-family: JosefinSansSemiBold, "Trebuchet MS", Helvetica, sans-serif;
}

.faq-bold {
    font-weight: bold;
    font-family: JosefinSansSemiBold, "Trebuchet MS", Helvetica, sans-serif;
}

.faq-italic {
    font-style: italic;
}

.faq .col-one {
    padding-right: 40px;
}
.faq .col-two {
    padding-left: 40px;
}


/*
    FOOTER
*/
.landing-footer {
    width: 100%;
    padding: 50px 0px 40px 0px;
    background-color: #404141;
}

.landing-footer .landing-footer-content {
    width: 80%;
    margin: auto;
    color: #c6c7c7;
    font-size: 12px;
}

.landing-footer .landing-footer-content a {
    color: #e4e5e5;
    font-weight: normal;
}

.landing-footer .landing-footer-content a:hover {
    color: #ffffff;
}

.landing-footer .landing-footer-content .social {
    text-transform: uppercase;
    text-align: right;
}

.landing-footer .landing-footer-content .social #facebook {
    margin-left: 55px;
}

.landing-footer .landing-footer-content .faq {
    text-align: left;
}

.newsletter-input-email {
    margin-bottom: 0;
    border-radius: unset;
    border-style: none;
    border-bottom: 1px solid;
    width: 100%;
    height: 30px;
    font-size: 14px !important;
    text-align: center;
}

/* OVERRIDE */

.btn-newsletter.ui-button, .btn-newsletter button.ui-button.ui-state-default, .btn-newsletter.ui-button.ui-state-default,
.btn-send-gift.ui-button, .btn-send-gift button.ui-button.ui-state-default, .btn-send-gift.ui-button.ui-state-default {
    color: #46484c;
    text-transform: uppercase;
    font-style: normal;
    font-weight: lighter !important;
    background-color: #fff;
    text-align: center;
    width: 40%;
    margin-top: 35px;
    border-radius: unset;
    border: #46484c solid 1px;
    font-size: 13px;
    padding: 7px;
}

.btn-newsletter.ui-button, .btn-newsletter button.ui-button.ui-state-default, .btn-newsletter.ui-button.ui-state-default span ,
.btn-send-gift.ui-button, .btn-send-gift button.ui-button.ui-state-default, .btn-send-gift.ui-button.ui-state-default span {

}

.landing-margin-top {
    margin-top: 100px;
}

@media (max-width: 64em) {

    #menu-button {
        position: absolute;
        display: block;
        color: #585b5d;
        top: 42%;
    }

    #menu-button:hover {
        color: #343739;
    }

    #menu {
        transition: 0.2s all ease-out;
    }

    .landing-header .landing-header-content #logo {
        width: 100% !important;
    }

    .landing-header .landing-header-content {
        margin-top: 20px;
        width: 100%;
    }

    .landing-header .landing-header-content ul {
        float: none;
        position: fixed;
        top: 120px;
        right: 0px;
        color: #ffffff;
        background-color: #7f8284;
        display: none;
        margin: 0;
        text-transform: uppercase;
        text-align: left;
        transform: translate(100%);
    }

    .landing-header .landing-header-content ul li {
        width: 100%;
    }

    .landing-header .landing-header-content ul.overlay-menu {
        display: block;
        height: 100%;
        width: 220px;
        transform: translate(0);
    }

    .landing-header .landing-header-content ul li a {
        color: #ffffff;
        display: block;
        font-size: 20px;
        padding: 15px;
    }

    .landing-header .landing-header-content .social {
        display: none;
    }

    #introduction {
        margin-top: 0px;
    }

    #introduction {
        height: 623px;
        background-position: top center;
    }

    #mag .title {
        width: 100%;
        font-size: 35px;
    }

    #mag .content {
        padding: 5px;
    }

    #mag .text {
        max-width: 480px;
        width: 100%;
    }

    #apps .text {
        margin-top: 5%;
    }

    .newsletter-input-email {
        width: 95%;
    }

    #about img {
        width: 100%;
    }

    .landing-footer .landing-footer-content .social #facebook {
        margin-left: 0px;
    }

    .scroll .landing-header-content #logo {
        width: 100% !important;
    }

    .mobile-recommendation {
        display: block;
    }

    .pricing .content .bottom .price {
        font-size: 12px;
    }

    .pricing .content .bottom .btn .ui-button, .pricing .content .bottom .btn button.ui-button.ui-state-default, .pricing .content .bottom .btn.ui-button.ui-state-default {
        font-size: 12px;
    }

    .pricing .content .bottom {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .faq {
        padding: 50px 0px 180px 0px;
        width: 80%;
    }

    .faq .col-one {
        padding-right: 25px;
    }

    .faq .col-two {
        padding-left: 25px;
    }

    .landing-margin-top {
        margin-top: 0px;
    }
}
