/* latin-ext */
/* @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; 
} */

/* latin */
/* @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; 
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

.w-100p {
    width: 100%;
}

.mb-15px {
    margin-bottom: 15px!important;
}

.m-top-60px {
    margin-top: 60px;
}

.m-auto {
    margin: auto;
}

.c-pointer {
    cursor: pointer;
}

#CookieLawContainer {
    bottom: 0;
    top: auto;
    background: #fff !important;
    position: fixed;
    border-top: 1px solid #e0e0e0;
    display: none;
    visibility: hidden;
    z-index: 7000;
    *zoom: 1;
    width: 100%;
    max-width: 100%
}

#CookieLawContainer:before, #CookieLawContainer:after {
    content: "";
    display: table
}

#CookieLawContainer:after {
    clear: both
}

#CookieLawContainer .row {
    margin: 0;
    max-width: 100%
}

#CookieLawContainer .primary .cookie-law {
    position: relative;
    *zoom: 1
}

#CookieLawContainer .primary .cookie-law:before, #CookieLawContainer .primary .cookie-law:after {
    content: "";
    display: table
}

#CookieLawContainer .primary .cookie-law:after {
    clear: both
}

#CookieLawContainer .primary .cookie-law .text {
    color: #555;
    float: left;
    width: 90%;
    padding-top: 3px
}

#CookieLawContainer .primary .cookie-law .text p {
    margin: .5em 0;
    font-size: 11px
}

#CookieLawContainer .primary .cookie-law .text a {
    color: #555;
    text-decoration: underline;
    font-size: inherit
}

#CookieLawContainer .primary .cookie-law .controls {
    margin: 1px 0;
    *zoom: 1;
    float: left;
    padding: 0 12px
}

#CookieLawContainer .primary .cookie-law .controls:before, #CookieLawContainer .primary .cookie-law .controls:after {
    content: "";
    display: table
}

#CookieLawContainer .primary .cookie-law .controls:after {
    clear: both
}

#CookieLawContainer .primary .cookie-law .controls .link {
    font-size: 20px;
    font-family: 'FontAwesome' !important;
    content: '\f00d';
    text-decoration: none
}

#CookieLawContainer .primary .cookie-law .controls .link:hover, #CookieLawContainer .primary .cookie-law .controls .link:focus {
    text-decoration: none
}

#CookieLawContainer .primary .cookie-law .cookies {
    *zoom: 1;
    margin: 0 auto;
    position: relative;
    display: none;
    background: #6db9d8;
    padding: 1.5em
}

#CookieLawContainer .primary .cookie-law .cookies:before, #CookieLawContainer .primary .cookie-law .cookies:after {
    content: "";
    display: table
}

#CookieLawContainer .primary .cookie-law .cookies:after {
    clear: both
}

#CookieLawContainer .primary .cookie-law .cookies ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-position: inside
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {

    color: #fff !important;
    background-color: #E20079 !important;
    border-color: #E20079;
    border-radius: 8px

}

.btn-primary:active {
    background-color: #E20079;
}

.button:active {
    background-color: #E20079;
}

.form-control {
    font-size: 15px;
}

@media only screen and (max-width: 800px) {
    #launcher.zEWidget-launcher {
        bottom: 22px !important
    }
}

@media only screen and (max-width: 650px) {
    #CookieLawContainer {
        bottom: 0;
        top: auto;
        background: #fff !important;
        position: fixed;
        border-top: 1px solid #e0e0e0
    }

    #CookieLawContainer .primary .cookie-law {
        padding-top: 0
    }

    #CookieLawContainer .primary .cookie-law .text {
        width: 93%;
        padding-right: 137px;
        padding-left: 0;
        padding-top: 0
    }

    #CookieLawContainer .primary .cookie-law .text p {
        font-size: 10px
    }

    #CookieLawContainer .primary .cookie-law .controls {
        width: 7%
    }

    #CookieLawContainer .primary .cookie-law .controls .link {
        font-size: 16px
    }
}

@media only screen and (max-width: 475px) {
    #CookieLawContainer .primary .cookie-law .controls {
        width: 10%;
        padding-left: 7px
    }

    #CookieLawContainer .primary .cookie-law .text {
        width: 90%;
        padding-right: 60px
    }
}

.breadcrumb {
    background: #E20079;
    border-radius: 8px;
    min-height: 70px;
    height: auto;
    padding: 18px 12px 12px 18px;
    text-shadow: 1px 1px black;
    letter-spacing: 1px;
}

.breadcrumb > li {
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.breadcrumb > .active {
    font-size: 1.4em;
    color: #fff;
}

.breadcrumb > li > a:hover {
    color: #fff;
}

.breadcrumb > li > a {
    color: #fff;
}

.hero-banner.full-size-img {
    width: 100%;
    border: 0px solid #cdcccd;
    /*padding: 10px 10px 50px 10px;*/
    *zoom: 1;
    /*position: relative;*/
    /*overflow: hidden;*/
    /*z-index: 10;*/
    text-align: left;
    /*padding-left: 30px;*/
    /*padding-top: 20px;*/
}

.hero-banner.full-size-img:before, .hero-banner.full-size-img:after {
    content: "";
    display: table
}

.hero-banner.full-size-img:after {
    clear: both
}

.hero-banner.full-size-img .links a {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff
}

.hero-banner.full-size-img .links a span {
    color: #fff
}

.hero-banner.full-size-img h1 {
    width: 80%;
    font-size: 72px;
    font-weight: 300;
    padding: 50px 50px 0 0;
    margin: 0;
    position: relative;
    z-index: 10
}

.hero-banner.full-size-img h1, .hero-banner.full-size-img h2 .more-info {
    color: #fff
}

.hero-banner.full-size-img .mobile-header {
    display: none
}

.hero-banner.full-size-img .content-container {
    margin: 0
}

.hero-banner.full-size-img .content {
    float: none;
    margin: 0;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 32px;
    color: #fff;
    position: relative;
    z-index: 10;
    font-weight: 400;
    line-height: 1.4em
}

.hero-banner.full-size-img .content p {
    display: none
}

