@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?n8q4q3');
    src: url('../fonts/fonts/icomoon.eot?n8q4q3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n8q4q3') format('truetype'),
    url('../fonts/icomoon.woff?n8q4q3') format('woff'),
    url('../fonts/icomoon.svg?n8q4q3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.cursor-hover:hover{
    cursor: pointer;
}

.icon-star-full:before {
    content: "\e9d9";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}




/*@import url("https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,600,600i,800,800i,900,900i&subset=latin-ext");*/

:root {
    font-size: 100%;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {
    :root {
        /*font-size: 80%;*/
    }
}

@media only screen and (max-width: 769px) {
    :root {
        font-size: 80%;
    }
}

@media only screen and (max-width: 375px) {
    /*:root {*/
    /*    font-size: 55%;*/
    /*}*/
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

html > * {
    box-sizing: border-box;
}

main {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-print-color-adjust: exact !important;
    -webkit-text-stroke: 0.45px;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

.flex-default {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

button:focus {
    outline: 0 !important
}

.flex-default > * {
    margin-right: 1rem;
    margin-left: 1rem;
}

/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 * Usage:
 * display: none; // hidden for mobile
 * @include breakpoint($bp--small-up) {
 *   display: block; // shown above 400
 * }
 */

.layout-container {
    position: relative;
}

.layout-contained {
    max-width: 1441px;
    margin-right: auto;
    margin-left: auto;
}

.layout-contained--large {
    max-width: 1200px;
}

.layout-contained--medium {
    max-width: 1024px;
}

.layout-contained--small {
    max-width: 768px;
}

.layout-contained--tiny {
    max-width: 380px;
}

.layout-contained {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    /*padding: 0 1rem;*/
}

.h1,
.registration-form__heading h1 span,
.about__visual-content h1,
.account-plans h3,
.how-to-use h3 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .h1,
    .registration-form__heading h1 span,
    .about__visual-content h1,
    .account-plans h3,
    .how-to-use h3 {
        font-size: 4rem;
    }
}

.h2,
.profile__main-info h1 {
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .h2,
    .profile__main-info h1 {
        font-size: 3.25rem;
    }
}

.h3,
.about__learn h3,
.about h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .h3,
    .about__learn h3,
    .about h3 {
        font-size: 2.75rem;
    }
}

.h4,
.registration-form__heading h1,
.about__columns h4,
.about__visual-content h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 800;
}

@media only screen and (min-width: 768px) {
    .h4,
    .registration-form__heading h1,
    .about__columns h4,
    .about__visual-content h3 {
        font-size: 1.5rem;
    }
}

.btn,
.btn-grey,
.btn-tertiary--ghost,
.btn-secondary--ghost,
.btn-secondary,
.btn-primary--ghost,
.btn-primary,
.plan__action button,
.btn-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
}

.btn-primary,
.plan__action button,
.btn-submit {
    color: #fff !important;
    border: 2px solid transparent;
    background: #cd1777;
    font-size: 1rem;
}

.btn-primary:hover,
.plan__action button:hover,
.btn-submit:hover {
    color: #cd1777 !important;
    border: 2px solid #cd1777;
    background: #fff;
}

.btn-small,
.plan__action button,
.btn-grey {
    padding: 5px 20px;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: 600;
}

.btn-primary--ghost {
    transition: all 200ms ease-in-out;
    color: #cd1777 !important;
    border: 2px solid #cd1777;
    background: transparent;
}

.btn-primary--ghost:hover {
    color: #fff !important;
    background: #cd1777;
}

.btn-secondary {
    color: #fff !important;
    border: 2px solid #cdcc00;
    background: #cdcc00;
    font-weight: 600;
}

.btn-secondary:hover {
    color: #cdcc00 !important;
    border: 2px solid #cdcc00;
    background: #fff;
}

.btn-secondary--ghost {
    transition: all 200ms ease-in-out;
    color: #cdcc00 !important;
    border: 2px solid #cdcc00;
    background: transparent;
}

.btn-secondary--ghost:hover {
    color: #fff !important;
    background: #cdcc00;
}

.btn-tertiary--ghost {
    transition: all 200ms ease-in-out;
    color: #fff !important;
    border: 2px solid #fff;
    background: transparent;
}

.btn-tertiary--ghost:hover {
    color: #cd1777 !important;
    background: #fff;
}

.btn-grey {
    cursor: pointer;
    transition: all 200ms linear;
    color: #979797 !important;
    border: 1px solid #979797;
    background: transparent;
    font-size: 0.75rem;
    font-weight: 400;
}

.btn-grey:hover {
    color: #666 !important;
    border: 1px solid #666;
}

.btn-alert:hover {
    color: #fff !important;
    border: 1px solid #c84343;
    background: #c84343;
}

.btn-submit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: 800;
}

.btn-subscribe--regular {
    display: inline-block;
    margin: 2rem auto 0 auto;
    padding: 15px;
    cursor: pointer;
    transition: all 200ms linear;
    text-decoration: none;
    color: #979797 !important;
    border: 2px solid #979797;
    border-radius: 50px;
    font-weight: 600;
}

.btn-subscribe--regular:hover {
    color: #666 !important;
    border: 2px solid #666;
}

.tab__heading {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 2rem;
    padding: 0;
    cursor: pointer;
    color: #666;
    font-size: 0.875rem;
}

.tab__heading.active {
    color: #cd1777;
    font-weight: 800;
}

.tabs__content {
    box-sizing: border-box;
    padding: 2rem;
    border: 1px solid #979797;
    border-radius: 5px;
    background: #f6f7f8;
}

.tab {
    display: none;
    width: 100%;
    text-align: left;
}

.tab.active {
    display: block;
}

.tab__item {
    box-sizing: border-box;
    padding: 5px 0;
    border-bottom: 1px solid #979797;
}

.tab__item:first-child {
    padding-top: 0;
}

.tab__item:last-child {
    border-bottom: none;
}

.tab__item p {
    font-size: 0.875rem;
}

.tabs__content--public .tab {
    display: block;
}

.tab--public {
    padding: 7.5px;
    border: 1px solid #cd1777;
    font-size: 14px;
}

.tab--public p {
    margin: 0.5rem 0;
}

#spinner {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
}

#spinner img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard-form__heading {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(1200px - 365px);
    margin: 0;
    padding: 15px 0;
    text-align: left;
}

.dashboard-form__heading h3 {
    text-align: left;
    color: #333;
    font-size: 1.25rem;
    font-weight: 800;
}

.dashboard-form .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard-form .form-wrapper.flex_reset {
    display: block;
}

.dashboard-form .form-wrapper label {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form .form-wrapper label {
        margin-bottom: 0;
    }
}

.dashboard-form .form-item input:not([type=submit]):hover,
.dashboard-form .form-item input:not([type=submit]):active,
.dashboard-form .form-item input:not([type=submit]):focus,
.dashboard-form .form-item textarea:hover,
.dashboard-form .form-item textarea:active,
.dashboard-form .form-item textarea:focus {
    transition: all 200ms linear;
    border: 1px solid #f28bc1;
    box-shadow: 0 0 15px -4px rgba(205, 23, 119, 0.6);
}

.dashboard-form__column {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__column {
        width: 47%;
    }
}

.dashboard-form__column--full {
    width: 100%;
}

.dashboard-form input[type=text],
.dashboard-form select,
.dashboard-form fieldset,
.dashboard-form .form-item__picture--inner,
.dashboard-form input[type=date],
.dashboard-form input[type=password] {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form input[type=text],
    .dashboard-form select,
    .dashboard-form fieldset,
    .dashboard-form .form-item__picture--inner,
    .dashboard-form input[type=date],
    .dashboard-form input[type=password] {
        display: inline-block;
    }
}

.form-item__picture .dashboard-form__label,
.form-item__picture .registration-form__item label,
.registration-form__item .form-item__picture label {
    margin-top: 0;
    padding-left: 0;
}

@media only screen and (min-width: 1024px) {
    .form-item__picture .dashboard-form__label,
    .form-item__picture .registration-form__item label,
    .registration-form__item .form-item__picture label {
        margin-top: 25px;
        /*padding-left: 15px;*/
        vertical-align: top;
    }
}

.dashboard-form .form-item__picture--inner {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form .form-item__picture--inner {
        text-align: left;
    }
}

.dashboard-form .form-item__picture--inner label,
.dashboard-form .form-item__picture--inner img {
    vertical-align: middle;
}

.dashboard-form .form-item__picture--inner img {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 2px solid #cd1777;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 1rem;
}


@media only screen and (min-width: 1024px) {
    .dashboard-form .form-item__picture--inner img {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 410px) {
    .dashboard-form .form-item__picture--inner img {
        margin-bottom: 2rem;
    }

    .form-item__picture--remove {
        margin-top: 2rem;
    }

    .form-item__picture--remove a {
        margin-left: 0 !important;
    }
}

.dashboard-form .form-item__picture--inner input[type=submit] {
    margin-top: 25px;
    margin-left: 2rem;
    cursor: pointer;
}

.form-item__picture--remove a {
    margin-left: 27px;
    color: #666;
    font-size: 10px;
}

.form-item__picture--remove a:hover {
    color: #c84343;
}

.dashboard-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.dashboard-form .form-item__radio label:not(.dashboard-form__label) {
    color: #666;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-form .form-item__textarea {

}

.dashboard-form .form-item__textarea textarea {
    width: 100%;
    padding: 10px;
    resize: none;
    vertical-align: top;
    border: 1px solid #979797;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form .form-item__textarea textarea {
        width: 100%;
    }
}

.dashboard-form fieldset#sex {
    text-align: left;
}


.dashboard-form .btn-primary:not(.pull-right),
.dashboard-form .plan__action button:not(.pull-right),
.plan__action .dashboard-form button:not(.pull-right),
.dashboard-form .btn-submit:not(.pull-right) {
    margin-top: 2rem;
    /*margin-right: 15%;*/
    cursor: pointer;
}
.dashboard-form .btn-primary:not(.pull-right) {
    width: 100%;
    max-width: 273px;
    margin-top: 0;
    margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {

}

.dashboard-form__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__tabs {
        display: block;
        max-width: calc(1200px - 365px);
        margin: 0 auto;
        text-align: left;
    }
}

.dashboard-form__tab {
    width: 48%;
    margin-bottom: 4%;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__tab {
        margin-right: 2rem;
        padding: 0;
        border: none;
    }
}

.dashboard-form__tab.active {
    color: #cd1777;
    border: 1px solid #cd1777;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__tab.active {
        color: #333;
        border: none;
    }
}

.dashboard-form__tab-content {
    display: none;
    width: 100%;
    text-align: left;
}

.dashboard-form__tab-content.active {
    display: block;
}

.dashboard-form__tab-content .dashboard-form__tab-content-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__tab-content .dashboard-form__tab-content-item {
        text-align: initial;
        border-bottom: none;
    }
}

.dashboard-form__tab-content .dashboard-form__tab-content-item .form-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cd1777;
    border-radius: 0;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form__tab-content .dashboard-form__tab-content-item .form-item {
        width: 85%;
        margin-right: 10px;
    }
}

.dashboard-form .additional-work-fields,
.dashboard-form .additional-work-fields table {
    width: 100%;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .dashboard-form .additional-work-fields,
    .dashboard-form .additional-work-fields table {
        margin-bottom: 1rem;
    }
}

.dashboard-form .additional-work-fields.additional__row-new,
.dashboard-form .additional-work-fields table.additional__row-new {
    border-top: 1px solid #979797;
}

.additional-work-fields .table-title {
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
    color: #666;
    font-size: 0.875rem;
    font-weight: 800;
}

.additional-work-fields th {
    text-transform: uppercase;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
}

.additional-work-fields tbody tr {
    border-bottom: 1px solid #979797;
}

.additional-work-fields tbody tr:last-child {
    border-bottom: none;
}

.additional-work-fields td {
    width: 33.3%;
}

.additional-work-fields p {
    margin-bottom: 0;
    padding: 10px 0;
}

.form-item__multiselect .bootstrap-select {
    padding: 10px;
    border: 1px solid #979797;
    border-radius: 3px;
    font-family: inherit;
}

.form-item__multiselect .bootstrap-select:after {
    position: absolute;
    top: 19px;
    right: 1.5rem;
    clear: both;
    width: 0;
    height: 0;
    content: "";
    color: transparent;
    border-top: 5px solid #cd1777;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    pointer-events: none;
}

.form-item__multiselect .btn,
.form-item__multiselect .btn-primary,
.form-item__multiselect .plan__action button,
.plan__action .form-item__multiselect button,
.form-item__multiselect .btn-primary--ghost,
.form-item__multiselect .btn-secondary,
.form-item__multiselect .btn-secondary--ghost,
.form-item__multiselect .btn-tertiary--ghost,
.form-item__multiselect .btn-grey,
.form-item__multiselect .btn-submit,
.form-item__multiselect .btn.dropdown-toggle {
    padding: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 768px) {
    .form-item__multiselect .btn,
    .form-item__multiselect .btn-primary,
    .form-item__multiselect .plan__action button,
    .plan__action .form-item__multiselect button,
    .form-item__multiselect .btn-primary--ghost,
    .form-item__multiselect .btn-secondary,
    .form-item__multiselect .btn-secondary--ghost,
    .form-item__multiselect .btn-tertiary--ghost,
    .form-item__multiselect .btn-grey,
    .form-item__multiselect .btn-submit,
    .form-item__multiselect .btn.dropdown-toggle {
        font-size: 14px;
    }
}

.form-item__multiselect .btn:after,
.form-item__multiselect .btn-primary:after,
.form-item__multiselect .plan__action button:after,
.plan__action .form-item__multiselect button:after,
.form-item__multiselect .btn-primary--ghost:after,
.form-item__multiselect .btn-secondary:after,
.form-item__multiselect .btn-secondary--ghost:after,
.form-item__multiselect .btn-tertiary--ghost:after,
.form-item__multiselect .btn-grey:after,
.form-item__multiselect .btn-submit:after,
.form-item__multiselect .btn.dropdown-toggle:after {
    color: transparent;
}

.form-item__multiselect .dropdown {
    width: 100% !important;
}

@media only screen and (min-width: 1024px) {
    .form-item__multiselect .dropdown {
        /*width: 70% !important;*/
    }
}

.form-item__multiselect .bs-select-all,
.form-item__multiselect .bs-deselect-all {
    display: none;
}

.form-item__input--text .intl-tel-input {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .form-item__input--text .intl-tel-input {
    }
}

.form-item__input--text .intl-tel-input input {
    width: 100% !important;
}

.dashboard-form__fieldset {
    box-sizing: border-box;
    width: 50%;
    padding: 1rem;
}

.dashboard-form__fieldset p {
    text-align: left;
    color: #cd1777;
    font-weight: 600;
}

.input--alert {
    border: 2px solid #cd1777 !important;
}

.dashboard-form__submit {
    width: 100%;
    max-width: calc(1200px - 220px);
    margin: 2rem 0;
    text-align: center;
}

.form-item,
.form-item__select,
.listing-page__filters-advanced .form-item-select {
    width: 100%;
    margin-bottom: 25px;
}
.form-item__select {
    margin-bottom: 0;
}
.form-item .form-item__input--text input {
    width: 100%;
}

