<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?k7zs44');
    src: url('../fonts/icomoon.eot?k7zs44#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?k7zs44') format('truetype'), url('../fonts/icomoon.woff?k7zs44') format('woff'), url('../fonts/icomoon.svg?k7zs44#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: #FFF;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.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-inner {
	overflow: hidden;
}*/

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

/*#fancybox-loading,*/
.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    /*margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;*/
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        /*background: url('fancybox_loading.gif') center center no-repeat;*/
    }

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

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /*	background: url('fancybox_overlay.png');*/
    background: rgba(0,0,0,0.6)
}

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

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    /*#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    /*}*/
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?k7zs44');
    src: url('../fonts/icomoon.eot?k7zs44#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?k7zs44') format('truetype'), url('../fonts/icomoon.woff?k7zs44') format('woff'), url('../fonts/icomoon.svg?k7zs44#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.benefits {
    background: #fff;
}

    .benefits .row {
        padding-left: 15px;
        padding-right: 15px;
    }

        .benefits .row .col-sm-4 {
            position: relative;
            padding: 0px;
        }

            .benefits .row .col-sm-4 img {
                width: 100%;
            }

            .benefits .row .col-sm-4 .over {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                background-position: top center;
                background-repeat: no-repeat;
                background-size: 70%;
                padding-top: 70%;
                text-align: center;
                color: #fff;
                font-size: 18px;
                font-family: 'Panton';
                text-transform: uppercase;
            }

                .benefits .row .col-sm-4 .over span {
                    display: inline-block;
                    width: 40px;
                    height: 20px;
                    border-bottom: 1px solid #fff;
                }

.thebenefititem {
    overflow: hidden;
}

.benefits .thebenefititem:hover .overlay {
    opacity: 1;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefits .thebenefititem .overlay {
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: rgba(75, 32, 107);
    color: #fff;
    text-align: left;
    min-height: 50%;
    display: block;
    opacity: 0;
    font-family: 'Panton';
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefits .row .col-sm-4 .overlay strong {
    font-family: 'PantonBold';
    letter-spacing: 1px;
}

.benefits .row .col-sm-4 .overlay a {
    color: #fff;
}

.benefits .row .col-sm-4 .overlay:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 14px 15px;
    border-color: transparent transparent rgba(75, 32, 107) transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -15px;
}

#banner {
    position: relative;
    background: black;
    overflow: hidden;
}

    #banner header {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 2;
    }

        #banner header h1 {
            margin: 0px;
            padding: 0px;
            width: 375px;
            height: 100px;
            background: url("/TheMakers/public/images/logo.png") center center no-repeat;
            display: block;
        }

            #banner header h1 span {
                display: none;
            }

        #banner header div.e1824 {
            width: 140px;
            height: 90px;
            display: block;
            margin-left: 30px;
            background: url("/TheMakers/public/images/18-24.png") center center no-repeat;
        }

        #banner header a.byblos {
            background: url("/TheMakers/public/images/byblos.png") center center no-repeat;
            display: block;
            width: 300px;
            height: 110px;
            position: absolute;
            right: 0px;
            top: 5px;
        }

            #banner header a.byblos span {
                display: none;
            }

    #banner #banner_video {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: none;
        overflow: hidden;
    }

    #banner #banner_images {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: hidden;
        background: #000;
    }

        #banner #banner_images img {
            position: absolute;
            display: none;
        }

    #banner div.hero {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
        text-align: center;
        color: #fff;
        font-size: 33px;
        text-transform: uppercase;
        font-family: 'Panton';
    }

        #banner div.hero strong {
            font-size: 72px;
            font-family: 'PantonBold';
            display: block;
        }

        #banner div.hero div.tag {
            display: none;
            height: 300px;
            line-height: 100px;
        }

        #banner div.hero a {
            display: inline-block;
            width: 235px;
            height: 68px;
        }

            #banner div.hero a.benefits {
                background: url("/TheMakers/public/images/benefits.png") no-repeat;
                background-position: -5px 0px;
                width: 225px;
                height: 62px;
            }

            #banner div.hero a.exclusive {
                background: url("/TheMakers/public/images/exclusive.png") no-repeat;
                background-position: -5px 0px;
                width: 225px;
                height: 62px;
            }

            #banner div.hero a:hover {
                background-position: -5px -67px;
            }

    #banner div.bottom {
        background-color: rgba(49, 49, 49, 0.54);
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        min-height: 60px;
        line-height: 60px;
        text-align: right;
        padding-right: 40px;
        font-family: 'PantonBold';
        font-family: 16px;
        color: #fff;
        text-transform: uppercase;
        z-index: 2;
    }

        #banner div.bottom .phone {
            display: none;
        }

        #banner div.bottom .arrowdown {
            position: absolute;
            width: 30px;
            height: 30px;
            background: url("/TheMakers/public/images/down.png") center center no-repeat;
            cursor: pointer;
            left: 50%;
            margin-left: -15px;
            top: -40px;
        }

        #banner div.bottom .customer {
            cursor: pointer;
        }

        #banner div.bottom .protection {
            display: none;
            padding-left: 10px;
        }

            #banner div.bottom .protection a {
                color: #fff;
                text-decoration: underline;
            }

