@font-face {
    font-family: 'Foundry Monoline OT3 Regular';

    src: url('../fonts/FOMORGL3.otf');
}

@font-face {
    font-family: 'Foundry Monoline OT3 Bold';

    src: url('../fonts/FOMOBDL3.otf');
}

@font-face {
    font-family: 'Foundry Monoline OT3 RegIta';

    src: url('../fonts/FOMORIL3.otf');
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.row {
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
}

.col-xxs-1, {
    width: 8.3333333333%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-12 {
    width: 100%;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

@media (min-width: 601px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-1, {
        width: 8.3333333333%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .xs-pull-right {
        float: right !important;
    }
    .xs-pull-left {
        float: left !important;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1, {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .sm-pull-right {
        float: right !important;
    }
    .sm-pull-left {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1, {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .md-pull-right {
        float: right !important;
    }
    .md-pull-left {
        float: left !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1, {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .lg-pull-right {
        float: right !important;
    }
    .lg-pull-left {
        float: left !important;
    }
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 600px) {
    .visible-xxs {
        visibility: visible;
        display: block !important;
    }
    .hidden-xxs {
        visibility: hidden;
        display: none !important;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
    .visible-xs {
        visibility: visible;
        display: block !important;
    }
    .hidden-xs {
        visibility: hidden;
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        visibility: visible;
        display: block !important;
    }
    .hidden-sm {
        visibility: hidden;
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        visibility: visible;
        display: block !important;
    }
    .hidden-md {
        visibility: hidden;
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        visibility: visible;
        display: block !important;
    }
    .hidden-lg {
        visibility: hidden;
        display: none !important;
    }
}

.imgfix {
    width: 96%;
}

.clearfix {
    clear:both;
}

.layer-container {
    clear: both;
    position: relative;
    min-width: 100%;
    background-color: #000;
    top: 0px;
    left: 0px;
}

.bg-layer {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ct-layer {
    position: absolute;
    top: 44px;
    max-width: 50%;
}

.ct-layer.full {
    max-width: 100%;
}

.ct-layer.left {
    left: 0px;
}

.ct-layer.right {
    left: 50%;
}

@media (max-width: 600px) {
    .ct-layer.xxs-full {
        max-width: 100%;
    }

    .ct-layer.xxs-left {
        left: 0px;
    }

    .ct-layer.xxs-right {
        left: 50%;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
    .ct-layer.xs-full {
        max-width: 100%;
    }

    .ct-layer.xs-left {
        left: 0px;
    }

    .ct-layer.xs-right {
        left: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ct-layer.sm-full {
        max-width: 100%;
    }

    .ct-layer.sm-left {
        left: 0px;
    }

    .ct-layer.sm-right {
        left: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ct-layer.md-full {
        max-width: 100%;
    }

    .ct-layer.md-left {
        left: 0px;
    }

    .ct-layer.md-right {
        left: 50%;
    }
}
@media (min-width: 1200px) {
    .ct-layer.lg-full {
        max-width: 100%;
    }

    .ct-layer.lg-left {
        left: 0px;
    }

    .ct-layer.lg-right {
        left: 50%;
    }
}

.ct {
    font-family: "Foundry Monoline OT3 Regular";
    color: #FFF;
    line-height: 22px;
    font-size: 12px;
    padding-bottom: 15px;
}

.ct.regular {
    font-family: "Foundry Monoline OT3 Regular";
}

.ct.bold {
    font-family: "Foundry Monoline OT3 Bold";
}

.ct.italic {
    font-family: "Foundry Monoline OT3 RegIta";
}

.ct.header {
    color: #828083;
}

.ct.f10 {
    font-size: 10px;
}

.ct.f12 {
    font-size: 12px;
}

.ct.f14 {
    font-size: 14px;
}

.ct.f16 {
    font-size: 16px;
}

.ct.f18 {
    font-size: 18px;
}

.ct.f20 {
    font-size: 20px;
}

.no-padding {
    padding: 0px;
}