.form-item.is-half {
    width: 50%;
    float: left;
}

.blog-category__page .form-item__select.category_filter_form {
    display: flex;
}

.form-item__select.category_filter_form > input {
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    flex: 1 1 auto;
    margin: 5px;
}

.form-item__select.category_filter_form > select {
    flex: 1 1 auto;
    margin: 5px;
}

.form-item__select.category_filter_form:after {
    top: 50%;
}


.input,
.registration-form__item input[type=text],
.registration-form__item input[type=password],
.registration-form__item input[type=email],
.registration-form__item input[type=date],
.registration-form__item input[type=phone],
.registration-form__item select,
.form-item input[type=text],
.dashboard-content input[type=text],
.dashboard-content input[type=date],
.form-item input[type=password] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .input,
    .registration-form__item input[type=text],
    .registration-form__item input[type=password],
    .registration-form__item input[type=email],
    .registration-form__item input[type=date],
    .registration-form__item input[type=phone],
    .registration-form__item select,
    .form-item input[type=text],
    .dashboard-content input[type=text],
    .dashboard-content input[type=date],
    .form-item input[type=password] {
        font-size: 14px;
    }
}

.input::-webkit-input-placeholder,
.registration-form__item input[type=text]::-webkit-input-placeholder,
.registration-form__item input[type=password]::-webkit-input-placeholder,
.registration-form__item input[type=email]::-webkit-input-placeholder,
.registration-form__item input[type=date]::-webkit-input-placeholder,
.registration-form__item input[type=phone]::-webkit-input-placeholder,
.registration-form__item select::-webkit-input-placeholder,
.form-item input[type=text]::-webkit-input-placeholder,
.dashboard-content input[type=text]::-webkit-input-placeholder,
.dashboard-content input[type=date]::-webkit-input-placeholder,
.form-item input[type=password]::-webkit-input-placeholder {
    font-weight: 300;
    font-style: italic;
}

.input::-moz-placeholder,
.registration-form__item input[type=text]::-moz-placeholder,
.registration-form__item input[type=password]::-moz-placeholder,
.registration-form__item input[type=email]::-moz-placeholder,
.registration-form__item input[type=date]::-moz-placeholder,
.registration-form__item input[type=phone]::-moz-placeholder,
.registration-form__item select::-moz-placeholder,
.form-item input[type=text]::-moz-placeholder,
.dashboard-content input[type=text]::-moz-placeholder,
.dashboard-content input[type=date]::-moz-placeholder,
.form-item input[type=password]::-moz-placeholder {
    font-weight: 300;
    font-style: italic;
}

.input:-ms-input-placeholder,
.registration-form__item input[type=text]:-ms-input-placeholder,
.registration-form__item input[type=password]:-ms-input-placeholder,
.registration-form__item input[type=email]:-ms-input-placeholder,
.registration-form__item input[type=date]:-ms-input-placeholder,
.registration-form__item input[type=phone]:-ms-input-placeholder,
.registration-form__item select:-ms-input-placeholder,
.form-item input[type=text]:-ms-input-placeholder,
.dashboard-content input[type=text]:-ms-input-placeholder,
.dashboard-content input[type=date]:-ms-input-placeholder,
.form-item input[type=password]:-ms-input-placeholder {
    font-weight: 300;
    font-style: italic;
}

.input:-moz-placeholder,
.registration-form__item input[type=text]:-moz-placeholder,
.registration-form__item input[type=password]:-moz-placeholder,
.registration-form__item input[type=email]:-moz-placeholder,
.registration-form__item input[type=date]:-moz-placeholder,
.registration-form__item input[type=phone]:-moz-placeholder,
.registration-form__item select:-moz-placeholder,
.form-item input[type=text]:-moz-placeholder,
.dashboard-content input[type=text]:-moz-placeholder,
.dashboard-content input[type=date]:-moz-placeholder,
.form-item input[type=password]:-moz-placeholder {
    font-weight: 300;
    font-style: italic;
}

label.dashboard-form__label,
.registration-form__item label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    color: #333;
    font-size: 0.75rem;
    font-weight: 800;
}

@media only screen and (min-width: 1024px) {
    label.dashboard-form__label,
    .registration-form__item label {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 5px;
        vertical-align: middle;
    }
}

select,
.select,
.registration-form__item select {
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-item__select,
.listing-page__filters-advanced .form-item-select {
    position: relative;
}

.form-item__select:after,
.listing-page__filters-advanced .form-item-select:after {
    position: absolute;
    top: calc(50% + 10px);
    right: 1.5rem;
    clear: both;
    width: 0;
    height: 0;
    content: "";
    border-top: 5px solid #cd1777;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    pointer-events: none;
}
.form-item__select.verticalMiddle:after {
    top: 50%;
    right: 2.5rem;
}
.form-item__select.verticalMiddle.filmType:after {
    top: calc(50% + 10px);
    right: 2.5rem;
}


@media only screen and (min-width: 1024px) {
    .form-item__select:after,
    .listing-page__filters-advanced .form-item-select:after {
    }
}

.form-item__radio input {
    display: none;
}

.form-item__radio label:not(.dashboard-form__label) {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    cursor: pointer;
}

.form-item__radio label:not(.dashboard-form__label):hover:before {
    box-shadow: 0 0 15px -4px rgba(205, 23, 119, 0.6);
}

.form-item__radio label:not(.dashboard-form__label):before {
    position: relative;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -8px;
    margin-right: 1rem;
    content: "";
    transition: all 200ms linear;
    vertical-align: middle;
    border: 1px solid #979797;
    border-radius: 100%;
}

.form-item__radio label:not(.dashboard-form__label):after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: "";
    transition: all 200ms linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background: #cd1777;
}

.form-item__radio input:checked + label:not(.dashboard-form__label):after {
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-37%);
    border-radius: 100%;
}

.form-item__picture {
    text-align: left;
}

.listing-page__filters {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.listing-page__filters form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.listing-page__filters input.form-item {
    display: inline-block;
    width: 85%;
    margin-bottom: 0;
    vertical-align: middle;
}

.listing-page__filters-advanced {
    display: none;
}

.listing-page__filters-advanced.visible {
    display: block;
}

.listing-page__filters-advanced-wrapper {
    /*display: flex;*/
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 17px;
    background: #f6f7f8;
}

.listing-page__filters-advanced form {
    width: 100%;
}

.listing-page__filters-column {
    /*box-sizing: border-box;*/
    /*width: 33.3%;*/
    /*padding: 0 3rem;*/
}

.listing-page__filters-advanced label {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 0.75rem;
    font-weight: 600;
}

.listing-page__filters-advanced .form-item-select:after {
    top: 64%;
}

.listing-page__filters-advanced input[type=text],
.listing-page__filters-advanced select {
    width: 100%;
    background: #fff;
}

.listing-page__filters-advanced input[type=text]:active,
.listing-page__filters-advanced input[type=text]:hover,
.listing-page__filters-advanced input[type=text]:focus,
.listing-page__filters-advanced select:active,
.listing-page__filters-advanced select:hover,
.listing-page__filters-advanced select:focus {
    transition: all 200ms linear;
    border: 1px solid #f28bc1;
    box-shadow: 0 0 15px -4px rgba(205, 23, 119, 0.6);
}

.listing-page__filters-advanced .form-actions {
    display: block;
    width: 100%;
    text-align: center;
}

.modal {
    z-index: 9999;
}

.modal .modal-dialog {
    max-width: 800px;
    top: 50% !important;
    transform: translateY(-50%) !important;

}

.modal .modal-title {
    text-align: left;
    text-transform: uppercase;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .modal .modal-title {
        font-size: 1.25rem;
    }
}

.modal form {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.modal .dashboard-form__column {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.modal .autocomplete input {
    width: 86%;
    margin-left: -1%;
}

.modal input[type=text],
.modal select {
    width: 100%;
}

/*@media only screen and (min-width: 1024px) {*/
/*    .modal input[type=text],*/
/*    .modal select {*/
/*        width: 70%;*/
/*    }*/
/*}*/

.modal select {
    /*background: url(/images/select-arrow.svg?5824525a93b95a342ceed2465eab1003) no-repeat 95% center;*/
    /*background-size: 10px;*/
}

.form-item select:after,
.modal select:after {
    position: absolute;
    top: 19px;
    right: 1.5rem;
    clear: both;
    width: 0;
    height: 0;
    content: "";
    color: transparent;
    border-top: 5px solid #cd1777;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

}

.modal .form-item__select:after,
.modal .listing-page__filters-advanced .form-item-select:after,
.listing-page__filters-advanced .modal .form-item-select:after {
    display: none;
}

.modal .form-item__picture {
    display: inline-block;
    margin-bottom: 20px;
}

.modal .form-item__picture--inner {
    display: inline-block;
    width: 70%;
}

.modal .form-item__picture--inner::after {
    display: table;
    content: '';
    clear: both;
}

.modal .form-item__picture--inner > div {
    width: 75px;
    float: left;
}

.modal .form-item__picture--inner > label {
    position: relative;
    width: calc(100% - 75px);
    float: left;
    transform: translateY(75%);
    margin: 0;
    padding-left: 1rem;
}

.modal .form-item__picture img {
    display: inline-block;
    max-width: 100px;
    width: 75px;
    height: 75px;
    border: 2px solid #cdcc00;
    border-radius: 100%;
    object-fit: cover;
}

#modalEditStaff .modal-dialog {
    width: 100%;
    max-width: 450px !important;
}

#modalEditStaff .modal-body {
    box-sizing: border-box;
    padding: 0 15px;
}

#modalEditStaff .edit-modal-action {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: right;
}

.dashboard-account .dashboard-form__label,
.dashboard-account .registration-form__item label,
.registration-form__item .dashboard-account label {
    max-width: initial;
}

.dashboard-account input[type=password] {
    width: 70%;
}

.dashboard-form__user-current-email {
    width: 100%;
    padding: 0 15px;
    text-align: left;
}

.dashboard-form__user-current-email p {
    display: inline-block;
    width: 28%;
    max-width: initial;
    padding-left: 4px;
    text-align: left;
    text-transform: uppercase;
    color: #333;
    font-size: 0.75rem;
    font-weight: 800;
}

.dashboard-form__user-current-email span {
    text-transform: initial;
    color: #cd1777;
    font-size: 1rem;
    font-weight: 600;
}

.dashboard-account__container {
    display: inline-block;
    width: 100%;
    max-width: calc(1200px - 42%);
    margin-bottom: 2rem;
    vertical-align: top;
}

.dashboard-account__container:first-of-type {
    margin-right: 31px;
}

.dashboard-form__account {
    text-align: left;
}

.dashboard-form__account .dashboard-form__fieldset {
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 2px solid #cd1777;
    background: #fff;
}

@media only screen and (min-width: 1024px) {
    .header {
        border-bottom: none;
    }
}

.header .header__top-bar {
    display: block;
    width: 100%;
    height: 18px;
    background: #cd1777;
}

.header .header__inner {
    display: flex;
    flex-direction: row;
    /*   justify-content: flex-end; */
    align-items: center;
    padding: 15px 25px;
}

.header__inner-logo {
    width: 33%;
    vertical-align: middle;
    margin-right: auto;
}


.header__inner-buttons {
    margin: 0 1rem 0 0;
}

.header__inner-buttons a:first-of-type {
    vertical-align: middle;
    margin-right: 1rem;
}

@media only screen and (max-width: 1025px) {
    .header__inner-buttons a:first-of-type {
        display: inline-block;
        color: #ffffff;
        margin-bottom: 10px;
    }
}



.header__inner-search,
.header__inner-buttons {
    width: auto;
}

.header__inner-search {
    position: relative;
    min-width: 30%;
    text-align: right;
    background: url(/images/search-icon.svg?adbdbad…) no-repeat 97% center;
    background-size: 20px;
    padding: 0;

}


.header__inner-search input {
    max-width: 2rem;
    width: 100%;
    transition: max-width 0.5s linear;
    border: none !important;
    cursor: pointer;
    background: none !important;
    padding-right: 50px !important;
    padding-left: 10px !important;

}

.header__inner-search input:focus {
    max-width: 60rem;
    outline: 0 !important;
    border: 1px solid #ccc !important;
}


@media only screen and (min-width: 1024px) {
    .header__inner-search,
    .header__inner-buttons {
        width: auto;
    }
}

.header .logo {
    max-width: 150px;
    height: auto;
}

.header__inner-search input {
    width: 100%;
    padding: 8px 8px 8px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(/images/search-icon.svg?adbdbad5d42562483be2f442c280f6dd) no-repeat 10px center;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header__inner-buttons {
    text-align: right;
}

.header__inner-buttons .btn,
.header__inner-buttons .btn-primary,
.header__inner-buttons .plan__action button,
.plan__action .header__inner-buttons button,
.header__inner-buttons .btn-primary--ghost,
.header__inner-buttons .btn-secondary,
.header__inner-buttons .btn-secondary--ghost,
.header__inner-buttons .btn-tertiary--ghost,
.header__inner-buttons .btn-grey,
.header__inner-buttons .btn-submit {
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 600;
}

.header__mobile-nav-trigger {
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .header__mobile-nav-trigger {
        display: none;
    }
}

.header__mobile-nav-trigger span {
    display: block;
    width: 33px;
    height: 33px;
    background: url(/images/nav-icon.svg?27643896ec71ed2a01ef3b8f09138536) no-repeat center;
    background-size: contain;
}

.navigation {
    width: 100%;
    background: #cd1777;
}

.navigation_ul {
    max-width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
    .navigation_ul {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .navigation {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #f6f7f8;
    }


}

.navigation ul {
    display: none;
    margin-top: 0;
    padding: 4rem 2rem;
    list-style: none;
    text-align: right;
}

@media only screen and (min-width: 1024px) {
    .navigation ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0;
    }
}

.navigation__item {
    position: relative;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .navigation__item {
        display: inline-block;
    }
}

.navigation__item--mobile {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .navigation__item--mobile {
        display: none;
    }
}

.navigation__item a {
    display: block;
    padding: 8px 0 4px 0;
    transition: all 200ms linear;
    text-decoration: none;
    color: #fff;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    font-weight: 800;
}


.navigation__item .sub_menu li a {
    display: inline-block;
}

.navigation__item .sub_menu {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 25px);
    transition-delay: 0.4s;
    transition: all 0.5s ease;
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 1px 5px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 14px 0px rgba(0, 0, 0, 0.2);
}

.navigation__item:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 10px);
}

@media only screen and (min-width: 1024px) {
    .navigation__item a {
        color: #333;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .navigation__item a:hover {
        text-decoration: none;
        color: #cd1777 !important;
        border-bottom: 4px solid #cd1777;
    }
}

.navigation__item a:hover {
    text-decoration: none;
    color: #fff;
}

main.content {
    padding-top: 124px;
}

@media only screen and (max-width: 1025px) {
    main.content {
        padding-top: 80px;
    }
}

.navigation__item_active {
    text-decoration: none !important;
    border-bottom: 4px solid #cd1777 !important;
}

a.link {
    margin-right: 2rem;
    padding-bottom: 2px;
    transition: all 200ms linear;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
}

a.link:hover,
a.link:active {
    border-bottom: 1px solid #333;
}