.hero-banner.full-size-img .search-area {
    *zoom: 1;
    /*position: absolute;*/
    left: 0;
    background: #E20079;
    /*width: 99%;*/
    height: auto;
    min-height: 100px;
    bottom: 0;
    padding: 25px 12px 12px 25px;
    color: #fff;
    z-index: 100;
    max-width: 1280px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.hero-banner.full-size-img .search-area:before, .hero-banner.full-size-img .search-area:after {
    content: "";
    display: table
}

.hero-banner.full-size-img .search-area:after {
    clear: both
}

.hero-banner.full-size-img .search-area .right {
    display: inline-block;
    position: absolute;
    right: 20px
}

.hero-banner.full-size-img .search-area .form-text {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 2;
    margin-right: 10px;
}

.hero-banner.full-size-img .search-area .text--lowlight {
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    display: inline-block;
    line-height: 2.2;
}

.hero-banner.full-size-img .search-area .btn {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #60E130;
    /* padding: 10px 20px; */
    text-decoration: none;
    font-size: 1.6em;
    position: relative;
    /*bottom: 3px;*/
    color: #fff;
    /*line-height: 1.4; */
    height: 60px;
    /*margin: 0 7px;*/
    vertical-align: baseline;
    border: solid
}

/* .navbar-brand {
    padding-left: 27px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {

    margin-left: 0px;
} */

.navbar-right {
    /*margin-right: 15px;*/
}

.hero-banner.full-size-img .search-area .btn--lowlight {
    background: #ef03f9;
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    margin-left: 10px;
    padding: 8px 20px
}

.hero-banner.full-size-img .search-area .error-container {
    padding-left: 225px
}

.hero-banner.full-size-img .search-area .error-container label {
    font-size: 14px;
    font-weight: bold
}

.hero-banner.full-size-img .search-area input[type="text"], .hero-banner.full-size-img .search-area input[type="number"] {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.6em;
    width: 220px;
    height: 60px;
    /*margin: 0 7px*/
}

.hero-banner.full-size-img .search-area input[type="text"]:focus, .hero-banner.full-size-img .search-area input[type="number"]:focus {
    outline: none
}

/*.hero-banner.full-size-img .search-area input[type="text"].error, .hero-banner.full-size-img .search-area input[type="number"].error {
    background: #fceeef;
    color: #d7464a
}*/

@media screen and (max-width: 768px) {
    .hero-banner.full-size-img .search-area input[type="text"], .hero-banner.full-size-img .search-area input[type="number"] {
        /*width: 150px;*/
        /*margin: 0 5px 0 0;*/
    }
}

.hero-banner.full-size-img .more-info {
    left: 30px;
    bottom: 10px
}

.hero-banner.full-size-img .more-info a {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

.hero-banner.full-size-img .more-info a:hover {
    text-decoration: underline
}

.hero-banner.full-size-img .more-info span {
    display: none
}

.hero-banner.full-size-img .teaser-image {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute
}

@media screen and (max-width: 850px) {
    .hero-banner .search-area .error-container {
        padding-left: 173px
    }

    .hero-banner .search-area .right {
        position: static !important
    }

    .hero-banner .search-area .text {
        font-size: 16px
    }

    .hero-banner .search-area input[type="text"] {
        /*padding: 10px 15px;*/
        /*max-width: 158px*/
    }
}

@media screen and (max-width: 767px) {
    .hero-banner .js-rwd-toggle-container {
        display: none
    }

    .hero-banner.full-size-img .more-info {
        text-align: center
    }
}

@media screen and (max-width: 700px) {
    /*.hero-banner.full-size-img {
        height: 410px
    }*/
    .hero-banner.full-size-img h1 {
        padding: 0;
        font-size: 48px;
        width: 100%
    }

    .hero-banner.full-size-img .search-area {
        text-align: center;
        padding: 25px 12px 10px 15px
    }

    .hero-banner.full-size-img .search-area .error-container {
        padding-left: 0
    }

    .hero-banner.full-size-img .search-area .right {
        display: block;
        float: none;
        width: 100%;
        margin-top: 10px
    }
}

@media screen and (max-width: 500px) {
    .hero-banner.full-size-img h1 {
        font-size: 40px
    }

    .hero-banner.full-size-img .search-area {
        padding-left: 0;
        padding-right: 0
    }

    .hero-banner.full-size-img .search-area .text {
        display: block;
        margin-bottom: 8px
    }

    .hero-banner.full-size-img .search-area .text--lowlight {
        display: inline
    }

    /*.hero-banner.full-size-img .search-area .btn--lowlight {
        width: 121px;
        position: relative;
        left: 13px;
        background: none;
        font-weight: bold; 
        text-decoration: underline
    }*/
}

@media screen and (max-width: 250px) {
    .hero-banner.full-size-img .search-area input[type="text"] {
        max-width: 180px;
    }

    .hero-banner.full-size-img .search-area input[type="number"] {
        max-width: 200px;
    }
}

.spot {
    float: left;
    padding: 1.667em;
    /*margin: 0 0 2em 0;*/
    width: 100%;
    *width: 93%
}

.section-title p {
    text-align: center;
}

/* .spot img {
    float: left;
    margin: 0 1em 0 0
} */

.spot a {
    color: #E20079
}

.spot h2 a {
    color: #1c1c1c;
    text-decoration: none
}

.spot h2 a:hover, .spot h2 a:focus {
    color: #678d14
}

.spot ul, .spot ol {
    padding: 0 0 0 30px
}

.spot img + div {
    margin-left: 16.5em
}

.spot-50-percent {
    display: block;
    float: left;
    width: 50%;
    margin-top: 20px
}

@media only screen and (max-width: 640px) {
    .spot {
        padding: 0
    }

    .spot-50-percent {
        display: block;
        float: none;
        padding: 0 10px;
        width: 100%;
        margin: 0;
        *zoom: 1
    }

    .spot-50-percent:before, .spot-50-percent:after {
        content: "";
        display: table
    }

    .spot-50-percent:after {
        clear: both
    }

    .spot-50-percent h1, .spot-50-percent h2 {
        margin-bottom: .5em
    }

    .spot-50-percent ul {
        padding-left: 30px
    }
}

.profile-info {
    /* background: #f0f0f0; */
    border-radius: 8px
}

@-webkit-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-webkit-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-moz-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-moz-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-o-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-o-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-ms-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-ms-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@media only screen and (max-width: 767px) {
    .profile-info {
        padding: 20px 25px !important
    }

    .profile-info .email-password {
        margin-top: 30px
    }
}

@media only screen and (max-width: 640px) {
    .profile-info .checkbox-container .nice-checkbox {
        margin-right: 8px !important
    }

    .profile-info .checkbox-container .label-text.remember-me {
        width: 87% !important;
        font-size: 15px
    }
}

@media only screen and (max-width: 500px) {
    .profile-info {
        padding: 15px 15px !important
    }

    .profile-info [class*="col"] {
        width: 100%;
        float: none;
        /*   margin: 0 0 20px 0 */
    }
}

.site-forgot-error {
    color: red
}

.btn-link {
    color: #666;
    font-size: 1.2em;
    text-decoration: none;
}

/*stepOne css*/

.spot ul.unordered-list, .spot ol.unordered-list {
    margin: 0 0 2em 0;
    list-style: circle
}

.spot ul.unordered-list li:before, .spot ol.unordered-list li:before {
    /*!   font-family: Icons;
       content: "\e01d"; */
    display: inline-block;
    *zoom: 1;
    *display: block;
    margin-left: -1.5em;
    width: 1.5em
}

.spot ul.ordered-list, .spot ol.ordered-list {
    margin: 0 0 2em 0;
    list-style: circle
}

.lt-ie9 [class*="fkd-icon2"]:before {
    display: none
}

[class*="fkd-icon2"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}

[class*="fkd-icon2"]:before {
    font-size: 2.1em;
    font-family: 'custom-icons2' !important
}

.fkd-icon2-arrow-left:before {
    content: "a"
}

.fkd-icon2-arrow-right:before {
    content: "b"
}

.fkd-icon2-facebook-full:before {
    content: "W"
}

.fkd-icon2-facebook:before {
    content: "W"
}

.fkd-icon2-twitter:before {
    content: "3"
}

.fkd-icon2-instagram-full:before {
    content: "#"
}

.fkd-icon2-twitter-full:before {
    content: "3"
}

.fkd-icon2-youtube-full:before {
    content: "6"
}

.fkd-icon2-google-full:before {
    content: "Y"
}

.fkd-icon2-google:before {
    content: "Z"
}

.fkd-icon2-location:before {
    content: "w"
}

.fkd-icon2-offers:before {
    content: "u"
}

.fkd-icon2-letter:before {
    content: "O"
}

.fkd-icon2-close:before {
    content: "M"
}

.fkd-icon2-check:before {
    content: "v"
}

.fkd-icon2-maximize:before {
    content: "Q"
}

.fkd-icon2-minimize:before {
    content: "S"
}

.fkd-icon2-search:before {
    content: "g"
}

.fkd-icon2-search_outline:before {
    content: "<"
}

.fkd-icon2-search_full:before {
    content: ">"
}

.fkd-icon2-vis_tilbudsavis:before {
    content: "u"
}

.fkd-icon2-location_outline:before {
    content: "J"
}

.fkd-icon2-toolbar_taetpaa:before {
    content: "s"
}

.fkd-icon2-favorite_icon:before {
    content: "f"
}

.fkd-icon2-letter_outline:before {
    content: "O"
}

.fkd-icon2-phone_outline:before {
    content: "U"
}

.fkd-icon2-catalogue_outline:before {
    content: "u"
}

.fkd-icon2-catalogue_full:before {
    content: "t"
}

.fkd-icon2-profile_outline:before {
    content: "-"
}

.fkd-icon2-bubble-plus:before {
    content: "q"
}

.fkd-icon2-delete-outline:before {
    content: "+"
}

.fkd-icon2-edit-full:before {
    content: "="
}

.fkd-icon2-pause-full:before {
    content: "'"
}

.fkd-icon2-delete-full:before {
    content: "M"
}

.fkd-icon2-checkmark:before {
    content: "E"
}

.fkd-icon2-home_full:before {
    content: "ö"
}

.fkd-icon2-home_outline:before {
    content: "|"
}

.fkd-icon2-receipt_full:before {
    content: "´"
}

.fkd-icon2-receipt_outline:before {
    content: "`"
}

.fkd-icon2-alert_outline:before {
    content: "A"
}

.fkd-icon2-offeragent_outline:before {
    content: "₭"
}

.fkd-icon2-filter_outline:before {
    content: "₰"
}

.fkd-icon2-hand_outline:before {
    content: "y"
}

.fkd-icon2-plus_outline:before {
    content: "£"
}

.page {
    background: #fff;
    padding-top: 0 !important;
    /*  margin-top: -20px; */
    /* padding-right: 15px;
     padding-left: 15px; */
}

.contentpage {
    background: #fff;
    padding-top: 0 !important;
    margin-top: -20px;
    padding-right: 15px;
    padding-left: 15px;
}

.main-page {
    padding: 0;
}

.container {
    max-width: 1140px;
    width: 99%;
    margin: 0 auto
}

@media only screen and (max-width: 980px) {
    #why-chose .container {
        max-width: 750px;
    }
}

.container.content {
    padding: 0 20px
}

.narrow-content {
    padding: 0 20px;
    margin-top: 0px;
    *zoom: 1
}

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

.narrow-content:after {
    clear: both
}

.row {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.container-expanded {
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch
}

.container-expanded.large {
    max-width: 1120px
}

.container-expanded.size-1240 {
    max-width: 1240px
}

.container-expanded.has-padding {
    padding: 0 20px
}

.container-expanded .row {
    margin: 0
}

@media only screen and (max-width: 1000px) {
    .narrow-content {
        padding: 0 20%
    }
}

@media only screen and (max-width: 801px) {
    .page {
        width: auto;
        z-index: 2;
        -webkit-overflow-scrolling: touch;
        /*padding-top: 63px !important*/
    }

    #page .container-expanded.has-padding {
        padding: 0
    }

    #page .main-navigation {
        display: none
    }

    .narrow-content {
        padding: 0 0;
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .container.content {
        padding: 0 10px
    }

    .container-expanded .bottom-navigation {
        display: block
    }

    .container-expanded .breadcrumb {
        display: none
    }

    .modern .container-expanded .bottom-navigation li {
        position: relative;
        padding-left: 6%
    }

    .modern .container-expanded .bottom-navigation li:before {
        position: absolute;
        left: 3.8%;
        top: 17px
    }
}

.lt-ie9.modern .responsive-trigger {
    display: none
}

.lt-ie9.modern .header-wrapper .logo .png-version {
    display: block !important
}

.lt-ie9.modern .header-wrapper .logo .svg-version {
    display: none !important
}

.mobile-nav {
    display: none
}

@media screen and (max-width: 320px) {
    /*.page {
        padding-top: 56px !important
    }*/

}

a {
    color: #E20079;
    /*font-size: 16px*/
}

a:hover {
    color: #0BAFA0;
    text-decoration: underline
}

input {
    /*-webkit-appearance: none*/
    margin-right: 5px !important;
}

input[type="radio"] {
    cursor: pointer;
}

input[placeholder] {
    text-overflow: ellipsis
}

::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

@media only screen and (max-width: 801px) {
    #page.flow-page {
        position: relative
    }

    .primary-navigation .nav-container > a {
        display: none
    }
}

@media screen and (max-width: 580px) {
    h2 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 23px
    }

    p {
        font-size: 13px;
        line-height: 19px
    }

    h1 {
        font-size: 22px !important;
    }

    .img_home img {
        max-width: 100px !important;
    }

    /*input::-moz-placeholder {
        color: transparent
    }

    input:-moz-placeholder {
        color: transparent
    }

    input::-webkit-input-placeholder {
        color: transparent
    }

    input:-ms-input-placeholder {
        color: transparent
    }*/
}

.flow-navigation {
    height: 75px;
    padding: 10px 0
}

.flow-navigation-tabs {
    margin: 0;
    padding: 0;
    display: table
}

.flow-tab {
    padding-right: 100px;
    padding-left: 0;
    display: table-cell;
    vertical-align: top;
    list-style: none;
    font-weight: bold;
}

.flow-tab:last-child {
    padding-right: 0
}

.flow-tab-icon {
    width: 55px;
    height: 55px;
    margin-right: 20px;
    float: left;
    position: relative;
    text-align: center
}

.flow-tab-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "custom-icons2";
    font-size: 55px;
    line-height: 55px
}

img {
    width: 100%;
    height: auto

}

.flow-tab-text {
    float: left;
    line-height: 55px;
    font-size: 15px
}

.flow-tab-text-active {
    float: left;
    line-height: 55px;
    font-size: 15px;
    font-style: italic;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .flow-navigation {
        padding: 18px 0
    }

    .flow-navigation-tabs {
        width: 100%
    }

    .flow-tab {
        padding-right: 0
    }

    .flow-tab-icon {
        width: 39px;
        height: 39px;
        margin-right: 10px
    }

    .flow-tab-icon:before {
        font-size: 39px;
        line-height: 39px
    }

    .flow-tab-text {
        float: left;
        line-height: 39px;
        font-size: 18px;
        font-weight: bold;
    }
}

.flow-header {
    margin-bottom: 15px
}

.flow-page-element {
    margin-bottom: 50px
}

.row-purple {
    background-color: #E20079;
    color: #fff;
 /*   max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
 /*   border-radius: 8px; */
    padding-left: 15px;
 /*   width: 99% */
}

.row-grey {
   /* background-color: #f2f2f2;  */
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding-left: 15px;
    width: 99%
}

.mobile-only {
    display: none
}

@media screen and (max-width: 580px) {
    .flow-navigation-single-button {
        text-align: center
    }

    .flow-navigation-single-button > .button {
        float: none
    }

    .mobile-only {
        display: block
    }

    .mobile-hide {
        display: none
    }
}

.row-flow-header {
    margin: 0;
    min-height: 50px
}

.row-flow-header > h1 {
    margin: 10px 0;
 /*   margin-top: 60px; */
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    padding: 10px 0;
}

.row-flow-header > div {
    margin: -15px 0 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
 /*   color: #9a9a9a */
}

@media screen and (max-width: 580px) {
    .row-flow-header {
        min-height: initial
    }

    .row-flow-header > h1 {
        margin: 15px 0;
        font-size: 18px;
        line-height: 23px
    }

    .row-flow-header > div {
        font-size: 13px;
        line-height: 19px
    }
}

@media screen and (max-width: 860px) {
    .row-flow-header > div {
        margin: 15px 0 20px;
        font-size: 13px;
        line-height: 19px
    }
}

.flow-navigation-buttons > .button {
    margin-top: 10px;
    min-width: 234px
}

@media screen and (max-width: 580px) {
    .flow-navigation-buttons > .button {
        width: 45%;
        min-width: auto;
        min-width: initial;
        max-width: 234px;
        padding-right: 10px
    }

    .flow-navigation-buttons > .button-prev {
        padding-right: 10px
    }

    .flow-navigation-buttons > .button-next {
        padding-left: 20px
    }
}

