﻿/*
 >  Dynamic Echo Cycle ©
 >  http://www.daiereh.com
 >  Daiereh © - Software Engineering, Interactive Agency
 
 >> version 1.0
 >> date: 2017-10-14

*/

.w_14_carousel:not(.w_14_showIt) {
    display: none;
}

.w_14_Property {
    text-align: right;
}

.w_14_bulletImage {
    padding: 8px 0 0;
}

.tablePanel .w_14_bulletImage img {
    max-height: 30px;
    border: none;
}

.w_14_mainSection .details.w_14_addSBox {
    z-index: 9990 !important;
}

.w_14_addSBox .detailsWrapper {
    margin: 0 auto;
    max-width: 840px;
    text-align: right;
}

.w_14_slide {
    display: inline-block;
    position: relative;
    height: 100px;
    min-width: 80px;
}

.w_14_slideBtn {
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: auto;
    right: auto;
    width: 48px;
    display: inline-block;
    /*margin-right: -58px;*/
    background-color: rgba(255, 255, 255, 0.84);
    text-align: left;
}

    .w_14_slideBtn .w_14_editSlide,
    .w_14_slideBtn .w_14_delSlide {
        border: none;
        background: none;
        font: inherit;
        padding: 3px 0;
        cursor: pointer;
        color: #3f67a7;
    }

    .w_14_slideBtn .w_14_delSlide {
        color: #f00;
    }

        .w_14_slideBtn .w_14_editSlide:hover,
        .w_14_slideBtn .w_14_delSlide:hover {
            text-decoration: underline;
        }

.w_14_slidePhoto {
    max-height: 100%;
    margin: 2px;
    border: 2px solid #a9a9a9;
    border-radius: 2px;
}

.w_14_slide:hover .w_14_slidePhoto {
    border-color: #757575;
}

.w_14_mainSection .generalradiobuttonlist tr {
    display: block;
    float: right;
}

[data-w14type='Big'] .w_14_noBig,
[data-w14type='Small'] .w_14_noSmall,
[data-w14type='List'] .w_14_noList,
[data-w14type='Tiled'] .w_14_noTiled {
    display: none;
}

.gradient1,
.gradient2,
.gradient3 {
    max-width: 32%;
    display: inline-block;
    width: 150px;
}

.grIcon {
    width: 100px;
    max-width: 80%;
    height: 23px;
    display: inline-block;
    cursor: pointer;
}