@media (max-width: 768px) {
    #banner header h1 {
        width: 150px;
        height: 35px;
        background-size: contain;
        display: block;
        margin-left: 15px;
        margin-top: 30px;
    }

    #banner header div.e1824 {
        width: 75px;
        height: 40px;
        display: block;
        background-size: contain;
        margin-left: 15px;
    }

    #banner header a.byblos {
        width: 115px;
        height: 35px;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 30px;
    }
}

@media (max-width: 600px) {
    #banner div.hero {
        top: 20%;
        font-size: 25px;
    }

        #banner div.hero strong {
            font-size: 35px;
        }

        #banner div.hero a {
            display: block;
            margin: auto;
        }

        #banner div.hero div.tag {
            height: 120px;
            line-height: 30px;
        }

    #banner div.bottom .phone {
        background: url("/TheMakers/public/images/phone.png") center center no-repeat;
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        display: block;
    }

    #banner div.bottom .protection {
        line-height: 20px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

        #banner div.bottom .protection a {
            display: block;
        }

        #banner div.bottom .protection span {
            display: none;
        }
}

.page.dow {
    position: relative;
    background-size: cover;
}

    .page.dow h2 {
        color: #fff;
    }

    .page.dow p {
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        font-family: 'Panton';
        letter-spacing: 2px;
    }

        .page.dow p strong {
            font-family: 'PantonBold';
        }

    .page.dow #dowfb {
        display: inline-block;
        width: 189px;
        height: 49px;
        background: url("/TheMakers/public/images/fbshare.png") top left no-repeat;
        cursor: pointer;
        margin-top: 20px;
    }

        .page.dow #dowfb:hover {
            background-position: bottom left;
        }

.instagram {
    height: 825px;
    padding-bottom: 0px !important;
    background-size: 0px 0px;
    text-align: center;
    background: url(../img/insta.jpg) no-repeat;
    position: relative;
}

    .instagram div.wrap {
        background: rgba(147, 147, 147, 0.73);
        border: 1px solid #fff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .instagram div.wrap a {
            color: #fff;
            font-size: 30px;
            font-family: 'PantonBold';
            text-transform: uppercase;
            text-decoration: none;
            display: block;
            background: url("/TheMakers/public/images/instagram.png") center top no-repeat;
            padding-top: 100px;
            padding-bottom: 25px;
            border-bottom: 1px solid #fff;
            letter-spacing: 2px;
        }

@media (max-width: 600px) {
    .instagram {
        background-size: cover;
    }

        .instagram a {
            font-size: 20px;
            max-width: auto;
        }
}

nav.locked + .page {
    padding-top: 180px;
    background: #fff;
}