.button {
    height: 48px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #60E130;
    border: 1px solid #60E130;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

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

.button:active, .button:focus {
    text-decoration: none;
    background-color: #60E130;
    color: #fff
}

.button-outline {
    background-color: #fff;
    color: #504746
}

.button-outline:hover {
    color: #504746
}

.button-disabled, .button-waiting {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    cursor: default
}

.button-prev {
    /*padding-left: 40px;*/
    float: left;
}

/*.button-prev:before {
    position: absolute;
    left: 15px;
    font-family: "FontAwesome";
    font-size: 14px;
    content: '\f053'
}*/

.flow-fieldset {
    padding-right: 10px;
    padding-left: 10px
}

.flow-fieldset > legend {
    margin-bottom: 15px;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 28px;
    font-weight: 300;
    color: #4a4a4a
}

.flow-fieldset-description {
    font-size: 16px;

}

.row-form-field {
    margin: 0;
    line-height: 20px;
    font-size: 16px
}

.form-field-label {
    width: 25%;
    height: 40px;
    margin-top: 25px;
    padding: 10px 0;
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 20px
}

.form-field-label.form-field-error {
    margin-top: 65px
}

.form-field > .form-field-half > .form-field-label {
    width: 110px;
    margin-top: 0
}

.form-field > .form-field-half > .form-field-label-floor {
    width: 55px
}

.form-field {
    width: 75%;
    max-width: 600px;
    float: left;
    position: relative
}

.form-field-no-label {
    margin-left: 220px
}

.form-field-half {
    width: 50%;
    max-width: 350px;
    float: left
}

.form-field-half:nth-child(2n+1) {
    min-width: 350px
}

.form-field-half:nth-child(2n) {
    max-width: 250px
}

.form-field-text-box {
    width: 100%;
    max-width: 555px;
    height: 40px;
    margin: 25px 0 15px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    line-height: 20px
}

.form-field-dropdown-box {
    width: 100%;
    max-width: 555px;
    height: 40px;
    margin: 25px 0 15px
}

.form-field-dropdown-box-small {
    width: 150px;
    margin-top: 0
}

.form-field-dropdown-box.form-field-error {
    margin-top: 65px
}

.form-field-error {
    border-color: #e05a5f
}

.form-field-error::-moz-placeholder {
    color: #e05a5f
}

.form-field-error:-moz-placeholder {
    color: #e05a5f
}

.form-field-error::-webkit-input-placeholder {
    color: #e05a5f
}

.form-field-error:-ms-input-placeholder {
    color: #e05a5f
}

.form-field-error-message {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #e05a5f;
    white-space: nowrap;
    text-overflow: ellipsis
}

.form-field-error-message > h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px
}

.form-field-error-message > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #9a9a9a
}

.form-field-error-message > p > a {
    font-size: 14px;
    line-height: 22px;
    color: #903793
}

.inline-label {
    margin-right: 30px;
    display: inline-block;
    color: #b7b7b7
}

.inline-field-value {
    margin-right: 90px;
    display: inline-block;
    color: #b7b7b7
}

@media screen and (max-width: 580px) {
    .form-field-error::-moz-placeholder {
        color: transparent
    }

    .form-field-error:-moz-placeholder {
        color: transparent
    }

    .form-field-error::-webkit-input-placeholder {
        color: transparent
    }

    .form-field-error:-ms-input-placeholder {
        color: transparent
    }
}

.description-text {
    line-height: 22px;
    font-size: 14px;
    color: #666
}

.description-text > a {
    color: #E20079;
    font-size: 14px;
    text-decoration: underline
}

@media screen and (max-width: 580px) {
    .description-text {
        width: calc(100% - 25px)
    }

    .description-text > br {
        display: none
    }
}

@media screen and (max-width: 860px) {
    .form-field {
        width: calc(100% - 220px)
    }

    .form-field-text-box {
        width: calc(100% - 40px)
    }

    .form-field-dropdown-box {
        width: calc(100% - 40px)
    }

    .form-field-half:nth-child(2n+1) {
        min-width: initial
    }

    .form-field-half:nth-child(2n) {
        max-width: initial
    }
}

@media screen and (max-width: 740px) {
    .form-field {
        width: calc(100% - 170px)
    }

    .form-field-label {
        width: 170px
    }

    .form-field-no-label {
        margin-left: 170px
    }
}

@media screen and (max-width: 580px) {
    .form-field {
        width: 100%
    }

    .flow-fieldset > legend {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 23px
    }

    .flow-fieldset-description {
        font-size: 13px;
        line-height: 19px
    }

    .form-field-label {
        width: auto;
        height: auto;
        margin-top: 0;
        font-size: 13px;
        line-height: 15px
    }

    .form-field-label.form-field-error {
        margin-top: 0
    }

    .form-field-no-label {
        margin-left: 0
    }

    .form-field-text-box {
        width: calc(100% - 25px);
        margin-top: 0
    }

    .form-field-error-message {
        width: calc(100% - 15px);
        margin-top: -10px;
        margin-bottom: 5px;
        display: block;
        position: static;
        overflow: visible;
        white-space: normal;
        text-overflow: initial
    }

    .form-field-dropdown-box, .form-field-dropdown-box.form-field-error {
        margin-top: 0
    }

    .row-form-field.row-textbox {
        font-size: 13px;
        line-height: 19px
    }

    .inline-label {
        margin-right: 5px
    }

    .inline-field-value {
        margin-right: 15px;
        font-size: 13px;
        line-height: 19px
    }

    .form-field-error-message > h3 {
        font-size: 16px;
        line-height: 22px
    }
}

.border-top {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

fieldset {
    margin: 0;
    padding: 0;
    border: none
}

.help-link {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    transition: background-color .25s
}

.help-link:hover {
    background-color: #999;
    color: #fff;
    text-decoration: none
}

.lightbox-content {
    display: none
}

.row-checkbox {
    position: relative
}

.row-checkbox .description-text {
    width: 80%;
    max-width: 735px;
    float: left
}

.row-checkbox > .form-field-error-message {
    top: -20px
}

@media screen and (max-width: 860px) {
    .row-checkbox > .description-text {
        width: calc(100% - 58px)
    }
}

.hidden-checkbox {
    visibility: hidden
}

.hidden-checkbox.form-field-error + .nice-checkbox {
    border-color: #e05a5f
}

.nice-checkbox {
    width: 22px;
    height: 22px;
    margin-right: 18px;
    position: relative;
    display: inline-block;
    float: left;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nice-checkbox:before {
    content: "";
    width: 0;
    height: 10%;
    background-color: #E20079;
    position: absolute;
    top: 45%;
    left: 20%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left center;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: left center;
    -o-transform: rotate(45deg);
    -o-transform-origin: left center;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: left center;
    transform: rotate(45deg);
    transform-origin: left center
}

.nice-checkbox:after {
    content: "";
    width: 0;
    height: 10%;
    background-color: #E20079;
    position: absolute;
    top: 70%;
    left: 40%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: left center;
    -o-transform: rotate(-45deg);
    -o-transform-origin: left center;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: left center;
    transform: rotate(-45deg);
    transform-origin: left center
}

.hidden-checkbox:checked + .nice-checkbox:before {
    -webkit-animation: small-check-mark-in .15s forwards ease-in;
    -moz-animation: small-check-mark-in .15s forwards ease-in;
    -o-animation: small-check-mark-in .15s forwards ease-in;
    -ms-animation: small-check-mark-in .15s forwards ease-in;
    animation: small-check-mark-in .15s forwards ease-in
}

.hidden-checkbox:checked + .nice-checkbox:after {
    -webkit-animation: big-check-mark-in .15s .15s forwards ease-out;
    -moz-animation: big-check-mark-in .15s .15s forwards ease-out;
    -o-animation: big-check-mark-in .15s .15s forwards ease-out;
    -ms-animation: big-check-mark-in .15s .15s forwards ease-out;
    animation: big-check-mark-in .15s .15s forwards ease-out
}

.lte9 .hidden-checkbox {
    position: absolute;
    top: 2px;
    left: 2px;
    visibility: visible
}

.lte9 .hidden-checkbox:checked + .nice-checkbox:before {
    position: absolute;
    top: 0;
    left: 4px;
    color: #903793;
    font-family: "custom-icons2";
    content: 'v';
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    -ms-transform: rotate(0deg)
}

.lt-ie9 .hidden-checkbox {
    width: 22px;
    height: 22px;
    margin-right: 18px;
    position: relative;
    display: inline-block;
    float: left;
    visibility: visible
}

.lt-ie9 .nice-checkbox {
    display: none
}

@-webkit-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-webkit-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-moz-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-moz-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-o-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-o-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@-ms-keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@-ms-keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

@keyframes small-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 35%
    }
}

@keyframes big-check-mark-in {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

.nice-input-mark-box {
    float: left;
    margin-right: 2rem
}

@media all and (max-device-width: 580px),(max-width: 580px) {
    .nice-checkbox {
        margin-right: 13px
    }
}

.check-mark {
    width: 30px;
    height: 30px;
    margin: 25px 0 0 10px;
    position: relative;
    top: 3px;
    float: right;
    background-color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.check-mark:before {
    content: "";
    width: 0;
    height: 7%;
    background-color: #903793;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left center;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: left center;
    -o-transform: rotate(45deg);
    -o-transform-origin: left center;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: left center;
    transform: rotate(45deg);
    transform-origin: left center
}

.check-mark:after {
    content: "";
    width: 0;
    height: 8%;
    background-color: #903793;
    position: absolute;
    top: 72%;
    left: 45%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: left center;
    -o-transform: rotate(-45deg);
    -o-transform-origin: left center;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: left center;
    transform: rotate(-45deg);
    transform-origin: left center
}

.check-mark-inline {
    margin-top: 0;
    top: -8px
}

.check-mark.checked:before {
    -webkit-animation: small-check-mark-in .15s forwards ease-in;
    -moz-animation: small-check-mark-in .15s forwards ease-in;
    -o-animation: small-check-mark-in .15s forwards ease-in;
    -ms-animation: small-check-mark-in .15s forwards ease-in;
    animation: small-check-mark-in .15s forwards ease-in
}

.check-mark.checked:after {
    -webkit-animation: big-check-mark-in .15s .15s forwards ease-out;
    -moz-animation: big-check-mark-in .15s .15s forwards ease-out;
    -o-animation: big-check-mark-in .15s .15s forwards ease-out;
    -ms-animation: big-check-mark-in .15s .15s forwards ease-out;
    animation: big-check-mark-in .15s .15s forwards ease-out
}

@media screen and (max-width: 580px) {
    .check-mark {
        width: 20px;
        height: 22px;
        margin: 0;
        top: 7px
    }

    .check-mark-inline {
        top: -3px
    }
}

.chosen-ad-list {
    display: none
}

.toggle-switch-container {
    position: absolute;
    bottom: 10px;
    left: 75px;
}

.toggle-switch {
    width: 65px;
    height: 34px;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    -webkit-transition: background-color .15s ease;
    -moz-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #4ABA00;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 16.5px;
}

.toggle-text {
    width: 100%;
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    -ms-transition: opacity .15s ease;
    transition: opacity .15s ease;
    text-align: center;
}

.toggle-on-text {
    font-size: 18px;
    padding-right: 27px;
}

.toggle-on-text::before {
    content: "\f00c";
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    font-family: 'FontAwesome';
}

.toggle-off-text {
    /* padding: 0 10px 0 31px; */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;

    padding-left: 27px;
    font-size: 10px;
    font-weight: normal;
    top: 0;
}

.toggle-off-text::before {
    content: "\f00d";
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    font-family: 'FontAwesome';
}

.toggled > .toggle-on-text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.toggled > .toggle-off-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.toggle-element {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 34px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-transition: all .15s ease;
    -moz-transition: left .15s ease;
    -o-transition: left .15s ease;
    -ms-transition: left .15s ease;
    transition: left .15s ease
}

.toggle-switch.toggled {
    background-color: #818181;
}

.toggled > .toggle-element {
    /*left: 109px;*/
    left: 3px;
}

.toggle-on:before, .toggle-off:before {
    width: 28px;
    height: 28px;
    left: 0;
    text-align: center;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 28px
}

/*.toggle-on:before {
    content: "\f00c";
    color: #60E130;
    font-size: 25px;
    font-weight: bold
}*/

/*.toggle-off:before {
    display: none;
    font-size: 25px;
    content: "\f00d";
    color: #FFFFFF;
    font-weight: bold
}*/

.toggle-switch.toggled .toggle-on:before {
    display: none
}

.toggle-switch.toggled .toggle-off:before {
    display: block
}

@media screen and (max-width: 580px) {
    .preselected-text {
        width: 105px !important;
        font-size: 12px
    }

    /*
    .toggled > .toggle-element {
        left: 74px
    }
    */
}

.lightbox-content {
    width: 680px;
    padding: 55px 55px 45px;
}

.lightbox-content > p {
    font-size: 18px;
    line-height: 26px
}

.lightbox-content > .button {
    width: 150px;
    margin: 45px auto 0;
    display: block;
    font-size: 22px;
    text-align: center
}

@media screen and (max-width: 740px) {
    .lightbox-content {
        width: 100%
    }
}

@media screen and (max-width: 580px) {
    .lightbox-content > p {
        font-size: 14px;
        line-height: 20px
    }

    .lightbox-content > .button {
        height: 36px;
        font-size: 18px;
        line-height: 36px
    }
}

.vid {
    text-align: center;
}

.row-checkbox {
    *zoom: 1
}

.row-checkbox:before, .row-checkbox:after {
    content: "";
    display: table
}

.row-checkbox:after {
    clear: both
}

.catalogues-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    position: relative
}

.catalogues-list .flow-navigation-buttons {
    border: none;
    position: absolute;
    right: 0;
    top: -22px;
    z-index: 90;
    max-width: 50%
}

.catalogues {
    font-family: 'Poppins', sans-serif;
    margin: 40px -10px 40px -10px;
    *zoom: 1
}

.catalogues:before, .catalogues:after {
    content: "";
    display: table
}

.catalogues:after {
    clear: both
}

.catalogues .js-hide-container {
    overflow: hidden;
    max-height: 495px
}

.catalogues__info {
    padding: 0 10px
}

.catalogues__container-outer {
    margin: 0 5px 20px 5px;
    text-align: center;
    display: inline-block !important;
    position: relative;
    border: 1px solid #E4E4E4;
    /*box-sizing: border-box;*/
    border-radius: 8px;
    background: #FAFAFA;
    padding: 8px;
    height: 280px;
    width: 217px;
}

.catalogues__container-outer .catalogues__campaign-label {
    display: none;
}

.catalogues__container-outer.campaign .catalogues__campaign-label {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: #83bc38;
    width: 100%;
    color: #fff;
    padding: 3px;
    text-align: center;
    font-size: .9em
}

.catalogues__container-outer .icon {
    display: none
}

.catalogues__container-outer .preselected-text {
    display: none
}

.catalogues__container-outer.locked {
    position: relative
}

.catalogues__container-outer.locked .catalogues__container-inner {
    position: relative
}

.catalogues__container-outer.locked .catalogues__container-inner .catalogues__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    background: transparent;
    content: " ";
    height: 258px;
    z-index: 100
}

