@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-grow {
    flex-grow: 1;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.flip {
    -webkit-animation: flip 0.4s ease-in-out both;
    -o-animation: flip 0.4s ease-in-out both;
    animation: flip 0.4s ease-in-out both;
}

.flip-reverse {
    -webkit-animation: flip 0.4s ease-in-out reverse both;
    -o-animation: flip 0.4s ease-in-out reverse both;
    animation: flip 0.4s ease-in-out reverse both;
}

/*#footer-container{*/
    /*margin-top: 4em;*/
/*}*/

#footer-container .container div {
    margin: 0 5px;
}

#footer-container .container:before, #footer-container .container:after {
    display: none;
    content: "";
}

#footer-container #shoe {
    padding: 1em 0;
    /* margin-top: 0; */
}

#footer-container #shoe a {
    margin: 0 8px;
    display: block;
}

#footer-container #footer .copyright a {
    margin: 0 10px;
}

#footer-container #footer .copyright span {
    margin: 5px 0;
}

.contact-us {
    background-repeat: no-repeat;
    background-size: 10.74531vw 11.46406vw, 7.50365vw 10.62292vw, 7.98958vw 7.29948vw, 10.03229vw 7.56354vw, 10.54479vw 9.83385vw, 8.07292vw 7.81927vw;
    background-position: left calc(50% - (614.28vw / 19.2)) top 4.21875vw, left calc(50% - (823.13vw / 19.2)) center, left calc(50% - (584.9vw / 19.2)) bottom 4vw, right calc(50% - (496.15vw / 19.2)) top 4.60469vw, right calc(50% - (813.5vw / 19.2)) center, right calc(50% - (588.87vw / 19.2)) bottom 6vw;
    padding: 2em 0;
    margin-bottom: -4em;
}

.contact-us .wrapper {
    max-width: 585px;
    min-width: 280px;
    width: 30.46875vw;
    margin: 0 auto;
}

.contact-us .card-form {
    background-color: white;
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px 3px rgba(0, 0, 0, 0.16);
    padding: 0;
}

.contact-us .form-group {
    padding: 0 2em;
}

.contact-us .title {
    font-size: 1.77083vw;
    font-family: Montserrat, Arial, Sans;
    margin: 10px auto;
    color: #1B1E33;
    margin-bottom: 0;
}

.contact-us input, .contact-us textarea {
    margin: 2vw auto;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    color: #1B1E33;
    resize: none;
    font-weight: 400;
    font-family: Montserrat, Arial, Sans;
    padding: 7px 7px;
    font-size: 1.30208vw;
}

.contact-us .btn-submit {
    margin: 0;
    margin-top: 1vw;
    background-color: #0692D5;
    color: #ffffff;
    text-align: center;
    font-size: 1.66667vw;
    border: 0;
    width: 100%;
    padding: 1.2vw 10px;
}

