﻿

.col-item {
    float: none !important;
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

    .col-item > div {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-item:focus {
        outline: 0
    }

.col-w1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: left;
    -ms-flex-align: stretch;
    align-items: stretch
}

.col-centered .col-item {
    -ms-flex-pack: center;
    justify-content: center
}

.col-top .col-item {
    justify-content: flex-start !important
}

.col-bottom .col-item {
    justify-content: flex-end !important
}

.col-stretched .col-item .col-item-w1 {
    align-self: stretch;
    height: 100%
}

.col2 .col-item {
    width: 50%;
    max-width: 50%
}





.col2.col-altsize .col-item:nth-child(1n) {
    width: 58.218%;
    max-width: 58.218%
}

.col2.col-altsize .col-item:nth-child(2n) {
    width: 41.782%;
    max-width: 41.782%
}

.col3 .col-item {
    width: 33.3333%;
    max-width: 33.3333%
}

.col4 .col-item {
    width: 25%;
    max-width: 25%
}

    .col4 .col-item.col-span2 {
        width: 50%;
        max-width: 50%
    }

.col5 .col-item {
    width: 20%;
    max-width: 20%
}

.col6 .col-item {
    width: 16.66667%;
    max-width: 16.66667%
}

.col5 .col-item.col-span2 {
    width: 40%;
    max-width: 40%
}

.col3.col-framework.col-altbreak .col-w1, .col5.col-framework .col-w1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch
}

.col-gutters {
    margin-bottom: -36px !important
}

    .col-gutters > .col-w1, .col-gutters > .cwidth > .col-w1 {
        margin: 0 -18px
    }

    .col-gutters .col-item {
        margin: 0 18px 36px
    }

    .col-gutters.expando, .expando .col-gutters {
        margin-bottom: 0 !important
    }

    .col-gutters.crsl-slider .col-item {
        margin: 0 18px !important
    }

    .col-gutters .slick-list {
        margin: 0 -18px
    }

    .col-gutters.col2 .col-item {
        width: calc(50% - 36px);
        max-width: calc(50% - 36px)
    }

    .col-gutters.col2 .col1-third-col2 .col-item:nth-child(1n), .col-gutters.col2.col1-third-col2 .col-item:nth-child(1n) {
        width: calc(33.3333% - 36px);
        max-width: calc(33.3333% - 36px)
    }

    .col-gutters.col2 .col1-third-col2 .col-item:nth-child(2n), .col-gutters.col2.col1-third-col2 .col-item:nth-child(2n) {
        width: calc(66.666% - 36px);
        max-width: calc(66.666% - 36px)
    }

    .col-gutters.col2 .col2-thirds-col1 .col-item:nth-child(1n), .col-gutters.col2.col2-thirds-col1 .col-item:nth-child(1n) {
        width: calc(66.666% - 36px);
        max-width: calc(66.666% - 36px)
    }

    .col-gutters.col2 .col2-thirds-col1 .col-item:nth-child(2n), .col-gutters.col2.col2-thirds-col1 .col-item:nth-child(2n) {
        width: calc(33.3333% - 36px);
        max-width: calc(33.3333% - 36px)
    }

    .col-gutters.col2.col-twothreefifth .col-item:nth-child(1n) {
        width: calc(40% - 36px);
        max-width: calc(40% - 36px)
    }

    .col-gutters.col2.col-twothreefifth .col-item:nth-child(2n) {
        width: calc(60% - 36px);
        max-width: calc(60% - 36px)
    }

    .col-gutters.col2.col-threetwofifth .col-item:nth-child(1n) {
        width: calc(60% - 36px);
        max-width: calc(60% - 36px)
    }

    .col-gutters.col2.col-threetwofifth .col-item:nth-child(2n) {
        width: calc(40% - 36px);
        max-width: calc(40% - 36px)
    }

    .col-gutters.col2.col-altsize .col-item:nth-child(1n) {
        width: calc(58.218% - 36px);
        max-width: calc(58.218% - 36px)
    }

    .col-gutters.col2.col-altsize .col-item:nth-child(2n) {
        width: calc(41.782% - 36px);
        max-width: calc(41.782% - 36px)
    }

    .col-gutters.col3 .col-item {
        width: calc(33.3333% - 36px);
        max-width: calc(33.3333% - 36px)
    }

    .col-gutters.col4 .col-item {
        width: calc(25% - 36px);
        max-width: calc(25% - 36px)
    }

        .col-gutters.col4 .col-item.col-span2 {
            width: calc(50% - 36px);
            max-width: calc(50% - 36px)
        }

    .col-gutters.col5 .col-item {
        width: calc(20% - 36px);
        max-width: calc(20% - 36px)
    }

        .col-gutters.col5 .col-item.col-span2 {
            width: calc(40% - 36px);
            max-width: calc(40% - 36px)
        }

    .col-gutters.col6 .col-item {
        width: calc(16.66667% - 36px);
        max-width: calc(16.66667% - 36px)
    }