.catalogues__container-outer.locked .icon {
    /*background: transparent url("../../../Images/Components/NejTakPLus/ad-locked.png") no-repeat;*/
    position: absolute;
    top: 8px;
    left: 4px;
    width: 22px;
    height: 22px;
    display: block;
    z-index: 50
}

.catalogues__container-outer.locked .toggle-switch {
    display: none !important
}

.catalogues__container-outer.locked .preselected-text {
    display: block;
    width: 140px;
    height: 34px;
    margin: 10px auto;
    position: relative;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #83bc38;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    z-index: 50
}

.catalogues .add-remove__link {
    border: 1px dashed #e5e5e5;
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 62px
}

.catalogues .add-remove__link:hover {
    background: #f0f0f0;
    transition: all ease-in .1s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.catalogues__container-inner {
    display: block;

}

.catalogues__catalogue {
    /*padding: 8px 8px 55px;*/
    /*border: 2px solid #e5e5e5;*/
    display: block;
    position: relative;
 /*   border-radius: 8px */
}

.catalogues__catalogue.selectable {
    /*border-color: #83bc38;*/
    width: 200px;
    height: 160px;
    background: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    cursor: pointer;
}

.catalogues__catalogue.toggled {
    /*border-color: #fff;*/
    /*border: none;*/
}

.catalogues__catalogue.toggled:after {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background-color: rgba(0, 0, 0, 0.1);*/

    /*background: #ababab1a;*/
    content: " ";
    /*border: 1px solid #E4E4E4;*/
    /*box-sizing: border-box;*/
    /*border-radius: 8px;*/
}

.catalogues__catalogue img {
    width: 130px; 
    padding-top: 15px;
 /*   height: 130px; */
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    max-height: 100%;
}

.catalogues__catalogue-name {
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}

.catalogues__toggle {
    display: block;
    margin-bottom: 15px;
    width: 200px;
    margin: 20px auto 0;
    text-decoration: none;
    text-align: center;
    color: #729a1b
}

.catalogues__toggle:focus {
    outline: none;
    text-decoration: none
}

.catalogues__toggle:before {
    content: 'D';
    font-family: "custom-icons";
    font-size: 2.7em;
    margin-right: .2em;
    position: relative;
    top: 10px
}

.catalogues__toggle.open:before {
    content: 'G'
}

.information-box {
    min-height: 80px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding: 20px 20px 20px 80px;
    position: relative;
    background-color: #e9f4fb;
    color: #1a77cb
}

.information-box:before {
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "custom-icons2";
    font-size: 40px;
    line-height: 40px;
    content: "A"
}

.information-box > .row {
    min-height: 40px;
    margin: 0;
    display: table
}

.information-box > .row > h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px
}

.information-box > .row > p {
    min-height: 40px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px
}

.information-box > .row > h2 ~ p {
    min-height: auto;
    min-height: initial;
    display: block
}

.information-box > .row > p:last-of-type {
    margin-bottom: 0
}

.information-box > .row > p:empty {
    margin: 0
}

.information-box > .row > p > a {
    color: #1a77cb
}

@media screen and (max-width: 580px) {
    .information-box {
        padding-left: 80px
    }

    .information-box > .row > h2 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 23px
    }

    .information-box > .row > p {
        font-size: 13px;
        line-height: 19px
    }
}

.information-box.approve-box {
    background-color: #edf6f6;
    color: #348573
}

.information-box.approve-box > .row > p > a {
    color: #348573
}

.information-box.notice-box {
    background-color: #fdefe7;
    color: #ec6313
}

.information-box.notice-box > .row > p > a {
    color: #ec6313
}

.information-box.error-box {
    background-color: #fceeef;
    color: #d7464a !important
}

.information-box.error-box > .row > p > a {
    color: #d7464a !important
}

/* NEW FLYER STYLES  */

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

form.inline {
    display: inline;
}

.title_homepage h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    text-align: center;
    line-height: 57px;
    color: #000000;
    margin-bottom: 0;
    padding: 10px;
}

.description_homepage {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
}


.step-container .section-title .img_home {
    text-align: center;
    vertical-align: top;
    position: relative;
    width: 75px;
    margin: auto;
}

.step-container .section-title .img_home step-img {
    max-width: 75px;
    /*margin: auto;*/
    display: block
}