.page {
    padding-top: 95px;
    text-align: center;
    padding-bottom: 100px;
}

    .page h2 {
        padding-bottom: 25px;
        margin-bottom: 40px;
        display: inline-block;
        color: #333333;
        font-size: 30px;
        font-family: 'PantonBold';
        border-bottom: 1px solid #eabb00;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

.login {
    background: #fff;
    min-height: 100%;
    padding-top: 0px;
}

    .login input {
        width: 250px;
        margin-bottom: 5px;
    }

div.error {
    color: red;
}

body {
    background-size: cover;
    background-attachment: fixed;
}

nav {
    background: #ffffff url("/TheMakers/public/images/menu.png") center center no-repeat;
    height: 85px;
    position: relative;
    padding-left: 20px;
    padding-right: 30px;
}

    nav.locked {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 60;
        background: url("/TheMakers/public/images/menu.png") center center no-repeat;
    }

    nav a.byblos {
        background: url("/TheMakers/public/images/logo2.png") left center no-repeat;
        display: block;
        width: 185px;
        height: 85px;
        margin-left: 20px;
        float: left;
    }

        nav a.byblos span {
            display: none;
        }

    nav ul {
        list-style: none;
        float: right;
    }

        nav ul li {
            line-height: 85px;
            float: left;
        }

            nav ul li a {
                padding-right: 10px;
                padding-left: 10px;
                line-height: 85px;
                height: 85px;
                color: #fff;
                text-decoration: none;
                font-family: 'PantonBold';
                font-size: 18px;
            }

                nav ul li a:hover {
                    color: #fff;
                }

            nav ul li:before {
                content: " ";
                display: block;
                float: left;
                background: url("/TheMakers/public/images/slash.png") center center no-repeat;
                width: 40px;
                height: 85px;
            }

            nav ul li:first-child:before {
                display: none;
            }

footer {
    min-height: 90px;
    line-height: 90px;
    background: #333333;
    color: #999999;
    font-size: 14px;
    position: relative;
}

    footer .copy {
        float: right;
        font-family: 'Panton';
        font-size: 14px;
    }

        footer .copy a {
            color: #999999;
        }

    footer ul.sm {
        float: left;
        list-style: none;
        padding: 0px;
        margin: 0px;
        padding-top: 7px;
    }

        footer ul.sm li {
            float: left;
            line-height: 90px;
            height: 90px;
            margin-right: 10px;
        }

            footer ul.sm li a {
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url("/TheMakers/public/images/insta.png") no-repeat;
            }

                footer ul.sm li a.fb {
                    background-position: top left;
                }

                    footer ul.sm li a.fb:hover {
                        background-position: bottom left;
                    }



                footer ul.sm li a.in:hover {
                    opacity: 0.4
                }

                footer ul.sm li a.sn {
                    position: relative;
                    background-position: -48px top;
                }

                    footer ul.sm li a.sn:hover {
                        background-position: -48px bottom;
                    }

                        footer ul.sm li a.sn:hover div {
                            display: block;
                        }

                    footer ul.sm li a.sn div {
                        position: absolute;
                        bottom: 40px;
                        z-index: 10;
                        display: none;
                    }

                        footer ul.sm li a.sn div img {
                            display: block;
                            max-width: 100%;
                        }

                footer ul.sm li a.sh {
                    background-position: top right;
                }

                    footer ul.sm li a.sh:hover {
                        background-position: bottom right;
                    }

    footer a#up {
        position: absolute;
        display: block;
        width: 67px;
        height: 67px;
        background: url("/TheMakers/public/images/up-arrow.png");
        cursor: pointer;
        right: 20px;
        top: -30px;
        z-index: 5;
    }

.stButton .stLarge {
    width: 24px !important;
    height: 24px !important;
    background-size: contain;
}

    .stButton .stLarge:hover {
        background-position: -24px !important;
    }

@media (max-width: 768px) {
    nav {
        display: none;
    }
}

@media (max-width: 600px) {
    footer {
        text-align: center;
        line-height: 20px;
    }

        footer .copy {
            float: none;
            margin-bottom: 20px;
        }

        footer ul.sm {
            float: none;
        }

            footer ul.sm li {
                float: none;
                display: inline-block;
            }
}

