
        /*/* general styles */

        h1, h2, h3, h4 {
            text-transform: uppercase;
        }

        .row-padding {
            padding: 20px;
        }

            .row-padding + .row-padding {
                padding-top: 0;
            }

        .dimmed-overlay {
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 2;
        }

        .overlay {
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            opacity: 1;
            position: absolute;
            left: 0;
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

        @media screen and (min-width: 1024px) {
            .overlay {
                opacity: 0;
            }
        }

        .btn-orange {
            width: 100%;
            background-color: #fed500;
            border: none;
            color: #333333;
            text-transform: none;
            font-weight: bold;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 3px !important;
        }

        .btn-gray {
            width: 100%;
            background-color: #101820;
            border: none;
            color: #ffffff;
            text-transform: none;
            font-weight: bold;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 3px !important;
        }

        @media screen and (min-width: 415px) {
            .btn-orange, .btn-gray {
                width: auto;
            }
        }

        .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
            color: #ffffff;
        }

        .btn-gray i {
            color: #ffd500;
        }

        .btn-orange i, .btn-gray i {
            position: relative;
            top: 1px;
            margin-left: 10px;
            -webkit-transition: transform 0.1s ease-in-out;
            -moz-transition: transform 0.1s ease-in-out;
            -o-transition: transform 0.1s ease-in-out;
            -ms-transition: transform 0.1s ease-in-out;
            transition: transform 0.1s ease-in-out;
        }

        .btn-orange:hover i, .btn-gray:hover i {
            transform: translateX(5px);
        }

        @media screen and (min-width: 1200px) {
            .current {
                background-color: #FFCB00;
            }

                .current a {
                    color: #555555 !important;
                }
        }

        /* slideshow styles */

        .startpage-slideshow {
            padding: 0;
            margin-bottom: 0;
            border: 1px solid #dddddd;
        }

        .lte-ie9 .startpage-slideshow {
            border: none;
        }

        .slide {
            height: auto;
        }

        /*@media screen and (min-width: 1400px) {
            .slide {
                height: 600px;
            }
        }*/

        .startpage-slideshow .dimmed-overlay {
            display: none;
        }

        @media screen and (min-width: 768px) {
            .startpage-slideshow .dimmed-overlay {
                display: block;
            }
        }

        .slide img {
            height: auto;
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
        }

        /*@media screen and (min-width: 1400px) {
            .slide img {
                position: absolute;
                z-index: 1;
                left: 50%;
                height: auto;
                -o-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                max-width: none;
            }
        }*/

        .slide-text {
            display: none;
            position: absolute;
            z-index: 2;
            top: 50%;
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50%;
            color: #ffffff;
            padding-left: 20px;
            padding-right: 20px;
        }

        @media screen and (min-width: 768px) {
            .slide-text {
                display: block;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 770px) {
            .slide-text {
                width: 65%;
            }
        }

        .slide-text h2 {
            font-size: 18px;
        }

        .slide-text-ingress {
            text-transform: uppercase;
            font-size: 16px;
        }

        .slide-text-body {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0;
        }

        @media screen and (min-width: 768px) {
            .slide-text {
                display: block;
            }

            .slide-text-body {
                padding-bottom: 10px;
            }

            .slide-text h2 {
                font-size: 24px;
            }

            .slide-text-ingress {
                text-transform: uppercase;
                font-size: 16px;
            }
        }

        @media screen and (min-width: 1024px) {
            .slide-text {
                padding-left: 0;
                padding-right: 0;
                width: 40%;
                left: 5%;
            }

                .slide-text h2 {
                    font-size: 36px;
                }

            .slide-text-ingress {
                text-transform: uppercase;
                font-size: 18px;
            }
        }

        @media screen and (min-width: 1200px) {
            .slide-text h2 {
                font-size: 48px;
            }

            .slide-text-ingress {
                text-transform: uppercase;
                font-size: 24px;
            }

            .slide-text-body {
                padding-bottom: 20px;
                font-size: 16px;
                font-weight: 600;
            }
        }

        .mobile-slide-text {
            padding-top: 20px;
            padding-right: 20px;
            padding-left: 20px;
            padding-bottom: 55px;
            position: relative;
            width: 100%;
            height: 490px;
            background-color: #eeeeee;
            border-top: 1px solid #dddddd;
        }

        .mobile-slide-text-ingress {
            text-transform: uppercase;
        }

        .mobile-slide-text button {
            width: 100%;
            text-align: center;
        }

        @media screen and (min-width: 415px) {
            .mobile-slide-text button {
                width: auto;
            }
        }

        @media screen and (min-width: 375px) {
            .mobile-slide-text {
                height: 460px;
            }
        }

        @media screen and (min-width: 414px) and (max-width: 640px) {
            .mobile-slide-text {
                height: 380px;
            }
        }

        @media screen and (min-width: 640px) and (max-width: 768px) {
            .mobile-slide-text {
                height: 280px;
            }
        }

        @media screen and (min-width: 768px) {
            .mobile-slide-text {
                display: none;
            }
        }

        .startpage-slideshow .slick-prev {
            width: 40px;
            height: 40px;
            background-color: #000000 !important;
            left: -15px;
            margin-top: -20px;
            z-index: 1;
            display: none !important;
        }

            .startpage-slideshow .slick-prev:before {
                content: '\f104';
                display: block;
                width: 9px;
                margin: 0 auto;
                font-family: 'FontAwesome';
                font-size: 26px;
                color: #ffffff;
                opacity: 1;
            }

        .startpage-slideshow .slick-next {
            width: 40px;
            height: 40px;
            background-color: #000000 !important;
            right: -15px;
            margin-top: -20px;
            z-index: 1;
            display: none !important;
        }

        @media screen and (min-width: 1024px) {
            .startpage-slideshow .slick-prev, .startpage-slideshow .slick-next {
                display: block !important;
            }
        }

        .startpage-slideshow .slick-next:before {
            content: '\f105';
            display: block;
            margin: 0 auto;
            font-family: 'FontAwesome';
            font-size: 26px;
            color: #ffffff;
            opacity: 1;
            width: 9px;
        }

        .startpage-slideshow .slick-dots {
            bottom: 14px;
            margin-bottom: 0;
            height: 15px;
        }

            .startpage-slideshow .slick-dots li {
                border: 2px solid #fdd300;
                border-radius: 50%;
                height: 15px;
                width: 15px;
            }

                .startpage-slideshow .slick-dots li.slick-active {
                    background-color: #fdd300;
                    border: 2px solid #fdd300;
                    border-radius: 50%;
                }

        /* promotion section */

        .promotion-row {
            display: block;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        @media screen and (min-width: 768px) {
            .promotion-row {
                display: flex;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: row;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                min-height: 400px;
            }

            .lte-ie9 .promotion-row {
                display: block;
            }
        }

        /* promotion left */

        .promotion-left {
            background-color: #f2f2f2;
            background-repeat: no-repeat;
            background-image: none;
            background-size: auto 100%;
            /* min-height: 400px; */
            overflow: hidden;
            padding: 0;
            border: 1px solid #dddddd;
        }

        .lte-ie9 .promotion-left {
            float: left;
            border: none;
        }

        /* promotion left image position */

        @media screen and (min-width: 415px) {
            .promotion-left {
                /*background-image: url('/humblebee/img/promotion-left.jpg');*/
                background-position: -160px 0;
            }
        }

        @media screen and (min-width: 476px) {
            .promotion-left {
                /*background-image: url('/humblebee/img/promotion-left.jpg');*/
                background-position: -120px 0;
            }
        }

        @media screen and (min-width: 518px) {
            .promotion-left {
                /*background-image: url('/humblebee/img/promotion-left.jpg');*/
                background-position: -80px 0;
            }
        }

        @media screen and (min-width: 600px) {
            .promotion-left {
                /*background-image: url('/humblebee/img/promotion-left.jpg');*/
                background-position: 0 0;
            }
        }

        @media screen and (min-width: 768px) {
            .promotion-left {
                margin-right: 10px;
                /*width: calc(50% - 10px);*/
            }
        }

        @media screen and (min-width: 1024px) {
            .promotion-left {
                /*background-image: url('/humblebee/img/promotion-left.jpg');*/
                background-position: -100px 0;
            }
        }

        @media screen and (min-width: 1200px) {
            .promotion-left {
                background-position: -50px 0;
            }
        }

        @media screen and (min-width: 1400px) {
            .promotion-left {
                background-position: 10% 0;
            }
        }

        /* promotion right */

        .promotion-right {
            background-position: center;
            clear: both;
            margin-top: 20px;
            padding: 0;
            color: #ffffff;
            background: #101820;
            border: 1px solid #dddddd;
        }

        .lte-ie9 .promotion-right {
            border: none;
        }

        .promotion-right:hover .overlay {
            opacity: 1;
        }

        @media screen and (min-width: 415px) {
            .promotion-right {
                background-size: cover;
                /*background: url('/humblebee/img/promotion-right.jpg');*/
            }
        }

        @media screen and (min-width: 768px) {
            .promotion-right {
                background-size: cover;
                /*margin-left: 10px;*/
                margin-top: 0;
                /*width: calc(50% - 10px);*/
            }

            .lte-ie9 .promotion-right {
                clear: none;
                float: left;
            }
        }

        /* promotion left, right content & bottom content */

        .promotion-left-content, .promotion-right-content, .promotion-bottom-content {
            /*display: table;
                     min-height: 400px; */
            width: 100%;
            height: 100%;
            padding: 20px;
            border-top: 1px solid #dddddd;
        }

        @media screen and (min-width: 415px) {
            .promotion-left-content {
                width: 50%;
                float: right;
            }

            .promotion-left-content, .promotion-right-content, .promotion-bottom-content {
                border-top: none;
            }
        }

        @media screen and (min-width: 768px) {
            .promotion-left-content {
                width: 100%;
            }

            .promotion-left-content, .promotion-right-content, .promotion-bottom-content {
                min-height: 400px;
            }
        }

        @media screen and (min-width: 1024px) {
            .promotion-left-content {
                width: 50%;
            }

            .promotion-bottom-content {
                width: 50%;
            }

            .promotion-right-content {
                width: 70%;
            }
        }

        .promotion-left-text, .promotion-right-text, .promotion-bottom-text {
            display: table-cell;
            vertical-align: middle;
            position: relative;
        }

        .promotion-left h2, .promotion-right h2, .promotion-bottom h2 {
            font-size: 28px;
        }

        .promotion-left-ingress {
            text-transform: uppercase;
            font-size: 18px;
        }

        .promotion-right-logo, .promotion-bottom-logo {
            margin-bottom: 15px;
            display: none;
        }

        @media screen and (min-width: 415px) {
            .promotion-right-logo, .promotion-bottom-logo {
                display: inline-block;
            }
        }

        .promotion-right-ingress, .promotion-bottom-ingress {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            color: #ffffff;
        }

        .promotion-right-body, .promotion-bottom-body {
            color: #ffffff;
        }

        .mobile-promotion-item {
            min-height: 160px;
            width: 100%;
            position: relative;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #f2f2f2;
        }

            .mobile-promotion-item img {
                position: absolute;
                top: 50%;
                left: 20px;
                height: 40px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
            }

        .promotion-left .mobile-promotion-item {
            /*background-image: url('/humblebee/img/promotion-left.jpg');*/
        }

        .promotion-right .mobile-promotion-item {
            /*background-image: url('/humblebee/img/promotion-right.jpg');*/
            background-size: cover;
            background-position: center;
        }

        @media screen and (min-width: 415px) {
            .mobile-promotion-item {
                display: none;
            }
        }

        /* social section */

        .social-row {
            display: block;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        @media screen and (min-width: 768px) {
            .social-row {
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: row;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
            }

            .lte-ie9 .social-row {
                display: block;
                background-color: #fdd300;
                background-clip: content-box;
            }
        }

        .social-left, .social-right {
            background-color: #ffd500;
            border: 1px solid #dddddd;
        }

        .lte-ie9 .social-left, .lte-ie9 .social-right {
            border: none;
        }

        .social-left {
            min-width: 100%;
            min-height: 160px;
            text-align: center;
            margin-bottom: 20px;
            display: none;
        }

        @media screen and (min-width: 768px) {
            .social-left {
                display: block;
            }
        }

        @media screen and (min-width: 768px) {
            .social-left {
                text-align: left;
                min-height: none;
                min-width: 0;
                margin-bottom: 0;
                border-right: none;
            }

            .social-right {
                border-left: none;
            }
        }

        .mobile-social-item {
            background-color: #ffd500;
            min-width: 100%;
            height: 140px;
            position: relative;
        }

        @media screen and (min-width: 768px) {
            .mobile-social-item {
                display: none;
            }
        }

        .social-left-text, .mobile-social-text {
            position: absolute;
            top: 50%;
            width: 100%;
            left: 50%;
            text-align: center;
            padding: 20px;
            -o-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
        }

        .mobile-social-text {
            width: 305px;
        }

        @media screen and (min-width: 375px) {
            .mobile-social-text {
                text-align: left;
            }
        }

        .lte-ie9 .social-left-text {
            top: 65%;
            left: 35%;
            transform: none;
        }


        .social-left-text i, .mobile-social-text .fa {
            font-size: 4rem;
            color: #ffffff;
        }

        @media screen and (min-width: 768px) {
            .social-left-text {
                padding: 0;
                width: auto;
            }

                .social-left-text i {
                    font-size: 4rem;
                }
        }

        @media screen and (min-width: 1024px) {
            .social-left-text i {
                font-size: 8rem;
            }
        }

        @media screen and (min-width: 1200px) {
            .social-left-text i {
                font-size: 14rem;
            }
        }

        @media screen and (min-width: 1400px) {
            .social-left-text i {
                font-size: 18rem;
            }
        }

        .social-left-text h2, .mobile-social-text h2 {
            margin-top: 10px;
            color: #ffffff;
            font-size: 18px;
        }

        .social-left-text strong, .mobile-social-text strong {
            text-transform: uppercase;
            font-size: 14px;
        }


        @media screen and (min-width: 375px) {
            .mobile-social-text i {
                font-size: 6rem;
                display: inline-block;
                vertical-align: middle;
            }

            .mobile-social-text h2 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .mobile-social-text-inline {
                margin-left: 10px;
                display: inline-block;
                vertical-align: middle;
            }
        }

        @media screen and (min-width: 768px) {
            .social-left-text h2 {
                font-size: 18px;
            }

            .social-left-text strong {
                text-transform: uppercase;
                font-size: 14px;
            }
        }

        @media screen and (min-width: 1024px) {
            .social-left-text h2 {
                font-size: 24px;
            }

            .social-left-text strong {
                text-transform: uppercase;
                font-size: 16px;
            }
        }

        .social-picture-wrapper {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 20px;
        }

        @media screen and (min-width: 0px) and (max-width: 415px) {
            .social-picture-wrapper {
                width: 50%;
            }
        }

        .social-picture-row {
            padding-top: 20px;
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 0;
        }

        @media screen and (min-width: 768px) {
            .social-picture-row {
                padding-left: 0;
            }
        }

        /*
        @media screen and (min-width: 768px) {
            .social-picture-row {
                padding-bottom: 0;
            }
        }*/

        /*.social-picture-row:last-of-type {
            padding-top: 0;
            padding-bottom: 20px;
            display: none;
        }

        @media screen and (min-width: 1024px) {
            .social-picture-row:last-of-type {
                display: block;
            }
        }*/

        .social-picture {
            /*max-height: 210px;*/
            width: 100%;
        }

        /* promotion bottom */

        .promotion-bottom {
            background: #101820;
            background-size: cover;
            background-position: center;
            padding: 0;
            border: 1px solid #dddddd;
        }

        .lte-ie9 .promotion-bottom {
            border: none;
        }

        .promotion-bottom .mobile-promotion-item {
            background-image: url('/humblebee/img/promotion-bottom.jpg');
            background-size: cover;
        }

        @media screen and (min-width: 415px) {
            .promotion-bottom {
                background: url('/humblebee/img/promotion-bottom.jpg');
                background-size: cover;
                background-position: center;
            }
        }

        .promotion-bottom:hover .overlay {
            opacity: 1;
        }

        .section_532 a + a {
            margin-left: 15px;
        }

        /*PT STYLE ADDED*/
        .cd-main-content .content .row {
            padding: 20px 20px 0 20px;
            margin: 0;
        }

        .slide {
            overflow: visible;
        }

        .slick-slider, .carousel-inner {
            position: static;
        }

        .no-padding {
            margin: 0;
            padding: 0;
        }

        .content section {
            padding-bottom: 0;
        }
        /*.promotion-row {
                            margin-top: 20px !important;
                        }*/
        .promotion-bottom {
            margin-bottom: 20px;
        }

        /*hide background image on smallest devices*/
        @media screen and (max-width: 415px) {
            .promotion-right, .promotion-left, .promotion-bottom {
                background-image: none !important;
            }

            .promotion-bottom {
                background-color: #f2f2f2;
            }
        }