.how-to-use {
    box-sizing: border-box;
    padding: 35px 0;
    background: #f6f7f8;
}

@media only screen and (min-width: 768px) {
    .how-to-use {
        padding: 75px 0;
    }
}

.how-to-use h3 {
    text-align: center;
    font-size: 3rem;
}

.how-to-use__steps {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px 15px;
}

@media only screen and (min-width: 768px) {
    .how-to-use__steps {
        padding: 75px 15px;
        text-align: center;
    }
}

.how-to-use__step {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step {
        width: 50%;
        padding-bottom: 60px;
    }
}

.how-to-use__arrow {
    display: none;
}

@media only screen and (min-width: 768px) {
    .how-to-use__arrow {
        position: absolute;
        bottom: 0;
        display: inline-block;
        max-height: 100px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .how-to-use__arrow img {
        max-height: inherit;
    }
}

.how-to-use__step:nth-child(odd) {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step:nth-child(odd) {
        padding-right: 100px;
        text-align: right;
        /*background: url(/images/step-arrow-right.svg?d798575e22e072e8bf18ae31233d1da0) no-repeat right bottom;*/
        background-size: 50px;
    }
}

.how-to-use__step:nth-child(odd) .how-to-use__step-number {
    right: 0;
}

.how-to-use__step:nth-child(odd) .how-to-use__arrow {
    right: 1rem;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step:nth-child(even) {
        margin-left: 50%;
        padding-left: 125px;
        text-align: left;
        /*background: url(/images/step-arrow-left.svg?46502286de5f571f238af4d80e6f1247) no-repeat left bottom;*/
        background-size: 50px;
    }
}

.how-to-use__step:nth-child(even) .how-to-use__step-number {
    left: 0;
}

.how-to-use__step:nth-child(even) .how-to-use__arrow {
    left: 1rem;
}

.how-to-use__step:last-child {
    background: none;
}

.how-to-use__step-number {
    position: relative;
    display: inline-block;
    width: 14%;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step-number {
        position: absolute;
    }
}

.how-to-use__step-number p {
    margin: 0;
    color: #cd1777;
    font-size: 8rem;
    font-weight: 900;
    line-height: initial;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step-number p {
        font-size: 12rem;
        line-height: 100px;
    }
}

.how-to-use__step-content {
    display: inline-block;
    box-sizing: border-box;
    width: 85%;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) {
    .how-to-use__step-content {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.how-to-use__step-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.how-to-use__step-description {
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 568px) {
    .how-to-use__step-description {
        font-size: 14px;
        line-height: 20px;
    }
}

.user-sidebar {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    background: #fff;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar {
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 400px;
        padding: 25px 0;
        border-right: 1px solid #ccc;
    }
}

.user-sidebar__menu-mobile {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__menu-mobile {
        display: none;
    }
}

.user-sidebar__user-name {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #cd1777;
    background: url(/images/select-arrow.svg?5824525a93b95a342ceed2465eab1003) no-repeat center right;
    font-size: 1.25rem;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__user-name {
        display: inline-block;
        cursor: initial;
        border-bottom: none;
        background: none;
    }
}

.user-sidebar__menu-mobile--active {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #cd1777;
    background: url(/images/select-arrow.svg?5824525a93b95a342ceed2465eab1003) no-repeat center right;
    font-size: 1rem;
    font-weight: 800;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__menu-mobile--active {
        display: none;
    }
}

.user-sidebar__user-name p {
    display: inline-block;
    max-width: 70%;
    margin-bottom: 0;
}

.user-sidebar__user-package {
    float: right;
    margin-top: 5px;
    padding: 2px 8px;
    vertical-align: middle;
    color: #fff;
    border-radius: 100px;
    background: #cd1777;
    font-size: 12px;
    font-weight: 600;
}

.user-sidebar__menu {
    display: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__menu {
        display: block;
        height: initial;
        padding: 0 15px;
        text-align: left;
    }
}

.user-sidebar__menu li {
    display: inline-block;
    width: 33.3333333%;
    height: 90px;
    line-height: 15px;
    overflow: hidden;
    float: left;
    padding: 7px;
    list-style: none;
    text-align: center;
    vertical-align: top;
}
.user-sidebar__menu li.shadeButton {
    width: 100% !important;
}


@media only screen and (min-width: 1024px) {
    .user-sidebar__menu li {
        width: 100%;
        height: auto;
        padding: 15px 0;
        text-align: left;
    }
}

.user-sidebar__menu a {
    position: relative;
    text-decoration: none;
    text-transform: upercase;
    color: #666;
    font-size: 0.75rem;
    font-weight: 300;
}

.user-sidebar__menu a.active {
    color: #cd1777;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__menu a.active {
        color: #333;
    }

    .user-sidebar__menu a.active:before {
        position: absolute;
        bottom: -10px;
        left: 35px;
        width: 30px;
        height: 2px;
        content: "";
        background: #cd1777;
    }
}

.user-sidebar__menu span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 5px auto;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__menu span {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }
}