.videocarousel {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

    .videocarousel .video iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
    }

    .videocarousel:hover .bullets {
        display: block;
    }

    .videocarousel:hover .left,
    .videocarousel:hover .right {
        display: block;
    }

    .videocarousel .bullets {
        display: none;
        position: absolute;
        height: 100px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
    }

        .videocarousel .bullets .bullet {
            display: inline-block;
            width: 24px;
            height: 3px;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
        }

            .videocarousel .bullets .bullet + .bullet {
                margin-left: 8px;
            }

            .videocarousel .bullets .bullet.selected {
                background: #ffffff;
            }

    .videocarousel .left {
        display: none;
        position: absolute;
        left: 0px;
        top: 40px;
        bottom: 40px;
        width: 30%;
        z-index: 2;
    }

        .videocarousel .left div {
            position: absolute;
            cursor: pointer;
            width: 50px;
            height: 50px;
            background: url("/TheMakers/public/images/left-arrow.png") center center no-repeat;
            right: 0px;
            top: 50%;
            margin-top: -25px;
        }

    .videocarousel .right {
        display: none;
        position: absolute;
        right: 0px;
        top: 40px;
        bottom: 40px;
        width: 30%;
        z-index: 2;
    }

        .videocarousel .right div {
            position: absolute;
            cursor: pointer;
            width: 50px;
            height: 50px;
            background: url("/TheMakers/public/images/right-arrow.png") center center no-repeat;
            left: 0px;
            top: 50%;
            margin-top: -25px;
        }

.deals {
    background: #fff;
    position: relative;
    padding-bottom: 0px;
}

    .deals .row {
        padding-left: 15px;
        padding-right: 15px;
    }

        .deals .row .deal {
            margin-top: 15px;
            padding-left: 7px;
            padding-right: 7px;
            position: relative;
            padding-bottom: 96px;
            /*
			&amp;:hover {
				.bottompanel {
					.extra {
						display: block;
					}
				}
			}
			*/
        }

            .deals .row .deal img {
                width: 100%;
            }

            .deals .row .deal .bottompanel {
                position: absolute;
                bottom: 0px;
                left: 7px;
                right: 7px;
                padding: 20px;
                background: #f5f5f5;
                border-bottom: 4px solid #a8a8a8;
                color: #6e6e6e;
                font-size: 17px;
                font-family: 'Panton';
            }

                .deals .row .deal .bottompanel .title {
                    font-size: 19px;
                    font-family: 'PantonBold';
                    color: #6e6e6e;
                    text-transform: uppercase;
                }

                .deals .row .deal .bottompanel .subtitle {
                    font-size: 15px;
                    color: #a8a8a8;
                }

                .deals .row .deal .bottompanel .extra {
                    margin-top: 10px;
                    display: none;
                }

                .deals .row .deal .bottompanel:before {
                    content: " ";
                    display: block;
                    width: 47px;
                    height: 47px;
                    background: url("/TheMakers/public/images/arrow.png");
                    position: absolute;
                    top: -23px;
                    left: 50%;
                    margin-left: -23px;
                }

    .deals .showdeals {
        margin-top: 50px;
        width: 234px;
        height: 68px;
        background: url("/TheMakers/public/images/seeall.png") top left no-repeat;
        cursor: pointer;
        display: block;
        margin: auto;
    }

        .deals .showdeals:hover {
            background-position: bottom left;
        }