.gradient1 .grIcon {
    background-image: linear-gradient(90deg,#FFF,#001250);
}

.gradient2 .grIcon {
    background-image: linear-gradient(90deg,#001250,#FFF,#001250);
}

.gradient3 .grIcon {
    background-image: radial-gradient(#FFF,#001250);
}

.gradientPanel {
    margin-top: 10px;
    text-align: center;
}

    .gradientPanel input[disabled] {
        visibility: hidden;
    }

#Color1 {
    float: right;
}

#Color3 {
    float: left;
}

.gradientPreview {
    height: 50px;
}


/*.w_14_carouselHolder {
    margin-bottom: -7px;
}*/

.w_14_carousel {
    direction: ltr;
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
    /*padding: 30px;*/
}

.w_14_headWrap {
    padding: 10px;
}

.w_14_head {
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px solid #999;
}

.w_14_rtl .w_14_headWrap {
    text-align: right;
}

.w_14_ltr .w_14_headWrap {
    text-align: left;
}

.w_14_carouselWrapper {
    direction: ltr;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    overflow: hidden;
}

.w_14_tList .w_14_carouselWrapper {
    padding: 5px 45px;
}


.mobileVersion .w_14_tList .w_14_carouselWrapper {
    padding: 5px;
}

.w_14_carouselWrapperB {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.w_14_tList .w_14_carouselWrapperB {
    min-width: 100%;
    margin-bottom: 22px;
}

.w_14_tList[data-w_14_mousex] .w_14_carouselWrapperB,
.w_14_tList[data-w_14_mousex] .w_14_carouselWrapperB * {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}


.w_14_carouselList {
    position: relative;
    overflow-x: auto;
    margin-bottom: -22px;
}

    .w_14_carouselList,
    .w_14_carouselList * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.w_14_rtl .w_14_carouselList {
    direction: rtl;
}

.w_14_ltr .w_14_carouselList {
    direction: ltr;
}

.w_14_carouselListWrap {
    position: relative;
    overflow: hidden;
}

.w_14_tList .w_14_carouselListWrap:after,
.w_14_tList .w_14_carouselListWrap:before {
    position: absolute;
    display: block;
    content: ' ';
    height: 70%;
    //top: 15%;
    bottom: auto;
    left: -7px;
    right: auto;
    width: 3px;
    box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.3);
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}

.w_14_tList .w_14_carouselListWrap:after {
    left: auto;
    right: -7px;
}
/*
.w_14_ltr .w_14_carousel[data-w_14_scroll=start] .w_14_carouselListWrap:before,
.w_14_ltr .w_14_carousel[data-w_14_scroll=end] .w_14_carouselListWrap:after,
.w_14_rtl .w_14_carousel[data-w_14_scroll=start] .w_14_carouselListWrap:after,
.w_14_rtl .w_14_carousel[data-w_14_scroll=end] .w_14_carouselListWrap:before,
*/

.w_14_carousel[data-w_14_scroll=start] .w_14_carouselListWrap:before,
.w_14_carousel[data-w_14_scroll=end] .w_14_carouselListWrap:after,
.w_14_carousel[data-w_14_scroll=off] .w_14_carouselListWrap:after,
.w_14_carousel[data-w_14_scroll=off] .w_14_carouselListWrap:before {
    opacity: 0;
    visibility: hidden;
}

.w_14_carouselItem {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    height: auto;
}

.w_14_tSmall .w_14_carouselItem,
.w_14_tBig .w_14_carouselItem {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    left: 100%;
    right: auto;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.w_14_tTiled .w_14_carouselItem {
    width: 50%;
}

.w_14_tList .w_14_carouselItem {
    vertical-align: top;
    width: 100%;
    padding: 0 7px;
}

.w_14_rtl .w_14_carouselItem {
    float: right;
}

.w_14_ltr .w_14_carouselItem {
    float: left;
}

.w_14_carouselItem.currentCarouselItem {
    left: 0;
}

    .w_14_carouselItem.currentCarouselItem.animatingCarousel {
        z-index: 1;
    }

        .w_14_carouselItem.currentCarouselItem.animatingCarousel.caNoAnimation {
            z-index: -1;
        }

    .w_14_carouselItem.currentCarouselItem.caNoAnimation {
        z-index: -1;
    }

        .w_14_carouselItem.currentCarouselItem.caNoAnimation:not(.animatingCarousel) {
            opacity: 0;
        }

.w_14_carouselItem img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    opacity: 0;
}


/*.w_14_tTiled .w_14_carouselItem img {
    width: 100%;
}*/

.w_14_carouselItem .w_14_cImageLink {
    display: block;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

    .w_14_carouselItem .w_14_cImageLink.cNoLink {
        cursor: default;
    }


.w_14_carouselItem .w_14_cImageLink {
    background: transparent scroll no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.w_14_carouselContainer {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    height: 100%;
}

.w_14_carouselWrapper .w_14_btnHolder {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}

.mobileVersion .w_14_carouselWrapper .w_14_btnHolder {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
}

.w_14_btnHolder > * {
    position: absolute;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 45px;
    max-width: 6%;
    height: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(24, 24, 24);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.w_14_carousel:not(.w_14_tList) .w_14_btnHolder > * {
    opacity: 0.2;
}

.w_14_carousel:not(.w_14_tList) .w_14_carouselWrapper:hover .w_14_btnHolder > * {
    opacity: 0.5;
}

.w_14_carousel:not(.w_14_tList) .w_14_carouselWrapper a.w_14_carouselNext:hover,
.w_14_carousel:not(.w_14_tList) .w_14_carouselWrapper a.w_14_carouselPrev:hover {
    opacity: 0.9;
}

.w_14_ltr .w_14_carousel:not(.w_14_tList ) a.w_14_carouselPrev,
.w_14_carousel:not(.w_14_tList ) a.w_14_carouselNext {
    right: 2%;
    left: auto;
    background-image: url("/assetscms/image/arrow-right.png");
}

.w_14_ltr .w_14_carousel:not(.w_14_tList ) a.w_14_carouselNext,
.w_14_carousel:not(.w_14_tList ) a.w_14_carouselPrev {
    left: 2%;
    right: auto;
    background-image: url("/assetscms/image/arrow-left.png");
}

.w_14_tList a.w_14_carouselPrev {
    right: 0;
    left: auto;
    background-image: url("/assetscms/image/arrow-right.png");
}

.w_14_tList a.w_14_carouselNext {
    left: 0px;
    right: auto;
    background-image: url("/assetscms/image/arrow-left.png");
}

.w_14_tList .w_14_btnHolder > * {
    background-color: transparent;
}
/*
.w_14_ltr .w_14_carousel[data-w_14_scroll=start] .w_14_carouselNext,
.w_14_ltr .w_14_carousel[data-w_14_scroll=end] .w_14_carouselPrev,
.w_14_rtl .w_14_carousel[data-w_14_scroll=start] .w_14_carouselPrev,
.w_14_rtl .w_14_carousel[data-w_14_scroll=end] .w_14_carouselNext,
*/

.w_14_carousel[data-w_14_scroll=start] .w_14_carouselNext,
.w_14_carousel[data-w_14_scroll=end] .w_14_carouselPrev,
.w_14_carousel[data-w_14_scroll=off] .w_14_btnHolder > * {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.w_14_carouselBullets {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: auto;
    top: 80%;
    height: 30px;
    width: auto;
    z-index: 25;
    text-align: center;
}

.w_14_tSmall .w_14_carouselBullets {
    top: 4%;
}

.w_14_carouselBullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px 5px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    background: transparent scroll no-repeat top left;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}

    .w_14_carouselBullet:hover, .w_14_carouselBullet.activeCaBullet {
        background-color: #fff;
    }

    .w_14_carouselBullet.activeCaBullet {
        cursor: default;
    }

.w_14_tBig .w_14_cCaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 94%;
    overflow-y: auto;
}

.w_14_tBig .w_14_leftCaption {
    left: 4%;
    right: 50%;
}

.w_14_tBig .w_14_centerCaption {
    left: 15%;
    right: 15%;
}

.w_14_tBig .w_14_rightCaption {
    left: 50%;
    right: 4%;
}

.w_14_tTiled .w_14_cCaption {
    position: absolute;
    top: auto;
    bottom: 3%;
    max-height: 94%;
    overflow-y: auto;
}


.w_14_tTiled .w_14_rightCaption {
    left: 50%;
    right: 3%;
}

.w_14_tTiled .w_14_centerCaption {
    left: 5%;
    right: 5%;
}

.w_14_tTiled .w_14_leftCaption {
    left: 3%;
    right: 50%;
}


.w_14_cCaption {
    color: #444;
    font-size: 12px;
    font-family: inherit;
    text-align: center;
    padding: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.w_14_rtl .w_14_cCaption,
.w_14_rtl .w_14_itemTitle {
    direction: rtl;
}

.w_14_cCaption .h3 {
    font-size: 14px;
    margin: 10px 0;
    line-height: 22px;
}

.w_14_cCaption .cap2,
.w_14_cCaption .cap3 {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}

.w_14_cCaption [data-animation]:nth-child(1) {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
}

.w_14_cCaption [data-animation]:nth-child(2) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

.w_14_cCaption [data-animation]:nth-child(3) {
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    animation-delay: 450ms;
}

.w_14_bodyWrap {
    padding: 3px;
    text-align: right;
}

.mobileVersion .w_14_tTiled .w_14_bodyWrap,
.mobileVersion .w_14_tBig .w_14_bodyWrap {
    display: none;
}

.wrapLtr .w_14_bodyWrap {
    text-align: left;
}

.w_14_bodyWrap img {
    max-width: 100%;
}

.w_14_bodyWrap table,
.w_14_bodyWrap tbody,
.w_14_bodyWrap thead,
.w_14_bodyWrap tr {
    display: block;
    max-width: 100%;
}

.w_14_carouselRightFeatures,
.w_14_carouselLeftFeatures {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
}

.w_14_carouselRightFeatures {
    left: auto;
    right: 0;
}

.w_14_carouselFeature {
    position: absolute;
    display: inline-block;
    top: 12%;
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.48);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 18px;
    width: 60%;
    min-width: 15%;
    /*border:1px solid #FEFEFE;*/
}

    .w_14_carouselFeature .link,
    .w_14_carouselFeature .link:visited {
        color: #FFF;
    }

        .w_14_carouselFeature .link:hover {
            color: #A7CAFF !important;
        }

    .w_14_carouselFeature:nth-child(2) {
        top: 24%;
        width: 70%;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .w_14_carouselFeature:nth-child(3) {
        top: 36%;
        width: 80%;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .w_14_carouselFeature:nth-child(4) {
        top: 48%;
        width: 90%;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .w_14_carouselFeature:nth-child(5) {
        top: 60%;
        width: 100%;
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

.w_14_carouselLeftFeatures .w_14_carouselFeature {
    -webkit-transform: translateX(-95%);
    -moz-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
    -o-transform: translateX(-95%);
    transform: translateX(-95%);
    left: 0;
    right: auto;
    border-radius: 0 5px 5px 0;
    box-shadow: 4px 0 0 0 #00C0FF, 0 0 1px 0 #96D2FF inset;
}

.w_14_carouselRightFeatures .w_14_carouselFeature {
    -webkit-transform: translateX(95%);
    -moz-transform: translateX(95%);
    -ms-transform: translateX(95%);
    -o-transform: translateX(95%);
    transform: translateX(95%);
    left: auto;
    right: 0px;
    border-radius: 5px 0 0 5px;
    box-shadow: -4px 0 0 0 #FEFEFE,0 0 1px 0 #FEFEFE inset;
}

.w_14_carouselRightFeatures.w_14_showFeature .w_14_carouselFeature,
.w_14_carouselLeftFeatures.w_14_showFeature .w_14_carouselFeature {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.w_14_listTitleWrap {
    position: relative;
    padding: 5px;
}

.w_14_activeTitleBarWrap {
    position: relative;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #a8a8a8;
}

.w_14_itemTitle,
.w_14_activeTitleBar,
.w_14_activeTitleBarInner {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.w_14_activeTitleBar,
.w_14_activeTitleBarInner {
    position: absolute;
    display: inline-block;
    top: auto;
    bottom: 0;
    right: auto;
    height: 2px;
}

.w_14_activeTitleBar {
    bottom: -1px;
}

.w_14_activeTitleBarInner {
    background-color: #535353;
    min-width: 15%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.w_14_listTitle {
    position: relative;
}

.w_14_ltr .w_14_itemTitle {
    direction: ltr;
    float: left;
}

.w_14_rtl .w_14_itemTitle {
    direction: rtl;
    float: right;
}

.w_14_itemTitle {
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    min-height: 28px;
    text-align: center;
}

    .w_14_itemTitle:hover {
        background-color: #eee;
    }

    .w_14_itemTitle.w_14_activeItemTitle {
        background-color: #e8e8e8;
    }

/*w_14_tSmall*/

.w_14_tSmall .w_14_cCaption {
    padding: 4px;
}


@media screen and (max-width:600px) {
    .w_14_carouselWrapper {
        height: auto;
    }

    /*a.w_14_carouselNext, a.w_14_carouselPrev {
        width: 10%;
        opacity: 0.5;
    }*/

    /*.w_14_cCaption {
        top: 20%;
        padding: 4px;
    }*/

    .w_14_cCaption .h3 {
        font-size: 12px;
        margin: 5px 0px;
        line-height: 16px;
    }

    .w_14_cCaption .cap2 {
        font-size: 12px;
    }

    .w_14_carouselFeature {
        padding: 2px;
        font-size: 10px;
    }

    .w_14_carouselLeftFeatures .w_14_carouselFeature {
        box-shadow: 2px 0px 0px 0px #00C0FF, 0px 0px 1px 0px #96D2FF inset;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
    }

    .w_14_carouselRightFeatures .w_14_carouselFeature {
        box-shadow: -2px 0px 0px 0px #FEFEFE, 0px 0px 1px 0px #FEFEFE inset;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
    }

    .w_14_carouselRightFeatures.w_14_showFeature .w_14_carouselFeature,
    .w_14_carouselLeftFeatures.w_14_showFeature .w_14_carouselFeature {
        -webkit-transition: all 0.4s ease-out 0.4s;
        -moz-transition: all 0.4s ease-out 0.4s;
        -o-transition: all 0.4s ease-out 0.4s;
        transition: all 0.4s ease-out 0.4s;
    }
}