.step-container .section-title .img_home .done-mark {
    width: 28px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.step-container .section-title .step-content .column-title {
    text-align: center;
    display: block;
    padding-top: 10px;
}

.jumbotron {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.jumbotron img {
    width: 100%;
    border-radius: 20px;
}

.jumbotron-text {
    position: absolute;
    bottom: 0;
    max-width: 50%;
    text-align: left;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    padding: 35px;
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.wrap > .container:first-of-type {
    padding-top: 76px;
    /* padding-bottom: 20px; */
}

.navbar {
    min-height: 76px;
}

.navbar-default {
    background-color: #FFFFFF;
}

.navbar-toggle {
    margin-top: 16px;
    margin-right: 25px;
    border: none;
}

.navbar-toggle .icon-bar {
    height: 4px;
    background: #000000!important;
}

/*.navbar-nav {
    margin: 0;
}*/

.navbar-nav > li {
    text-align: center;
}


.navbar-nav > li > a {
    height: 74px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #000000;
    padding: 20px 20px;
}

.navbar-nav > li.active > a {
    background-color: #FFFFFF!important;
    color: #E30075!important;
    text-decoration: none;
}

footer {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    padding: 20px 0 0;
}

.footer-container {
    margin-top: 50px;

}

.footer .fat-footer-wrapper h3 {
    /*margin: 0 0 .6em;*/
    /*padding: .6em 0;*/
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.footer .fat-footer-wrapper .contact-info {
    font-size: 16px;
    line-height: 32px;
}

.footer .fat-footer-wrapper .contact-info i {
    margin-right: 13px;
}

.footer .fat-footer-wrapper h3.social {
    margin-top: 30px;
}

.footer .fat-footer-wrapper .fat-footer-box a {
    font-size: 16px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.footer .fat-footer-wrapper .fat-footer-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .fat-footer-wrapper a {
    color: #fff;
}

.footer .fat-footer-wrapper .fat-footer-social a {
    margin-right: 10px;
}

button, input {
    line-height: normal;
}

input, select {
    /*font-family: 'Roboto', sans-serif;*/
    color: #000000;
    font-weight: 300;
}

p, td, th, label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

p {
    margin: 0 0 1em 0;
}

h1 {
    /* font-size: 50px;
     font-weight: 700; */
    padding: 12px 5px;
}

h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 15px;
    margin-top: 0;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 10px;
    margin-top: 0;
}

li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}

dl, menu, ol, ul {
    /*margin: 1em 0; */
}

.spot ul, .spot ol {
    padding: 0 0 0 30px;
}

strong {
    line-height: 1.5em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

.copyright p {
    margin: 0;
    font-size: 15px;
}

.glyphicon {
    font-size: 18px;
}

.glyphicon.big {
    font-size: 36px;
    margin-right: 15px;
}

.container.delete .glyphicon.big {
    font-size: 18px;
}

.glyphicon-blue {
    color: #E20079 !important;
}

.glyphicon-blue:hover, .glyphicon-blue:focus {
    color: #A20079 !important;
}

.glyphicon-green {
    color: #5cb85c;
}

.glyphicon-green:hover, .glyphicon-green:focus {
    color: #5cb85c;
}

.success {
    color: #5cb85c;
}

.glyphicon-success {
    color: #5cb85c;
}

.glyphicon-success:hover, .glyphicon-success:focus, .glyphicon-success.focus, .glyphicon-success:active, .glyphicon-success.active {
    color: #449d44;
}

.glyphicon-grey {
    color: #c8c8c8;
}

.glyphicon-grey:hover, .glyphicon-grey:focus, .glyphicon-grey.focus, .glyphicon-grey:active, .glyphicon-grey.active {
    color: #9c9c9c;
}

.glyphicon-primary {
    color: #E20079;
}

.glyphicon-primary:hover, .glyphicon-primary:focus, .glyphicon-primary.focus, .glyphicon-primary:active, .glyphicon-primary.active {
    color: #A20079;
}

.danger {
    color: #e3433e;
}

.glyphicon-danger {
    color: #e3433e;
}

.glyphicon-yellow {
    color: #f7f700;
}

.glyphicon-danger:hover, .glyphicon-danger:focus, .glyphicon-danger.focus, .glyphicon-danger:active, .glyphicon-danger.active {
    color: #c9302c;
}

.navbar-default .navbar-nav > li > a.glyphicon-grey, .navbar-default .navbar-nav > li > a.glyphicon-grey {
    color: #c8c8c8;
}

.navbar-default .navbar-nav > li > a.glyphicon-grey:hover, .navbar-default .navbar-nav > li > a.glyphicon-grey:focus {
    color: #9c9c9c;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.inline-block {
    display: inline-block;
}

.big-text-column {
    min-width: 155px;
    padding-left: 5px;
    padding-right: 5px;
}

.big-text-column .text {
    cursor: pointer;
    display: block;
    border-bottom: 1px dashed #286090;
    color: #286090;
}

.big-text-column .short-text {

}

.field-set {
    width: 100%;
    clear: both;
}

.field-set + .form-group {
    clear: both;
}

.field-set .form-group {
    float: left;
}

.field-set .form-group .control-label {
    display: block;
}

.field-set .form-group + .form-group {
    margin-left: 15px;
}

.subscribe-two-form .field-set {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.subscribe-two-form .form-group {
    margin: 0;
}

.subscribe-two-form .field-set .form-group {
    min-width: 48%;
}

.subscribe-two-form .field-set .form-group + .form-group {
    margin: 0;
}

.input-preview {
    max-width: 150px;
    max-height: 150px;
}

.admin-thumb {
    max-width: 50px;
    max-height: 50px;
}

.dropdown.wide ul {
    min-width: 320px;
    /*width: 100%;*/
}

.dropdown.wide ul li {
    width: 48%;
    min-width: 150px;
    display: inline-block;
    min-height: 27px;
}

.dropdown.wide ul li.left-side {
    margin-right: 2%;
    float: left;
}

.dropdown.wide ul li.right-side {
    float: right;
    margin-left: 2%;
}

.subscribe-form .form-group {
    /*float: left;*/
    margin: 0 7px;
    padding: 0;
    display: inline-block;
}

.subscribe-form .form-group:first-of-type {
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .subscribe-form .form-group {
        margin: 5px 2px;
    }
}

.has-error .help-block-error {
    color: #c9302c;
}

.subscribe-form .form-group.has-error .help-block-error {
    position: absolute;
    /*top: 5px;*/
    background: #eeeeee;
    border: 1px solid #af2a26;
    border-radius: 16px;
    z-index: 150;
    padding: 3px 17px;
    margin: 0;
}

#subscribeform-zip_code + .help-block-error {
    /*left: 100px;*/
}

/*.next-button:after {
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
    font-size: 14px;
    content: '\f054'
}*/

.subscribe-one-form .next-button {
    min-width: 215px;
    cursor: pointer;
    float: right;
    background: #4ABA00;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.subscribe-one-form .has-error .help-block {
    font-size: 20px;
    color: #fe1915
}

.subscribe-two-form .form-control {
    font-size: 16px;
}

.subscribe-two-form .help-block {
    font-size: 16px;
    min-height: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.subscribe-two-form .hint-block {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.subscribe-two-form .terms-text {
    margin-left: 5px;
    width: auto;
}

.subscribe-two-form .field-cbAcceptTerms label:not(nice-checkbox) {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.subscribe-two-form .has-success .nice-checkbox:before {
    -webkit-animation: small-check-mark-in .15s forwards ease-in;
    -moz-animation: small-check-mark-in .15s forwards ease-in;
    -o-animation: small-check-mark-in .15s forwards ease-in;
    -ms-animation: small-check-mark-in .15s forwards ease-in;
    animation: small-check-mark-in .15s forwards ease-in
}

.subscribe-two-form .has-success .nice-checkbox:after {
    -webkit-animation: big-check-mark-in .15s .15s forwards ease-out;
    -moz-animation: big-check-mark-in .15s .15s forwards ease-out;
    -o-animation: big-check-mark-in .15s .15s forwards ease-out;
    -ms-animation: big-check-mark-in .15s .15s forwards ease-out;
    animation: big-check-mark-in .15s .15s forwards ease-out
}

.subscribe-two-form #subscribesteptwoform-receives_flyers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe-two-form #subscribesteptwoform-receives_flyers label {
    width: 65%;
    /*display: inline-block;*/
    margin-right: 0;
    order: 1;
    align-self: center;
}
.subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-of-type(2n) {
    order: 2;
}
.subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-of-type(3),
.subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-of-type(4) {
    width: 34%;
}

.radio-list label, .checkbox-list label {
    margin-right: 15px;
    cursor: pointer;
    display: inherit;
}

#subscribesteptwoform-sex.radio-list {
    display: initial;
}

#subscribesteptwoform-newsletter.radio-list {
    display: initial;
}

/* .help-block {
  margin-top:0px;
  margin-bottom:0px;
} */

.wide-content-wrap {
    margin: 0 15px;
}

.date-picker {
    position: relative;
    min-width: 100px;
}

.date-picker input[type="text"] {
    min-width: 100px;
    width: 100%;
    padding: 6px 6px;
    height: 34px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.date-picker .clear {
    position: absolute;
    top: 9px;
    right: 3px;
    cursor: pointer;
}

select.form-control {
    background: #fff url('/images/input-arrow-down-blue.png') no-repeat right 5px top 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 10px !important;
}

input:disabled, select:disabled {
    cursor: not-allowed;
}

.dropdown.wide ul {
    min-width: 320px;
    /*width: 100%;*/
}

.dropdown.wide ul li {
    width: 48%;
    min-width: 150px;
    display: inline-block;
    min-height: 27px;
}

.dropdown.wide ul li.left-side {
    margin-right: 2%;
    float: left;
}

.dropdown.wide ul li.right-side {
    float: right;
    margin-left: 2%;
}

.dropdown.wide ul li.empty-menu-item a {
    color: #FFFFFF;
}

.dropdown.wide ul li.empty-menu-item a {
    color: #FFFFFF;
    pointer-events: none;
    cursor: default;
}

.ui-datepicker {
    width: auto;
}

.forgotten-passwords {
    margin-left: 8.33333333%;
    padding-top: 7px;
}

.form-group input.hasDatepicker {
    font-size: 16px;
}

.auth-clients {
    padding: 0;
}

.flyer .frequency {
    margin: 5px;

    font-family: 'Poppins', sans-serif
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;

    /* identical to box height */
    text-align: center;

    color: #888888;
}

.flyer-category-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.body-content.dashboard .row {
    margin-left: -15px;
    margin-right: -15px
}

.flyer-category-list h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    color: #000;
}

.flyer-category-list a {
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-grow: 1;

    color: #000000;
    background: #FFFFFF;
    /*mix-blend-mode: normal;*/
    /*opacity: 0.2;*/
}

.flyer-category-list a.long-name {
    flex-grow: 2;
}

.flyer-category-list a.favourite {
    border-right: 1px solid #cbcbcb;
}

.flyer-category-list a > div {
    width: 100%;
}

@media only screen and (max-width: 1090px) {
    .flyer-category-list a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1013px) {
    .flyer-category-list a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 990px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .flyer-table-container {
        position: relative;
    }

    .flyer-filter-wrap {
        position: absolute;
        z-index: 100;
        width: 100%;
    }

    .flyer-category-list {
        justify-content: space-around;
        align-content: space-between;
        flex-wrap: wrap;
        background: none;
        border: none;
        flex-direction: row;
    }

    .flyer-category-list a {
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-wrap: nowrap;
        border-radius: 5px !important;
        margin-bottom: 5px;
        padding-left: 15px;
        justify-content: flex-start;

        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .flyer-category-list a > div {
        width: auto;
    }

    .flyer-category-list a .category-icon {
        margin-right: 10px;
    }

}

.flyer-category-list a:first-of-type, .flyer-category-list a:first-of-type:hover {
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}

.flyer-category-list a:last-of-type, .flyer-category-list a:last-of-type:hover {
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
}

.flyer-category-list /*li.flyer-category >*/ a:hover, .flyer-category-list a.active {
    text-decoration: none;
    background: rgba(216, 216, 216, 0.2);
    mix-blend-mode: normal;
    color: #E9008A;
    border-right: 5px solid #E9008A;
    font-weight: bold;
}

.flyer-category-list li.flyer-category > a .category-name {
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    /*word-spacing: normal;*/
    /*max-width: 80px;*/
    /*height: 40px;*/
    /*font-size: 15px;*/
}

i.fa.fa-arrow-circle-o-right {
    padding-right: 10px;
    color: #198c19;
    text-shadow: 1px 1px 1px #198c19;
}

i.fa.fa-check-square-o {
    padding-right: 10px;
    color: #198c19;
    text-shadow: 1px 1px 1px #198c19;
}

.fa-ul {
    margin-left: 0px !important;
    padding: 0 0 0 0px !important;
}

.fa-ol {
    margin-left: 0px !important;
    padding: 0 0 0 0px !important;
}

.flyer-category-list li.flyer-category > a i {
    width: 30px !important;
    text-align: center;
    /*padding-right: 10px;*/
}

.export-list {
    margin-top: -10px;
}

.btn-export {
    padding: 0 5px;
}

.btn-export button, .btn-export a.btn {
    padding: 5px 10px;
}

.btn-export button i, .btn-export a.btn i {
    margin-right: 5px;
}

.panel {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, #fff 0 0 0 3px inset;
    margin-left: 15px
}

.box-stats .kpi-content {
    width: 100%;
    position: relative;
    padding-left: 72px;
    float: left;
}

.box-stats .kpi-content i {
    position: absolute;
    top: 0;
    font-size: 56px;
    text-align: center;
    width: 66px;
    height: 66px;
    line-height: 66px;
    left: 0;
}

.box-stats .kpi-content .title {
    display: block;
    color: #666;
    font-size: 16px;
}

.box-stats .kpi-content .subtitle {
    display: block;
    text-transform: uppercase;
    color: #aaa;
}

.box-stats .kpi-content .value {
    display: block;
    clear: both;
    font-size: 1.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kpi-container .col-kpi {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.kpi-container td, .kpi-container th {
    font-size: 15px;
}

@media only screen and (max-width: 850px) {
    .kpi-container .col-kpi {
        width: 33.333333%;
        margin-bottom: 15px;
        min-height: 78px;
    }
}

@media only screen and (max-width: 650px) {
    .dashboard .left-side, .dashboard .right-side {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .kpi-container .col-kpi {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .kpi-container .col-kpi {
        width: 100%;
        margin-bottom: 15px;
    }

    .subscribe-two-form .field-set {
        flex-direction: column;
    }

    .subscribe-two-form #subscribesteptwoform-receives_flyers label {
        width: 100%;
    }

    .subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-child(2n) {
        order: 1;
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.search-area .left-side {
    /*width: 60%;*/
    text-align: center;
}

.search-area .right-side {
    float: right;
}

/*@media only screen and (max-width: 880px) {
  .search-area .left-side {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .search-area .right-side {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}*/

/*@media only screen and (max-width: 730px) {
  #subscribe-form .form-group {
    margin: 0 7px;
  }
  
 !* #subscribe-form .form-button {
    float: none;
  }*!

  .hero-banner.full-size-img .search-area .form-text {
    width: 100%;
  }
}*/

@media only screen and (max-width: 645px) {
    /*#subscribe-form .form-group {
      margin: 0 7px;
    }*/
    /*#subscribe-form .field-subscribeform-building_number {
      float: none;
    }*/
}

@media only screen and (max-width: 350px) {
    /*.hero-banner.full-size-img .search-area .form-text {
      width: 100%;
    }*/
    .subscribe-form .form-button {
        margin-top: 15px;
    }
}

.fat-footer-wrapper .fat-footer-box {
    vertical-align: top;
    /*text-align: center*/
}

.fat-footer-wrapper .fat-footer-box .social-icon i {
    font-size: 52px;
}

.fat-footer-wrapper .fat-footer-box .social-icon.twitter {
    margin-left: 15px;
}

.fat-footer-wrapper .fat-footer-box > p {
    font-size: 15px;
    color: #666
}

.footer .fat-footer-wrapper .fat-footer-box ul.open {
    height: auto;
    min-height: 50px;
    opacity: 1;
    transition: opacity ease-in .5s;
    margin-bottom: 20px !important;
}

.low-footer-container {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 19px 0 15px 0;
    background: #006CD5;
}

@media only screen and (max-width: 768px) {
    .fat-footer-wrapper .fat-footer-box {
        /*width: 48.5%;
        display: inline-block;
        margin-bottom: 25px;*/
        text-align: center;
    }

    .footer .fat-footer-wrapper .fat-footer-box:not(.contact-info) > h3 {
        cursor: pointer;
    }

    .footer .fat-footer-wrapper .fat-footer-box ul {
        height: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .flow-fieldset .form-group .col-lg-12 {
        margin-bottom: -10px;
    }

    .flow-fieldset .form-group .help-block {
        margin: 0;
    }

    .flow-fieldset .form-group .col-lg-12 .col-lg-3:first-of-type, .flow-fieldset .form-group .col-lg-12 .col-lg-3:last-of-type {
        display: none;
    }

    .flow-fieldset .form-group label.control-label {
        margin-bottom: 0;
    }
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.logo-mobile {
    display: none !important;
    width: 182px;
}

@media only screen and (max-width: 600px) {
    .logo-mobile {
        display: block !important;
    }

    .logo {
        display: none !important;
    }
}

.search-area .help-block {
    margin: 0;
}

#contact-form .row {
    margin: 0;
}

.ui-accordion {
    font-family: 'Poppins', sans-serif;
}

.ui-accordion a {
    color: #E20079;
}

.ui-accordion .ui-accordion-header {
    color: #333;
    background-image: none;
    background-color: #eaeaea !important;
    border-color: #ddd;
    font-size: 18px;
}

.ui-accordion .ui-accordion-content {
    border: 1px solid #ddd;
    font-size: 15px;
    height: 100% !important;

}

.grid-view .summary {
    font-size: 15px;
}

.user-flyer .btn-update-wrap {
    display: inline-block;
    padding-left: 15px;
}

.flyer-list {
    text-align: center;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flyer-list .pager-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.flyer-list .pagination > li > a, .flyer-list .pagination > li > span {
    color: #E2007A;
    margin-left: 10px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 22px;
    width: 50px;
}

.flyer-list .pagination > .active > a, .flyer-list .pagination > .active > span, .flyer-list .pagination > .active > a:hover, .flyer-list .pagination > .active > span:hover, .flyer-list .pagination > .active > a:focus, .flyer-list .pagination > .active > span:focus {
    background: #E2007A;
    border-color: #E2007A;
    color: #FFFFFF;
}

.flyer-table-container {
    display: flex;
}

#flyer-filter-wrapper {
    /*max-height: 0;*/
    overflow: hidden;
    background: #FFFFFF;
    -moz-transition: max-height 1000ms ease-in-out, background 1000ms ease-in-out;
    -o-transition: max-height 1000ms ease-in-out, background 1000ms ease-in-out;
    -webkit-transition: max-height 1000ms ease-in-out, background 1000ms ease-in-out;
    transition: max-height 1000ms ease-in-out, background 1000ms ease-in-out;
    padding: 0;
    /*width: 220px;*/


}

#flyer-filter-wrapper.active {
    /*max-height: 1500px;*/
    display: block !important;
}

.flyer-list-wrap {
    /*padding: 0;*/
    padding-right: 0;
}

.flyer-list-top-line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toggle-all-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.toggle-all-flyers {
    margin-left: 15px;
}

.export-panel {
    margin-top: -50px;
}

.alert-row + .export-panel {
    margin-top: 0;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.filter-block-sort {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
    /*float: none !important;*/
    min-width: 100px;
    height: 45px;
    /*font-family: "PT Sans", sans-serif; */
    background: #F3F3F3;
    color: #000;
    line-height: 45px;
    text-decoration: none;
    padding-left: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    /*border-radius: 8px;*/
    /*background: #fff url('/images/input-arrow-down-grey.png') no-repeat 95% 50%;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    text-align: center;
}

.filter-block-sort:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.filter-block-sort:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.more-pad .filter-block-sort {
    width: 206px;
    margin-bottom: 25px;
    margin-right: 5px;
}

.filter-block-sort:hover {
    color: #fff;
    background: #E20079;
    /*background: #E20079 url('/images/input-arrow-down-white.png') no-repeat 95% 50%;*/
    border: 1px solid #E20079;
}

.filter-block-sort.asc, .filter-block-sort.desc {
    /*background: #fff; */
    color: #fff;
    background: #E20079;
    border: 1px solid #E20079;
}

.filter-block-sort.asc:hover, .filter-block-sort.desc:hover {
    color: #fff;
    background: #E20079;
    border: 1px solid #E20079;
}

.filter-block-sort a {
    color: #000000;
}

.filter-block-sort:hover a {
    color: #FFFFFF;
}

a.filter-block-sort.asc::after, a.filter-block-sort.desc::after {
    top: 19px;
    right: 0;
    float: right;
    font-family: 'FontAwesome';
}

a.filter-block-sort.asc::after {
    content: '\f0de';
}

a.filter-block-sort.desc::after {
    content: '\f0dd';
}

.flyer-list-wrap .sort-block {
    display: flex;
}

.flyer-list-wrap .sort-block .title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
}

.navbar-nav > li > a.login-link {
    padding-top: 12px;
    padding-right: 10px;
    color: #E20079
}

.login-link span {
    font-size: 36px;
    margin-left: 5px;
    top: 7px;
    position: relative;
    color: #E20079
}

.navbar-nav > li.dropdown.open > ul.dropdown-menu {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.navbar-nav > li.dropdown.open > ul.dropdown-menu > li > a {
    font-weight: 500;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FEF0F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.logout-link {
    text-decoration: none!important;
    text-decoration-line: none!important;
}

.logout-link::before {
    font-family: 'FontAwesome';
    content: '\f08b';
    
}

#connected {
    /*width: 100%;*/
    /*text-align: center;*/
    /*max-width: 1280px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*border-radius: 22px*/
}

#connected .section-title {
    text-align: center;
    /* font-size: 50px;
    font-weight: 700; */
    padding: 12px 20px;
}

#connected .discription {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

#connected hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #E20079;
    background-color: #E20079;
    height: 2px;
}

#connected .connected-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#connected .contact-item {
    margin-top: 48px;
}

#connected .contact-item a {
    padding-bottom: 12px;
}

#connected .contact-item a i {
    padding-bottom: 16px;
}

#connected .contact-item h5 {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

#connected .contact-item h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

#connected .contact-item:hover i {
    color: #0BAFA0;
}

@media (min-width: 320px) and (max-width: 480px) {
    .section-title {
        font-size: 36px;
    }

    #connected .contact-item h4 {
        font-size: 12px;
    }

    .navbar-collapse {
        background: #fff;
        padding-bottom: 16px;
        overflow-y: scroll;
        max-height: 200px;
    }

    #intro .main-text h1 {
        font-size: 32px;
    }

    #intro .main-text h2 {
        font-size: 20px;
    }

    #about .side-left {
        margin-bottom: 50px;
    }

    #why-chose .icon {
        float: left;
    }

    #why-chose .content-left .box-left .content {
        padding-left: 72px;
        padding-right: 0px;
    }

    #why-chose .content-left .box-left .content h4 {
        text-align: left;
    }

    #why-chose .content-left .box-left .content p {
        text-align: left;
    }

    #why-chose .showcase-box {
        margin-bottom: 150px;
    }

    #portfolio .portfolio-items .mix {
        width: 95%;
        margin-bottom: 28px;
    }

    #pricing .btn {
        bottom: -7%;
    }

    #blog .blog-wrapper .content {
        padding: 12px 6px 36px;
    }

    #blog .blog-wrapper .blog-footer {
        padding: 20px 6px;
    }

    #testimonial .testimonial-info p {
        padding: 30px 0px;
        font-size: 16px;
    }

    #clients img {
        margin-left: 24px;
    }

    #contact .contact-form .controls input.contact_input {
        width: 80%;
    }
}

