/*.main-body {*/
    /*margin-top: 60px;*/
/*}*/
/*@media (max-width: 980px) {*/
    /*.main-body {*/
        /*padding-top: 0;*/
    /*}*/
/*}*/

.navbar-brand {
    padding: 0;
}
.navbar-brand>img {
    height: 200%;
    /*padding: 15px;*/
    width: auto;
}

.help-block {
    color : red;
}

#partner-grid {
    position: relative;
    max-width: 100%;
    width: 100%;
}
#partner-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
}
.white-panel h1 {
    font-size: 1em;
}
.white-panel h1 a {
    color: #A92733;
}
.white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.homepage {*/
    /*margin-top: 10px;*/
    /*min-height: 400px;*/
    /*border: 1px solid #8C8C8C;*/
    /*border-radius: 7px;*/
    /*color: #4A4A4A;*/
    /*overflow: hidden;*/
    /*position: relative;*/
/*}*/

/*.bottom-right{*/
/*    !*position: absolute;*!*/
/*    bottom: -5%;*/
/*    right: -15%;*/
/*}*/

.bottom-right table a {
    margin: 0;
    /*font-weight: 500;*/
}

.prono-day a {
    margin-left: 2%;
}

/*.bottom-right table td {*/
    /*vertical-align: middle;*/

/*}*/
/*.bottom-right img {*/
    /*height: auto;*/
    /*max-width: 100%;*/
/*}*/

/*.bottom-right .cell {*/
    /*display: table-cell;*/
/*}*/

/*.bottom-right table {*/
    /*background-color: white;*/
/*}*/

.bottom-right h4 {
    /*color: white;*/
}
 /*.thumbnail{*/
    /*width : 100%;*/
    /*height: 400px;*/
    /*overflow: auto;*/
/*}*/

/*.thumbnail img{*/
/*width: 100%;*/
    /*height: auto;*/
    /*display: block;*/
/*}*/
/*#appbundle_user_confirmation_partners {*/
    /*text-align: left;*/
/*}*/

.pricing-table{
    font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.pricing-table .block-heading h2 {
    color: #9c27b0;
}

.pricing-table .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #9c27b0;
    padding: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
}

.pricing-table .features .feature {
    font-weight: 600; }

.pricing-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.pricing-table .price h4 {
    margin: 15px 0;
    font-size: 45px;
    text-align: center;
    color: #9c27b0;
}

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}
.btn-vip {
    background-color: #cca300;
    color: #ffffff;
}

.item .price .text-plan-month {
    margin-top: 0;
    margin-bottom: 25px;
}

.landing-page .header {
    height: auto;
}

.profile-page .header {
    height: 100vh;
}

/*Tablet*/
@media (max-width: 992px) {
    .landing-page .header .container, .profile-page .header .container {
        padding-bottom: 0;
    }
    .profile-page .header {
        height: auto;
    }
    .nav-footer a {
        font-size: 57%;
    }
}

@media (min-width: 992px) {
    .landing-page .header .container {
        padding-top: 10vh !important;
    }
    .landing-page .header {
        height: 100vh;
    }
    .age-warning {
        top: 23%;
    }
}

/*Tablet landscape */
@media (min-width: 992px) and (max-width: 1200px) {
    .profile-page .header {
        height: 117vh;
    }
    .nav-footer a {
        font-size: 9px;
    }
}

/*Big phones */
/*@media (min-width: 768px) and (max-width: 992px) {*/
/*    .nav-footer a {*/
/*        font-size: 57%;*/
/*    }*/
/*}*/

/*Desktop*/
@media (min-width: 1200px) {
    .landing-page .header {
        height: 100vh;
    }
}

/*Desktop*/
@media (min-width: 1200px) {
    .profile-page .header {
        height: 117vh;
    }
}


/*Mobile*/
@media (max-width: 768px) {
    .landing-page .header .container {
        padding-top: 10vh !important;
    }

    .nav-footer a {
        font-size: 57%;
        padding: 9px;
        margin-bottom: 10px;
    }

    .age-warning {
        top: 44%;
    }
}

@media (max-width: 768px) {
    .navbar.navbar-transparent {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.landing-page .header .container {
    padding-top: 25vh;
}

.signup-page .header .container {
    padding-top: 7vh;
}

.profile-page .footer .copyright, .profile-page .footer a {
    color: #FFFFFF;
}

.card-nav-tabs {
    margin-bottom: 100px;
    padding-bottom: 35px;
}

.btn-responsive {
    white-space: normal;
}

.top-buffer { margin-top:20px; }

.bottom-form-link {
    margin-bottom: 10px;
}

.stripe-script-container .stripe-button-el {
    visibility: hidden !important;
}
.credit-card-logo {
    color: #9c27b0;
}

.body-background {
    /* The image used */
    background-image: url("img/pexels-photo-173358.jpeg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-background .footer {
    color:#FFFFFF;
}

.social-network-icons {
    vertical-align: middle;
}
.inherit-link {
    color: inherit;
}

.navbar-black {
    background-color: black;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
    z-index: 1030;
    margin-top: 10px;
}

.extra-small {
    font-size: 58%;
}

.age-warning {
    position: absolute;
    left: 25px;
    line-height: 0;
}
.section {
    padding: 29px 0;
}

.signup-page .wrapper .forgot-password-signup {
    margin: 0;
}