.page.contact {
    display: none;
    background: #fff;
}

    .page.contact fieldset input {
        height: 45px;
        line-height: 45px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #e5e5e5;
        color: #333333;
        font-family: 'Panton';
        font-size: 14px;
    }

    .page.contact fieldset + fieldset {
        margin-top: 10px;
    }

    .page.contact fieldset textarea {
        resize: none;
        height: 155px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #e5e5e5;
        color: #333333;
        font-family: 'Panton';
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page.contact .formbutton {
        display: block;
        width: 100%;
        cursor: pointer;
    }

@media (max-width: 600px) {
    .page.contact .formbutton {
        display: inline-block;
        width: auto;
    }
}

.page.videos {
    background: #fff;
    padding-bottom: 0px;
}

    .page.videos p {
        color: #333333;
        font-size: 24px;
        font-family: 'Panton';
        letter-spacing: 2px;
        line-height: 40px;
    }

        .page.videos p.first {
            font-family: 'PantonBold';
            font-size: 30px;
            color: #4d1965;
            margin-bottom: 40px;
        }

a:focus, a:hover {
    color: #FFF !important;
    text-decoration: underline;
}

.instagramdv {
    position: absolute;
    bottom: 80px;
    right: 41px;
    z-index: 55555;
}

    .instagramdv span {
        font-family: 'PantonBold';
        font-weight: 700;
        font-size: 16px;
        color: #FFF;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 8px;
    }

    .instagramdv a {
        width: 23px;
        height: 23px;
        background-image: url(../images/insta.png);
        display: inline-block;
        background-repeat: no-repeat;
        margin-bottom: -6px;
    }

    .instagramdv.black span {
        color: #000;
    }

    .instagramdv.black a {
        background-image: url(../images/insta-black.png);
    }

    .instagramdv.addPad {
        bottom: 126px;
    }


.videocarousel .standardListing .item {
    list-style: none;
    border: 1px solid #ddd;
}

.videocarousel .standardListing .listingImage {
    line-height: 0;
    height: 240px;
}

.videocarousel .productListing .listingImage, .videocarousel .standardListing .listingImage {
    text-align: center;
}

.videocarousel .listingImage {
    overflow: hidden;
    display: block;
}

.videocarousel .playVideo {
    position: relative;
}

.videocarousel a.playVideo::before, .videocarousel div.playVideo a::before {
    content: "\e910";
    left: 50%;
    top: 50%;
    position: absolute;
    font-family: 'icomoon';
    font-size: 45px;
    color: #FFF;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.videocarousel .standardListing li .listingImage img, .videocarousel .galleryDetail .listingHolder li a.playVideo img {
    width: 100%;
    min-width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1);
}

.videocarousel a.playVideo::after, div.playVideo a::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.videocarousel .owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.videocarousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.videocarousel .listingImage img {
    max-width: 100%;
}

.videocarousel .standardListing .listingInfos {
    background: #fff;
    padding: 12px 18px 20px 18px;
}

.videocarousel .productInfoHolder {
    margin-right: 20px;
}

.videocarousel .standardListing .listingTitle {
    font-size: 24px;
    color: #282828;
    position: relative;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

    .videocarousel .standardListing .listingTitle::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        background: #ddb603;
        width: 86px;
        margin-left: -43px;
    }

.videocarousel .standardListing .listingLink a, .videocarousel .moreNewsBtn a {
    color: #481e72;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.videocarousel .productListing .listingTitle a, .videocarousel .standardListing .listingTitle a {
    color: #282828;
    font-weight: 600;
    text-decoration: none !important;
}

    .videocarousel .productListing .listingTitle a:hover, .videocarousel .standardListing .listingTitle a:hover {
        color: #481e72 !important;
    }



.videocarousel .owl-prev::before {
    font-family: 'icomoon' !important;
    content: "\e90b";
    color: #481e72;
    font-size: 25px;
}

.videocarousel .owl-next, .owl-prev {
    position: absolute;
    right: -38px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 10px;
}

.videocarousel .owl-prev {
    left: 0px;
    right: auto;
}

.videocarousel .owl-next::before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    color: #481e72;
    font-size: 25px;
}

.videocarousel .owl-nav .disabled {
    opacity: 0;
}

.videocarousel .owl-nav &gt; div:hover::before {
    color: #ddb603;
}

.videocarousel .standardListing .listingLink a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.fancybox-close::after {
    font-family: 'icomoon';
    content: "\e90d";
    /* color: #FFF;*/
    color: #000;
    font-size: 19px;
}

.fancybox-close {
    top: 0px;
    right: -5px;
    width: 25px !important;
    height: 25px !important;
}</pre></body></html>