#clients {
    background-color: #fff;
    width: 100%;
    height: 98px;
    padding: 24px;
}

.footer hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #E20079;
    background-color: #E20079;
    height: 2px;
}

.footer .section-title {
    text-align: center;
    /*font-size: 50px;
    font-weight: 700; */
    padding: 12px 20px;
}

.footer .discription {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

#footernavigation {
    background-color: #E20079;
    color: #fff;
    background-size: cover;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #why-chose .icon {
        float: left;
    }

    #why-chose .content-left .box-left .content {
        padding-left: 72px;
        padding-right: 0px;
    }

    #why-chose .content-left .box-left .content h4 {
        text-align: left;
    }

    #why-chose .content-left .box-left .content p {
        text-align: left;
    }

    #why-chose .showcase-box {
        margin-bottom: 150px;
    }

}

.logoslider {

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;

}

.logoslider:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

@media (min-width: 768px) and (max-width: 991px) {
    #myCarousel .carousel-inner .item .item-item:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    #mymyCarousel .carousel-inner {
        height: 320px;
    }
}

.carousel-inner {
    overflow-y: hidden;
}

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

.carousel-inner .item-item {
    padding: 0 !important;
}

/*#carousel-example-generic hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #E20079;
    background-color: #E20079;
    height: 2px;
}

#carousel-example-generic .section-title {
    text-align: center;
    !* font-size: 50px;
     font-weight: 700; *!
    padding: 12px 20px;
}*/



.survey {
    border: 2px solid #E20079;
    border-radius: 22px;
    padding: 20px;
}

.survey-answer-form .form-group {
    padding: 0;
    margin-bottom: 25px;
}

.survey-answer-form .form-group label + label {
    /*margin-left: 15px;*/
    width: 100%;
}

.survey-answer-form .form-group.submit {
    margin: 0;
    text-align: center;
}

.export-week {
    display: inline-block;
    width: 50px;
    margin-left: 5px;
    margin-right: 10px;
}

.export-week + button {
    margin-top: -5px;
}

.toggle-button {
    width: 150px;
    height: 45px;
    /*margin: 10px auto;*/
    position: relative;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #60E130;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    -webkit-transition: background-color .15s ease;
    -moz-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}

.toggle-button .toggle-element {
    width: 39px;
    height: 39px;
}

.toggle-button .toggle-element .toggle-on::before, .toggle-button .toggle-element .toggle-off::before {
    font-size: 30px;
    width: 36px;
    height: 37px;
    font-size: 28px;
    line-height: 40px;
}

.toggle-button .toggle-on-text {
    padding-left: 50px;
    padding-right: 5px;
}

.toggle-button .toggle-off-text {
    padding-left: 5px;
    padding-right: 38px;
}

.toggle-button.toggled .toggle-on:before {
    display: none;
}

.toggle-button.toggled .toggle-off:before {
    display: block;
}

.toggle-button.toggled {
    border-color: #d7464a
}

.toggle-button.toggled {
    background-color: #d7464a
}

.toggle-button.toggled:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    content: " "
}

.checkbox-list-item > label {
    /*float: left;*/
    display: inline;
}

.checkbox-list-item .hint-button {
    /*float: left;*/
    font-size: 26px !important;
    display: inline;
    cursor: pointer;
}

.checkbox-list-item .hint-block {
    display: none;
    position: absolute;
    z-index: 1000;
    margin-left: 20px;
    margin-top: -8px;
    font-size: 16px;

    border: 1px solid slategray;
    border-radius: 5px;

    background-color: #f7f6f9;

    padding: 10px 15px;
}

.checkbox-list-item .hint-block.active {
    display: inline;
}



#complaint-form .field-set {
    margin-left: -15px;
    margin-right: -15px;
}

.choice-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.choice-block ul li {
    /*color: #AAAAAA;*/
    display: block;
    position: relative;
    float: left;
    width: 100%;
    /*height: 100px;*/
    cursor: pointer;
}