.user-sidebar__menu span.job {
    background-image: url(/images/menu-user-jobs.svg?68290d29e1cd38a7361f890ef88149b0);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.user {
    background-image: url(/images/menu-user.svg?425521df9a88ee5beeba0cbc24d3e15b);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.additional {
    background-image: url(/images/menu-user-additional.svg?824976c5a0548a86027692fb3d2a6de7);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.professional {
    background-image: url(/images/menu-user-professional.svg?8fc7695cb1943970480deae2f18fd464);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.media {
    background-image: url(/images/menu-user-media.svg?26558c33c446ad4877a1473cc9a7ccf9);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.plan {
    background-image: url(/images/menu-user-plan.svg?cd03b17d7c934490323aa73d1c15862c);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.actor-account {
    background-image: url(/images/menu-settings.svg?a8c4795eedd6f9f83f98a323c8cc9989);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.view-profile {
    background-image: url(/images/menu-user-profile.svg?3e581469981d9a2c85e892b2bba1fde5);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__menu span.logout {
    background-image: url(/images/menu-user-logout.svg?43eca4be3f8c033a1387e0dc325d56ee);
    background-repeat: no-repeat;
    background-size: contain;
}

.user-sidebar__actions {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__actions {
        display: block;
        margin-top: 4rem;
        padding: 0;
    }
}

.user-sidebar__actions li {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    text-align: center;
}

li.user-sidebar__menu-item--mobile {
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    li.user-sidebar__menu-item--mobile {
        display: none;
    }
}

.user-sidebar__actions--share {
    position: relative;
    display: none;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .user-sidebar__actions--share {
        display: block;
    }
}

.user-sidebar__actions--share p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #979797;
    font-size: 12px;
    font-weight: 800;
}

.user-sidebar__actions--share input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #cd1777;
    outline: none;
}

.user__share-url {
    position: relative;
    display: inline-block;
    padding: 4px 8px 3px 5px;
    vertical-align: middle;
    color: #fff;
    border: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    outline: none;
    background: #cd1777;
    font-size: 12px;
    font-weight: 800;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.user__share-url:hover span {
    display: block;
}

.user__share-url img {
    width: auto;
    max-height: 20px;
}

.company-sidebar__actions--share {
    position: relative;
    display: none;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .company-sidebar__actions--share {
        display: block;
    }
}

.company-sidebar__actions--share p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #979797;
    font-size: 12px;
    font-weight: 800;
}

.company-sidebar__actions--share input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #cdcc00;
    outline: none;
}

.company-sidebar__actions--share .user__share-url {
    position: relative;
    display: inline-block;
    padding: 4px 8px 3px 5px;
    vertical-align: middle;
    color: #fff;
    border: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    outline: none;
    background: #cdcc00;
    font-size: 12px;
    font-weight: 800;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.company-sidebar__actions--share .user__share-url:hover span {
    display: block;
}

.company-sidebar__menu a {
    position: relative;
    text-decoration: none;
    text-transform: upercase;
    vertical-align: middle;
    color: #666;
    font-size: 0.75rem;
    font-weight: 300;
}

.company-sidebar__menu a.active {
    color: #bbbb5c;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .company-sidebar__menu a.active {
        color: #333;
    }

    .company-sidebar__menu a.active:before {
        position: absolute;
        bottom: -10px;
        left: 35px;
        width: 30px;
        height: 2px;
        content: "";
        background: #bbbb5c;
    }
}

.user-sidebar__menu span.company-account {
    background-image: url(/images/menu-settings.svg?a8c4795eedd6f9f83f98a323c8cc9989);
    background-repeat: no-repeat;
    background-size: contain;
}

.dashboard-content {
    position: relative;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .dashboard-content {
        width: calc(100% - 400px);
        /*  margin-left: 5%; */
        max-width: initial;
        padding: 25px;
    }
}

@media only screen and (min-width: 1441px) {
    .dashboard-content {
        /*  margin-left: 15%; */
    }
}

.dashboard-content__wrapper {
    width: 100%;
    background: #fff;
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .dashboard-content__wrapper {
        box-sizing: border-box;
        padding: 3rem;
        /*  max-width: calc(1200px - 220px);
    padding: 45px; */
    }
}
.dashboard-content {
    /*text-align: left;*/
}
.dashboard-content ul {
    list-style: none;
}
.dashboard-content__wrapper.upper {
    margin-bottom: 4rem;
}

.dashboard-form__submit-wrapper {
    margin-top: 25px;
    text-align: center;
}

.dashboard-content__wrapper--title h2  {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.dashboard-content__wrapper--links ul {
    padding: 0;
    margin-left: -10px;
}

.dashboard-content__wrapper--links ul li {
    display: inline-block;
    padding: 5px 10px;
}
.dashboard-content__wrapper--links ul li a {
    color: #333;
    font-weight: 500;
}
.account-plans {
    box-sizing: border-box;
    padding: 35px 0;
}
.single_list_items {
}

.single_list_items.parent {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.single_list_items.parent:hover {
    background: #F6F7F8
}
.single_list_items.parent .parent--inner {
    border-bottom: 1px solid darkgray;
    padding: 10px;
}

.single_list_items.parent .parent--inner h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


.single_list_items--inner {
    display: flex;
    align-items: center;
}
.dashboard-content__wrapper--list.child{
    display: none;
    background: #F6F7F8;
}

.dashboard-content__wrapper--list.child.active{
    display: block;
}


.dashboard-content__wrapper--list .child .single_list_items {
    padding: 10px;
    border-bottom: 1px solid darkgray;
}
.dashboard-content__wrapper--list---single ul{
    width: 35%;
    padding: 0;
    padding-right: 30px;
    margin: 0;
}
.dashboard-content__wrapper--list---single ul li:first-of-type{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px;
}
.dashboard-content__wrapper--list---single ul li:last-of-type {
    display: flex;
    justify-content: space-between;
}
.dashboard-content__wrapper--list---single ul li:last-of-type span.date {
    color: gray;
}
.dashboard-content__wrapper--list---single ul li:last-of-type span i {
    color: #1d643b;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}
.dashboard-content__wrapper--list {
    text-align: left;
}
.single_list_button_wrapper {
    text-align: right;
    width: 75%;
}
.single_list_button_wrapper button {
    margin-left: 20px;
    border: 1px solid green;
    color: green !important;
}
.single_list_button_wrapper button:hover {
    background: green;
    color: #fff;
}


.dashboard-content__wrapper--list---single----sub_list {
    background: #F6F7F8;
    padding: 10px;
    padding-top: 0;
    margin: 20px 0;
}
.dashboard-content__wrapper--list---single----sub_list .form-item__select {
    width: auto;
}
.dashboard-content__wrapper--list---single----sub_list .form-item__select:after {
    top: 50%;
}
.dashboard-content__wrapper--list---single----sub_list .imageWrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.dashboard-content__wrapper--list---single----sub_list table {
    display: none;
    width: 100%;
}
.dashboard-content__wrapper--list---single----sub_list table.showTable {
    display: table;
}
.dashboard-content__wrapper--links {
  text-align: left;
}
.dashboard-content__wrapper--list---single----sub_list table td {
    padding: 3px 5px;
}
.dashboard-content__wrapper--list---single----sub_list table td input[type=checkbox]{
    margin-left: 7px;
}
.dashboard-content__wrapper--list---single----sub_list table th {
    padding: 10px 5px;
}
.dashboard-content__wrapper--list---single----sub_list table td select {
    width: 100%;
}
.dashboard-content__wrapper--list---single----sub_list table tbody tr,
.dashboard-content__wrapper--list---single----sub_list table thead tr
{
    padding: 10px;
    background: #fff;
}
.dashboard-content__wrapper--list---single----sub_list table thead tr {
    background: transparent;
    border-bottom: 1px solid darkgray;
}
.dashboard-content__wrapper--list---single----sub_list table .person-name span{
    margin: 0 10px;
    font-weight: 600;
}
.dashboard-content__wrapper--list---single----sub_list table .person-name span:first-of-type {
    color: darkgray;
    font-weight: 400;
}
.dashboard-content__wrapper--list---single----sub_list .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1600px) {
    .single_list_button_wrapper button {
        min-width: 160px;
    }
}

@media only screen and (min-width: 768px) {
    .account-plans {
        padding: 75px 0;
    }
}

.account-plans button {
    background: #fff;
}

.account-plans__tables {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.account-plans h3 {
    text-align: center;
    font-size: 3rem;
}

.account-plans__intro p {
    width: 100%;
    max-width: 800px;
    margin: 4rem auto;
    text-align: center;
    line-height: 1.75;
}

.price-table__regular,
.price-table__premium {
    text-align: center;
    border-radius: 5px;
}

.account-plans__tables--individual,
.account-plans__tables--business {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.account-plans__tables--individual.active,
.account-plans__tables--business.active {
    display: flex;
}

.account-plans__tables--business {
    display: none;
}

.account-plans__tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.account-plans__tabs button {
    width: 50%;
    margin-bottom: 3rem;
    padding: 15px 0;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid #ccc;
    outline: none;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 768px) {
    .account-plans__tabs button {
        font-size: 24px;
    }
}

.account-plans__tabs button.active {
    border-bottom: 3px solid #cdcc00;
    font-weight: 800;
}

.price-table__regular {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 1.5rem;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.5);
}

@media only screen and (min-width: 768px) {
    .price-table__regular {
        width: 30%;
        margin: 50px 0;
    }
}

.price-table__regular-name {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.price-table__regular-desc {
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.price-table__regular-price {
    margin: 2rem 0;
    font-size: 2rem;
    font-weight: 800;
}

.price-table__regular-price span {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
}

.price-table__premium {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    /*margin: 1rem 0;*/
    padding: 2rem 1.5rem;
    text-align: center;
    background: #cd1777;
    box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.5);
}

@media only screen and (min-width: 768px) {
    .price-table__premium {
        width: 40%;
    }
}

.price-table__premium img {
    display: block;
    width: 60px;
    margin: 0 auto 1rem auto;
}

.price-table__premium-name {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.price-table__premium-price {
    margin: 2rem 0;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}

.price-table__premium-price span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.price-table__premium-desc {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
}

.price-table__premium-button a {
    display: inline-block;
    margin: 1rem auto 0 auto;
    padding: 15px 35px;
    transition: all 200ms linear;
    text-decoration: none;
    color: #cd1777;
    border: 2px solid #fff;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: 800;
}

@media only screen and (max-width: 769px) {
    .price-table__premium-button a {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.price-table__premium-button a:hover {
    color: #fff;
    background: transparent;
}

.account-plans__tables--business .price-table__premium {
    background: #cdcc00;
}

.account-plans__tables--business .price-table__premium-button a {
    color: #cdcc00;
}

.account-plans__tables--business .price-table__premium-button a:hover {
    color: #fff;
}

.login__form .form-input {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #979797;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .login__form .form-input {
        font-size: 14px;
    }
}

.login__form .form-input::-webkit-input-placeholder {
    font-weight: 300;
    font-style: italic;
}

.login__form .form-input::-moz-placeholder {
    font-weight: 300;
    font-style: italic;
}

.login__form .form-input:-ms-input-placeholder {
    font-weight: 300;
    font-style: italic;
}

.login__form .form-input:-moz-placeholder {
    font-weight: 300;
    font-style: italic;
}

.dashboard-content__plans-row {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-content__plans-plan {
    width: calc(50% - 2rem);
    margin: 1rem;
    padding: 1rem;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dashboard-content__plans-plan--active {
    border: 1px solid #cd1777;
}

.plan__heading-name,
.plan__heading-price {
    display: inline-block;
    width: auto;
}

.plan__heading-name h3,
.plan__heading-price h3 {
    color: #666;
    font-size: 1.5rem;
    font-weight: 800;
}

.plan__heading-price {
    float: right;
}

.plan__description {
    font-size: 0.875rem;
}

.price-table__regular-desc ul,
.price-table__premium-desc ul {
    margin: 0;
    padding: 0 1rem;
    list-style: none;
}

.price-table__regular-desc li,
.price-table__premium-desc li {
    margin-bottom: 10px;
}

.plan__description ul {
    padding: 0 1rem;
}

.dashboard-content__plans-plan--active h3 {
    color: #cd1777;
}

.plan__action {
    text-align: right;
}

.price-table__regular {
    position: relative;
}

.price-table__regular-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price-table__regular-downgrade {
    width: 100%;
    margin-top: 17px;
    margin-bottom: -17px;
    text-align: right;
}

.price-table__regular-downgrade a {
    margin-right: 10px;
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #666;
    font-size: 10px;
}

.price-table__premium-downgrade {
    width: 100%;
    margin-top: 17px;
    margin-bottom: -17px;
    text-align: right;
}

.price-table__premium-downgrade a {
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    font-size: 10px;
}

.dashboard-content__media-images {
    text-align: left;
}

.dashboard-content__media-images h3 {
    margin-top: 0;
    margin-bottom: 2rem;
    color: #666;
}

.dashboard-content__media-holder .dropzone {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    padding: 10px;
    vertical-align: top;
    border: 2px dashed #cd1777;
}

.dashboard-content__media-holder .dz-message {
    position: absolute;
    top: 50%;
    right: 5px;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #cd1777;
    font-size: 0.875rem;
    font-weight: 600;
}

.dashboard-content__media-holder a {
    display: inline-block;
    height: 100%;
    margin: 0 0.25rem;
    vertical-align: middle;
}

.dashboard-content__media-holder img {
    width: auto;
    height: 120px;
}

.dashboard-content__media-holder .dz-preview {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.dashboard-content__media-holder .dz-details,
.dashboard-content__media-holder .dz-filename,
.dashboard-content__media-holder .dz-success-mark,
.dashboard-content__media-holder .dz-error-mark,
.dashboard-content__media-holder .dz-error-message {
    display: none;
}

.dashboard-content__media-holder .dz-image {
    overflow: hidden;
    max-height: 100%;
}

.dashboard-content__video-thumbnail {
    width: auto;
    max-height: 120px;
    margin-right: 0.5rem;
}

.dashboard-content__media-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 5px;
    text-align: center;
}

.dashboard-content__media-item:hover .dashboard-content__media-item--actions-holder {
    display: block;
}

.dashboard-content__media-item img {
    width: auto;
    height: 100%;
}

.dashboard-content__media-item--actions-holder {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.dashboard-content__media-item--actions {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard-content__media-image-view {
    width: 25px;
    height: 25px !important;
    background: url(/images/icons/view.svg) no-repeat center;
    background-size: contain;
}

.dashboard-content__media-image-delete {
    width: 25px;
    height: 25px !important;
    cursor: pointer;
    background: url(/images/icons/delete-img.svg) no-repeat center;
    background-size: contain;
}

.dashboard-content__media-video-add {
    display: flex;
    width: 350px;
    margin-top: 1rem;
}

.dashboard-content__media-video-add input[type=text] {
    width: 100%;
    border: 2px dashed #cd1777 !important;
    outline: none;
}

.dashboard-content__media-video-add input[type=submit] {
    margin-left: -2px;
    padding: 0 25px 0 20px;
    transition: all 200ms linear;
    color: #fff;
    border: 2px solid #cd1777;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #cd1777;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dashboard-content__media-video-add input[type=submit]:hover {
    color: #cd1777;
    border: 2px dashed #cd1777;
    background: #fff;
}

.dashboard-company .user-sidebar .user-sidebar__menu a.active::before {
    background: #cdcc00;
}

table.dashboard-company__staff {
    width: 100%;
}

table.dashboard-company__staff th {
    text-transform: uppercase;
}

table.dashboard-company__staff tbody {
    padding-top: 1rem;
}

table.dashboard-company__staff img {
    width: 50px;
    height: auto;
    border: 1px solid #cd1777;
    border-radius: 100%;
}

table.dashboard-company__staff tr {
    border-bottom: 1px solid #ccc;
}

table.dashboard-company__staff tr:last-child {
    border-bottom: none;
}

table.dashboard-company__staff td {
    padding: 8px 0;
}

table.dashboard-company__staff a {
    margin: 0 5px;
}

.dashboard-company__staff--img {
    text-align: center;
}

.dashboard-company__staff--img > div {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.dashboard-company__staff--img > div > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 481px) {
    .dashboard-content__wrapper {
        overflow-x: auto;
    }

    .dashboard-company__staff {
        min-width: 600px;
    }

    .dashboard-company__staff--img > div {
        width: 50px;
        height: 50px;
    }
}

.dashboard-company .form-item__picture--inner img {
    margin-left: 14px;
    padding-left: 0;
    border: none;
    border-radius: initial;
}

.dashboard-company .form-item__picture--inner label {
    width: calc(100% - 100px);
}

.dashboard-content__jobs img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.footer {
    display: block;
}

.footer__holder {
    width: 100%;
    padding: 4rem 0 0 0;
    background: #f6f7f8;
}

.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.footer__wrapper-links {
    margin-bottom: 2rem;
    padding-bottom: 2rem;

}

@media only screen and (max-width: 769px) {
    .footer__wrapper-links {
        flex-direction: column-reverse;
    }
    .footer__wrapper-links .footer__item-column:nth-of-type(2) {
        order: 1;
    }
}

.footer__wrapper-social {
    width: 50%;
}

.footer__wrapper-social p {
    display: inline-block;
    color: #333;
    font-weight: 600;
}

.footer__wrapper-newsletter {
    width: 50%;
}

.footer__item-company {
    box-sizing: border-box;
    width: 40%;
    padding-right: 2rem;
}

.footer__item-company p {
    font-size: 16px;
    line-height: 22px;
}

.footer img {
    width: 175px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.footer__item-column {
    width: 20%;
}

.footer__item-column p {
    color: #222;
    font-weight: 600;
}


.footer__item a {
    display: table;
    margin: 8px 0;
    padding-bottom: 4px;
    transition: all 200ms linear;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}

.footer__item a:hover {
    color: #bbbb5c;
    border-bottom: 1px solid #bbbb5c;
}

.footer__wrapper-social p {
    display: inline-block;
    margin-right: 2rem;
}

.social-network {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 1rem;
    transition: all 200ms linear;
    vertical-align: middle;
    opacity: 0.8;
}

@media only screen and (max-width: 376px) {
    .social-network {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

.social-network:hover {
    opacity: 1;
}

.footer__wrapper-newsletter form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}

.footer__wrapper-newsletter input[type=text] {
    width: 70%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
}

.footer__wrapper-newsletter input[type=submit] {
    width: 30%;
    height: 50px;
    cursor: pointer;
    transition: all 200ms linear;
    color: #fff;
    border: 3px solid #cd1777;
    background: #cd1777;
    font-size: 16px;
    font-weight: 600;
}

.footer__wrapper-newsletter input[type=submit]:hover {
    color: #cd1777;
    border: 3px solid #cd1777;
    background: transparent;
}

.footer__wrapper-policy {
    width: 100%;
    padding: 2rem 0;
}

@media only screen and (max-width: 769px) {
    .footer__wrapper-policy--inner {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .footer__wrapper-policy--inner a {
        flex: 0 0 50%;
        margin-right: 0 !important;
        text-align: center;
    }

    .footer__wrapper-policy--inner span {
        flex: 1 1 100%;
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 481px) {
    .footer__wrapper-policy {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer__wrapper-policy a {
        margin-right: 0 !important;
        margin-bottom: 2rem;
    }

    .footer__wrapper-newsletter input[type=text] {
        font-size: 1rem;
    }
}


.footer__wrapper-policy a {
    margin-right: 4rem;
    padding-bottom: 4px;
    transition: all 200ms linear;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}

.footer__wrapper-policy a:hover {
    color: #bbbb5c;
    border-bottom: 1px solid #bbbb5c;
}

.footer__wrapper-policy span {
    float: right;
    color: #979797;
}

.home-page__intro {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: calc(100vh - 80px);
    background-size: cover;
}

.home-page__intro::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-page__intro-video {
    position: relative;
    display: inline-block;
    /* let it be styled thusly */
    width: 100%;
    /* take up full width available */
    /* don't want it to expand beyond padding */
    margin: 0;
    padding: 0;
    /* get rid of pre-styling */
    /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
}

.home-page__intro-video--inner {
    position: relative;
    padding-bottom: 56.25%;
}

.home-page__intro-video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.home-page__intro-content-holder {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*}*/

.home-page__intro-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-page__intro h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.home-page__intro h1 span {
    display: block;
    font-size: 32px;
    font-weight: 300;
}

.home-page__half {
    display: block;
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .home-page__half {
        padding: 4rem 0;
    }
}

.home-page__half .left,
.home-page__half .right {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-page__half .left,
    .home-page__half .right {
        width: 50%;
        max-width: 50%;
    }
}

.home-page__half--professionals {
    background: #fff;
}

@media only screen and (min-width: 1024px) {
    .home-page__half--professionals {
        background: url(/images/find_profesionals.png) no-repeat center left;
        background-position: center right;
        padding: 5.8rem 0;
    }
}

.home-page__half--jobs {
    background: #f6f7f8;
}

@media only screen and (min-width: 1024px) {
    .home-page__half--jobs {
        background: url(/images/jobs.jpg?222ee5d246693cf6b7558ae24c444029) no-repeat center left;
        background-size: cover;
    }
}

.home-page__half h2 {
    margin: 0 0 1rem 0;
    font-size: 32px;
}

@media only screen and (min-width: 1024px) {
    .home-page__half h2 {
        font-size: 40px;
    }
}

.home-page__half p {
    line-height: 24px;
}
@media only screen and (max-width: 640px) {
    .home-page__half .left,
    .home-page__half .right
    {
        text-align: center;
    }
}

.home-page__half span {
    margin-bottom: 1rem;
    color: #666;
    font-size: 18px;
    font-weight: 800;
}

.home-page__half .left {
    float: left;
}

.home-page__half .right {
    float: right;
}

.home-page__half a {
    margin-top: 1rem;
    padding: 15px 65px;
}

.home-page__blog {
    padding: 2rem 0;
    background: #cd1777;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog {
        padding: 4rem 0;
    }
}

.home-page__blog-heading {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3rem;
    text-align: center;
    color: #fff;
}

.home-page__blog-heading h2 {
    margin-bottom: 1rem;
    font-size: 32px;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-heading h2 {
        margin-bottom: 2rem;
        font-size: 40px;
    }
}

.home-page__blog-heading p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.home-page__blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts {
        height: 400px;
    }
}

.home-page__blog-posts-item--large {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts-item--large {
        overflow: hidden;
        width: 45%;
    }
}

.home-page__blog-posts-item--medium {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts-item--medium {
        overflow: hidden;
        width: 30%;
    }
}

.home-page__blog-posts-item--small {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts-item--small {
        overflow: hidden;
        width: 25%;
    }
}

.home-page__blog-posts-item--large a,
.home-page__blog-posts-item--medium a {
    position: relative;
    display: block;
    width: 100%;
    height: 40vw;
    margin-bottom: 1rem;
    transition: 300ms linear;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.home-page__blog-posts-item--large a > img,
.home-page__blog-posts-item--medium a > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s linear;
}

.home-page__blog-posts-item--large a > img:hover,
.home-page__blog-posts-item--medium a > img:hover,
.home-page__blog-posts-item--small a > img:hover {
    transform: scale(1.2);
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts-item--large a,
    .home-page__blog-posts-item--medium a {
        height: 100%;
        margin-bottom: 0;
        background-size: 100% !important;
    }
}

.home-page__blog-posts-item--large a:hover,
.home-page__blog-posts-item--medium a:hover {
    background-size: 110% !important;
}

.home-page__blog-posts-item--small a {
    position: relative;
    display: block;
    width: 100%;
    height: 40vw;
    margin-bottom: 1rem;
    transition: 300ms linear;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.home-page__blog-posts-item--small a > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s linear;
}

@media only screen and (min-width: 1024px) {
    .home-page__blog-posts-item--small a {
        height: 50%;
        margin-bottom: 0;
        background-size: 100% !important;
    }
}

.home-page__blog-posts-item--small a:hover {
    background-size: 110% !important;
}

.home-page__blog-posts span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem 1rem;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(transparent, black);
    font-size: 18px;
    font-weight: 600;
}

.home-page__blog-action {
    margin-top: 3rem;
    text-align: center;
}

.home-page__blog-action a {
    display: inline-block;
    padding: 15px 65px;
}

.home-page__database {
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .home-page__database {
        padding: 4rem 0;
    }
}

.home-page__database-heading {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3rem;
    text-align: center;
}

.home-page__database-heading h2 {
    margin-bottom: 1rem;
    font-size: 32px;
}

@media only screen and (min-width: 1024px) {
    .home-page__database-heading h2 {
        margin-bottom: 2rem;
        font-size: 40px;
    }
}

.home-page__database-heading p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.home-page__database img {
    width: 100%;
    margin-top: 2rem;
}

.home-page__database-action {
    margin-top: 3rem;
    text-align: center;
}

.home-page__database-action a {
    display: inline-block;
    padding: 15px 65px;
}

.login__wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    min-height: calc(100vh - 124px);
}

.login__information--inner {
    max-width: 90%;
}

@media only screen and (min-width: 640px) {
    .login__wrapper {
        flex-direction: row;
    }
}

.login__information {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 2rem 1rem;
    background: #cd1777;
    width: 100%;
}

@media only screen and (max-width: 568px) {
    .login__information {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .login__information--inner {
        max-width: 60%;
    }
}


@media only screen and (min-width: 768px) {
    .login__information {
        width: 50%;
        /*padding-top: 70px;*/
        /*padding-right: 35px;*/
        /*padding-bottom: 70px;*/
        /*padding-left: 15px;*/
    }
}

@media only screen and (min-width: 1024px) {
    .login__information {
        /*padding-right: 15px;*/
        /*padding-bottom: 140px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .login__information {
        /*padding-left: calc(((100% - 1200px) / 2) + 15px);*/
    }
}

.login__information img {
    fill: #fff;
}

@media only screen and (min-width: 768px) {
    .login__information img {
        margin-bottom: 30px;
    }
}

.login__information h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 2rem 0;
}

@media only screen and (min-width: 768px) {
    .login__information h2 {
        margin-bottom: 50px;
    }
}

.login__information ul {
    padding: 0;
    list-style: none;
}

.login__information li {
    margin-bottom: 15px;
}

.login__information .icon {
    display: inline-block;
    max-width: 40px;
    height: auto;
    margin-bottom: 0;
    vertical-align: middle;
}

.login__information p {
    display: inline-block;
    width: 80%;
    margin: 0;
    padding-left: 15px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.login__form {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 2rem 1rem;
    background: #fff;
}

.login__form--inner {
    max-width: 96%;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .login__form--inner {
        max-width: 70%;
    }
}

@media only screen and (min-width: 768px) {
    .login__form {
        width: 50%;
        /*padding-top: 70px;*/
        /*padding-right: 15px;*/
        /*padding-bottom: 70px;*/
        /*padding-left: 35px;*/
    }

}

@media only screen and (min-width: 1024px) {
    .login__form {
        /*padding-right: 15px;*/
        /*padding-bottom: 140px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .login__form {
        /*padding-right: calc(((100% - 1200px) / 2) + 15px);*/
    }
}

.login__form input[type=submit] {
    display: block;
}

.login__form h2 {
    color: #cd1777;
    font-size: 24px;
    font-weight: 900;
}

.login__forgot-password {
    display: block;
    margin: 25px 0;
    margin-bottom: 10px;
    text-align: center;
}

.login__forgot-password a {
    display: inline-block;
}

.login__separator {
    text-align: center;
    color: #cd1777;
    font-size: 0.875rem;
    font-weight: 600;
}

.login__social {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}

@media only screen and (min-width: 640px) {
    .login__social {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }
}

.login__social a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
    padding: 15px 35px;
    transition: all 200ms ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
}

@media only screen and (min-width: 640px) {
    .login__social a {
        width: 45%;
        margin: 0;
        padding: 15px 10px;
    }
}

.login__social a:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.37);
}

.login__facebook-btn {
    background: #3c5a96;
}

.login__facebook-btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url(/images/facebook.svg?390252de062e39bab1967f6e4433d2cb);
    background-repeat: no-repeat;
    background-position: center left;
}

.login__twitter-btn {
    background: #59adeb;
}

.login__twitter-btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url(/images/twitter.svg?96d2a37f352f82243237118b076fd565);
    background-repeat: no-repeat;
    background-position: center left;
}

.login__create-account {
    margin-top: 15px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 50px;
}

.login__create-account > a {
    width: 100%;
    max-width: 100%;
    padding: 13px 15px;
}


@media only screen and (min-width: 640px) {
    .login__create-account {
        margin-top: 20px;
        padding-top: 25px;
    }
    .login__create-account > a {
        max-width: 273px;
    }
}

.user-page {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 100%;
}

@media only screen and (min-width: 1024px) {
    .user-page {
        flex-wrap: nowrap;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background: #f6f7f8;
    }
}

.listing-page a:hover {
    text-decoration: none;
}

.listing-page__heading {
    padding: 2rem 0;
    text-align: center;
}

.listing-page__heading h1 {
    font-weight: 800;
}

.listing-page__filters-toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 1rem;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: url(/images/filters.svg?72bbbe74bc644aaf7b4671ab67cf9ae2) no-repeat center;
    background-size: cover;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.listing-page__list--premium {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*width: calc(100% + 2rem);*/
    /*margin: 3rem -1rem 0 -1rem;*/
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.listing-page__list--premium > * {
    /*width: calc(100% - 2rem);*/
    /*margin: 0 1rem;*/
    /*transition: all 200ms linear;*/
}

@media only screen and (min-width: 640px) {
    /*.listing-page__list--premium > * {*/
    /*    width: calc(50% - 2rem);*/
    /*}*/
}

.listing-page__list--free {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*width: calc(100% + 2rem);*/
    /*margin: 0 -1rem;*/
}

/*.listing-page__list--free > * {*/
/*    width: calc(100% - 2rem);*/
/*    margin: 0 1rem;*/
/*}*/

/*@media only screen and (min-width: 640px) {*/
/*    .listing-page__list--free > * {*/
/*        width: calc(50% - 2rem);*/
/*    }*/
/*}*/

@media only screen and (min-width: 768px) {
    /*.listing-page__list--free > * {*/
    /*    width: calc(33.33% - 2rem);*/
    /*}*/
}

.listing-page a.list-element {
    cursor: pointer;
}

.listing-page--jobs .listing-page__list--premium .list-element {
    border: 2px solid #cdcc00;
}

.listing-page--jobs .listing-page__list--premium .list-element::after {
    background: url(/images/star.svg?0cda14014e57872fd5ddee5c21e1cefe) no-repeat #cdcc00 center;
}

.listing-page--jobs .listing-page__list--premium .list-element:hover {
    box-shadow: 0 0 7px 2px rgba(205, 204, 0, 0.45);
}

.listing-page__list--free .list-element {
    transition: 200ms linear;
    border: 1px solid #ccc;
}

.listing-page__list--free .list-element .imageWrap {
    position: relative;
    padding-bottom: 100%;
}

.listing-page__list--free .list-element .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-page__list--free .list-element:hover {
    box-shadow: 0 0 7px 2px #e6e6e6;
}

.list-element__tags span {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-weight: 800;
}

.listing-page .list-element__tags span {
    color: #fff;
    background: #cd1777;
    font-size: 10px;
}

.listing-page--jobs .list-element__tags span {
    color: #fff;
    background: #cdcc00;
}

.listing-page__list--premium .list-element--individual {
    transition: all 200ms linear;
    border: 2px solid #cd1777;
}

.listing-page__list--premium .list-element--individual::after {
    background: url(/images/star.svg?0cda14014e57872fd5ddee5c21e1cefe) no-repeat #cd1777 center;
}

.listing-page__list--premium .list-element--individual:hover {
    box-shadow: 0 0 7px 2px rgba(205, 23, 119, 0.45);
}

.listing-page__list--premium .list-element--company {
    transition: all 200ms linear;
    border: 2px solid #cdcc00;
}

.listing-page__list--premium .list-element--company::after {
    background: url(/images/star.svg?0cda14014e57872fd5ddee5c21e1cefe) no-repeat #cdcc00 center;
}

.listing-page__list--premium .list-element--company:hover {
    box-shadow: 0 0 7px 2px rgba(205, 204, 0, 0.45);
}

.listing-page .list-element {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 0.5rem;
    border-radius: 125px 5px 5px 125px;
}

.listing-page .list-element::after {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 100%;
}

.list-element__image {
    overflow: hidden;
    flex: 1 1 33%;
}

.list-element__image .imageWrap {
    position: relative;
    padding-bottom: 100%;
}

.list-element__image .imageWrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-element__image img {
    max-width: 100%;
    height: 150px;
    border-radius: 100%;
}

.list-element__content {
    flex: 1 1 67%;
    padding-left: 2rem;
}

@media only screen and (max-width: 992px) {
    .list-element__content {
        padding-left: 1rem;
    }

    .list-element__content p {
        margin-bottom: 0;
    }

    .list-element__experience {
        width: 100%;
        text-align: left;
        float: none !important;
    }

    .list-element__description p {
        font-size: 9px;
    }
}

.list-element__title p {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}

.list-element__tags,
.list-element__qualifications,
.list-element__experience {
    font-size: 0.75rem;
}

.list-element__tags {
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px ) {
    .list-element__tags {
        margin-bottom: 0.5rem;
    }
}

.list-element__description,
.list-element__location {
    font-size: 0.875rem;
}

.list-element__description p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

.list-element__location,
.list-element__experience {
    display: inline-block;
}

.list-element__location {
    color: #333;
    font-weight: 800;
}

.list-element__experience {
    float: right;
    margin-right: 2rem;
    color: #666;
    font-weight: 600;
}

.list-element__qualifications {
    color: #666;
    font-style: italic;
}

.about h3 {
    margin-bottom: 3rem;
    color: #333;
}

.about h3 span {
    color: #cd1777;
}

.about p {
    font-size: 15px;
    margin-bottom: 2rem;
    line-height: 24px;
}

.about__visual {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url(/images/about-visual.jpg?59f619ea6326426e48a39337659c1637) no-repeat center;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .about__visual {
        height: calc(100vh - 124px);
    }
}

.about__visual-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: center;
    background: rgba(205, 23, 119, 0.7);
}

.about__visual-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about__visual-content br {
    display: none;
}

@media only screen and (min-width: 768px) {
    .about__visual-content br {
        display: initial;
    }
}

.about__visual-content h1 {
    margin-bottom: 2rem;
    color: #fff;
}

.about__visual-content h3 {
    color: #fff;
    font-weight: 300;
}

.about__visual-more {
    position: absolute;
    right: 0;
    bottom: 4.5rem;
    left: 0;
}

.about__visual-more a {
    padding-bottom: 2.5rem;
    cursor: pointer;
    transition: all 200ms linear;
    color: #fff;
    background: url(/images/arrow-down.svg?83da3271863d83e7c455d0690398360d) no-repeat center bottom;
    font-size: 1rem;
}

.about__visual-more a:hover {
    padding-bottom: 3rem;
}

.about__text-video p,
.about__video-text p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 24px;
}

.about__text-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 4rem 0;
}

.about__video-text {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.about__video-text .text,
.about__text-video .text {
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about__video-text .text,
    .about__text-video .text {
        width: 60%;
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .about__video-text .text {
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .about__text-video .text {
        padding-right: 3rem;
    }
}

.about__video-text .video,
.about__text-video .video {
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
}

.about__video-text .video .imageWrap,
.about__text-video .video .imageWrap {
    position: relative;
    padding-bottom: 100%;
    border-radius: 99%;
    overflow: hidden;
}

.about__video-text .video .imageWrap .arrow-left,
.about__text-video .video .imageWrap .arrow-left {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 60px solid #CD1777;
    cursor: pointer;
    pointer-events: none;
}


@media only screen and (max-width: 640px) {
    .about__video-text .video .imageWrap .arrow-left,
    .about__text-video .video .imageWrap .arrow-left {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 30px solid #CD1777;
    }
}

.about__video-text .video .imageWrap img,
.about__text-video .video .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .about__video-text .video,
    .about__text-video .video {
        width: 40%;
        position: relative;
    }
}

@media only screen and (min-width: 768px) {
    .about__video-text .video {
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .about__text-video .video {
        padding-left: 2rem;
    }
}

.about__video-text img,
.about__text-video img {
    width: 100%;
}

.about__casting {
    background: url(/images/duart-logo-trans.svg?24d8df94e1e50e13ac360288f3f96334) no-repeat center;
    background-size: cover;
}

.about__columns {
    padding: 5rem 0;
    background: #cd1777;
}

.about__columns-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.about__columns-item {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .about__columns-item {
        width: 33.3%;
        padding: 0 2rem;
    }
}

.about__columns h4 {
    margin-bottom: 2rem;
    color: #fff;
}

.about__columns p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;

}

.about__photos {
    padding: 4rem 0;
}

.about__learn {
    margin-top: 4rem;
    text-align: center;
    background: #cdcc00;
}

.about__learn:before {
    right: 0;
    left: 0;
    display: block;
    height: 40px;
    content: "";
    background: url(/images/rounded-border.jpg?31a965070a81eb9fc6d8344abe9653f3) #cdcc00 repeat-x top;
}

.about__learn-wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
}

@media only screen and (min-width: 1024px) {
    .about__learn-wrapper {
        max-width: 800px;
        padding: 4rem;
    }
}

.about__learn h3,
.about__learn p {
    color: #fff;
}

.about__learn h3 {
    margin-bottom: 4rem;
}

.about__learn p {
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
}

.about__learn-gallery {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 4rem;
    padding: 0.5rem 0;
    border: 1px solid #bbbb5c;
}

@media only screen and (min-width: 768px) {
    .about__learn-gallery {
        flex-wrap: nowrap;
    }
}

.about__learn-gallery a {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .about__learn-gallery a {
        width: 200px;
        margin: 0 0.5rem;
    }
}

.about__learn-gallery img {
    width: 100%;
    height: auto;
}

.about__horse {
    position: relative;
    width: 100%;
    height: 50vh;
    text-align: center;
    background: url(/images/duart-events.png?2b5c61c297a843bf9122e822befe9727) no-repeat center;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .about__horse {
        height: 100vh;
    }
}

.about__horse video {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__horse video.visible {
    display: block;
}

.about__horse-play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    display: inline-block;
    margin: 0 auto;
    padding-top: 6rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: url(/images/play-large.svg?5ee969185ed5731e507b7e0801438a82) no-repeat center top;
    font-size: 0.875rem;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .about__horse-play {
        right: initial;
        left: initial;
    }
}

.about__ballroom {
    text-align: center;
    background: url(/images/duart-logo-trans-1.svg?0f53edf3ee6a74bf3a81629b554f8a2d) no-repeat center;
    background-size: cover;
}

.about__ballroom-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 4rem 0;
}

.profile {
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .profile {
        padding: 4rem 0;
    }
}

.profile__main {
    display: flex;
    flex-flow: row wrap;
}

@media print {
    .profile__main {
        display: block;
    }
}

.profile__main-user {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
}

@media only screen and (min-width: 1024px) {
    .profile__main-user {
        width: 35%;
        padding-right: 2rem;
    }
}

.profile__main-user-picture {
    margin: 0 auto 2rem auto;
    text-align: center;
}

.profile__main-user-picture img {
    max-width: 100%;
    border-radius: 100%;
}

.profile__main-user-intro {
    margin-bottom: 2rem;
    text-align: center;
}

.profile__main-user-links {
    text-align: center;
}

.profile__main-user-links a {
    display: table;
    margin: 0 auto 1rem auto;
}

.profile__main-user--large {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .profile__main-user--large {
        display: block;
    }
}

.profile__main-user--mobile {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .profile__main-user--mobile {
        display: none;
    }
}

.profile__main-info {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .profile__main-info {
        width: 65%;
        text-align: left;
    }
}

.profile__main-info h1 {
    font-weight: 600;
}

.profile__main-tags {
    display: block;
    margin-top: 0.5rem;
}

.profile__main-tags span {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 4px 8px;
    vertical-align: middle;
    color: #cd1777;
    border: 1px solid #cd1777;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 800;
}

.profile_paragraph {
    color: #666;
    background: #f6f7f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1.0rem;
    font-size: 0.7rem;
}

.pdf-content {
    text-align: left;
}

.pdf_subtitle {
    color: #cd1777;
}

.pdf_subtitle_company {
    color: #cdcc00;
}

.pdf-credits {
    font-size: 0.6rem;
}

.profile__main_profile-tags span {
    padding: 4px 8px;
    vertical-align: middle;
    color: #cd1777;
    border: 1px solid #cd1777;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 800;
}

.profile__main-social {
    display: block;
    margin-top: 1rem;
}

.profile__main-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 1.5rem;
    background-size: cover;
}

.profile__main-social--youtube {
    background: url(/images/social-link-youtube.svg?a32be26f10597b2764df8364cafe7a30) no-repeat;
}

.profile__main-social--facebook {
    background: url(/images/social-link-facebook.svg?ce02c55e4d0dbbc1d2ab8262556013f8) no-repeat;
}

.profile__main-social--twitter {
    background: url(/images/social-link-twitter.svg?fd7aa0bf4fc646a596875d9459830ad1) no-repeat;
}

.profile__main-details {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f6f7f8;
}

.profile__main-details-item {
    width: 50%;
    margin-bottom: 1.5rem;
}

.profile__main-details-item--title {
    display: inline-block;
    color: #666;
    font-weight: 600;
}

.profile__main-details-item--value {
    display: inline-block;
    color: #333;
    font-weight: 400;
}

.profile__gallery {
    display: flex;
    overflow: auto;
    margin: 4rem 0;
}

.profile__gallery--single {

}

@media only screen and (max-width: 1025px) {
    .profile__gallery--single {
        width: 20%;
        min-width: 200px;
    }
}

.profile__gallery--single---inner {
    position: relative;
    padding-bottom: 75%;
    padding-bottom: 56.25%;
}

.profile__gallery .profile__gallery--single---inner img, .profile__gallery .profile__gallery--single---inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__gallery ::-webkit-scrollbar {
    display: none;
}

.profile__gallery--public {
    display: block;
    max-height: initial;
}

@media print {
    .profile__gallery--public {
        max-height: initial !important;
    }
}

.profile__gallery img {
    width: auto;
    height: 100%;
}

.profile__gallery--public img {
    width: auto;
    max-height: 120px;
    margin-top: 30px;
}

@media print {
    .profile__gallery--public img {
        height: auto !important;
        max-height: auto !important;
    }
}

.profile__experience {
    margin-bottom: 4rem;
}

.profile__experience--public h3 {
    margin-top: 45px;
    margin-bottom: 0;
    color: #cd1777;
    font-size: 24px;
    font-weight: 800;
}

@media print {
    .profile__experience--public h3 {
        color: #cd1777;
        font-weight: 800;
    }
}

.profile__experience--public h4 {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 15px;
    color: #fff;
    background: #cd1777;
}

@media print {
    .profile__experience--public h4 {
        display: inline-block;
        margin-bottom: 0;
        padding: 10px 15px;
        color: #fff;
        background: #cd1777;
    }
}

.profile__public {
    padding: 15px;
}

.profile__public--image {
    display: inline-block;
    max-width: 250px;
}

.profile__public--image img {
    max-width: 100%;
}

.profile__public--info {
    display: inline-block;
    width: calc(100% - 270px);
    margin-left: 15px;
    vertical-align: top;
    background: url(/images/logo.svg) no-repeat top right;
    background-size: 120px;
    font-size: 14px;
}

.profile__public--info .profile__main-details {
    padding-bottom: 0;
}

.profile__public--info .profile__main-details-item {
    width: 33%;
}

.profile__public--info-social p {
    font-size: 14px;
    font-weight: 600;
}

.profile__public--info-social p span {
    font-weight: 400;
}

.profile__public-copyright {
    text-align: center;
}

.profile__public-copyright p {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 10px;
}

.profile__public-copyright p a {
    color: #cd1777;
}

.profile {
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .profile {
        padding: 4rem 0;
    }
}

.company-profile .tabs {
    margin-top: 3rem;
}

.company-profile .tab__heading.active {
    color: #cdcc00;
}

.tab__company-info {
    display: inline-block;
    width: 49%;
    margin-bottom: 3rem;
    vertical-align: top;
}

.tab__company-info b {
    color: #666;
}

.tab__company-info a {
    display: table;
    margin: 10px 0;
    color: #cd1777;
}

.profile__main {
    display: flex;
    flex-flow: row wrap;
}

.profile__main-company {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
}

@media only screen and (min-width: 1024px) {
    .profile__main-company {
        width: 35%;
        padding-right: 2rem;
    }
}

.profile__main-company-picture {
    position: relative;
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem auto;
    margin-bottom: 3rem;
    text-align: center;
    border: 1px solid #cdcc00;
    border-radius: 100%;
}

.profile__main-company-picture img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 250px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profile__main-company-links {
    text-align: center;
}

.profile__main-company-links a {
    display: table;
    margin: 0 auto 1rem auto;
}

.profile__main-company--large {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .profile__main-company--large {
        display: block;
    }
}

.profile__main-company--mobile {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .profile__main-company--mobile {
        display: none;
    }
}

.profile__main-info {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .profile__main-info {
        width: 65%;
        text-align: left;
    }
}

.profile__main-info h1 {
    font-weight: 600;
}

.profile__main-tags {
    display: block;
    margin-top: 0.5rem;
}

.profile__main-tags span {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 4px 8px;
    vertical-align: middle;
    color: #cd1777;
    border: 1px solid #cd1777;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 800;
}

.profile__main-social {
    display: block;
    margin-top: 1rem;
}

.profile__main-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 1.5rem;
    background-size: cover;
}

.profile__main-social--youtube {
    background: url(/images/social-link-youtube.svg?a32be26f10597b2764df8364cafe7a30) no-repeat;
}

.profile__main-social--facebook {
    background: url(/images/social-link-facebook.svg?ce02c55e4d0dbbc1d2ab8262556013f8) no-repeat;
}

.profile__main-social--twitter {
    background: url(/images/social-link-twitter.svg?fd7aa0bf4fc646a596875d9459830ad1) no-repeat;
}

.company-profile__staff {
    margin: 5rem 0;
    padding: 2rem 0;
    text-align: center;
    background: #f6f7f8;
}

.company-profile__staff .layout-contained {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-profile__staff-item {
    width: 100%;
    width: calc(100% / 2);
    margin-bottom: 3rem;
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .company-profile__staff-item {
        width: calc(100% / 3);
        text-align: center;
    }
}

.company-profile__staff-item img {
    display: inline-block;
    border: 1px solid #cdcc00;
    border-radius: 100%;
    object-fit: cover;
}

.company-profile__staff-item-info,
.company-profile__staff-item-picture {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .company-profile__staff-item-info,
    .company-profile__staff-item-picture {
        display: inline-block;
        vertical-align: middle;
    }
}

.company-profile__staff-item-picture img {
    max-width: 100%;
}

.company-profile__staff-item-info {
    padding-left: 1rem;
}

@media only screen and (min-width: 1024px) {
    .company-profile__staff-item-info {
        padding-left: 0;
    }
}

.company-profile__staff-item-info p {
    font-size: 18px;
    font-weight: 800;
}

.company-profile__staff-item-info span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.company-profile__staff-item-info a {
    color: #bbbb5c;
}

.company-profile__filmography {
    margin: 5rem 0;
}

.company-profile__filmography h2 {
    margin-bottom: 3rem;
    text-align: center;
}

.company-profile__films {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-profile__film {
    box-sizing: border-box;
    width: 50%;
    padding: 0 1rem;
}

@media only screen and (min-width: 1024px) {
    .company-profile__film {
        width: 18%;
    }
}

.company-profile__film img {
    width: 100%;
    margin-bottom: 1rem;
}

.company-profile__film p {
    margin: 0 0 5px 0;
}

.company-profile__film-title {
    font-weight: 800;
}

.company-profile__film-year,
.company-profile__film-attribution {
    font-weight: 400;
}

.company-profile__film-attribution {
    font-style: italic;
}

.news-page .banner-large {
    margin: 1rem 0;
}

.news-page img {
    width: 100%;
    max-width: 100%;
}

.news-page h1 {
    margin: 3rem 0;
    font-weight: 800;
}

.news-page a {
    color: #000000;
    text-decoration: none;
}

.news-page h3 {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    background: #cd1777;
}

.news-page h3:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid #cd1777;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.news-page h4 {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 20px;
    color: #fff;
    background: #cd1777;
    font-weight: 900;
}

.news-page h4:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid #cd1777;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.news-page h4 a {
    text-decoration: none;
    color: #fff;
}

.news__featured {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.news__featured-article-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .news__featured-article-wrapper {
        height: 350px;
    }
}

.news__featured-article-wrapper:nth-child(1) {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__featured-article-wrapper:nth-child(1) {
        width: calc(30% - 1rem);
        margin-right: 1rem;
    }
}

.news__featured-article-wrapper:nth-child(1) a {
    font-size: 18px;
}

.news__featured-article-wrapper:nth-child(2) {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__featured-article-wrapper:nth-child(2) {
        width: 45%;
    }
}

.news__featured-article-wrapper:nth-child(2) a {
    font-size: 18px;
}

.news__featured-article-wrapper:nth-child(3) {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__featured-article-wrapper:nth-child(3) {
        width: calc(25% - 1rem);
        margin-left: 1rem;
    }
}

.news__featured-article-wrapper:nth-child(3) .news__featured-article {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .news__featured-article-wrapper:nth-child(3) .news__featured-article {
        height: 175px;
    }
}

.news__featured-article-wrapper:nth-child(3) .news__featured-article:last-child {
    margin-bottom: 0;
}

.news__featured-article-wrapper:nth-child(3) .news__featured-article:last-child .news__featured-article-title {
    bottom: 2rem;
}

.news__featured-article {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.news__featured-article.half_height:first-child {
    margin-bottom: 30px;
}

.news__featured-article.half_height {
    padding-bottom: calc((100% - 30px) / 2);
}

.news__featured-article {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .news__featured-article {
    }
}

.is-fifth {
    width: calc(100% / 5);
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 769px) {
    .is-fifth {
        width: 50%;
        margin-bottom: 3rem;
    }
}


.news__featured-article img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .news__featured-article img {
        height: 100%;
    }
}

.news__featured-article a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.news__featured-article a:hover .news__featured-article-overlay {
    /*background: rgba(0, 0, 0, 0.7);*/
}

.news__featured-article-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    transition: all 200ms linear;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.news__featured-article-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    padding: 10px;
}

.news__trending {
    margin-top: 2rem;
    background: #f6f7f8;
    margin-left: -50px;
    margin-right: -50px;
    padding: 3rem 0;
    padding-left: 50px;
    padding-right: 50px;
}
.news__trending .is-fifth {
    padding-left: 5px;
    padding-right: 5px;
}
.news__trending .row {
    margin-left: -10px;
    margin-right: -10px;
}

@media only screen and (min-width: 768px) {
    .news__trending {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 1370px) {
    .news__trending {
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
    }
}

.news__trending-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.news__film {
    padding: 10px 0;
}

.news__film .expandedText {
    -webkit-line-clamp: 14;
}
.news__theater-main .expandedText {
    -webkit-line-clamp: 9;
}
.news__trending .imageWrap,
.news__film .imageWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
}

.news__tv .news__tv-item-img .imageWrap {
    position: relative;
    padding-bottom: 75%;
}

.news__trending .imageWrap img,
.news__film .imageWrap img,
.news__tv .news__tv-item-img .imageWrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__film .news__film--single {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .news__trending-article {
        width: 19%;
        margin-bottom: 0;
    }
}

.news__trending-article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.news__trending-article a {
    text-decoration: none;
    color: #666;
}

.news__movies-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__movies-wrapper {
        margin: 0 -1rem;
    }
}

.news__movies-main,
.news__festivals {
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__movies-main,
    .news__festivals {
        width: 33.3%;
        padding: 0 2rem 0 1rem;
    }
}

.news__festivals-main a,
.news__movies-main a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.news__fest-thea-tv .imageWrap {
    position: relative;
    padding-bottom: 75%;
}

.news__movies-main .imageWrap img,
.news__fest-thea-tv .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__theater .imageWrap {
    position: relative;
    padding-bottom: 75%;
}

.news__theater .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__movies-main img {
    max-width: 100%;
}

.news__festivals-main span,
.news__movies-main span {
    display: block;
    margin: 1rem 0;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.news__movies-list,
.news__theater-tv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__movies-list,
    .news__theater-tv {
        width: 66.6%;
    }
}

.news__movies-list-movie {
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .news__movies-list-movie {
        width: 33.3%;
        margin: 0 -1rem 1rem -1rem;
    }
}

.news__movies-list-movie a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.news__movies-list-movie img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.news__festivals-main {
    margin-bottom: 2rem;
}

.news__festivals-item {
    width: 100%;
}

.news__festivals-item {
    margin-bottom: 1rem;
}

.news__festivals-item span {
    display: block;
    color: #333;
    font-size: 1rem;
    font-weight: 900;
}

.news__festivals-item a {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.news__festival-list-img {
    display: inline-block;
    max-width: 30%;
    vertical-align: middle;
}

.news__festival-list-info {
    display: inline-block;
    box-sizing: border-box;
    width: 68%;
    padding-left: 1rem;
    vertical-align: middle;
}

.news__fest-thea-tv-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__fest-thea-tv-wrapper {
        margin: 0 -1rem;
    }
}

@media only screen and (min-width: 768px) {
    .news__theater h4,
    .news__tv h4 {
        /*margin-left: -1rem;*/
    }
}

.news__theater a {
    text-decoration: none;
    color: #333;
}

.news__theater-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.news__fest-thea-tv .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.news__fest-thea-tv [class^=col] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media only screen and (min-width: 768px) {
    .news__theater-main {
    }
}

.news__theater-main-img {
    width: 100%;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    .news__theater-main-img {
        width: 40%;
        margin-bottom: 0;
    }
}

.news__theater-main-body {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news__theater-main-body {
        box-sizing: border-box;
        width: 60%;
        padding-left: 1rem;
    }
}

.news__theater-main b {
    display: block;
    margin-bottom: 1rem;
    font-size: 22px;
}

@media only screen and (max-width: 769px) {
    .news__theater-list [class^=col] {
        margin-bottom: 2rem;
    }
}

.news__theater-list .imageWrap {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 1rem;
}

.news__theater-list .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__theater-list-item {
    width: 100%;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .news__theater-list-item {
        width: 33.3%;
        margin: 1rem -1rem;
    }
}

.news__theater-list-item img {
    display: block;
    margin-bottom: 1rem;
}

.news__theater-list-item a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.news__tv {
    padding: 2rem 0;
}

.news__tv-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.news__tv-item {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.news__tv--single {
    padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .news__tv-item {
        width: calc(50% + 2rem);
        margin: 0 -1rem 2rem -1rem;
    }
}

.news__tv-item a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.news__tv-item-img {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.news__tv-item-desc {
    display: inline-block;
    box-sizing: border-box;
    width: 58%;
    padding: 0 1rem;
    vertical-align: top;
}

.news__tv-item-desc span {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.news-page .jobs {
    margin-top: 2rem;
    padding: 2rem 0;
    background: #f6f7f8;
}

.news-page .jobs__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.news-page .job {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 5px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .news-page .job {
        width: 19%;
        margin-bottom: 0;
    }
}

.news-page .job a {
    text-decoration: none;
}

.news-page .job__title {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem;
    font-weight: 800;
}

.news-page .job__location {
    color: #cdcc00;
    font-size: 14px;
    font-weight: 800;
}

.news-page .jobs .btn-primary,
.news-page .jobs .btn-submit,
.news-page .jobs .plan__action button,
.plan__action .news-page .jobs button {
    display: table;
    margin: 2rem auto;
}

.banner-medium {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.banner-medium a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    border: 1px solid #979797;
}

@media only screen and (min-width: 768px) {
    .banner-medium a {
        display: inline-block;
        /*width: 47%;*/
    }
}

.box-office__list-legend {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.box-office__list-legend-item {
    font-size: 16px;
    width: 50%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

.box-office__list-legend-item.active {
    color: #cd1777;
    font-weight: 800;
}

.box-office__list-legend-item:hover {
    color: #cd1777;
}

.box-office__list-legend--croatia,
.box-office__list-legend--us {
    display: block;
    width: 100%;
}

.box-office__list-legend--croatia {
    margin-bottom: 10px;
    color: #cd1777;
    font-size: 16px;
    font-weight: 600;
}

.box-office__list-legend--croatia span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #cd1777;
}

.box-office__list-legend--us {
    color: #bbbb5c;
    font-size: 16px;
    font-weight: 600;
}

.box-office__list-legend--us span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #bbbb5c;
}

.box-office__list ul {
    overflow-y: scroll;
    max-height: 400px;
    padding: 0;
    list-style: none;
}

.box-office__list li {
    box-sizing: border-box;
    margin-bottom: 3px;
    padding: 10px;
    border: 1px solid #ccc;
}

.box-office__list-item-name {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.box-office__list-item-detail--weekly {
    display: block;
}

.box-office__list-item-detail--total {
    margin-top: 3px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
}

span.croatia {
    display: block;
    margin-bottom: 5px;
    color: #cd1777;
    font-size: 14px;
    font-weight: 600;
}

span.us {
    display: block;
    margin-bottom: 5px;
    color: #bbbb5c;
    font-size: 14px;
    font-weight: 600;
}

ul.box-office__list {
    display: none;
}

ul.box-office__list.active {
    display: block;
}

.registration,
.registration-page {
    background: #fff;
}

.registration-page__branding {
    padding-top: 4rem;
    text-align: center;
}

.registration-page__branding img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}

.registration-page__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.registration-page .btn-company,
.registration-page .btn-person {
    display: inline-block;
    padding: 18px 45px;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border-radius: 35px;
    font-size: 1rem;
    font-weight: 600;
}

.registration-page .btn-company:hover,
.registration-page .btn-person:hover {
    text-decoration: none;
}

.registration-page__buttons span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
}

.registration-page__option {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .registration-page__option {
        width: 45%;
    }
}

@media only screen and (min-width: 1024px) {
    .registration-page__option {
        width: 40%;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
}

.registration-page__option a {
    width: 100%;
    text-align: center;
}

.registration-page__option .help-individual,
.registration-page__option .help-company {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}

.registration-page__option p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    color: #333;
    font-weight: 900;
}

.registration-page__option .help-individual {
    background: url(/images/help-icon-individual.svg?7153e148862c19dfc038a5f9d7b21a62) no-repeat center;
    background-size: contain;
}

.registration-page__option .help-individual:hover .registration-help__individual {
    display: block;
}

.registration-page__option .help-company {
    background: url(/images/help-icon-company.svg?4e73b7eb235cf938f0faba84462eb2d6) no-repeat center;
    background-size: contain;
}

.registration-page__option .help-company:hover .registration-help__company {
    display: block;
}

.registration-page__option-help {
    display: none;
}

@media only screen and (min-width: 768px) {
    .registration-page__option-help {
        display: block;
        margin-top: 2rem;
        text-align: center;
    }
}

.registration-page .btn-company {
    color: #fff;
    border: 2px solid #cdcc00;
    background: #cdcc00;
}

.registration-page .btn-company:hover {
    color: #cdcc00;
    background: #fff;
}

.registration-page .btn-company:hover .icon-comp {
    background: url(/images/icon-registration-comp-active.svg?b55ffbb40d55c5a1615d7699e0402963) no-repeat center;
    background-size: contain;
}

.btn-company span {
    margin-right: 10px;
}

.registration-page .btn-person {
    border: 2px solid #cd1777;
    background: #cd1777;
}

.registration-page .btn-person:hover {
    color: #cd1777;
    background: #fff;
}

.registration-page .btn-person:hover .icon-indv {
    background: url(/images/icon-registration-ind-active.svg?98ff6c2ecc9d708a973bf77a36bb52b7) no-repeat center;
    background-size: contain;
}

.icon-comp {
    background: url(/images/icon-registration-comp.svg?203e8b8258535cefa6892a3219f4fba8) no-repeat center;
    background-size: contain;
}

.icon-indv {
    background: url(/images/icon-registration-ind.svg?1524b1c01df87e2b8bc0e9b4b89c6549) no-repeat center;
    background-size: contain;
}

.registration-help__individual,
.registration-help__company {
    position: absolute;
    right: 0;
    left: 0;
}

.registration-help__individual {
    display: none;
    margin-top: 1rem;
    margin-bottom: -5rem;
    padding: 10px;
    text-align: left;
    background: #cd1777;
    font-size: 0.875rem;
    font-weight: 400;
}

.registration-help__individual:after {
    position: absolute;
    top: -13px;
    right: 25%;
    width: 0;
    height: 0;
    content: "";
    border-right: 7px solid transparent;
    border-bottom: 14px solid #cd1777;
    border-left: 7px solid transparent;
}

.registration-help__company {
    display: none;
    margin-top: 1rem;
    padding: 10px;
    text-align: left;
    background: #cdcc00;
    font-size: 0.875rem;
    font-weight: 400;
}

.registration-help__company:after {
    position: absolute;
    top: -13px;
    right: 25%;
    width: 0;
    height: 0;
    content: "";
    border-right: 7px solid transparent;
    border-bottom: 14px solid #cdcc00;
    border-left: 7px solid transparent;
}

.registration-help__individual p,
.registration-help__company p {
    color: #fff;
}

.registration-form__wrapper {
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .registration-form__wrapper {
        padding: 2rem;
        border-radius: 5px;
    }
}

.registration-form__heading {
    margin-bottom: 1rem;
}

.registration-form__heading h1 span {
    margin-right: 1rem;
}

.registration-form {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0 1rem;
}

.registration-form form {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
    .registration-form form {
        padding: 0;
    }
}

.registration-form__item {
    width: 100%;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .registration-form__item {
        width: 50%;
        padding: 0 1rem;
    }
}

.registration-form__item label {
    display: block;
    width: 100%;
    max-width: initial;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .registration-form__item label {
        display: inline-block;
        width: 30%;
        max-width: 100px;
    }
}

.registration-form__item input[type=text],
.registration-form__item input[type=password],
.registration-form__item input[type=email],
.registration-form__item input[type=date],
.registration-form__item input[type=phone],
.registration-form__item select {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .registration-form__item input[type=text],
    .registration-form__item input[type=password],
    .registration-form__item input[type=email],
    .registration-form__item input[type=date],
    .registration-form__item input[type=phone],
    .registration-form__item select {
        display: inline-block;
        width: 70%;
        height: 44px;
    }
}

.registration-form__item .intl-tel-input {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .registration-form__item .intl-tel-input {
        width: 70%;
    }
}

.registration-form__item .intl-tel-input .form-control {
    width: 100% !important;
}

.registration-form__item select {
    position: relative;
    height: initial;
    border: 1px solid #ccc;
    background: url(/images/select-arrow.svg?5824525a93b95a342ceed2465eab1003) no-repeat 95% center;
    background-size: 10px;
    font-size: 0.875rem;
}

.registration-form__item input[type=text]:hover,
.registration-form__item input[type=password]:hover,
.registration-form__item input[type=email]:hover,
.registration-form__item input[type=date]:hover,
.registration-form__item select:hover {
    transition: all 200ms linear;
    border: 1px solid #f28bc1;
    box-shadow: 0 0 15px -4px rgba(205, 23, 119, 0.6);
}

.registration-form__action {
    width: 100%;
    text-align: right;
}

.registration-form__item .bootstrap-select {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.registration-form__item .bootstrap-select .btn,
.registration-form__item .bootstrap-select .btn-primary,
.registration-form__item .bootstrap-select .btn-primary--ghost,
.registration-form__item .bootstrap-select .btn-secondary,
.registration-form__item .bootstrap-select .btn-secondary--ghost,
.registration-form__item .bootstrap-select .btn-tertiary--ghost,
.registration-form__item .bootstrap-select .btn-grey,
.registration-form__item .bootstrap-select .btn-submit,
.registration-form__item .bootstrap-select .plan__action button,
.plan__action .registration-form__item .bootstrap-select button {
    width: 100%;
    padding: 12px 10px 10px 10px;
    background: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.registration-form__item .bootstrap-select {
    background: url(/images/select-arrow.svg?5824525a93b95a342ceed2465eab1003) no-repeat 95% center;
    background-size: 10px;
}

.registration-form__item .filter-option {
    padding: 0 !important;
}

.registration-form__item .dropdown-toggle:after {
    display: none;
}

.registration-form__item .bs-searchbox input[type=text] {
    width: 100%;
}

.registration-form__item .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #cd1777;
}

.registration-form__individual .registration-form__wrapper {
    border-top: 1px solid #cd1777;
}

@media only screen and (min-width: 768px) {
    .registration-form__individual .registration-form__wrapper {
        border: 1px solid #cd1777;
        box-shadow: 0 0 12px 0 rgba(205, 23, 119, 0.53);
    }
}

.registration-form__individual .registration-form__heading {
    color: #cd1777;
}
.showApplications.clicked {
    background: green;
    color: #ffffff !important;
}
.registration-form__individual label span {
    display: inline-block;
    vertical-align: middle;
    color: #c84343;
    font-size: 1rem;
    font-weight: 800;
}

.registration-form__individual label {
    max-width: 113px;
}

.registration-form__company .registration-form__wrapper {
    border-top: 1px solid #cdcc00;
}

@media only screen and (min-width: 768px) {
    .registration-form__company .registration-form__wrapper {
        border: 1px solid #cdcc00;
        box-shadow: 0 0 12px 0 rgba(205, 204, 0, 0.53);
    }
}

.registration-form__company .registration-form__heading {
    color: #cdcc00;
}

.registration-form__company label span {
    display: inline-block;
    vertical-align: middle;
    color: #c84343;
    font-size: 1rem;
    font-weight: 800;
}

.registration-form__company label {
    max-width: 113px;
}

.registration-form__company p {
    display: block;
    width: 100%;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #333;
    font-size: 0.75rem;
    font-weight: 800;
}

.registration-form__company input:not([type=submit]):hover,
.registration-form__company input:not([type=submit]):active,
.registration-form__company input:not([type=submit]):focus,
.registration-form__company textarea:hover,
.registration-form__company textarea:active,
.registration-form__company textarea:focus {
    transition: all 200ms linear;
    border: 1px solid #bbbb5c;
    box-shadow: 0 0 15px -4px rgba(205, 204, 0, 0.6);
}

.search-results__heading {
    margin-bottom: 4rem;
    padding-top: 1rem;
    text-align: center;
}

.search-results__heading h3 {
    color: #666;
    font-style: italic;
}

.search-results__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-results__item {
    width: 100%;
    margin-bottom: 1rem;
    transition: all 200ms linear;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) {
    .search-results__item {
        width: 45%;
        margin-bottom: 2rem;
    }
}

.search-results__item:hover {
    transition: all 200ms linear;
    border: 1px solid #979797;
    box-shadow: 0 0 15px -4px rgba(51, 51, 51, 0.6);
}

.search-results__item a {
    display: block;
    padding: 1.5rem;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .search-results__item a {
        padding: 2rem;
    }
}

.search-results__item-tag p {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #cd1777;
    border: 1px solid #cd1777;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
}

.search-results__item--company .search-results__item-tag p {
    color: #bbbb5c;
    border: 1px solid #bbbb5c;
}

.search-results__item-title p {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.25rem;
    font-weight: 800;
}

.search-results__item-body p {
    margin-bottom: 0;
    color: #666;
}

.post__heading {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}

/*.post__heading-image,*/
/*.post__heading-details {*/
/*    width: 100%;*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .post__heading-image,*/
/*    .post__heading-details {*/
/*        width: 50%;*/
/*    }*/
/*}*/

.post__heading-details {
    box-sizing: border-box;
    padding-top: 2rem;
}

@media only screen and (min-width: 1024px) {
    .post__heading-details {
        padding-top: 0;
        padding-right: 2rem;
    }
}

.post__heading {
    padding: 5rem 0;
}

.post__heading-image img {
    width: 100%;
}

.post__heading-image .imageWrap {
    position: relative;
    padding-bottom: 75%;
}

.post__heading-image .imageWrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}
.post__heading-details span {
    display: inline-block;
    margin-right: 2rem;
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
    background: #cd1777;
    font-size: 12px;
    font-weight: 800;
}

.post__heading-details h1 {
    color: #333;
    font-size: 2rem;
    font-weight: 900;
}

@media only screen and (min-width: 1024px) {
    .post__heading-details h1 {
        font-size: 3rem;
    }
}

.post__heading-details h2 {
    font-size: 1rem;
    font-weight: 400;
}

.post__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
}

@media only screen and (min-width: 1024px) {
    .post__content {
        margin-top: 4rem;
    }
}

.post__content-author {
    width: 100%;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .post__content-author {
        width: 20%;
        padding-top: 2rem;
    }
}

.post__content-share {
    width: 100%;
    margin-top: 2rem;
}

@media only screen and (min-width: 1024px) {
    .post__content-share {
        box-sizing: border-box;
        width: 20%;
        margin-top: 0;
        padding-left: 2rem;
    }
}

.post__related {
    margin: 5rem 0;
}

/*.post__content-post {*/
/*    width: 100%;*/
/*    margin-top: 2rem;*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .post__content-post {*/
/*        width: 60%;*/
/*        margin-top: 0;*/
/*    }*/
/*}*/

.post__content-author img,
.post__content-author-info {
    display: inline-block;
    vertical-align: middle;
}

.post__content-post--img-alt {
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    color: #979797;
    font-size: 0.75rem;
    font-style: italic;
}

.post__content-author img {
    margin-right: 1rem;
    border-radius: 99%;
    object-fit: cover;
}

.post__content-author p,
.post__content-author a {
    display: inline-block;
    color: #333;
    font-size: 0.875rem;
    font-weight: 800;
}

.post__content-author span {
    display: block;
    color: #979797;
    font-size: 0.75rem;
}

.post__content-post p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif !important;
}

.post__content-post img {
    width: 100%;
    margin: 2rem 0;
}

.post__content-share a {
    display: inline-block;
    width: auto;
    margin-bottom: 1rem;
    padding: 12px 40px 12px 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
}

@media only screen and (max-width: 1250px) {
    .post__content-share a {
        padding: 12px 10px 12px 30px;
        width: 100%;
        max-width: 150px;
        background-position: 20px center !important;
    }
}

.post__content-share .share-facebook {
    background: url(/images/facebook.svg?390252de062e39bab1967f6e4433d2cb) #2a5297 no-repeat 30px center;
}

.post__content-share .share-twitter {
    background: url(/images/twitter.svg?96d2a37f352f82243237118b076fd565) #28a9e0 no-repeat 30px center;
}

.post__related {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

@media only screen and (min-width: 1024px) {
    .post__related {
        margin-top: 4rem;
        padding-top: 4rem;
    }
}

.post__related h3 {
    margin: 0;
    text-align: center;
    font-size: 1.75rem;
}

@media only screen and (min-width: 1024px) {
    .post__related h3 {
        margin: 0 0 3rem 0;
        font-size: 3rem;
    }
}

.post__related-items {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

.post__related--tiny {
    width: 100%;
    margin-top: 2rem;
}

.post__related--tiny .imageWrap {
    position: relative;
    padding-bottom: 120%;
    margin-bottom: 10px;
}

.post__related--tiny .imageWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*@media only screen and (min-width: 1024px) {*/
/*    .post__related--tiny {*/
/*        width: 25%;*/
/*    }*/
/*}*/

.post__related--tiny a {
    text-decoration: none;
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
}

.post__related--tiny span {
    display: block;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
}

.blog-category__page {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.blog-category__page h1 {
    display: inline-block;
    margin: 0;
}

.blog-category__page form {
    display: flex;
}

.blog-category__page .form-item__select,
.blog-category__page .listing-page__filters-advanced .form-item-select,
.listing-page__filters-advanced .blog-category__page .form-item-select {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.blog-category__main {
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .blog-category__main {
        width: 70%;
        padding-right: 2rem;
    }
}

.blog-category__main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}

@media only screen and (max-width: 992px) {
    .blog-category__main-heading {
        flex-direction: column;
    }

    .blog-category__main-heading h1 {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 575px) {
    .blog-category__page form {
        flex-direction: column;
        width: 100%;
    }

    .blog-category__page .form-item__select.category_filter_form {
        flex-direction: column;
    }

    .form-item__select.category_filter_form:after {
        top: 73%;
    }
}

.blog-category__sidebar {
    width: 100%;
    margin-top: 2rem;
}

@media only screen and (min-width: 1024px) {
    .blog-category__sidebar {
        width: 30%;
        margin-top: 150px;
    }
}

.blog__category-item {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.blog__category-item-image {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .blog__category-item-image {
        width: 100%;
    }
}

.blog__category-item-image .imageWrap {
    position: relative;
    padding-bottom: 75%;
}

@media only screen and (max-width: 769px) {
    .blog__category-item-image .imageWrap {
        margin-bottom: 1rem;
    }
}

.blog__category-item-image .imageWrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__category-item-details {
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .blog__category-item-details {
        width: 100%;
        padding-left: 1rem;
    }
}

.blog__category-item-title a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.blog__category-item-body p {
    font-size: 14px;
    line-height: 22px;
}

.blog__category-item-info {
    color: #979797;
    font-size: 12px;
    font-style: italic;
}

.blog__category-item-info a {
    cursor: pointer;
    text-decoration: none;
    color: #cd1777;
}

.blog-category__sidebar .banner {
    display: block;
    width: 100%;
    /*background: #979797;*/
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 100%;
}

.blog-category__sidebar .banner > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-1 {
    /*position: relative;*/
    /*margin-bottom: 2rem;*/
    /*padding-bottom: 100%;*/
}

.banner.banner-2 {
    padding-bottom: 25.83%;
}

.profile__main-user-picture {
    position: relative;
    padding-bottom: 100%;
}

.profile__main-user-picture img, .profile__main-user-picture.pdfProfileImage img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__main-user-picture.pdfProfileImage {
    position: relative;
    padding-bottom: 0;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.profile__main-user-picture.pdfProfileImage img {
    object-fit: cover !important;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .home-page__intro-video iframe {
        /*top: 85px;*/
    }

    .footer__wrapper-newsletter,
    .footer__wrapper-social {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .footer__wrapper-social p {
        margin-bottom: 0;
    }

    .footer__wrapper-newsletter {
        text-align: center;
    }

    .footer__wrapper-newsletter form {
        max-width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 769px) {
    .footer__item--logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .account-plans__tables--individual, .account-plans__tables--business {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1025px) {
    .header .header__inner {
        padding: 15px 5px;
    }

    .header__inner-logo .logo {
        max-width: 100px;
    }

    .header__inner-buttons {
        position: fixed;
        top: 0;
        right: 0;
    }
    .header__inner-buttons a {
        font-size: 12px !important;
    }

    .header__inner-search {
        right: 1rem;
        min-width: 65%;
    }

    .footer__item {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__item a {
        display: block;
        text-align: center;
    }

    .footer__item strong {
        font-size: 18px;
    }

    .home-page__intro {
        min-height: 60vw;
    }

    .home-page__intro-video iframe {
        /*top: 80px;*/
    }

    .price-table__regular-content {
        position: relative;
        top: initial;
        transform: none;
    }

    .price-table__regular-content .btn-subscribe--regular {
        margin: 20px 0 0 0;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 481px) {
    .header__inner-logo .logo {
        max-width: 70px;
    }

    .header__inner-search {
        right: 0.5rem;
    }

    .header__inner-search input {
        padding-right: 35px !important;
        font-size: 12px;
    }

    .footer__wrapper-newsletter form {
        max-width: 100%;
        margin: 0 auto;
    }

    .footer__wrapper-newsletter input[type=submit] {
        font-size: 10px;
    }

    .home-page__intro h1 {
        font-size: 28px;
    }

    .home-page__intro h1 span {
        font-size: 20px;
    }

    .home-page__half h2 {
        font-size: 20px;
    }

    /*.btn, .btn-grey, .btn-tertiary--ghost, .btn-secondary--ghost, .btn-secondary, .btn-primary--ghost, .btn-primary, .plan__action button, .btn-submit {*/
    /*    padding: 2px 13px !important;*/
    /*}*/
}


/* CONTACT PAGE */

.dashboard-form.dashboard-form__editor {
    padding-bottom: 20px;
}

.blur-content {
    filter: blur(5px);
}


/* JOBS PAGE */

.listing-page.listing-page--jobs {
    padding: 20px 0;
}

.listing-page.listing-page--jobs img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.slick-prev {
    left: 40px !important;
    z-index: 9999;
}

.slick-next {
    right: 40px !important;
    z-index: 9999;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 99% !important;
    background-color: #CD1777 !important;
}

/* CARRERS PAGE */

.carrers_wrapper {

}

.single_article h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.single_article.bigger_font h2 {
    font-size: 22px;
    line-height: 24px;
}
.single_article p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
}
@media only screen and (max-width: 350px) {
    .header__inner-buttons a {
        font-size: 9px !important;
    }
}
.modal-dialog {
    max-height: 100%;
}
.modal-content {
    height: 100%;
    overflow: auto;
}
#viewApplication ul { list-style: none; padding: 0}
#viewApplication ul:after {
    display: table;
    content: '';
    clear: both;
}
#viewApplication ul li {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    padding-bottom: 15px;

}

#modalJobApplication ul li {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    padding-bottom: 15px;

}
@media only screen and (max-width: 481px) {
    #viewApplication ul li {
        width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #modalJobApplication ul li {
        width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
#viewApplication ul li img {height: 50px; object-fit: cover;}
#modalJobApplication ul li img {height: 50px; object-fit: cover;}
#viewApplication ul li.file img {

}
#viewApplication ul li span {
    display: block;
    width: 100%;
    max-width: 200px;
    font-size:12px;
    margin-top: 5px;
    font-weight: 500;
}
#modalJobApplication ul li span {
    display: block;
    width: 100%;
    max-width: 200px;
    font-size:12px;
    margin-top: 5px;
    font-weight: 500;
}

/* ==============================================================
 ============= NEW JOB OFFER ===================================*/
.new-job-offer-form .text-align--right {
    text-align: right;
}

.new-job-offer-form {
    background: #fff;
    padding: 20px 30px;
    margin-top: 40px;
}
.new-job-offer-form p {
    margin-bottom: 0;
}
.new-job-offer-form hr {
    margin-bottom: 30px;
}
.new-job-offer-form  .form-group input,
.new-job-offer-form  .form-group select
{
    display: block;
    width: 100%;
    height: 44px;
}
.new-job-offer-form  .form-group textarea {
    display: block;
    width: 100%;
}
.new-job-offer-form  .form-group {
    margin-bottom: 30px;
}
.new-job-offer-form  .form-group p {
    font-weight: 600;
    font-size: 13px;
}
.new-job-offer-form  .form-group.checkboxWrapper {
    display: flex;

}
.new-job-offer-form  .form-group.checkboxWrapper input[type=checkbox] {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.new-job-offer-form  .form-group.checkboxWrapper input[type=checkbox] + label {
    display: inline-block;
    line-height: 24px;
    width: calc(100% - 15px);
    margin: 0;
    padding-left: 10px;
}
.row_inside {
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.row_inside__header {
    padding-bottom: 20px;
}
.row_inside__header > button {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/images/icons/close-png-transparent.png") no-repeat;
    background-size: cover;
    background-position: center 90%;
    border: none;
}

.transitionClass {
    padding: 20px;
    animation: pulse 1.1s ease-in-out infinite;
}
@keyframes pulse {
    /*25% {*/
    /*    -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*    -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*    box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*}*/
    50% {
        -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);
        box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);
    }

    /*75% {*/
    /*    -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*    -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*    box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);*/
    /*}*/

    /*100% {*/
    /*    -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);*/
    /*    -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);*/
    /*    box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.65);*/
    /*}*/
}

@media only screen and (max-width: 769px) {
    .new-job-offer-form .text-align--right {
        text-align: left;
    }
    .new-job-offer-form {
        padding: 10px 0;
    }
    .addNewRow {
        display: block;
        margin:  0 auto;
    }
}

.date.form-control {
    background: url('/images/icons/calendar.png') no-repeat 95% center;
}

/* SINGLE JOB */
.single-job-wrapper {
    padding: 100px  50px;
}

@media only screen and (max-width: 768px) {
    .single-job-wrapper {
        padding: 40px 20px;
    }
}

.job-info {
    padding-bottom: 50px;
    border-bottom: 2px solid #cdcc00;
}
.job-info-single {
    margin-bottom: 30px;
}
.job-info-single h5 {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    margin: 0;
}

.job-accordion-wrapper {
    padding-top: 50px;
}
.job-accordion-wrapper .btn {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    font-weight: 900;
    width: 100%;
    text-align: left;
    padding: 20px;
    background: #F6F7F8;
    border-radius: 4px;
    text-decoration: none !important;
}
.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);;
}
.job-accordion-wrapper .btn:hover {
    text-decoration: none;
}
.job-accordion-wrapper .card {
    margin-bottom: 40px;
}
.job-accordion-wrapper .btn span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 2px;
    background: #ffffff;
    border-radius: 3px;
    margin-left: auto;
    vertical-align: middle;
}
.job-accordion-wrapper .btn span:after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #ffffff;
    border-radius: 3px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
}
.job-accordion-wrapper .btn.collapsed {

    background: rgba(205, 204, 0, 0.6);
    color: #ffffff;
}
.job-accordion-wrapper .btn.collapsed span:after {
    transform: rotate(90deg);
}
.job-accordion-wrapper .btn:not(.collapsed) span:after {
    background: #000000;
}
.job-accordion-wrapper .card-header  {

    padding: 0;
}

.job-accordion-wrapper .card-body--details {

}
.job-accordion-wrapper .card-body--details h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 20px;
}
.job-accordion-wrapper .card-body--details h3 span{
    color: #000000;
}
.job-accordion-wrapper .card-body .buttonWrapper {
    display: flex;
}
.job-accordion-wrapper .card-body .buttonWrapper .btn {
    width: 175px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 54px;
    text-align: center !important;
    border-radius: 25px;
    background: rgba(205, 204, 0, 1);
}
.job-accordion-wrapper .card-body .buttonWrapper .btn:hover {
    border: 2px solid rgba(205, 204, 0, 1);
    color: rgba(205, 204, 0, 1) !important;
    background: #ffffff;
}

@media only screen and (max-width: 768px) {
    .company-info-wrapper {
        margin-top: 50px;
    }
    .job-accordion-wrapper .card-body .buttonWrapper .btn{
        margin: 0 auto;
    }
}

.company-info-wrapper--details---badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(205, 204, 0, 1);
    border-radius: 100%;
    padding: 5px;
    overflow: hidden;
}
.company-info-wrapper--details---badge > img {
    max-width: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    border-radius: 100%;
}
.company-info-wrapper--details {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
    border: 1px solid rgba(205, 204, 0, 1);
}
.company-info-wrapper--details a {
    align-self: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.company-info-wrapper--shareWrapper {
    padding: 50px 0;
}
.company-info-wrapper--shareWrapper a {
    width: 100%;
    margin-bottom: 30px;
}

.company-info-wrapper--shareWrapper a.faceLink {
    background: #3b5998;
}
.company-info-wrapper--shareWrapper a.faceLink:hover {
    border-color: #3b5998;
    background: #ffffff;
    color: #3b5998 !important;
}
.company-info-wrapper--shareWrapper a.twitterLink {
    background: #55ADEE;
}
.company-info-wrapper--shareWrapper a.twitterLink:hover {
    border-color: #55ADEE;
    background: #ffffff;
    color: #55ADEE !important;
}
.company-info-wrapper--shareWrapper a.linkedinLink {
    background: #0A66C2;
}
.company-info-wrapper--shareWrapper a.linkedinLink:hover {
    border-color: #0A66C2;
    background: #ffffff;
    color: #0A66C2 !important;
}


.company-info-wrapper--otherOffers {

}
.company-info-wrapper--otherOffers h5 {
    margin-bottom: 30px;
}
.company-info-wrapper--otherOffers ul {
    list-style: none;
    padding: 50px 20px;
    border: 1px solid rgba(205, 204, 0, 1);
}

@media only screen and (max-width: 768px) {
    .company-info-wrapper--otherOffers ul {
        padding: 20px 10px;
    }
}

.company-info-wrapper--otherOffers ul li{
    border-bottom: 1px solid #666666;
    margin-bottom: 20px;
}
.company-info-wrapper--otherOffers ul li:last-of-type{
    border-bottom: none;
}
.company-info-wrapper--otherOffers ul li h5 {
    margin-bottom: 10px;
    font-size: 14px;
}
.display_flex {
    display: flex;
}

.alignCenter {
    align-items: center;
}
.justifyEnd {
    justify-content: flex-end;
}

#modalJobApplication  textarea {
    width: 100%;
}
#modalJobApplication .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid darkgray;
    margin-bottom: 15px;
    height: 50px;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
}

#modalJobApplication .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

#modalJobApplication .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
@media only screen and (max-width: 521px) {
    .addNewFileUpload {
        display: block;
        margin-left: initial !important;
        margin: 0 auto !important;
    }
}

span.fileName {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 110px);
    font-size: 13px;
    line-height: 15px;
    padding: 0 5px;
}

.featured-title-background {
    background: rgba(0, 0, 0, 0.5) !important;
}