.col-smallgutters {
    margin-bottom: -.66666em !important
}

    .col-smallgutters > .col-w1, .col-smallgutters > .cwidth > .col-w1 {
        margin: 0 calc(.66666em/-2.1)
    }

    .col-smallgutters .col-item {
        margin: 0 calc(.66666em/2.1) .66666em
    }

    .col-smallgutters.expando, .expando .col-smallgutters {
        margin-bottom: 0 !important
    }

    .col-smallgutters.crsl-slider .col-item {
        margin: 0 calc(.66666em/2.1) !important
    }

    .col-smallgutters .slick-list {
        margin: 0 calc(.66666em/-2.1)
    }

    .col-smallgutters.col2 .col-item {
        width: calc(50% - .66666em);
        max-width: calc(50% - .66666em)
    }

    .col-smallgutters.col2 .col1-third-col2 .col-item:nth-child(1n), .col-smallgutters.col2.col1-third-col2 .col-item:nth-child(1n) {
        width: calc(33.3333% - .66666em);
        max-width: calc(33.3333% - .66666em)
    }

    .col-smallgutters.col2 .col1-third-col2 .col-item:nth-child(2n), .col-smallgutters.col2.col1-third-col2 .col-item:nth-child(2n) {
        width: calc(66.666% - .66666em);
        max-width: calc(66.666% - .66666em)
    }

    .col-smallgutters.col2 .col2-thirds-col1 .col-item:nth-child(1n), .col-smallgutters.col2.col2-thirds-col1 .col-item:nth-child(1n) {
        width: calc(66.666% - .66666em);
        max-width: calc(66.666% - .66666em)
    }

    .col-smallgutters.col2 .col2-thirds-col1 .col-item:nth-child(2n), .col-smallgutters.col2.col2-thirds-col1 .col-item:nth-child(2n) {
        width: calc(33.3333% - .66666em);
        max-width: calc(33.3333% - .66666em)
    }





    .hp10w4 {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        position: relative
    }

    .hp10dark .hp10w3 h1, .hp10dark .hp10w3 p, .hp10dark .hp10w3 a.hp10txtlnk, .hp10dark .hp10w3 a.hp10txtlnk:after {
        color: #fff
    }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .hp10 .slick-nav .slick-dots li button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (max-width: 500px) {
    .hp10imgwrapmove {
        height: 250px
    }

    .hp10w2 img {
        height: 212px !important
    }

    .hp10w3 {
        margin-top: 250px
    }

    .hp10 .slick-nav {
        top: 220px;
        height: 30px;
        padding: 0 1em
    }

        .hp10 .slick-nav .slick-dots li {
            margin: 0 4px
        }
}

/*! HP11 - HOME4  */
.hp11 {
    position: relative
}

    .hp11 header.cwidth h3:last-child {
        margin-bottom: 1em
    }

    .hp11 .col-framework {
        padding: 2em 2em 0;
        min-height: 28em;
        margin-bottom: 0 !important;
        overflow: hidden
    }

.rtl .hp11 .col-framework {
    direction: rtl
}

.hp11.hp11noimg .col-framework {
    min-height: 21em
}

.hp11 .col-w1:not(.hp11default):not(.currentpanel) {
    display: none
}

.hp11 .col-w1 > h3 {
    display: none
}

.hp11 .col-item {
    color: #494b4d;
    background: #fff
}

    .hp11 .col-item:hover {
        text-decoration: none
    }

    .hp11 .col-item img {
        max-width: 100%
    }

    .hp11 .col-item h4 {
        font-weight: normal;
        margin-bottom: 0.8em
    }

.hp11 .col-item-w1 {
    position: relative;
    min-height: 10em;
    max-height: 15em;
    z-index: 1;
    line-height: 0;
    overflow: hidden
}

.hp11 .col-item-w2 {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5em 0.611em 0em;
    transition: 200ms color
}

.hp11 .col-item-w3 {
    padding: 1.2em 1.611em
}

    .hp11 .col-item-w3 .obttns, .hp11 .col-item-w3 .obttns > div {
        width: auto;
        margin: 0
    }

    .hp11 .col-item-w3 button {
        font-size: 1.8rem;
        cursor: pointer;
        text-align: left
    }

.hp11v1 .col-item {
    margin-bottom: calc(1.4em + 36px) !important
}

.hp11v1 .col-item-w1:before {
    content: '';
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    will-change: opacity;
    transition: 200ms opacity linear
}

.hp11v1 .col-item:hover .col-item-w1:before {
    opacity: 0.5
}

.hp11v1 .col-item:hover .col-item-w2 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.hp11v1 .col-item-w2 {
    /*padding-bottom: 3em;*/
    will-change: transform;
    transition: 200ms transform;
    z-index: 1
}

    .hp11v1 .col-item-w2 h4, .hp11v1 .col-item-w2 p {
        color: #fff !important
    }

.hp11v1 .col-item-w3 {
    position: absolute;
    bottom: -1.4em;
    left: 1.5em;
    max-width: calc(100% - 3em);
    padding: 0;
    z-index: 2
}

.rtl .hp11v1 .col-item-w3 {
    left: auto;
    right: 1.611em
}

.hp11v1 .col-item-w3 button {
    color: #00758f
}

.hp11v1 .col-item.setslate, .hp11v1 .col-item.setslate .col-item-w1:before, .hp11v1 .col-item.setslate:hover .col-item-w3 .obttns > div {
    background: #8aadbf
}

.hp11v1 .col-item.setblue, .hp11v1 .col-item.setblue .col-item-w1:before, .hp11v1 .col-item.setblue:hover .col-item-w3 .obttns > div {
    background: #00758f
}

.hp11v1 .col-item.setdarkblue, .hp11v1 .col-item.setdarkblue .col-item-w1:before, .hp11v1 .col-item.setdarkblue:hover .col-item-w3 .obttns > div {
    background: #003b4d
}

.hp11v1 .col-item.setorange, .hp11v1 .col-item.setorange .col-item-w1:before, .hp11v1 .col-item.setorange:hover .col-item-w3 .obttns > div {
    background: #f29111
}


.hp11v1 .col-item.setburgundy, .hp11v1 .col-item.setburgundy .col-item-w1:before, .hp11v1 .col-item.setburgundy:hover .col-item-w3 .obttns > div {
    background: #942645
}

.hp11v1 .col-item.setred, .hp11v1 .col-item.setred .col-item-w1:before, .hp11v1 .col-item.setred:hover .col-item-w3 .obttns > div {
    background: #f80000
}