.choice-block ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.choice-block ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    /*font-size: 1.35em;*/
    padding: 10px 10px 10px 60px;
    /*margin: 10px auto;*/
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.choice-block ul li:hover label {
    color: #AAAAAA;
}

.choice-block ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #504746;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    top: 12px;
    left: 10px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.choice-block ul li:hover .check {
    border: 5px solid #AAAAAA;
    color: #AAAAAA;
}

.choice-block ul li.checked .check, .choice-block ul li.checked:hover .check {
    border: 5px solid #00FF00;
    color: #00FF00;
}

.choice-block ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.choice-block input[type=radio]:checked ~ .check {
    border: 5px solid #00FF00;
}

.choice-block input[type=radio]:checked ~ .check::before {
    background: #00FF00; /*attr('data-background');*/
}

.choice-block input[type=radio]:checked ~ label {
    color: #00FF00;
}

.choice-block li.checked,
.choice-block li.checked:hover label {
    color: #00FF00 !important;
}

.next-wrap.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin: 0;
}

.back-wrap {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.back-wrap .button {
    float: right;
    /*margin-top: -60px;*/
}

.help-block-spacer {
    margin-top: 5px;
    margin-bottom: 10px;
}

.extra-item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 1025px) {
    .extra-item {
        width: 48%;
        max-width: 48%;
    }
}

.extra-item-inner {
    display: table-row;
}

.extra-item-left {
    display: table-cell;
    vertical-align: top;
}

.extra-item-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}

@media (max-width: 699px) {
    .panel {
        margin-left: 0;
    }
    .extra-item-inner {
        display: flex;
        justify-content: space-between;
    }
    .extra-item + .extra-item {
        border-top: 1px solid silver;
        padding-top: 15px;

    }

    .extra-item-left, .extra-item-right {
        display: block;
        padding-left: 0;
        width: 47%;
    }

    #connected .contact-item h4 {
        font-size: 10px;
        margin-left: -16px;
    }
}

.extra-item-title h3 {
    /*margin-bottom: 0;*/
}

.extra-item-desc, .extra-item-condition {
    padding-right: 10px;
}

.extra-item-desc {
    padding-bottom: 10px;
}

.interest-list, .extra-item-list {
    text-align: center;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #E20079 !important;
}

#user-update-form .control-label {
    text-align: left !important;
}

.btn-delete-user:hover,
.btn-delete-user:hover .glyphicon-danger {
    background-color: #E20079 !important;
    color: #fff;
}
.btn-delete-user .glyphicon {
    font-size: 14px;
}

.btn-delete-user {
    border-radius: 8px;
}

.btn-delete-user.glyphicon {
    font-size: 15px;
}

.flyer-answer {
    border: solid 2px #E20079 !important;
    border-radius: 15px;
    padding: 15px 20px;
}

#email-information {
    color: #E20079;
    padding-left: 5px;
    cursor: pointer;
}
#flyer-email-optin table {
    width: 100%;
}
#flyer-email-optin td {
    width: 50%;
    /*border: 0px;*/
}

.main-page-container {
    font-family: 'Poppins', sans-serif;
}

.main-page-container .main-banner-container {
    position: relative;
}

.main-page-container .zipcode-container {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    padding: 35px;
}

.main-page-container .zipcode-container .zipcode-form-container {

}

.main-page-container .zipcode-container .zipcode-form-container .subscribe-form .help-block {
    margin: 0;
}

.main-page-container .zipcode-container .zipcode-form-container .subscribe-form .form-group.has-error .help-block {
    position: absolute;
    background: #eeeeee;
    border: 1px solid #af2a26;
    border-radius: 16px;
    z-index: 150;
    padding: 3px 17px;
}

.main-page-container .zipcode-container .zipcode-form-container .subscribe-form {
    display: flex;
}

.main-page-container .zipcode-container .zipcode-form-container .js-validate-bannerzip {
    box-shadow: none;
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 20px 20px 15px 60px;
    width: 250px;
    height: 60px;
    background: #fff url('/images/mailbox.png') no-repeat 18px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
}

.main-page-container .zipcode-container .zipcode-form-container .js-validate-bannerzip::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.2;
}

.main-page-container .zipcode-container .zipcode-form-container .js-validation-trigger {
    width: 224px;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #67DF00 0%, #36BB00 100%);
    border-radius: 10px;
    text-shadow: 1px 1px black;
}

.steps-container {
    position: relative;
    margin-bottom: 45px;
}

.steps-container .step-container p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.steps-container h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.steps-container .step-line {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 39.69%;

    mix-blend-mode: normal;
    opacity: 0.2;
    border-top: 2px dashed #E30075;
    height: 1px;
}

.subscribe-steps {
    padding-top: 50px;
    /*padding-bottom: 40px;*/
    background: #FFF5FA;
}

.main-page-container .why-container {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow: hidden;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background: linear-gradient(180deg, #CB27AF 0%, #E30075 100%);
    border-radius: 20px;
    padding: 20px;
}

.main-page-container .why-container hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #E20079;
    height: 2px;
}

.main-page-container .why-container .section-title {
    text-align: center;
    color: #fff;
    /* font-size: 50px;
    font-weight: 700; */
    padding: 12px 5px;
    text-shadow: 1px 1px black;
}

.main-page-container .why-container .section-title span {
    color: #fff;
}

.main-page-container .why-container .why-row {
    margin: 0;
}

.main-page-container .why-container .showcase-box {
    text-align: center;
}

.main-page-container .why-container .showcase-box img {
    position: relative;
    top: 21px;
    max-width: 540px;
    max-height: 700px;
}

.main-page-container .why-container .content-left,
.main-page-container .why-container .content-right {
    position: relative;
}