@media screen and (max-width: 991px) {
    .contact-us {
        background-size: 106.48605px 113.60886px, 74.36113px 105.2731px, 79.17677px 72.33784px, 99.42001px 74.9547px, 104.49889px 97.45349px, 80.0026px 77.48897px;
    }

    .contact-us .form-group {
        padding: 0 1em;
    }

    .contact-us .title {
        font-size: 19px;
    }

    .contact-us input, .contact-us textarea {
        font-size: 16px;
        margin: 15px auto;
    }

    .contact-us .btn-submit {
        font-size: 18px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us .title {
        font-size: 16px;
    }

    .contact-us input, .contact-us textarea {
        font-size: 13px;
        margin: 10px auto;
    }

    .contact-us .btn-submit {
        font-size: 15px;
        padding: 10px;
    }
}

.contact-us .footer p {
    color: #535353;
}

.contact-us .footer p:last-of-type {
    margin-bottom: 0;
}

.payment-join {
    margin-top: 0;
    max-width: 90%;
}

.payment-join .quote-text {
    padding: 0;
    margin-bottom: 2vw;
}

.payment-join .row.display-flex {
    align-items: flex-end;
}

.payment-join .plan {
    margin: 15px auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media screen and (max-width: 992px) {
    .payment-join .plan {
        max-width: 400px;
    }
}

.payment-join .plan .face {
    padding-bottom: 0;
    position: relative;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin: 10px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.payment-join .plan .front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 95px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.payment-join .plan .front:hover {
    transform: scale(1.05);
}

.payment-join .plan .front:hover .price {
    background-color: #1696db;
    color: #ffffff;
}

.payment-join .plan .front .icon {
    position: absolute;
    z-index: 1;
    top: -5.01894vw;
    left: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11.04167vw;
    height: 11.04167vw;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    text-align: center;
    max-width: 212px;
    max-height: 212px;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
}

.payment-join .plan .front .icon .display-flex {
    max-width: 100px;
    width: 5.20833vw;
    margin: auto;
    min-width: 60px;
}

@media screen and (max-width: 992px) {
    .payment-join .plan .front .icon {
        min-width: 150px;
        min-height: 150px;
        bottom: calc(100% - 80px);
        top: unset;
    }
}

.payment-join .plan .front .details {
    padding: 70px 0;
}

.payment-join .plan .front .details .plan-name {
    font-family: Montserrat, Arial, Sans;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #1B1E33;
    padding: 0 7px;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .front .details .plan-name {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .payment-join .plan .front .details {
        max-height: 202px;
    }
}

@media screen and (min-width: 1200px) {
    .d-lg-block {
        display: block !important;
    }
}

.payment-join .plan .front .price {
    border: 0;
    background-color: rgba(6, 146, 213, 0.05);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.payment-join .plan .front .price.active {
    background-color: #1696db;
}

.payment-join .plan .front .price:not(.active):hover {
    background-color: #1696db;
}

@media screen and (max-width: 767px) {
    .payment-join .plan .front .price {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .payment-join .plan .front .price {
        font-size: 20px;
    }
}

.payment-join .plan .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.payment-join .plan .back .details {
    padding: 1vw;
}

.payment-join .plan .back .details .plan-name {
    font-family: Montserrat, Arial, Sans;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #1B1E33;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .back .details .plan-name {
        font-size: 14px;
    }
}

.payment-join .plan .back .form form {
    margin-top: 0px;
}

.payment-join .plan .back .form .space {
    padding: 35px 0;
}

.payment-join .plan .back .form .card-form {
    border: 0;
    margin-left: 2vw;
    margin-right: 2vw;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
}

.payment-join .plan .back .form .card-form .form-group {
    padding: 0;
}

.payment-join .plan .back .form .card-form hr {
    margin: 0 12px;
}

@media screen and (max-width: 992px) {
    .payment-join .plan .back .form .card-form {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.payment-join .plan .back .form .join-button #subs-btn {
    border: 0;
    margin: 0;
    margin-top: 15px;
    padding: 10px;
    font-size: 25px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .back .form .join-button #subs-btn{
        font-size: 20px;
    }
}

.account {
    padding: 2vw 0;
}

.account .page-title {
    font-size: 26px;
    line-height: 1;
    color: #1B1E33;
    margin: 1vw 0;
    font-family: Montserrat, Arial, Sans;
    font-weight: 700;
}

@media screen and (min-width: 1920px) {
    .account .page-title {
        font-size: 35px;
    }
}

.account .info {
    position: relative;
    /*border-top: 1px solid #CCCCCC;*/
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 100%;
    flex-grow: 1;
}

.account .info .row {
    padding: 1.5vw 0;
}

.account .topic-title {
    font-size: 18px;
    line-height: 1;
    color: #1B1E33;
    margin: 0;
    font-family: Montserrat, Arial, Sans;
}

@media screen and (min-width: 1920px) {
    .account .topic-title {
        font-size: 25px;
    }
}

.account .title {
    font-size: 15px;
    color: #1B1E33;
    font-family: Montserrat, Arial, Sans;
    line-height: 1;
}

.account .title + div {
    font-size: 14px;
    line-height: 1;
    font-family: Montserrat, Arial, Sans;
}

.account .title + div p {
    font-size:14px;
    margin-bottom: 5px;
    line-height: 1;
}

.account .line {
    border-top: 1px solid #CCCCCC;
}

.account .line.top, .account .line.bottom {
    position: absolute;
    left: 0;
    width: 100%;
}

.account .line.top {
    top: 0;
}

.account .line.bottom {
    bottom: 0;
}

.account .cards input {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0 5px;
    height: auto;
    /* color: #999999; */
    color: #ddd9d3;
}

.account .cards .btn {
    color: #333;
    padding: 0 5px;
    height: auto;
    background: transparent;
}

.account #add-card-btn {
    /*background-color: #1969db;*/
    color: white;
    float: right;
    margin-top: 2%;
}

.account .modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .account .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.account .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .account {
        display: block;
    }

    .account .page-title {
        font-size: 18px;
    }

    .account .info {
        margin: 15px 0;
    }

    .mb-0-lg{
        margin-bottom: 0 !important;
    }

    .mt-0-lg{
        margin-top: 0 !important;
    }

    .pt-15-lg{
        padding-top: 15px;
    }

    .account .info .row {
        padding: 15px 0;
    }

    .account .topic-title {
        font-size: 13px;
    }

    .account .title {
        font-size: 12px;
    }

    .account .title + div {
        font-size: 12px;
    }

    .account .title + div p {
        font-size: 12px;
    }
}

#footer .social-links a.social i {
    color: white;
}

.profile-dropdown button {
    background: transparent;
    border: none;
}

.profile-dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 100px;
    top: 80%;
}

.profile-dropdown .dropdown-menu > li > a:hover, .profile-dropdown .dropdown-menu > li > a:focus {
    background: transparent;
}

#contact_us_form .help-block {
    margin-left: 7%;
    color: red;
}

