/*------------------------------------------------------------------
Project:        Extretion
Author:         Crenoveative
URL:            http://themeforest.net/user/crenoveative/portfolio 
Created:        13/04/2016
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
* Table of Content
* 1. Reset
* 2. Default Typography
* 3. Margin Sets
* 4. Padding Sets
* 5. Border
* 6. Global
* 7. Form
* 8. List
* 9. Layout
* 10. Timing - Transition
* 11. Gap for Raw
* 12. Typography
* 13. Background
* 14. Button
* 15. Section Title
* 16. Social Media
* 17. GridLex
* 18. Customized Flex Grid from FOundation
-------------------------------------------------------------------*/
 
/**
 * Reset
 */
 
  

/**
 * Global
 */

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.block {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.sm-clear {
    display: none;
}

.map-wrapper img {
    max-width: none;
}

.hoover-pointer:hover,
.hover-pointer:hover {
    cursor: pointer;
}

.hoover-help:hover,
.hover-help:hover {
    cursor: help;
}

.overflow-x-hidden,
.hidden-x {
    overflow-x: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.map-wrapper img,
.widget-map img {
    max-width: none !important;
}

.border-shadow {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
    .clear-sm {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .clear-xs {
        clear: both;
        width: 100%;
        overflow: hidden;
    }

    .pull-none-xs {
        float: none !important;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .xss-hidden,
    .hidden-xss {
        display: none;
    }

    .overflow-hidden-xss {
        overflow: hidden;
    }
}


/**
 * Form
 */

label {
    font-weight: 400;
}
.form-icon,
.form-icon-right {
    position: relative;
}

    .form-icon .form-control {
        padding-left: 28px;
    }

    .form-icon i {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #999;
    }

    .form-icon-right .form-control {
        padding-right: 28px;
    }

    .form-icon-right i {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #999;
    }

.form-lg label {
    font-size: 18px;
}

.form-lg .form-control {
    height: 42px;
}

.form-lg i {
    font-size: 18px;
    bottom: 12px;
}

.form-control[readonly] {
    background: #FFF;
}


/**
 * List
 */

ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 20px;
}

    ul.list-with-icon li i {
        position: absolute;
        top: 4px;
        left: 0;
    }

ul.list-with-icon.font-lg li {
    font-size: 15px;
    padding-left: 23px;
    line-height: 23px;
}

    ul.list-with-icon.font-lg li i {
        font-size: 13px;
    }

ul.list-bullet-circle li {
    list-style-type: circle;
}

ul.list-bullet-circle-2 li {
    list-style-type: inherit;
}

ul.border-bottom {
    border-bottom: 0;
}

    ul.border-bottom li {
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
    }

    ul.border-bottom.dotted li {
        border-bottom: 1px dotted #CCC;
    }

    ul.border-bottom li:last-child {
        border-bottom: 0;
    }

ul.list-col-2 li {
    width: 50%;
    float: left;
    padding-right: 15px;
}

ul.list-col-3 li {
    width: 33.3333%;
    float: left;
    padding-right: 15px;
}


/**
 * Layout
 */

.container-wrapper {
    position: relative;
    background: #FFF; 
}

.with-top-header .wrapper,
.with-top-header .container-wrapper {
    padding-top: 107px;
}

.transparent-header .wrapper,
.transparent-header .container-wrapper {
    padding-top: 0;
}

section,
.section {
    padding: 90px 0;
}

.main-wrapper {
    /*background: #F2F2F2;*/
}


.main-cnt{
    z-index:1;
   
            width: auto;
    min-height: 800px;
    padding-bottom:50px;
    background-image: url(../../../images/bar.jpg) !important;
    background-repeat: repeat-x !important;
    background-position: right bottom !important;
}

.not-home .main-wrapper {
    /*background: #F7F7F7;*/
}

 

.container-outer {
    position: relative;
    overflow: hidden;
}

.right-tone {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70%;
    width: 100%;
    background: #EDEDED;
    margin-right: -22px;
}

 

.with-sidebar {
    height: 100%;
}

    .with-sidebar:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25%;
        width: 1px;
        background: #E5E5E5;
    }

.sidebar-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    width: 1px;
    background: #E5E5E5;
}

.full-width-wrapper {
    overflow-x: hidden;
}

 

.sidebar-wrapper {
    padding: 30px 0;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.row-same-height,
.div-same-height {
    display: table;
    table-layout: fixed;
}

.col-middle,
.content-middle {
    vertical-align: middle;
}

.two-column-css {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media (max-width: 1280px) {
    .right-tone {
        margin-right: -8px;
    }

    .with-top-header.not-home-page .container-wrapper {
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .with-top-header.not-home-page .container-wrapper {
        padding-top: 20px;
    }

    .wrapper,
    .container-wrapper {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .xs-overflow {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .col-sm-height,
    .content-sm-height {
        display: table-cell;
        float: none !important;
    }
}

.two-tone-layout {
    overflow: hidden;
}

.two-tone-wrapper {
    width: 100%;
    margin: auto;
}

    .two-tone-wrapper > div {
        margin: 0;
    }

.two-tone-table {
    display: table;
}

    .two-tone-table .two-tone-col {
        display: table-cell;
    }

.two-tone-content {
    width: 72%;
}

    .two-tone-content > .inner {
        padding: 35px 30px;
        padding-left: 0;
    }

.two-tone-sidebar {
    width: 28%;
    background: #EDEDED;
    position: relative;
    border-left: 1px solid #E5E5E5;
}

    .two-tone-sidebar:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1000px;
        width: 1000px;
        background: #EDEDED;
    }

    .two-tone-sidebar > .inner {
        padding: 35px 30px;
        padding-right: 0;
    }

.table-div {
    display: table;
}

.table-cell-div {
    display: table-cell;
}

.equal-content-sidebar .container {
    padding: 0;
    padding-right: 360px;
    padding-left: 15px;
    overflow: hidden;
}

.equal-content-sidebar .content-wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
}

.equal-content-sidebar .sidebar-wrapper {
    float: right;
    margin-right: -345px;
    width: 310px;
    background-color: #fff;
}

.equal-content-sidebar .content-wrapper,
.equal-content-sidebar .sidebar-wrapper {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.equal-content-sidebar.left-sidebar .container {
    padding-right: 15px;
    padding-left: 360px;
}

.left-sidebar .content-wrapper {
    float: right;
}

.left-sidebar .sidebar-wrapper {
    float: left;
    margin-left: -345px;
}

.two-tone-layout {
    overflow: hidden;
}

    .two-tone-layout .container {
        overflow: visible;
        padding-right: 335px;
    }

    .two-tone-layout .content-wrapper,
    .two-tone-layout .sidebar-wrapper {
        position: relative;
    }

    .two-tone-layout .content-wrapper {
        background: #F7F7F7;
        padding-right: 30px;
    }

        .two-tone-layout .content-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 999px;
            left: -999px;
            background: #F7F7F7;
        }

    .two-tone-layout .sidebar-wrapper {
        background: #EDEDED;
        margin-right: -320px;
        width: 320px;
        padding-left: 30px;
        border-left: 1px solid #E5E5E5;
    }

        .two-tone-layout .sidebar-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 999px;
            right: -999px;
            background: #EDEDED;
        }

    .two-tone-layout.left-sidebar .container {
        padding-right: 15px;
        padding-left: 335px;
    }

    .two-tone-layout.left-sidebar .content-wrapper {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }

        .two-tone-layout.left-sidebar .content-wrapper:after {
            left: auto;
            right: -999px;
        }

    .two-tone-layout.left-sidebar .sidebar-wrapper {
        padding-left: 0;
        padding-right: 30px;
        margin-left: -320px;
        border-right: 1px solid #E5E5E5;
        border-left: 0;
    }

        .two-tone-layout.left-sidebar .sidebar-wrapper:after {
            right: auto;
            left: -999px;
        }

    .two-tone-layout.size-2 .container {
        overflow: visible;
        padding-right: 265px;
    }

    .two-tone-layout.size-2 .content-wrapper {
        background: #F7F7F7;
        padding-right: 30px;
    }

        .two-tone-layout.size-2 .content-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 999px;
            left: -999px;
            background: #F7F7F7;
        }

    .two-tone-layout.size-2 .sidebar-wrapper {
        background: #EDEDED;
        margin-right: -250px;
        width: 250px;
        padding-left: 30px;
        border-left: 1px solid #E5E5E5;
    }

    .two-tone-layout.left-sidebar.size-2 .container {
        padding-right: 15px;
        padding-left: 265px;
    }

    .two-tone-layout.left-sidebar.size-2 .content-wrapper {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }

        .two-tone-layout.left-sidebar.size-2 .content-wrapper:after {
            left: auto;
            right: -999px;
        }

    .two-tone-layout.left-sidebar.size-2 .sidebar-wrapper {
        padding-left: 0;
        padding-right: 30px;
        margin-left: -250px;
        border-right: 1px solid #E5E5E5;
        border-left: 0;
    }

        .two-tone-layout.left-sidebar.size-2 .sidebar-wrapper:after {
            right: auto;
            left: -999px;
        }

@media only screen and (max-width: 1199px) {
    .equal-content-sidebar .container {
        padding-right: 330px;
        padding-left: 15px;
    }

    .equal-content-sidebar .sidebar-wrapper {
        margin-right: -315px;
        width: 280px;
    }

    .equal-content-sidebar.left-sidebar .container {
        padding-left: 330px;
    }

    .left-sidebar .sidebar-wrapper {
        margin-left: -315px;
    }

    .two-tone-layout .container {
        overflow: visible;
        padding-right: 320px;
    }

    .two-tone-layout .sidebar-wrapper {
        margin-right: -305px;
        width: 305px;
        padding-left: 30px;
    }

    .two-tone-layout.left-sidebar .container {
        padding-left: 320px;
    }

    .two-tone-layout.left-sidebar .sidebar-wrapper {
        margin-left: -305px;
    }
}

@media only screen and (max-width: 991px) {
    .equal-content-sidebar .container {
        padding: 0 15px;
    }

    .equal-content-sidebar .content-wrapper {
        float: none;
    }

    .equal-content-sidebar .sidebar-wrapper {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .equal-content-sidebar .content-wrapper,
    .equal-content-sidebar .sidebar-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .equal-content-sidebar .content-wrapper {
        margin-bottom: 30px;
    }

    .equal-content-sidebar.left-sidebar .container {
        padding-left: 15px;
    }

    .left-sidebar .content-wrapper {
        float: none;
        margin-bottom: 0;
    }

    .left-sidebar .sidebar-wrapper {
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .two-tone-layout .content-wrapper {
        padding: 0;
    }

    .two-tone-layout .sidebar-wrapper {
        margin-right: 0;
        width: 100%;
        padding: 0 5px;
        padding-top: 0;
        padding-bottom: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
        border: 1px solid #E5E5E5;
    }

        .two-tone-layout .content-wrapper:after,
        .two-tone-layout .sidebar-wrapper:after {
            display: none;
        }

    .two-tone-layout.left-sidebar .container {
        padding-left: 15px;
    }

    .two-tone-layout.left-sidebar .content-wrapper {
        padding: 0 20px;
    }

    .two-tone-layout.left-sidebar .sidebar-wrapper {
        margin-left: 0;
        width: 100%;
        padding: 0 5px;
        border-left: 0;
    }

    .two-tone-layout.size-2 .container {
        padding: 0;
    }

    .two-tone-layout.size-2 .content-wrapper {
        background: #F7F7F7;
        padding-right: 30px;
    }

        .two-tone-layout.size-2 .content-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 999px;
            left: -999px;
            background: #F7F7F7;
        }

    .two-tone-layout.size-2 .sidebar-wrapper {
        margin-right: 0;
        width: 100%;
        padding: 0 5px;
        padding-top: 0;
        padding-bottom: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
        border: 1px solid #E5E5E5;
    }

    .two-tone-layout.left-sidebar.size-2 .container {
        padding-left: 15px;
    }

    .two-tone-layout.left-sidebar.size-2 .content-wrapper {
        padding: 0;
    }

        .two-tone-layout.left-sidebar.size-2 .content-wrapper:after,
        .two-tone-layout.left-sidebar.size-2 .sidebar-wrapper:after {
            display: none;
        }

    .two-tone-layout.left-sidebar.size-2 .sidebar-wrapper {
        margin-left: 0;
        width: 100%;
        padding: 0 5px;
        border: 1px solid #E5E5E5;
    }
}

@media only screen and (max-width: 767px) {
    .two-tone-layout .content-wrapper,
    .two-tone-layout.left-sidebar .content-wrapper {
        padding: 0;
    }
}

@media (max-width: 479px) {
}




/**
 * Layout - Equal Content Sidebar
*/

.equal-content-sidebar-by-js {
    overflow-x: hidden;
}

    .equal-content-sidebar-by-js .content-wrapper {
        float: left;
        width: 75%;
        vertical-align: top;
        background: #F7F7F7;
        padding-left: 30px;
        position: relative;
    }

        .equal-content-sidebar-by-js .content-wrapper:before {
            content: "";
            background: #F7F7F7;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -999px;
            width: 999px;
        }

    .equal-content-sidebar-by-js .sidebar-wrapper {
        float: left;
        width: 25%;
        vertical-align: top;
        background: #EDEDED;
        padding-right: 30px;
        position: relative;
        border-right: 1px solid #E5E5E5;
    }

        .equal-content-sidebar-by-js .sidebar-wrapper:before {
            content: "";
            background: #EDEDED;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -999px;
            width: 999px;
        }

    .equal-content-sidebar-by-js.ratio-70-30 .content-wrapper {
        width: 70%;
    }

    .equal-content-sidebar-by-js.ratio-70-30 .sidebar-wrapper {
        width: 30%;
    }

    .equal-content-sidebar-by-js.ratio-65-35 .content-wrapper {
        width: 65.5%;
    }

    .equal-content-sidebar-by-js.ratio-65-65 .sidebar-wrapper {
        width: 34.5%;
    }

.equal-content-sidebar-by-gridLex {
    overflow-x: hidden;
}

    .equal-content-sidebar-by-gridLex .content-wrapper {
        background: #F7F7F7;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
        width: 100%;
    }

        .equal-content-sidebar-by-gridLex .content-wrapper:before {
            content: "";
            background: #F7F7F7;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -999px;
            width: 999px;
        }

    .equal-content-sidebar-by-gridLex .sidebar-wrapper {
        background: #EDEDED;
        padding-right: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
        border-right: 1px solid #E5E5E5;
        width: 100%;
    }

        .equal-content-sidebar-by-gridLex .sidebar-wrapper:before {
            content: "";
            background: #EDEDED;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -999px;
            width: 999px;
        }

    .equal-content-sidebar-by-js.right-sidebar .content-wrapper, .equal-content-sidebar-by-gridLex.right-sidebar .content-wrapper {
        padding-left: 0;
        padding-right: 30px;
    }

        .equal-content-sidebar-by-js.right-sidebar .content-wrapper:before, .equal-content-sidebar-by-gridLex.right-sidebar .content-wrapper:before {
            right: auto;
            left: -999px;
        }

    .equal-content-sidebar-by-js.right-sidebar .sidebar-wrapper, .equal-content-sidebar-by-gridLex.right-sidebar .sidebar-wrapper {
        padding-right: 0;
        padding-left: 30px;
        float: right;
        border-right: 0;
        border-left: 1px solid #E5E5E5;
    }

        .equal-content-sidebar-by-js.right-sidebar .sidebar-wrapper:before, .equal-content-sidebar-by-gridLex.right-sidebar .sidebar-wrapper:before {
            left: auto;
            right: -999px;
        }

@media only screen and (max-width: 1199px) {
    .equal-content-sidebar-by-js .content-wrapper {
        width: 70%;
    }

    .equal-content-sidebar-by-js .sidebar-wrapper {
        width: 30%;
    }
}

@media only screen and (max-width: 991px) {
    .equal-content-sidebar-by-js .content-wrapper {
        width: 65%;
    }

    .equal-content-sidebar-by-js .sidebar-wrapper {
        width: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .equal-content-sidebar-by-js .content-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .equal-content-sidebar-by-js .sidebar-wrapper {
        width: 100%;
        padding-right: 0;
        border: 0 !important;
    }

    .equal-content-sidebar-by-gridLex .content-wrapper {
        padding-left: 0;
    }

    .equal-content-sidebar-by-gridLex .sidebar-wrapper {
        padding-right: 0;
    }

    .equal-content-sidebar-by-js .content-wrapper:after, .equal-content-sidebar-by-gridLex .content-wrapper:after {
        content: "";
        background: #F7F7F7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -999px;
        width: 999px;
    }

    .equal-content-sidebar-by-js .sidebar-wrapper:after, .equal-content-sidebar-by-gridLex .sidebar-wrapper:after {
        content: "";
        background: #EDEDED;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -999px;
        width: 999px;
    }

    .equal-content-sidebar-by-js.right-sidebar .content-wrapper, .equal-content-sidebar-by-gridLex.right-sidebar .content-wrapper {
        padding-right: 0;
    }

    .equal-content-sidebar-by-js.right-sidebar .sidebar-wrapper, .equal-content-sidebar-by-gridLex.right-sidebar .sidebar-wrapper {
        padding-left: 0;
        float: right;
    }

    .equal-content-sidebar-by-js.right-sidebar .content-wrapper:after, .equal-content-sidebar-by-gridLex.right-sidebar .content-wrapper:after {
        left: auto;
        right: -999px;
    }

    .equal-content-sidebar-by-js.right-sidebar .sidebar-wrapper:after, .equal-content-sidebar-by-gridLex.right-sidebar .sidebar-wrapper:after {
        right: auto;
        left: -999px;
    }
}

@media (max-width: 479px) {
}



/**
 * Timing - Transition
 */

.delay_0-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.delay_1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay_1-5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay_2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay_2-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay_3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay_3-5 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.delay_4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay_4-5 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.delay_5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}


/**
 * Gap for Raw
 */

.row.gap-50 {
    margin-right: -25px;
    margin-left: -25px;
}

.gap-50 .col-sm-1,
.gap-50 .col-sm-2,
.gap-50 .col-sm-3,
.gap-50 .col-sm-4,
.gap-50 .col-sm-5,
.gap-50 .col-sm-6,
.gap-50 .col-sm-7,
.gap-50 .col-sm-8,
.gap-50 .col-sm-9,
.gap-50 .col-sm-10,
.gap-50 .col-sm-11,
.gap-50 .col-sm-12,
.gap-50 .col-md-1,
.gap-50 .col-md-2,
.gap-50 .col-md-3,
.gap-50 .col-md-4,
.gap-50 .col-md-5,
.gap-50 .col-md-6,
.gap-50 .col-md-7,
.gap-50 .col-md-8,
.gap-50 .col-md-9,
.gap-50 .col-md-10,
.gap-50 .col-md-11,
.gap-50 .col-md-12 {
    padding-right: 25px;
    padding-left: 25px;
}

.row.gap-40 {
    margin-right: -20px;
    margin-left: -20px;
}

.gap-40 .col-sm-1,
.gap-40 .col-sm-2,
.gap-40 .col-sm-3,
.gap-40 .col-sm-4,
.gap-40 .col-sm-5,
.gap-40 .col-sm-6,
.gap-40 .col-sm-7,
.gap-40 .col-sm-8,
.gap-40 .col-sm-9,
.gap-40 .col-sm-10,
.gap-40 .col-sm-11,
.gap-40 .col-sm-12,
.gap-40 .col-md-1,
.gap-40 .col-md-2,
.gap-40 .col-md-3,
.gap-40 .col-md-4,
.gap-40 .col-md-5,
.gap-40 .col-md-6,
.gap-40 .col-md-7,
.gap-40 .col-md-8,
.gap-40 .col-md-9,
.gap-40 .col-md-10,
.gap-40 .col-md-11,
.gap-40 .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
}

.row.gap-25 {
    margin-right: -13px;
    margin-left: -12px;
}

.gap-25 .col-sm-1,
.gap-25 .col-sm-2,
.gap-25 .col-sm-3,
.gap-25 .col-sm-4,
.gap-25 .col-sm-5,
.gap-25 .col-sm-6,
.gap-25 .col-sm-7,
.gap-25 .col-sm-8,
.gap-25 .col-sm-9,
.gap-25 .col-sm-10,
.gap-25 .col-sm-11,
.gap-25 .col-sm-12,
.gap-25 .col-md-1,
.gap-25 .col-md-2,
.gap-25 .col-md-3,
.gap-25 .col-md-4,
.gap-25 .col-md-5,
.gap-25 .col-md-6,
.gap-25 .col-md-7,
.gap-25 .col-md-8,
.gap-25 .col-md-9,
.gap-25 .col-md-10,
.gap-25 .col-md-11,
.gap-25 .col-md-12 {
    padding-right: 13px;
    padding-left: 12px;
}

.row.gap-20 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.gap-20 .col-sm-1,
.gap-20 .col-sm-2,
.gap-20 .col-sm-3,
.gap-20 .col-sm-4,
.gap-20 .col-sm-5,
.gap-20 .col-sm-6,
.gap-20 .col-sm-7,
.gap-20 .col-sm-8,
.gap-20 .col-sm-9,
.gap-20 .col-sm-10,
.gap-20 .col-sm-11,
.gap-20 .col-sm-12,
.gap-20 .col-md-1,
.gap-20 .col-md-2,
.gap-20 .col-md-3,
.gap-20 .col-md-4,
.gap-20 .col-md-5,
.gap-20 .col-md-6,
.gap-20 .col-md-7,
.gap-20 .col-md-8,
.gap-20 .col-md-9,
.gap-20 .col-md-10,
.gap-20 .col-md-11,
.gap-20 .col-md-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.row.gap-15 {
    margin-right: -8px !important;
    margin-left: -7px !important;
}

.gap-15 .col-sm-1,
.gap-15 .col-sm-2,
.gap-15 .col-sm-3,
.gap-15 .col-sm-4,
.gap-15 .col-sm-5,
.gap-15 .col-sm-6,
.gap-15 .col-sm-7,
.gap-15 .col-sm-8,
.gap-15 .col-sm-9,
.gap-15 .col-sm-10,
.gap-15 .col-sm-11,
.gap-15 .col-sm-12,
.gap-15 .col-md-1,
.gap-15 .col-md-2,
.gap-15 .col-md-3,
.gap-15 .col-md-4,
.gap-15 .col-md-5,
.gap-15 .col-md-6,
.gap-15 .col-md-7,
.gap-15 .col-md-8,
.gap-15 .col-md-9,
.gap-15 .col-md-10,
.gap-15 .col-md-11,
.gap-15 .col-md-12 {
    padding-right: 8px !important;
    padding-left: 7px !important;
}

.row.gap-10 {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.gap-10 .col-sm-1,
.gap-10 .col-sm-2,
.gap-10 .col-sm-3,
.gap-10 .col-sm-4,
.gap-10 .col-sm-5,
.gap-10 .col-sm-6,
.gap-10 .col-sm-7,
.gap-10 .col-sm-8,
.gap-10 .col-sm-9,
.gap-10 .col-sm-10,
.gap-10 .col-sm-11,
.gap-10 .col-sm-12,
.gap-10 .col-md-1,
.gap-10 .col-md-2,
.gap-10 .col-md-3,
.gap-10 .col-md-4,
.gap-10 .col-md-5,
.gap-10 .col-md-6,
.gap-10 .col-md-7,
.gap-10 .col-md-8,
.gap-10 .col-md-9,
.gap-10 .col-md-10,
.gap-10 .col-md-11,
.gap-10 .col-md-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.row.gap-5 {
    margin-right: -3px !important;
    margin-left: -2px !important;
}

.gap-5 .col-sm-1,
.gap-5 .col-sm-2,
.gap-5 .col-sm-3,
.gap-5 .col-sm-4,
.gap-5 .col-sm-5,
.gap-5 .col-sm-6,
.gap-5 .col-sm-7,
.gap-5 .col-sm-8,
.gap-5 .col-sm-9,
.gap-5 .col-sm-10,
.gap-5 .col-sm-11,
.gap-5 .col-sm-12,
.gap-5 .col-md-1,
.gap-5 .col-md-2,
.gap-5 .col-md-3,
.gap-5 .col-md-4,
.gap-5 .col-md-5,
.gap-5 .col-md-6,
.gap-5 .col-md-7,
.gap-5 .col-md-8,
.gap-5 .col-md-9,
.gap-5 .col-md-10,
.gap-5 .col-md-11,
.gap-5 .col-md-12 {
    padding-right: 3px !important;
    padding-left: 2px !important;
}

.row.gap-2 {
    margin-right: -1px !important;
    margin-left: -1px !important;
}

.gap-2 .col-sm-1,
.gap-2 .col-sm-2,
.gap-2 .col-sm-3,
.gap-2 .col-sm-4,
.gap-2 .col-sm-5,
.gap-2 .col-sm-6,
.gap-2 .col-sm-7,
.gap-2 .col-sm-8,
.gap-2 .col-sm-9,
.gap-2 .col-sm-10,
.gap-2 .col-sm-11,
.gap-2 .col-sm-12,
.gap-2 .col-md-1,
.gap-2 .col-md-2,
.gap-2 .col-md-3,
.gap-2 .col-md-4,
.gap-2 .col-md-5,
.gap-2 .col-md-6,
.gap-2 .col-md-7,
.gap-2 .col-md-8,
.gap-2 .col-md-9,
.gap-2 .col-md-10,
.gap-2 .col-md-11,
.gap-2 .col-md-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.row.gap-1 {
    margin-right: -1px;
    margin-left: 0px;
}

.gap-1 .col-sm-1,
.gap-1 .col-sm-2,
.gap-1 .col-sm-3,
.gap-1 .col-sm-4,
.gap-1 .col-sm-5,
.gap-1 .col-sm-6,
.gap-1 .col-sm-7,
.gap-1 .col-sm-8,
.gap-1 .col-sm-9,
.gap-1 .col-sm-10,
.gap-1 .col-sm-11,
.gap-1 .col-sm-12,
.gap-1 .col-md-1,
.gap-1 .col-md-2,
.gap-1 .col-md-3,
.gap-1 .col-md-4,
.gap-1 .col-md-5,
.gap-1 .col-md-6,
.gap-1 .col-md-7,
.gap-1 .col-md-8,
.gap-1 .col-md-9,
.gap-1 .col-md-10,
.gap-1 .col-md-11,
.gap-1 .col-md-12 {
    padding-right: 1px;
    padding-left: 0;
}

.row.gap-0,
.row.no-gap {
    margin-right: 0;
    margin-left: 0;
}

.gap-0 .col-sm-1,
.gap-0 .col-sm-2,
.gap-0 .col-sm-3,
.gap-0 .col-sm-4,
.gap-0 .col-sm-5,
.gap-0 .col-sm-6,
.gap-0 .col-sm-7,
.gap-0 .col-sm-8,
.gap-0 .col-sm-9,
.gap-0 .col-sm-10,
.gap-0 .col-sm-11,
.gap-0 .col-sm-12,
.no-gap .col-sm-1,
.no-gap .col-sm-2,
.no-gap .col-sm-3,
.no-gap .col-sm-4,
.no-gap .col-sm-5,
.no-gap .col-sm-6,
.no-gap .col-sm-7,
.no-gap .col-sm-8,
.no-gap .col-sm-9,
.no-gap .col-sm-10,
.no-gap .col-sm-11,
.no-gap .col-sm-12,
.gap-0 .col-md-1,
.gap-0 .col-md-2,
.gap-0 .col-md-3,
.gap-0 .col-md-4,
.gap-0 .col-md-5,
.gap-0 .col-md-6,
.gap-0 .col-md-7,
.gap-0 .col-md-8,
.gap-0 .col-md-9,
.gap-0 .col-md-10,
.gap-0 .col-md-11,
.gap-0 .col-md-12,
.no-gap .col-md-1,
.no-gap .col-md-2,
.no-gap .col-md-3,
.no-gap .col-md-4,
.no-gap .col-md-5,
.no-gap .col-md-6,
.no-gap .col-md-7,
.no-gap .col-md-8,
.no-gap .col-md-9,
.no-gap .col-md-10,
.no-gap .col-md-11,
.no-gap .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {
    .col-mdd-12 {
        width: 100%;
    }

    .col-mdd-7 {
        width: 58.33333333%;
    }

    .col-mdd-6 {
        width: 50%;
    }

    .col-mdd-5 {
        width: 41.66666667%;
    }

    .col-mdd-4 {
        width: 33.33333333%;
    }

    .col-mdd-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .row.sm-gap-20,
    .row.gap-20-sm {
        margin-right: -10px;
        margin-left: -10px;
    }

    .sm-gap-20 .col-sm-1,
    .sm-gap-20 .col-sm-2,
    .sm-gap-20 .col-sm-3,
    .sm-gap-20 .col-sm-4,
    .sm-gap-20 .col-sm-5,
    .sm-gap-20 .col-sm-6,
    .sm-gap-20 .col-sm-7,
    .sm-gap-20 .col-sm-8,
    .sm-gap-20 .col-sm-9,
    .sm-gap-20 .col-sm-10,
    .sm-gap-20 .col-sm-11,
    .sm-gap-20 .col-sm-12,
    .gap-20-sm .col-sm-1,
    .gap-20-sm .col-sm-2,
    .gap-20-sm .col-sm-3,
    .gap-20-sm .col-sm-4,
    .gap-20-sm .col-sm-5,
    .gap-20-sm .col-sm-6,
    .gap-20-sm .col-sm-7,
    .gap-20-sm .col-sm-8,
    .gap-20-sm .col-sm-9,
    .gap-20-sm .col-sm-10,
    .gap-20-sm .col-sm-11,
    .gap-20-sm .col-sm-12 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row.sm-gap-25,
    .row.gap-25-sm {
        margin-right: -10px;
        margin-left: -10px;
    }

    .sm-gap-25 .col-sm-1,
    .sm-gap-25 .col-sm-2,
    .sm-gap-25 .col-sm-3,
    .sm-gap-25 .col-sm-4,
    .sm-gap-25 .col-sm-5,
    .sm-gap-25 .col-sm-6,
    .sm-gap-25 .col-sm-7,
    .sm-gap-25 .col-sm-8,
    .sm-gap-25 .col-sm-9,
    .sm-gap-25 .col-sm-10,
    .sm-gap-25 .col-sm-11,
    .sm-gap-25 .col-sm-12,
    .gap-25-sm .col-sm-1,
    .gap-25-sm .col-sm-2,
    .gap-25-sm .col-sm-3,
    .gap-25-sm .col-sm-4,
    .gap-25-sm .col-sm-5,
    .gap-25-sm .col-sm-6,
    .gap-25-sm .col-sm-7,
    .gap-25-sm .col-sm-8,
    .gap-25-sm .col-sm-9,
    .gap-25-sm .col-sm-10,
    .gap-25-sm .col-sm-11,
    .gap-25-sm .col-sm-12 {
        padding-right: 13px;
        padding-left: 12px;
    }

    .row.sm-gap-30,
    .row.gap-30-sm {
        margin-right: -15px;
        margin-left: -15px;
    }

    .sm-gap-30 .col-sm-1,
    .sm-gap-30 .col-sm-2,
    .sm-gap-30 .col-sm-3,
    .sm-gap-30 .col-sm-4,
    .sm-gap-30 .col-sm-5,
    .sm-gap-30 .col-sm-6,
    .sm-gap-30 .col-sm-7,
    .sm-gap-30 .col-sm-8,
    .sm-gap-30 .col-sm-9,
    .sm-gap-30 .col-sm-10,
    .sm-gap-30 .col-sm-11,
    .sm-gap-30 .col-sm-12,
    .gap-30-sm .col-sm-1,
    .gap-30-sm .col-sm-2,
    .gap-30-sm .col-sm-3,
    .gap-30-sm .col-sm-4,
    .gap-30-sm .col-sm-5,
    .gap-30-sm .col-sm-6,
    .gap-30-sm .col-sm-7,
    .gap-30-sm .col-sm-8,
    .gap-30-sm .col-sm-9,
    .gap-30-sm .col-sm-10,
    .gap-30-sm .col-sm-11,
    .gap-30-sm .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row.xs-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }

    .xs-gap-20 .col-md-1,
    .xs-gap-20 .col-md-2,
    .xs-gap-20 .col-md-3,
    .xs-gap-20 .col-md-4,
    .xs-gap-20 .col-md-5,
    .xs-gap-20 .col-md-6,
    .xs-gap-20 .col-md-7,
    .xs-gap-20 .col-md-8,
    .xs-gap-20 .col-md-9,
    .xs-gap-20 .col-md-10,
    .xs-gap-20 .col-md-11,
    .xs-gap-20 .col-md-12 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row.xs-gap-15 {
        margin-right: -8px;
        margin-left: -7px;
    }

    .xs-gap-15 .col-md-1,
    .xs-gap-15 .col-md-2,
    .xs-gap-15 .col-md-3,
    .xs-gap-15 .col-md-4,
    .xs-gap-15 .col-md-5,
    .xs-gap-15 .col-md-6,
    .xs-gap-15 .col-md-7,
    .xs-gap-15 .col-md-8,
    .xs-gap-15 .col-md-9,
    .xs-gap-15 .col-md-10,
    .xs-gap-15 .col-md-11,
    .xs-gap-15 .col-md-12 {
        padding-right: 8px;
        padding-left: 7px;
    }

    .row.gap-10 {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gap-10 .col-md-1,
    .gap-10 .col-md-2,
    .gap-10 .col-md-3,
    .gap-10 .col-md-4,
    .gap-10 .col-md-5,
    .gap-10 .col-md-6,
    .gap-10 .col-md-7,
    .gap-10 .col-md-8,
    .gap-10 .col-md-9,
    .gap-10 .col-md-10,
    .gap-10 .col-md-11,
    .gap-10 .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row.gap-5 {
        margin-right: -3px;
        margin-left: -2px;
    }

    .gap-5 .col-md-1,
    .gap-5 .col-md-2,
    .gap-5 .col-md-3,
    .gap-5 .col-md-4,
    .gap-5 .col-md-5,
    .gap-5 .col-md-6,
    .gap-5 .col-md-7,
    .gap-5 .col-md-8,
    .gap-5 .col-md-9,
    .gap-5 .col-md-10,
    .gap-5 .col-md-11,
    .gap-5 .col-md-12 {
        padding-right: 3px;
        padding-left: 2px;
    }
}

@media (max-width: 479px) {
    .col-xss-12 {
        width: 100%;
    }

    .col-xss-7 {
        width: 58.33333333%;
    }

    .col-xss-6 {
        width: 50%;
    }

    .col-xss-5 {
        width: 41.66666667%;
    }

    .col-xss-4 {
        width: 33.33333333%;
    }

    .col-xss-3 {
        width: 25%;
    }
}


/**
 * Typography
 */

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font100 {
    font-weight: 100 !important;
}

.font200 {
    font-weight: 200 !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.line12 {
    line-height: 12px !important;
}

.line14 {
    line-height: 14px !important;
}

.line16 {
    line-height: 16px !important;
}

.line18 {
    line-height: 18px !important;
}

.line20 {
    line-height: 20px !important;
}

.line22 {
    line-height: 22px !important;
}

.spacing-1 {
    letter-spacing: 1px;
}

.spacing-2 {
    letter-spacing: 2px;
}

.font-raleway {
    font-family: 'Raleway', serif !important;
}

.font-open-sans {
    font-family: "Open Sans", sans-serif !important;
}

.font-oswald {
    font-family: "Oswald", sans-serif !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-primary {
    color: #d84315 !important;
}

.text-info {
    color: #3A679A !important;
}

.text-success {
    color: #358D44 !important;
}

.text-warning {
    color: #F0A60F !important;
}

.text-danger {
    color: #D60D45 !important;
}

.text-color-02 {
    color: #87495B !important;
}

.text-color-03 {
    color: #0B4D81 !important;
}

.text-white {
    color: #FFF !important;
}

.text-light {
    color: #B5B5B5 !important;
}

.text-grey {
    color: #B5B5B5 !important;
}

.text-muted {
    color: #A8A8A8 !important;
}

.link-info {
    color: #2E8ED7 !important;
}

    .link-info:hover {
        color: #287CBD !important;
    }

.link-success {
    color: #358D44 !important;
}

    .link-success:hover {
        color: #5CC72A !important;
    }

.link-warning {
    color: #F0A60F !important;
}

    .link-warning:hover {
        color: #E6B332 !important;
    }

.link-danger {
    color: #D60D45 !important;
}

    .link-danger:hover {
        color: #E6324D !important;
    }

.text-darker {
    color: #333 !important;
}

.upper,
.uppercase {
    text-transform: uppercase !important;
}

.lower {
    text-transform: lowercase !important;
}

.cap {
    text-transform: capitalize !important;
}

a.link-alt {
    color: #AB9F9D;
}

    a.link-alt:hover {
        color: #F04F38;
    }

.font-italic {
    font-style: italic !important;
}

.underline {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
}


/**
 * Background
 */

.bg-primary {
    background: #d84315 !important;
    color: #FFF !important;
}

.bg-info {
    background: #006C95 !important;
    color: #FFF !important;
}

.bg-success {
    background: #358D44 !important;
    color: #FFF !important;
}

.bg-warning {
    background: #D60D45 !important;
    color: #FFF !important;
}

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.bg-color-02 {
    background: #F0B435 !important;
    color: #FFF !important;
}

.bg-color-03 {
    background: #729C2C !important;
    color: #FFF !important;
}

.bg-light {
    background: #F7F7F7 !important;
}

.bg-light-2 {
    background: #F0F0F2 !important;
    color: #333333;
}

.bg-light-3 {
    background: #F2F2F2 !important;
    color: #333333;
}

.bg-dark {
    background: #444 !important;
    color: #FFF;
}

.bg-dark-2 {
    background: #292E34 !important;
    color: #FFF;
}

.bg-dark-03 {
    background: #575757 !important;
    color: #FFF !important;
}

.bg-white {
    background: #FFF !important;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-color-02 h1,
.bg-color-02 h2,
.bg-color-02 h3,
.bg-color-02 h4,
.bg-color-02 h5,
.bg-color-02 h6,
.bg-bg-color-03 h1,
.bg-bg-color-03 h2,
.bg-bg-color-03 h3,
.bg-bg-color-03 h4,
.bg-bg-color-03 h5,
.bg-bg-color-03 h6 {
    color: #FFF !important;
}

.bg-primary a,
.bg-info a,
.bg-success a,
.bg-danger a {
    color: #FFF;
}

    .bg-primary a:hover,
    .bg-info a:hover,
    .bg-success a:hover,
    .bg-danger a:hover {
        text-decoration: underline;
    }

.gr-primary {
    background: -webkit-linear-gradient(top, #A75EFF 10%, #8624FF 90%);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #A75EFF 10%, #8624FF 90%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #A75EFF 10%, #8624FF 90%);
    /* IE10 */
    background: -o-linear-gradient(top, #A75EFF 10%, #8624FF 90%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #A75EFF 10%, #8624FF 90%);
    /* W3C */
}

.gr-01 {
    background: -webkit-linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    /* IE10 */
    background: -o-linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    /* Opera 11.10+ */
    background: linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    /* W3C */
}

.gr-02 {
    background: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
}

.gr-03 {
    background: #ff5db1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5db1), color-stop(100%, #ef017c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff5db1 0%, #ef017c 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0);
    /* IE6-9 */
}

.gr-04 {
    background: #f2825b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2825b), color-stop(50%, #e55b2b), color-stop(100%, #f07146));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
    /* IE6-9 */
}

.gr-05 {
    background: #d0e4f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(24%, #73b1e7), color-stop(50%, #0a77d5), color-stop(79%, #539fe1), color-stop(100%, #87bcea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0);
    /* IE6-9 */
}

.gr-06 {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
}

.gr-black {
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000', GradientType=0);
    /* IE6-9 */
}

.gr-black-02 {
    background: -moz-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(51, 51, 51, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to top, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000', GradientType=0);
    /* IE6-9 */
}

.gr-white {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#000', GradientType=0);
    /* IE6-9 */
}

.gr-white-02 {
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#000', GradientType=0);
    /* IE6-9 */
}

.bg-img,
.image-bg {
    background-size: cover !important;
    background-repeat: no;
    background-position: center center;
}

 


/**
 * Label
 */
.label {
    border-radius: 0;
    letter-spacing: 0.7px;
}

.label-primary {
    background-color: #d84315;
}

.label-danger {
    background-color: #D60D45;
}


/**
 * Section Title
 */

.section-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2 {
        font-size: 42px;
        line-height: 1;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-title h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 18px;
        text-transform: uppercase;
        position: relative;
    }

        .section-title h3:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 3px;
            border-top: 3px double #DBDBDB;
            margin-top: -1px;
        }

        .section-title h3 span {
            background: #EDEDED;
            padding-right: 7px;
            z-index: 1;
            position: relative;
            font-weight: 500;
            font-size: 18px;
        }

.sidebar-wrapper .section-title {
    margin-bottom: 15px;
}

    .sidebar-wrapper .section-title h3 {
        text-align: left;
    }

.section-title h4, .section-title h4 a {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

.content-wrapper .section-title h3 span {
    background: #F7F7F7;
}

.section-title p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 25px 0 0;
    color: #828282;
    font-family: 'Merriweather', serif;
    font-style: italic;
}

    .section-title p.p-top {
        margin: 0 0 -10px;
    }

.section-title-2 {
    text-align: center;
}

    .section-title-2 h2 {
        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
        margin: 0 0 25px;
        text-transform: uppercase;
    }

    .section-title-2.alt {
        margin: 0 0 30px;
    }

        .section-title-2.alt h2 {
            font-size: 26px;
            line-height: 26px;
            margin: 0 0 10px;
        }

        .section-title-2.alt p.font-italic {
            font-size: 16px;
        }

.section-title-3 {
    margin-bottom: 25px;
    font-family: 'Roboto',sans-serif;
}

    .section-title-3 h2 {
        font-size: 21px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 2px;
        margin: 0 0 35px;
        text-transform: uppercase;
        position: relative;
    }

    .section-title-3 h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0 0 30px;
        text-transform: uppercase;
        position: relative;
    }

    .section-title-3 p {
        margin-top: 15px;
        margin-bottom: -10px;
    }

    .section-title-3 h2:after,
    .section-title-3 h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 60px;
        height: 2px;
        background: #d84315;
    }

    .section-title-3 h3:after {
        bottom: -10px;
    }

h4.section-title-4 {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

    h4.section-title-4:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 50px;
        height: 2px;
        background: #d84315;
    }

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
    .section-title h2 {
        font-size: 35px;
    }

    .section-title p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 14px;
    }

    .section-header-3 h2 {
        font-size: 20px;
    }

    .section-header-3 p {
        font-size: 16px;
    }

    .section-title-05 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 35px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }
}

@media (max-width: 479px) {
    .section-title h2 {
        font-size: 26px;
    }
}


/**
 * Social Media
 */

.social-media {
    margin-bottom: 20px;
}

    .social-media a {
        font-size: 15px;
        line-height: 15px;
        color: #636363;
        text-decoration: none;
        margin-right: 20px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .social-media a:last-child {
            margin-right: 0;
        }

        .social-media a.adobe-reader:hover {
            color: #a42222 !important;
        }

        .social-media a.amazon:hover {
            color: #fe9608 !important;
        }

        .social-media a.android:hover {
            color: #a4c639 !important;
        }

        .social-media a.apple:hover {
            color: #d6d7cf !important;
        }

        .social-media a.badoo:hover {
            color: #f17834 !important;
        }

        .social-media a.behance:hover {
            color: #1e69e1 !important;
        }

        .social-media a.blogger:hover {
            color: #f26c37 !important;
        }

        .social-media a.blueetooth:hover {
            color: #0a3d91 !important;
        }

        .social-media a.chrome:hover {
            color: #ecc31d !important;
        }

        .social-media a.css:hover {
            color: #14a0dd !important;
        }

        .social-media a.deezer:hover {
            color: #ff0090 !important;
        }

        .social-media a.delicious:hover {
            color: #4088da !important;
        }

        .social-media a.deviantart:hover {
            color: #b6ca2a !important;
        }

        .social-media a.digg:hover {
            color: #006094 !important;
        }

        .social-media a.dribble:hover {
            color: #f26798 !important;
        }

        .social-media a.dropbox:hover {
            color: #007de4 !important;
        }

        .social-media a.drupal:hover {
            color: #3677ad !important;
        }

        .social-media a.email:hover {
            color: #000000 !important;
        }

        .social-media a.facebook:hover {
            color: #3b5998 !important;
        }

        .social-media a.firefox:hover {
            color: #3194cb !important;
        }

        .social-media a.flickr:hover {
            color: #0062dd !important;
        }

        .social-media a.google:hover {
            color: #c63427 !important;
        }

        .social-media a.html:hover {
            color: #f06129 !important;
        }

        .social-media a.instagram:hover {
            color: #a07459 !important;
        }

        .social-media a.internet-explorer:hover {
            color: #20bcee !important;
        }

        .social-media a.itunes:hover {
            color: #169bf0 !important;
        }

        .social-media a.java:hover {
            color: #e66e00 !important;
        }

        .social-media a.joomla:hover {
            color: #5aa526 !important;
        }

        .social-media a.last-fm:hover {
            color: #f73600 !important;
        }

        .social-media a.linkedin:hover {
            color: #0077b5 !important;
        }

        .social-media a.linux:hover {
            color: #000000 !important;
        }

        .social-media a.myspace:hover {
            color: #003399 !important;
        }

        .social-media a.opera:hover {
            color: #c10d0c !important;
        }

        .social-media a.outlook:hover {
            color: #0073c6 !important;
        }

        .social-media a.paypal:hover {
            color: #193866 !important;
        }

        .social-media a.picasa:hover {
            color: #8b689f !important;
        }

        .social-media a.pinterest:hover {
            color: #f71819 !important;
        }

        .social-media a.reddit:hover {
            color: #ff4500 !important;
        }

        .social-media a.rss:hover {
            color: #fb7629 !important;
        }

        .social-media a.safari:hover {
            color: #00a9ec !important;
        }

        .social-media a.share:hover {
            color: #010101 !important;
        }

        .social-media a.skype:hover {
            color: #00abeb !important;
        }

        .social-media a.soundcloud:hover {
            color: #ff3b00 !important;
        }

        .social-media a.spotify:hover {
            color: #9ac600 !important;
        }

        .social-media a.steam:hover {
            color: #020202 !important;
        }

        .social-media a.tumblr:hover {
            color: #34465d !important;
        }

        .social-media a.twitter:hover {
            color: #5ea9dd !important;
        }

        .social-media a.utorent:hover {
            color: #269036 !important;
        }

        .social-media a.vimeo:hover {
            color: #1ca7cc !important;
        }

        .social-media a.vine:hover {
            color: #02c594 !important;
        }

        .social-media a.vk:hover {
            color: #4c75a3 !important;
        }

        .social-media a.weibo:hover {
            color: #d52b2b !important;
        }

        .social-media a.weixin:hover {
            color: #f03c48 !important;
        }

        .social-media a.whatsapp:hover {
            color: #11ae09 !important;
        }

        .social-media a.wikipedia:hover {
            color: #363636 !important;
        }

        .social-media a.windows:hover {
            color: #00abf3 !important;
        }

        .social-media a.word:hover {
            color: #2a5699 !important;
        }

        .social-media a.wordpress:hover {
            color: #464646 !important;
        }

        .social-media a.xing:hover {
            color: #005d5e !important;
        }

        .social-media a.yahoo:hover {
            color: #44029a !important;
        }

        .social-media a.youtube:hover {
            color: #e22d24 !important;
        }


/**
 * GridLex
 * http://gridlex.devlint.fr/index.html
 */

[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -.5rem;
}

.GridLex-col,
[class*=GridLex-col-] {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .5rem 1rem;
}

    .GridLex-col.gap-10,
    [class*=GridLex-col-].gap-10 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridLex-col.gap-20,
    [class*=GridLex-col-].gap-20 {
        padding-left: 10px;
        padding-right: 10px;
    }

.GridLex-col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.GridLex-grid.GridLex-col,
.GridLex-grid[class*=GridLex-col-] {
    margin: 0;
    padding: 0;
}

[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}

    [class*=GridLex-grid-][class*=-noGutter] > [class*=GridLex-col] {
        padding: 0;
    }

[class*=GridLex-grid-][class*=-center] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class*=GridLex-grid-][class*=-right] {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}

[class*=GridLex-grid-][class*=-top] {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[class*=GridLex-grid-][class*=-middle] {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

[class*=GridLex-grid-][class*=-bottom] {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

[class*=GridLex-grid-][class*=-reverse] {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[class*=GridLex-grid-][class*=-column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

[class*=GridLex-grid-][class*=-column-reverse] {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

[class*=GridLex-grid-][class*=-spaceBetween] {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*=GridLex-grid-][class*=-spaceAround] {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

[class*=GridLex-grid-][class*=-equalHeight] > [class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[class*=GridLex-col-][class*=-top] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

[class*=GridLex-col-][class*=-middle] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

[class*=GridLex-col-][class*=-bottom] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

[class*=GridLex-col-][class*=-first] {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

[class*=GridLex-col-][class*=-last] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

[class*=GridLex-grid-1] > [class*=GridLex-col] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

[class*=GridLex-grid-2] > [class*=GridLex-col] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

[class*=GridLex-grid-3] > [class*=GridLex-col] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

[class*=GridLex-grid-4] > [class*=GridLex-col] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

[class*=GridLex-grid-5] > [class*=GridLex-col] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

[class*=GridLex-grid-6] > [class*=GridLex-col] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

[class*=GridLex-grid-7] > [class*=GridLex-col] {
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
}

[class*=GridLex-grid-8] > [class*=GridLex-col] {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

[class*=GridLex-grid-9] > [class*=GridLex-col] {
    -webkit-flex-basis: 11.11111111%;
    -ms-flex-preferred-size: 11.11111111%;
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
}

[class*=GridLex-grid-10] > [class*=GridLex-col] {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
}

[class*=GridLex-grid-11] > [class*=GridLex-col] {
    -webkit-flex-basis: 9.09090909%;
    -ms-flex-preferred-size: 9.09090909%;
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
}

[class*=GridLex-grid-12] > [class*=GridLex-col] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

@media screen and (max-width:80em) {
    [class*=_lg-1] > [class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=_lg-2] > [class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=_lg-3] > [class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=_lg-4] > [class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=_lg-5] > [class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    [class*=_lg-6] > [class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=_lg-7] > [class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%;
    }

    [class*=_lg-8] > [class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }

    [class*=_lg-9] > [class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%;
    }

    [class*=_lg-10] > [class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }

    [class*=_lg-11] > [class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%;
    }

    [class*=_lg-12] > [class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media screen and (max-width:64em) {
    [class*=_md-1] > [class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=_md-2] > [class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=_md-3] > [class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=_md-4] > [class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=_md-5] > [class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    [class*=_md-6] > [class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=_md-7] > [class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%;
    }

    [class*=_md-8] > [class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }

    [class*=_md-9] > [class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%;
    }

    [class*=_md-10] > [class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }

    [class*=_md-11] > [class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%;
    }

    [class*=_md-12] > [class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media screen and (max-width:48em) {
    [class*=_sm-1] > [class*=col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=_sm-2] > [class*=col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=_sm-3] > [class*=col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=_sm-4] > [class*=col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=_sm-5] > [class*=col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    [class*=_sm-6] > [class*=col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=_sm-7] > [class*=col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%;
    }

    [class*=_sm-8] > [class*=col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }

    [class*=_sm-9] > [class*=col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%;
    }

    [class*=_sm-10] > [class*=col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }

    [class*=_sm-11] > [class*=col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%;
    }

    [class*=_sm-12] > [class*=col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media screen and (max-width:35.5em) {
    [class*=_xs-1] > [class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=_xs-2] > [class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=_xs-3] > [class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=_xs-4] > [class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=_xs-5] > [class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    [class*=_xs-6] > [class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=_xs-7] > [class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%;
    }

    [class*=_xs-8] > [class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }

    [class*=_xs-9] > [class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%;
    }

    [class*=_xs-10] > [class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }

    [class*=_xs-11] > [class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%;
    }

    [class*=_xs-12] > [class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
}

[class*=GridLex-grid] > [class*=GridLex-col-1] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

[class*=GridLex-grid] > [class*=GridLex-col-2] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

[class*=GridLex-grid] > [class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

[class*=GridLex-grid] > [class*=GridLex-col-4] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

[class*=GridLex-grid] > [class*=GridLex-col-5] {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

[class*=GridLex-grid] > [class*=GridLex-col-6] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

[class*=GridLex-grid] > [class*=GridLex-col-7] {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

[class*=GridLex-grid] > [class*=GridLex-col-8] {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

[class*=GridLex-grid] > [class*=GridLex-col-9] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

[class*=GridLex-grid] > [class*=GridLex-col-10] {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

[class*=GridLex-grid] > [class*=GridLex-col-11] {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

[class*=GridLex-grid] > [class*=GridLex-col-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

[class*=GridLex-grid] > [push-left*=off-0] {
    margin-left: 0;
}

[class*=GridLex-grid] > [push-left*=off-1] {
    margin-left: 8.33333333%;
}

[class*=GridLex-grid] > [push-left*=off-2] {
    margin-left: 16.66666667%;
}

[class*=GridLex-grid] > [push-left*=off-3] {
    margin-left: 25%;
}

[class*=GridLex-grid] > [push-left*=off-4] {
    margin-left: 33.33333333%;
}

[class*=GridLex-grid] > [push-left*=off-5] {
    margin-left: 41.66666667%;
}

[class*=GridLex-grid] > [push-left*=off-6] {
    margin-left: 50%;
}

[class*=GridLex-grid] > [push-left*=off-7] {
    margin-left: 58.33333333%;
}

[class*=GridLex-grid] > [push-left*=off-8] {
    margin-left: 66.66666667%;
}

[class*=GridLex-grid] > [push-left*=off-9] {
    margin-left: 75%;
}

[class*=GridLex-grid] > [push-left*=off-10] {
    margin-left: 83.33333333%;
}

[class*=GridLex-grid] > [push-left*=off-11] {
    margin-left: 91.66666667%;
}

[class*=GridLex-grid] > [push-right*=off-0] {
    margin-right: 0;
}

[class*=GridLex-grid] > [push-right*=off-1] {
    margin-right: 8.33333333%;
}

[class*=GridLex-grid] > [push-right*=off-2] {
    margin-right: 16.66666667%;
}

[class*=GridLex-grid] > [push-right*=off-3] {
    margin-right: 25%;
}

[class*=GridLex-grid] > [push-right*=off-4] {
    margin-right: 33.33333333%;
}

[class*=GridLex-grid] > [push-right*=off-5] {
    margin-right: 41.66666667%;
}

[class*=GridLex-grid] > [push-right*=off-6] {
    margin-right: 50%;
}

[class*=GridLex-grid] > [push-right*=off-7] {
    margin-right: 58.33333333%;
}

[class*=GridLex-grid] > [push-right*=off-8] {
    margin-right: 66.66666667%;
}

[class*=GridLex-grid] > [push-right*=off-9] {
    margin-right: 75%;
}

[class*=GridLex-grid] > [push-right*=off-10] {
    margin-right: 83.33333333%;
}

[class*=GridLex-grid] > [push-right*=off-11] {
    margin-right: 91.66666667%;
}

@media screen and (max-width:80em) {
    [class*=GridLex-grid] > [class*=_lg-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_lg-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_lg-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_lg-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_lg-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_lg-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_lg-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_lg-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_lg-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_lg-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_lg-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_lg-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_lg-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_lg-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_lg-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_lg-11] {
        margin-right: 91.66666667%;
    }
}

@media screen and (max-width:64em) {
    [class*=GridLex-grid] > [class*=_md-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_md-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_md-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_md-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_md-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_md-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_md-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_md-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_md-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_md-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_md-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_md-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_md-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_md-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_md-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_md-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_md-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_md-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_md-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_md-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_md-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_md-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_md-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_md-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_md-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_md-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_md-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_md-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_md-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_md-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_md-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_md-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_md-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_md-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_md-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_md-11] {
        margin-right: 91.66666667%;
    }
}

@media only screen and (max-width: 1199px) {
    [class*=GridLex-grid] > [class*=_mdd-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_mdd-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_mdd-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_mdd-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_mdd-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_mdd-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_mdd-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_mdd-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_mdd-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_mdd-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_mdd-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_mdd-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_mdd-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_mdd-11] {
        margin-right: 91.66666667%;
    }
}

@media only screen and (max-width: 991px) {
    [class*=GridLex-grid] > [class*=_sm-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_sm-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_sm-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_sm-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_sm-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_sm-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_sm-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_sm-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_sm-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_sm-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_sm-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_sm-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_sm-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_sm-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_sm-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_sm-11] {
        margin-right: 91.66666667%;
    }
}

@media only screen and (max-width: 767px) {
    [class*=GridLex-grid] > [class*=_xs-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xs-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xs-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_xs-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xs-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xs-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_xs-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xs-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xs-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_xs-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xs-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xs-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_xs-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xs-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_xs-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xs-11] {
        margin-right: 91.66666667%;
    }
}

@media (max-width: 479px) {
    [class*=GridLex-grid] > [class*=_xss-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xss-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xss-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    [class*=GridLex-grid] > [class*=_xss-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xss-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xss-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    [class*=GridLex-grid] > [class*=_xss-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xss-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xss-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    [class*=GridLex-grid] > [class*=_xss-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    [class*=GridLex-grid] > [class*=_xss-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    [class*=GridLex-grid] > [class*=_xss-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-0] {
        margin-left: 0;
    }

    [class*=GridLex-grid] > [push-left*=_xss-1] {
        margin-left: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-2] {
        margin-left: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-3] {
        margin-left: 25%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-4] {
        margin-left: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-5] {
        margin-left: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-6] {
        margin-left: 50%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-7] {
        margin-left: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-8] {
        margin-left: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-9] {
        margin-left: 75%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-10] {
        margin-left: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-left*=_xss-11] {
        margin-left: 91.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-0] {
        margin-right: 0;
    }

    [class*=GridLex-grid] > [push-right*=_xss-1] {
        margin-right: 8.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-2] {
        margin-right: 16.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-3] {
        margin-right: 25%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-4] {
        margin-right: 33.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-5] {
        margin-right: 41.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-6] {
        margin-right: 50%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-7] {
        margin-right: 58.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-8] {
        margin-right: 66.66666667%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-9] {
        margin-right: 75%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-10] {
        margin-right: 83.33333333%;
    }

    [class*=GridLex-grid] > [push-right*=_xss-11] {
        margin-right: 91.66666667%;
    }
}


/** Customized */

.GridLex-gap-1-wrappper {
    margin-left: -1px;
}

    .GridLex-gap-1-wrappper > div > div > div {
        margin-left: 1px;
    }

.GridLex-gap-20-wrappper {
    margin-left: -10px;
    margin-right: -10px;
}

    .GridLex-gap-20-wrappper > div > div > div {
        margin-left: 10px;
        margin-right: 10px;
    }

.GridLex-gap-30-wrappper {
    margin-left: -15px;
    margin-right: -15px;
}

    .GridLex-gap-30-wrappper > div > div > div {
        margin-left: 15px;
        margin-right: 15px;
    }


/**
 * Customized Flex Grid from FOundation
 * http://foundation.zurb.com/forum/posts/36234-flex-grid-in-css
 */

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
}

    .flex-row .flex-row,
    .flex-column-row .flex-row {
        margin-left: 0;
        margin-right: 0;
    }

.flex-column,
.flex-columns {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: .0;
    padding-right: 0;
}

.flex-small-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.flex-small-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.flex-small-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-small-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.flex-small-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.flex-small-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-small-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.flex-small-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.flex-small-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-small-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.flex-small-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.flex-small-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 32em) {
    .flex-medium-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-medium-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-medium-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-medium-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-medium-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-medium-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-medium-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-medium-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-medium-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-medium-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-medium-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-medium-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .flex-large-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-large-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-large-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-large-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-large-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-large-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-large-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-large-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-large-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-large-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-large-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-large-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 32em) {
    .flex-medium-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (min-width: 64em) {
    .flex-large-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.flex-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-row.flex-medium-unstack .flex-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 32em) {
    .flex-row.flex-medium-unstack .flex-column {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.flex-row.flex-large-unstack .flex-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
    .flex-row.flex-large-unstack .flex-column {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.flex-small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.flex-small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.flex-small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.flex-small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.flex-small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.flex-small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

@media screen and (min-width: 32em) {
    .flex-medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (min-width: 64em) {
    .flex-large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

.flex-row.flex-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-row.flex-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-row.flex-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-row.flex-align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-row.flex-align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-column.flex-align-top,
.flex-columns.flex-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-row.flex-align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-column.flex-align-bottom,
.flex-columns.flex-align-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-row.flex-align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column.flex-align-middle,
.flex-columns.flex-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-row.flex-align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-column.flex-align-stretch,
.flex-columns.flex-align-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-md-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.flex-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.flex-md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.flex-md-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.flex-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-md-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.flex-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.flex-md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.flex-md-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.flex-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.flex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
}

    .flex-gap-1 > .flex-columns,
    .flex-gap-1 > .flex-column {
        padding-left: 1px;
        padding-right: 0;
    }

.flex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
}

    .flex-gap-2 > .flex-columns,
    .flex-gap-2 > .flex-column {
        padding-left: 1px;
        padding-right: 1px;
    }

.flex-gap-5 {
    margin-left: -3px;
    margin-right: -2px;
}

    .flex-gap-5 > .flex-columns,
    .flex-gap-5 > .flex-column {
        padding-left: 3px;
        padding-right: 2px;
    }

.flex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .flex-gap-10 > .flex-columns,
    .flex-gap-10 > .flex-column {
        padding-left: 5px;
        padding-right: 5px;
    }

.flex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
}

    .flex-gap-15 > .flex-columns,
    .flex-gap-15 > .flex-column {
        padding-left: 8px;
        padding-right: 7px;
    }

.flex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .flex-gap-20 > .flex-columns,
    .flex-gap-20 > .flex-column {
        padding-left: 10px;
        padding-right: 10px;
    }

.flex-gap-25 {
    margin-left: -13px;
    margin-right: -12px;
}

    .flex-gap-25 > .flex-columns,
    .flex-gap-25 > .flex-column {
        padding-left: 13px;
        padding-right: 12px;
    }

.flex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .flex-gap-30 > .flex-columns,
    .flex-gap-30 > .flex-column {
        padding-left: 15px;
        padding-right: 15px;
    }

.flex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

    .flex-gap-40 > .flex-columns,
    .flex-gap-40 > .flex-column {
        padding-left: 20px;
        padding-right: 20px;
    }

.flex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

    .flex-gap-50 > .flex-columns,
    .flex-gap-50 > .flex-column {
        padding-left: 25px;
        padding-right: 25px;
    }

[class*="flex-gap-"] .flex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
}

[class*="flex-gap-"] .flex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
}

[class*="flex-gap-"] .flex-gap-5 {
    margin-left: -3px;
    margin-right: -2px;
}

[class*="flex-gap-"] .flex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

[class*="flex-gap-"] .flex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
}

[class*="flex-gap-"] .flex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

[class*="flex-gap-"] .flex-gap-25 {
    margin-left: -13px;
    margin-right: -12px;
}

[class*="flex-gap-"] .flex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="flex-gap-"] .flex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

[class*="flex-gap-"] .flex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) {
    .flex-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .flex-mdd-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-mdd-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-mdd-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-mdd-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-mdd-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-mdd-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-mdd-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-mdd-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-mdd-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-mdd-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-mdd-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-mdd-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .flex-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .flex-xs-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-xs-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-xs-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-xs-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-xs-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-xs-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-xs-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-xs-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-xs-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-xs-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-xs-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-xs-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .flex-xss-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .flex-xss-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .flex-xss-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .flex-xss-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .flex-xss-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .flex-xss-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-xss-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .flex-xss-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .flex-xss-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .flex-xss-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .flex-xss-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .flex-xss-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


 
.abt {
    margin-top: 160px !important;
    padding: 50px;
}

.md-button.md-default-theme.md-fab, .md-button.md-fab {
    background-color: #fff;
}

.mnwrp {
    margin-top: 110px;
}

.welsrch md-tab-item span {
    color: #fff;
}
 
 
.rzslider .rz-pointer {
    background-color: #2a3b8f;
}

.rzslider .rz-bar {
    background: #e71f0cd4 !important;
}

.btnlgn {
    background-color: #2a3b8f;
}

    .btnlgn:hover {
        background-color: #e71f0cd4;
    }
     
.top-destination-item:hover, .hotel-item-grid:hover {
    border-bottom: 2px solid #e71f0cd4 !important;
}

.login-form .head-info {
    background-color: #2a3b8f;
}

#back-to-top a {
    background-color: #2a3b8f !important;
    color: #fff !important;
}

    #back-to-top a:hover {
        background-color: #e71f0cd4 !important;
        border: none !important;
    }
/*.input-group.date{
        width:100%;
    }
    button.md-datepicker-button.md-icon-button.md-button.md-Dark-theme.md-ink-ripple{
        float:right;
    }
    md-icon.md-datepicker-calendar-icon.ng-scope.md-Dark-theme{
        color:#000;
    }button.md-datepicker-triangle-button.md-icon-button.md-button.md-Dark-theme{
         display:none;
     }*/
/*.md-button.md-icon-button{
            background-color: #E5E5E5;
    padding:0px;
    height: 0px;
    min-width: 0;
    line-height: 24px;
   
    width: 40px;
    border-radius: 0%; 
    margin-top: -7px;
    right: -23px;
    }*/
.btn-loged-in{
    color:#fff !important;
}
.sep{
        height: 130px; 
    background-image: url(../../images/tile.png);
    background-repeat: repeat-x;
}
.navbar-sticky .clslogo {
    top: -5px;
    left: 0px;
}
.navbar-sticky .clslogo img{
      width: 120px;
    margin-top: -6px !important;
    background-color: transparent !important;
    margin-left: 20px !important;
}
.clslogo {
    top: -10px;
	left: 0px;
}
 .navbar-sticky {
            min-height: 115px;
            border-bottom:2px solid #2a3b8f;
            background-color: #fff;
        }

@media only screen and (max-width: 768px) {
    .mob-SearchBox{
        padding:10px !important;
    }
    .mob-container{
        width:100% !important;
    }
    .breadcrumb-wrapper {
        margin-top: -50px !important;
    }

     
    /*.welsrch {
        padding-top: 40px !important;
    }*/

    .slick-hero-slider .image-bg {
        min-height: 800px !important;
    }

    .hotel-item-list .content .heading {
        padding-left: -10px;
    }

        .hotel-item-list .content .heading p {
            padding-left: 10px;
        }

        .hotel-item-list .content .heading h4 {
            padding-left: 10px;
        }

    .hotel-item-list .absolute-bottom {
        border: none !important;
    }

    .mnwrp {
        margin-top: 5px;
    }

    #sorter {
        width: 100%;
        left: 0px;
        top:0px;
    }

    .sort-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

        .sort-wrapper li {
            padding-top: 8px;
        }

            .sort-wrapper li.text {
                padding-top: 5px !important;
            }

    md-sidenav.md-sidenav-left.htlfixfilter.ng-isolate-scope._md.md-whiteframe-4dp {
        left: 20px !important;
        height: auto !important;
        top: 100px !important;
    }

    .hmepge {
        top: -25px;
    }

        .hmepge .navbar-fixed-top {
            top: 15px;
        }

    .clslogo {      
    padding: 0px !important;
    top: 0px !important;
    height: 0px !important;
    }

        .clslogo img {
    margin-top: -10px;
    width: 160px;
    margin-left: 10px;
        }

    .hmepge.navbar-toggle {
        margin-top: 0px;
    }
.welsrch{
margin-top:120px !important;
}
.navbar-sticky{
min-height:100px !important;
background-color:transparent !important;
}
.navbar-sticky .navbar-nav > li > a {
    display: block !important;
}
.aldtopnav{
margin-top: 10px;
background-color:transparent !important;
}
    .aldtopnav ul{
        display:none;
    }
    .sep{
            background-image: none !important;

    }
    .navbar-sticky{
        background-color:#fff !important;
    }
}

       
.aldtopnav{
padding: 5px; 
background-color: #2a3b8f; 
padding-right: 10px;
}



.widget {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative
}

.widget:before,
.widget:after {
    content: " ";
    display: table
}

.widget:after {
    clear: both
}

[data-rel^="sortable"] .widget:hover {
    cursor: move
}

.widget .vd_panel-menu {
    right: 15px;
    top: 6px
}

.widget .vd_panel-menu .menu {
    border: none;
    line-height: 22px;
    margin-right: 2px;
    color: #F0F0F0;
    font-size: 12px;
    height: 24px;
    width: 22px
}

.widget .vd_panel-menu>.entypo-icon {
    font-size: 18px;
    line-height: 26px
}

.widget .vd_panel-menu>.smaller-font {
    font-size: 14px
}

.widget .vd_panel-menu>.menu:hover,
.widget .vd_panel-menu>.menu.active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF
}

.widget .vd_panel-menu .child-menu {
    font-size: 13px
}

.light-widget .panel-heading {
    background: #FFFFFF
}

.light-widget .panel-heading .panel-title {
    color: #888888
}

.light-widget .vd_panel-menu .menu {
    color: #b5b5b5
}

.light-widget .bordered {
    border-bottom: 1px solid #EEEEEE
}

.dark-widget {
    color: #FFF
}

.dark-widget .bordered {
    border-bottom: 1px solid #F5F5F5
}

.light-widget .bordered,
.dark-widget .bordered {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: -1px;
    margin-right: -1px
}

.panel-bd-left {
    border-left: 3px solid #1fae66
}

.panel-bd-top {
    border-top: 3px solid #1fae66
}

.widget .vd_panel-menu .menu .vd_mega-menu-content {
    margin-top: 5px;
    margin-left: -13px
}

.widget .vd_panel-menu .menu .vd_mega-menu-content.left-xs,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-sm,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-md,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-lg {
    margin-left: auto;
    margin-right: -13px
}

.vd_status-widget a {
    display: block;
    color: #F0F0F0;
    padding: 20px
}

.vd_status-widget a:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 0.1)
}

.vd_status-widget .menu-icon {
    display: block;
    font-size: 48px;
    float: left;
    line-height: 56px
}

.vd_status-widget .menu-value {
    margin-left: 25px;
    line-height: 56px;
    font-size: 36px
}

.vd_status-widget .menu-text {
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: .2px;
    text-transform: uppercase
}

.vd_bg-red {
    background-color: #f85d2c !important
}

.vd_bg-green {
    background-color: #1fae66 !important
}

.vd_bg-yellow {
    background-color: #f89c2c !important
}

.vd_bg-blue {
    background-color: #23709e !important
}

.vd_bg-white {
    background-color: #fff !important
}

.vd_bg-black {
    background-color: #111 !important
}

.vd_bg-grey {
    background-color: #777 !important
}

.vd_bg-dark-red {
    background-color: #724c3f !important
}

.vd_bg-dark-green {
    background-color: #2e8258 !important
}

.vd_bg-dark-blue {
    background-color: #39515f !important
}

@media only screen and (max-width: 768px) {
.login-form{
    width:90%!important;
}
    .navbar-brand {
        top: 30px !important;
    }
    .sep{
        height:120px !important;
    }
    .navbar-sticky .clslogo img{
            margin-top: -30px !important;
    
            margin-left: 20px !important;
            }
    .loginmaincnt{
        padding-bottom:0px !important;
    }
}