/*
* CSS file extanding Bootstrap 3 grid classes for screens bigger than 1440 (XL) and 1920 (XXL) px. Add this file after the Bootstrap CSS file and you will be able to use col-xxl- and col-fhd-
*
* Author: Iggy Pritzker
* Company: WebProm Design
* Site: www.web-design.co.il
*/


@media (min-width: 1440px) {
    .container {
        width: 1260px;
    }
}
@media (min-width: 1920px) {
    .container {
        width: 1600px;
    }
}

.col-xxl-1, .col-fhd-1, .col-xxl-2, .col-fhd-2, .col-xxl-3, .col-fhd-3, .col-xxl-4, .col-fhd-4, .col-xxl-5, .col-fhd-5, .col-xxl-6, .col-fhd-6, .col-xxl-7, .col-fhd-7, .col-xxl-8, .col-fhd-8, .col-xxl-9, .col-fhd-9, .col-xxl-10, .col-fhd-10, .col-xxl-11, .col-fhd-11, .col-xxl-12, .col-fhd-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1440px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        /*float: left;*/
    }
    .col-xxl-12 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-11 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxl-10 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxl-9 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-8 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxl-7 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxl-6 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-5 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxl-4 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxl-3 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-2 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxl-1 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .pull-xxl-12 {
        right: 100%;
    }
    .pull-xxl-11 {
        right: 91.66666667%;
    }
    .pull-xxl-10 {
        right: 83.33333333%;
    }
    .pull-xxl-9 {
        right: 75%;
    }
    .pull-xxl-8 {
        right: 66.66666667%;
    }
    .pull-xxl-7 {
        right: 58.33333333%;
    }
    .pull-xxl-6 {
        right: 50%;
    }
    .pull-xxl-5 {
        right: 41.66666667%;
    }
    .pull-xxl-4 {
        right: 33.33333333%;
    }
    .pull-xxl-3 {
        right: 25%;
    }
    .pull-xxl-2 {
        right: 16.66666667%;
    }
    .pull-xxl-1 {
        right: 8.33333333%;
    }
    .pull-xxl-0 {
        right: auto;
    }
    .push-xxl-12 {
        left: 100%;
    }
    .push-xxl-11 {
        left: 91.66666667%;
    }
    .push-xxl-10 {
        left: 83.33333333%;
    }
    .push-xxl-9 {
        left: 75%;
    }
    .push-xxl-8 {
        left: 66.66666667%;
    }
    .push-xxl-7 {
        left: 58.33333333%;
    }
    .push-xxl-6 {
        left: 50%;
    }
    .push-xxl-5 {
        left: 41.66666667%;
    }
    .push-xxl-4 {
        left: 33.33333333%;
    }
    .push-xxl-3 {
        left: 25%;
    }
    .push-xxl-2 {
        left: 16.66666667%;
    }
    .push-xxl-1 {
        left: 8.33333333%;
    }
    .push-xxl-0 {
        left: auto;
    }
    .offset-xxl-12 {
        margin-left: 100%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
}
@media (min-width: 1920px) {
    .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
        /*float: left;*/
    }
    .col-fhd-12 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-fhd-11 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-fhd-10 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-fhd-9 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-fhd-8 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-fhd-7 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-fhd-6 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-fhd-5 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-fhd-4 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-fhd-3 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-fhd-2 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-fhd-1 {
        webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .pull-fhd-12 {
        right: 100%;
    }
    .pull-fhd-11 {
        right: 91.66666667%;
    }
    .pull-fhd-10 {
        right: 83.33333333%;
    }
    .pull-fhd-9 {
        right: 75%;
    }
    .pull-fhd-8 {
        right: 66.66666667%;
    }
    .pull-fhd-7 {
        right: 58.33333333%;
    }
    .pull-fhd-6 {
        right: 50%;
    }
    .pull-fhd-5 {
        right: 41.66666667%;
    }
    .pull-fhd-4 {
        right: 33.33333333%;
    }
    .pull-fhd-3 {
        right: 25%;
    }
    .pull-fhd-2 {
        right: 16.66666667%;
    }
    .pull-fhd-1 {
        right: 8.33333333%;
    }
    .pull-fhd-0 {
        right: auto;
    }
    .push-fhd-12 {
        left: 100%;
    }
    .push-fhd-11 {
        left: 91.66666667%;
    }
    .push-fhd-10 {
        left: 83.33333333%;
    }
    .push-fhd-9 {
        left: 75%;
    }
    .push-fhd-8 {
        left: 66.66666667%;
    }
    .push-fhd-7 {
        left: 58.33333333%;
    }
    .push-fhd-6 {
        left: 50%;
    }
    .push-fhd-5 {
        left: 41.66666667%;
    }
    .push-fhd-4 {
        left: 33.33333333%;
    }
    .push-fhd-3 {
        left: 25%;
    }
    .push-fhd-2 {
        left: 16.66666667%;
    }
    .push-fhd-1 {
        left: 8.33333333%;
    }
    .push-fhd-0 {
        left: auto;
    }
    .offset-fhd-12 {
        margin-left: 100%;
    }
    .offset-fhd-11 {
        margin-left: 91.66666667%;
    }
    .offset-fhd-10 {
        margin-left: 83.33333333%;
    }
    .offset-fhd-9 {
        margin-left: 75%;
    }
    .offset-fhd-8 {
        margin-left: 66.66666667%;
    }
    .offset-fhd-7 {
        margin-left: 58.33333333%;
    }
    .offset-fhd-6 {
        margin-left: 50%;
    }
    .offset-fhd-5 {
        margin-left: 41.66666667%;
    }
    .offset-fhd-4 {
        margin-left: 33.33333333%;
    }
    .offset-fhd-3 {
        margin-left: 25%;
    }
    .offset-fhd-2 {
        margin-left: 16.66666667%;
    }
    .offset-fhd-1 {
        margin-left: 8.33333333%;
    }
    .offset-fhd-0 {
        margin-left: 0;
    }
}

.visible-xxl,
.visible-fhd {
    display: none !important;
}

.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-fhd-block,
.visible-fhd-inline,
.visible-fhd-inline-block {
    display: none !important;
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .visible-xxl {
        display: block !important;
    }
    table.visible-xxl {
        display: table;
    }
    tr.visible-xxl {
        display: table-row !important;
    }
    th.visible-xxl,
    td.visible-xxl {
        display: table-cell !important;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .visible-xxl-block {
        display: block !important;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .visible-xxl-inline {
        display: inline !important;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .visible-xxl-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1920px) {
    .visible-fhd {
        display: block !important;
    }
    table.visible-fhd {
        display: table;
    }
    tr.visible-fhd {
        display: table-row !important;
    }
    th.visible-fhd,
    td.visible-fhd {
        display: table-cell !important;
    }
}
@media (min-width: 1920px) {
    .visible-fhd-block {
        display: block !important;
    }
}
@media (min-width: 1920px) {
    .visible-fhd-inline {
        display: inline !important;
    }
}
@media (min-width: 1920px) {
    .visible-fhd-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .hidden-xxl {
        display: none !important;
    }
}
@media (min-width: 1920px) {
    .hidden-fhd {
        display: none !important;
    }
}