#admin_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15%;
}

.mobile_dropdown_profile {
    outline: none;
    border: none;
    background: none;
}

.submenu_mobile_dropdown {
    background: black;
    outline: none;
    border: none;
}

.submenu_mobile_dropdown li a {
    color: white;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.join.payment-join .quote-text {
    font-family: 'Montserrat', sans-serif;
}

.font-400 {
    font-weight: 400;
}

.font-300 {
    font-weight: 300;
}

.font-600 {
    font-weight: 600;
}

#join-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    color: #FFF;
    background-color: #44abe2
}
#subs-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    color: #FFF;
    background-color: #44abe2
}


.doc_logos img{
    max-height: 50px !important;
    margin: 1rem;
}

.doc_logos{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* .logos-margin .row{
    margin-top: 30px;
} */


.promo-form-wrapper {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .join form .card-form .form-group.card-element {
        padding-left: 5px;
    }

    .join form label {
        position: relative;
        top: 3.5px;
        left: 10px;
    }

    .join form .form-control {
        padding: 6px 5px;
    }

    .StripeElement {
        padding: 10px;
    }

    .promo-form-wrapper {
        padding: 0;
    }
}

#festivals-display a{
    /*margin: 5px 10px;*/
    display: inline-block;
    max-width: 100%;
    line-height: 1.8;
    padding: 0 0.8em;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #999999;
    font-size: 15px;
    text-decoration: none;
}

#festivals-display a:hover{
    border-color: #1696DB;
    color: #1696DB;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    font-size: 3.5em;
    color: #2980b9;
    top: 28.5%;
    transform: none;
}

.bx-wrapper .bx-prev {
    left: -3%;
}

.bx-wrapper .bx-next {
    right: -4.5%;
}

.text-green {
    color: #6ff44a;
}

.btn-green {
    background-color: #6ff44a;
    color: #fff;
}