.main-page-container .why-container .icon {
    float: right;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-page-container .why-container .icon i {
    font-size: 35px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-page-container .why-container .box-left:hover .icon,
.main-page-container .why-container .box-right:hover .icon {
    background-color: #00BAD5;
}

.main-page-container .why-container .box-left:hover .icon i,
.main-page-container .why-container .box-right:hover .icon i {
    color: #fff;
}

.main-page-container .why-container .content-left .box-left .content {
    padding-right: 100px;
}

.main-page-container .why-container .content-left .box-left .content h4 {
    color: #FFF;
    text-align: right;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.main-page-container .why-container .content-left .box-left .content p {
    text-align: right;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
}

.main-page-container .why-container .content-left .box-left:hover .icon {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-page-container .why-container .content-right .icon {
    float: left;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-page-container .why-container .content-right .box-right .content {
    text-align: left;
    padding-left: 100px;
}

.main-page-container .why-container .content-right .box-right h4 {
    color: #FFF;
    text-align: left;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.main-page-container .why-container .content-right .box-right p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
}

.main-page-container .why-container .content-right .box-right:hover .icon {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-page-container .why-container h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
}

.main-page-container .usecase-container {
    background: linear-gradient(180deg, #277DCB 0%, #3B5998 99.4%);
    border-radius: 20px;
}

.main-page-container .usecase-container .usecase_content {
    color: #fff;
    /*background-color: #E20079;*/
    border-radius: 22px;
    width: 33%;
    display: inline-grid;
    margin-bottom: 15px;
    min-height: 275px;
    text-align: center;
    position: relative;
}

.main-page-container .usecase-container .usecase_content .column-title-container {
    position: absolute;
    top: -3%;
    width: 100%;
    display: flex;
}

.main-page-container .usecase-container .usecase_content .column-title-container .column-title {
    background: #00BAD5;
    border-radius: 8px 8px 15px 15px;
    margin: auto;
    height: 60px;
    padding: 13px 43px 6px 43px;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
}

.main-page-container .usecase-container .usecase_content p {
    padding: 74px 32px 10px 32px;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 640px) {
    .main-page-container .usecase-container .usecase_content {
        width: 100%;
    }
}

.main-page-container .custom-text-container {
    position: relative;
    /*background: linear-gradient(180deg, rgba(0, 112, 255, 0.0001) 0.37%, #007BC6 64.46%);*/
    background-size: cover;
    background-position: center;
    mix-blend-mode: normal;
    border-radius: 20px;
    height: 250px;
}

.main-page-container .custom-text-container > img {
    border-radius: 20px;

} 

.main-page-container .custom-text-container .custom-text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    height: 53px;
    right: 3.7%;
    top: calc(60% - 53px/2 - 44px);
    text-shadow: 1px 1px black;
}

.main-page-container .carousel-title-container .description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    position: relative;
}

.main-page-container .carousel-container {
    display: flex;
    align-items: center;
}

.main-page-container .carousel-container .carousel {
    padding-bottom: 30px;
}

.main-page-container .carousel-container .carousel .carousel-indicators {
    bottom: 0!important;
}

.main-page-container .carousel-container .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #E30075;
    margin: 0;
}

.main-page-container .carousel-container .carousel .carousel-indicators li.active {
    background: #E30075;
}

.main-page-container .carousel-container .carousel .carousel-control {
    width: 51px;
    height: 51px;
    opacity: 0.7;
    top: 30%;
}

.main-page-container .carousel-container .carousel .carousel-control.left {
    background: url('/images/circle_arrow_left.png');
}

.main-page-container .carousel-container .carousel .carousel-control.right {
    background: url('/images/circle_arrow_right.png');
}

.main-page-container .carousel-container .carousel .carousel-inner {
    padding: 0 66px;
}


.flyer-filter-toggle-container {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    z-index: 100;
    background: white;
    padding-bottom: 10px;
}
.flyer-filter-toggle-container .flyer-filter-toggle-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.flyer-filter-toggle-container .flyer-filter-toggle {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #E9008A;
}
.flyer-filter-toggle-container .flyer-filter-close {
    width: 20px;
    height: 20px;
}
.flyer-filter-toggle-container .flyer-filter-close::before {
    line-height: 28px;
    content: "\f107";
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-family: 'FontAwesome';
}
.flyer-filter-toggle-container.active .flyer-filter-close::before {
    line-height: 28px;
    content: "\f00d";
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-family: 'FontAwesome';
}

.interests-container {
    font-family: 'Poppins', sans-serif;
}

.interests-container .interests-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.interests-container .interests-description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.interest-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.interest-list .interest {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.interest-list .interest .interest-image {
    margin-right: 30px;
    width: 50px;
}
.interest-list .interest .interest-image img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.interest-list .interest .interest-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: auto;
}
.interest-list .interest .interest-state {
    margin-left: 40px;
    margin-right: 30px;
}

.extra-items-container {
    font-family: 'Poppins', sans-serif;
}

.extra-items-container .extra-items-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.extra-items-container .extra-items-description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.extra-item-list {
    display: inline;
    justify-content: space-between;
    margin-top: 30px;
}

.extra-item-list .extra-item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.extra-item-list .extra-item .extra-item-image {
    margin-right: 30px;
    align-self: flex-start;
    width: 50px;
}
.extra-item-list .extra-item .extra-item-image img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.extra-item-list .extra-item .extra-item-content {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    text-align: left;
    min-width: 160px;
    color:#000;
}
.extra-item-list .extra-item .extra-item-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.extra-item-list .extra-item .extra-item-state {
    margin-left: 40px;
    margin-right: 30px;
}

.extra-item-list .extra-item .extra-item-content .extra-item-frequency {
    color: #888888;
    margin-top: 3px;
}


/*  DASHBOARD */
.dashboard {
    font-family: 'Poppins', sans-serif;
    margin-top: 60px;
}

.dashboard h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 57px;
    color: #000000;
    margin: 0;
    padding: 0;
}

.dashboard h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}

.dashboard .description-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.dashboard .flyer-header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard .flyer-header-line a {
    font-sixe: 16px;
    text-decoration: underline;
}

.dashboard .flyer-header-line a i {
    /*font-family: 'FontAwesome';*/
    /*content: '\f105';*/
    /*text-decoration: none!important;*/
    margin-left: 20px;
}

.subscribe-personal-info-page{
    font-family: 'Poppins', sans-serif;
    color: #000000;
}
.personal-info-container {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personal-info-container .fields-group {
    max-width: 49%;
    width: 100%;
    margin: 0 auto;
}
.personal-info-container legend {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000;
}
.personal-info-container .control-label, .personal-info-container label {
    font-weight: 500;
    font-size: 16px!important;
    line-height: 24px;
}
.personal-info-container .form-control {
    border-radius: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.personal-info-container .subscription-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
.personal-info-container .sex-list-container .form-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.personal-info-container .sex-list-container .form-group .w-100p {
    width: auto;
}
.personal-info-container .radio-list.square label {
    padding: 8px;
}
.personal-info-container .radio-list.square label.active
{
    background: rgba(219, 219, 219, 0.31);
    border-radius: 6px;
}
.personal-info-container .radio-list.square input[type='radio'] {
    -webkit-appearance:none;
    width:20px!important;
    height:20px!important;
    border:1px solid #000000;
    border-radius:50%;
    outline:none;
    /*box-shadow:0 0 5px 0px black inset;*/
}
.personal-info-container .radio-list.square input[type='radio']:hover {
    box-shadow:0 0 5px 0px #4ABA00 inset;
}
.personal-info-container .radio-list.square input[type='radio']:before {
    content:'';
    display:block;
    width:10px; /* updated */
    height:10px; /* updated */
    margin: 20% auto;
    border-radius:50%;
}
.personal-info-container .radio-list.square label.active input[type='radio']:before {
    background:#4ABA00;
}

.site-login {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

.site-login h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.site-login p.title-info {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
}

.site-login p.info {
    text-align: center;
}

.site-login .login-form {
    width: 365px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.site-login .login-form label {
    font-size: 16px;
}

.site-login .login-form .control-label {
    padding-left: 0;
}

.site-login .login-form .input-group {
    width: 100%;
    display: flex;
}

.site-login .login-form .input-group .form-control {
    margin-right: 0!important;
    flex: 1 1 auto;
    width: 1%;
}

.site-login .login-form .input-group .forgot-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    font-weight: 700;
}

.site-login .login-form .help-block {
    font-size: 16px;
}

.site-login .login-form .login-button {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 55px;
}

.site-login .login-form input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.site-login .login-form input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #000000;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.site-login .login-form input[type=checkbox]:checked + label::before {
    border-color: #E20079;
    background-color: #E20079;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.user-form {
    font-family: 'Poppins', sans-serif;
}

.user-form h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    padding: 0;
}

.user-form h2, .user-password-form h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

.user-form .radio-list.sex {
    display: flex;
}

.user-form .house-number .column {
    padding-left: 0;
}

.user-form .house-number .column + .column {
    padding-right: 0;
}

.user-form .house-number .form-group {
    margin: 0;
}

.user-form .store-button {
    margin: 0 auto;
    width: 365px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.user-form .delete-user-button {
    margin: 0 auto;
    color: #E20079;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.user-password-form {
    font-family: 'Poppins', sans-serif;
    width: 365px;
    margin: 0 auto;
}

.user-password-form .store-button {
    margin: 20px auto;
    width: 365px;
    font-size: 20px;
    font-weight: 700;
    height: 55px;

}

/*  MOBILE DESIGN  */

@media screen and (max-width: 1250px) {
    .catalogues__container-outer {
        /*width: 20% !important*/
    }
}

@media screen and (max-width: 1100px) {
    .catalogues__container-outer {
        /*width: 25% !important*/
    }
}

@media screen and (max-width: 900px) {
    .catalogues__container-outer {
        /*width: 33.33% !important*/
    }

    .user-form .house-number .column {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
    }

    .navbar-nav > li > a.login-link {
        padding-top: 12px;
    }

    .steps-container .step-line {
        top: 32.69%;
    }

    .main-page-container .usecase-container .usecase_content {
        width: 32%;
    }

    .footer .fat-footer-wrapper .fat-footer-box ul {
        height: auto;
        opacity: 1;
    }



    .personal-info-container .fields-group {
        max-width: 100%;
        width: 100%;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
}

@media screen and (max-width: 640px) {
    .catalogues-list {
        padding-top: 0
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        background: linear-gradient(180deg, #CB27AF 0%, #E30075 100%);
        padding: 0;
    }

    .navbar-collapse .navbar-nav > li > a {
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        height: 47px;
    }


    .catalogues-list .flow-navigation-buttons {
        position: static;
        padding-top: 0;
        max-width: none;
        margin-bottom: 15px
    }

    .catalogues {
        margin-left: -10px;
        margin-right: -10px
    }

    .catalogues .js-hide-container {
        max-height: 382px
    }

    .catalogues__catalogue.selectable {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }

    .catalogues__container-outer .add-remove__link {
        border: 1px dashed #e5e5e5;
        display: block;
        width: 136px;
        height: 136px;
        padding-top: 42px
    }

    .catalogues__container-outer.locked .catalogues__container-inner .catalogues__overlay {
        height: 194px
    }

    .catalogues__container-inner {
        padding: 0 1px
    }

    .catalogues__catalogue {
        padding: 5px;
        border-width: 1px;
        /*min-width: 160px !important;*/
        /*height: 160px !important;*/
    }

    .catalogues__catalogue img {
        width: 108px;
        padding-top: 0px;
        height: auto;
        min-height: 108px
    }

    .catalogues__catalogue-name {
        bottom: 5px;
        font-size: 11px;
    }

    /*.toggle-switch {
        width: 106px;
    }
*/
    /*
    .toggle-on-text {
        font-size: 14px;
    }

    .toggle-off-text {
        font-size: 14px;
    }

    .toggled > .toggle-element {
        left: 75px;
    }
    */

    .flyer-category-list li.flyer-category > a {
        font-size: 12px;
    }
    .toggle-switch-container
    .flyer-list-wrap {
        padding-right: 15px;
    }

    .flyer-list-top-line {
        margin-bottom: 30px;
    }

    .catalogues__container-outer {
        width: 135px;
        height: 230px;
    }

    .catalogues__catalogue.selectable {
        width: 119px!important;
        height: 119px!important;
    }

    .toggle-switch-container {
        left: 35px;
    }

    .extra-item-list .extra-item {
        max-width: 100%;
    }
    .extra-item-list .extra-item .extra-item-image {
        margin-right: 20px;
    }

    .flyer-list-wrap .sort-block .title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    float: left;
    margin-right: 2px;
    }

    .filter-block-sort {
    min-width:88px;
    font-size: 13px;
    }
}



@media screen and (max-width: 610px) {
    .catalogues__container-outer {
        /*width: 50% !important*/
    }
}

@media only screen and (max-width: 500px) {
    .navbar-collapse {
        max-height: 100%;
    }

    .main-page-container .main-banner-container {
        min-height: 500px;
        background-color: #CB27AF;
    }

    .main-page-container .main-banner-container .jumbotron-text {
        font-size: 30px;
        line-height: normal;
        max-width: 100%;
        position: absolute;
        text-align: center;
        left: 19px;
        top: 150px;
    }

    .main-page-container .zipcode-container {
        left: 0;
    }

    .main-page-container .zipcode-container .zipcode-form-container .subscribe-form {
        flex-direction: column;
    }

    .main-page-container .zipcode-container .zipcode-form-container .js-validate-bannerzip {
        width: 100%;
    }

    .main-page-container .zipcode-container .zipcode-form-container .js-validation-trigger {
        width: 100%;
    }

    .description_homepage {
        padding: 15px;
        margin-bottom: 25px;
    }

    .main-page-container .why-container .showcase-box {
        display: none;
    }

    .step-container .section-title {
        display: flex;
        padding: 25px 10px;
    }

    .step-container .section-title .img_home {
        min-width: 70px;
        width: 70px;
        margin-right: 25px;
        z-index: 100;
    }

    .step-container .section-title .step-content .column-title {
        padding-top: 0!important;
    }

    .steps-container .step-line {
        top: 10%;
        bottom: 10%;
        /*left: 16%;*/
        left: 59px;
        right: inherit;
        width: 1px;
        height: auto;
        border-left: 2px dashed #E30075;
    }

    .main-page-container .why-container {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .main-page-container .why-container .box-left, .main-page-container .why-container .box-right {
        display: flex;
        flex-direction: column;
    }

    .main-page-container .why-container .icon {
        float: none;
        margin: auto;
    }

    .main-page-container .why-container .content {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .main-page-container .why-container .content h4, .main-page-container .why-container .content p {
        text-align: center!important;
    }

    .main-page-container .usecase-container-wrap {

    }

    .main-page-container .usecase-container {
        padding-left: 25px;
        padding-right: 25px;

        background: none;
        border-radius: 0;
    }

    .main-page-container .usecase-container .usecase_content {
        width: 100%;
        background: linear-gradient(180deg, #277DCB 0%, #3B5998 99.4%);
        border-radius: 20px;
        margin-bottom: 25px;
        min-height: 200px;
    }

    .main-page-container .usecase-container .usecase_content p {
        margin-bottom: 20px;
    }

    .main-page-container .custom-text-container {
        border-radius: 0;
        margin: 0;
        width: 100%;
        height: 350px;
    }

    .main-page-container .custom-text-container .custom-text-content {
        top: calc(40% - 53px/2 - 44px);        
    }

    .main-page-container .custom-text-container > img {
        border-radius:0px;
        margin: 0;
        width: 100%;
    }

    .main-page-container .custom-text-container .zipcode-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-page-container .carousel-container .carousel {
        width: 100%;
    }

    .main-page-container .carousel-container .carousel .carousel-control {
        display: none;
    }

    .main-page-container .carousel-container .carousel .carousel-inner {
        padding: 0 35px;
        width: 100%;
    }

    .main-page-container .carousel-container .carousel .carousel-inner .item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .main-page-container .carousel-container .carousel .carousel-inner .item img {
        width: 150px;
        height: 120px;
        margin: 0 auto;
    }

    .footer .footer-container {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footer .footer-container .fat-footer-wrapper .fat-footer-box {
        text-align: left;
        padding: 0 30px;
    }

    .footer .footer-container .fat-footer-wrapper .fat-footer-box.desktop-only {
        display: none;
    }

    .footer .low-footer-container {
        text-align: center;
    }

}

@media (min-width: 1025px) {
    .interest {
        width: 48%;
        max-width: 48%;
    }
}

@media screen and (max-width: 450px) {
    .catalogues {
        margin-left: -8px;
        margin-right: -8px
    }

    .catalogues__container-outer {
        /*width: 49% !important;*/
    }

    .main-page-container .carousel-container .carousel .carousel-inner {
        padding: 0 7px;
    }

    .subscribe-steps {
        display: none;
    }

    .subscribe-one-form .interest-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .interest-list .interest .interest-state {
        margin-right: 20px;
    }

    .subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-of-type(3), .subscribe-two-form #subscribesteptwoform-receives_flyers label:nth-of-type(4) {
         width: 100%;
    }

    .lightbox-content {
        padding: 40px 25px 30px;
    }

    .fancybox-close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 10040;
        color: #000;
        text-align: center;
        font-size: 30px;
        font-family: sans-serif;
    }

    .fancybox-close::before {
        content: "x";
    }
}

@media screen and (max-width: 420px) {
    .catalogues__catalogue.selectable {
        /*width: 160px;*/
        height: 160px;
    }
}

@media screen and (max-width: 330px) {
    .catalogues__catalogue.selectable {
        min-width: 140px !important;
        height: 140px;
    }

    .catalogues__catalogue img {
        width: 80px;
        height: auto;
        min-height: 80px;
    }

    .flyer-filter-wrap, .flyer-list-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 280px) {
    .catalogues__container-outer {
        /*width: 100% !important*/
    }
}