.btn.btn-home-more:hover, .btn.btn-home-more:focus, .btn.btn-home-more:active {
    color: #fff;
    opacity: 0.8;
    outline: none;
}

.arrow-rosa .bx-wrapper .bx-controls-direction > a {
    color: #ff4067;
}

.arrow-yellow .bx-wrapper .bx-controls-direction > a {
    color: #f6bb42;
}

.arrow-red .bx-wrapper .bx-controls-direction > a {
    color: #d32f26;
}

.arrow-blue .bx-wrapper .bx-controls-direction > a {
    color: #1696db;
}

.arrow-green .bx-wrapper .bx-controls-direction > a {
    color: #6ff44a;
}

.custom-slick-slide .slick-arrow{
    color: #2980b9;
}

.custom-slick-slide.arrow-rosa .slick-arrow {
    color: #ff4067;
}

.custom-slick-slide.arrow-yellow .slick-arrow {
    color: #f6bb42;
}

.custom-slick-slide.arrow-red .slick-arrow {
    color: #d32f26;
}

.custom-slick-slide.arrow-blue .slick-arrow {
    color: #1696db;
}

.custom-slick-slide.arrow-green .slick-arrow {
    color: #6ff44a;
}

@media screen and (max-width: 480px) {
    .bx-wrapper .bx-controls-direction a{
        display: none;
    }
    .custom-slick-slide .slick-arrow {
        display: none !important;
    }
}

.submenu ul a{
    margin-right: 0rem;
}
.submenu ul a.mx-2{
    margin-left: 5px;
    margin-right: 5px;
}

.licenser-dashboard{
    min-height: calc(100vh - calc(87px + 15em));
    margin-top: 2rem;
}

#resubscription-form,
#delete-form,#upgradeplan-form{
    align-items: center;
}

/* #resubscription-confirm{
    margin-left: 30%;
} */

#resubscription-decline,
#delete-decline{
    margin: 12px ;
}

.modal-title {
    margin: 0;
    color: #1696db;
    font-weight: 600;
}

.modal-body p {
    margin: 5px auto;
}

.modal-header {
    border-bottom: 0;
    background-color: #f8f8f8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal .btn-primary {
    background: #1696db;
    border: 0;
}
.resubscribe-confirm{
width: 80% !important;
text-wrap: auto;
font-weight: 700;
}
.modal-body {
    background: rgba(250, 250, 250, 0.4);
}

.text-danger {
    color: #bf2a27 !important;
}

.modal button.close {
    font-weight: 100;
    opacity: 0.6;
    color: #EEEEEE;
}

.modal .modal-close-button {
    position: absolute;
    top: 3px;
    right: 7px;
}

@media screen and (max-width: 767px) {
    #resubscriptionPopup form button {
        /* display: block; */
        /* width: 85%; */
        margin: 1.25rem auto;
    }

    .modal-title {
        display: flex;
        text-align: center;
        margin: 5px auto;
        width: 95%;
    }

    .modal-dialog {
        width: 90%;
        margin: auto;
    }

    .account #add-card-btn {
        display: block;
        width: 100%;
        margin: 15px auto 7px;
        padding: 10px;
    }
}
@keyframes pulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
}
.skeleton-loader {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(-90deg, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-size: 400% 400%;
    animation: pulse 1s ease-in-out infinite;
    border-radius: 4px;

}
.skeleton-loader::before {
    content: '';
}

.lazy-load + .skeleton-loader{
    display: inline-block;
}

.row > ul.bxslider .skeleton-loader{
    display: none;
}

.ilightbox-toolbar .ilightbox-fullscreen{
    display: none;
}

.licenser-div a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.licenser-div a:hover {
  background-color: #1696db;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #f1f1f1;
  color: black;
}

.round {
  border-radius: 5%;
}

#disabled-link{
    cursor: not-allowed;
    background-color: #f1f1f1;
}

.pagination>li:first-child>span,
.pagination>li:last-child>span{
    padding: 0.5em 1em;
    cursor: pointer;
}
