﻿/*
 >  Dynamic Echo Cycle ©
 >  https://www.daiereh.com
 >  Total IT Solutions
 
 >> version 1.0
 >> date: 2017-06-13

*/


.horizontalSliderWrap {
    direction: ltr;
    position: relative;
    height: 100vh;
    overflow: hidden;
    text-align: left;
}

.hrsList {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hrsList {
    transition: all 500ms cubic-bezier(0.4,0,0,1) 0s;
}

    .hrsList li {
        display: block;
        float: left;
        width: 180px;
        height: 60px;
    }


.horizSliderListWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.horizSliderList {
    position: relative;
    height: 100%;
}

    .horizSliderList li {
        width: 100%;
        height: 100%;
    }

.horizSliderBulWrap,
.horizSliderBulWrap2 {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 8%;
}

.horizSliderBulWrap2 {
    max-width: 90%;
    margin: 0 auto;
}

.horizShowBul {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 180px;
    margin-left: -90px;
    overflow: hidden;
    background-color: #20409A;
    border-radius: 30px;
    max-width: 30vw;
}

.horizHasThumb .horizShowBul {
    display: none;
}

.horizSliderBulWrap2 .horizShowBul {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    overflow: visible;
    background-color: transparent;
}

.horizBulletList,
.horizBulletList2 {
    position: relative;
}

.horizBulletList2 {
    margin: 0 auto;
}



/*.horizBulTxtList2 {
    margin: 0 auto;
}*/

.horizBul {
    position: relative;
}

.horizBul,
.horizBulTxt {
    text-align: center;
    max-width: 30vw;
}

.horizBulTxt {
    color: #fff;
    font-size: 16px;
    padding: 17px 0;
    line-height: 20px;
}

/*.horizBulTxtList2 .horizBulTxt {
    height: auto;
}*/

/*.horizBulDot:after,*/
.horizBulDot {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    border-radius: 10px;
    background-color: #fff;
}




/*
    .horizBulDot:after {
        content: ' ';
        width: 150px;
        height: 1px;
        margin-left: 15px;
        cursor: default;
        pointer-events: none;
    }

.horizBul:last-child .horizBulDot:after {
    width: 90px;
}

.horizBul:first-child:after,
.horizBul:first-child:before,
.horizBul:last-child:after {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
}

.horizBul:last-child:after,
.horizBul:first-child:after {
    left: -15px;
    height: 9px;
    width: 1px;
    margin-top: -4px;
}

.horizBul:last-child:after {
    right: -15px;
    left: auto;
}

.horizBul:first-child:before {
    height: 1px;
    width: 50%;
    left: auto;
    right: 50%;
    margin-right: 15px;
}*/

.horizBul:after,
.horizBul:before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: -14px;
    right: auto;
    bottom: auto;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.horizBul:after {
    left: auto;
    right: -14px;
}

.horizBulStart,
.horizBulEnd {
    position: absolute;
    content: ' ';
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    left: -15px;
    height: 9px;
    width: 1px;
    margin-top: -4px;
}

.horizBulEnd {
    right: -15px;
    left: auto;
}

.horizBulDot {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
}

.horizBulBtn {
    cursor: pointer;
}

.horizSlide {
    position: relative;
    text-align: center;
    background: scroll no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .horizSlide:before {
        position: relative;
        display: inline-block;
        content: ' ';
        height: 100%;
        width: 0;
        margin-left: -3px;
        vertical-align: middle;
    }

    .horizSlide > * {
        display: inline-block;
        vertical-align: middle;
    }

.horizBulTxt2 {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-right: 3px;
}

.activeHrs .horizBulTxt2 {
    font-size: 16px;
}

.horizBulTxt2,
.horizBulTxt2:after {
    transition: all 400ms cubic-bezier(0.45,0,0,1) 0s;
}

.activeHrs .horizBulTxt2 {
    transform: translate3d(0,-10px,0);
}

.horizBulTxt2:after {
    position: relative;
    display: block;
    content: ' ';
    background-color: #fff;
    height: 10px;
    width: 0;
    margin: 0 auto;
    background: transparent url('/assets/images/icons/bracketwhite.png') scroll no-repeat center center;
    background-size: contain;
}

.activeHrs .horizBulTxt2:after {
    width: 60px;
}

/*horizContent*/

.horizContent {
    position: relative;
    height: 70%;
    max-width: 100%;
    padding: 30px 15px 15px;
    overflow: hidden;
    min-height: 300px;
    width: 900px;
}

.horizMainPic {
    border-bottom: solid 2px #fff;
    max-height: 55vh;
}


.horizHeading {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    bottom: auto;
    z-index: 10;
}

.wrapRtl .horizHeading {
    right: 10px;
    left: auto;
}

.horizLinkW {
    text-align: right;
}

.wrapRtl .horizLinkW {
    text-align: left;
}

.horizLink {
    display: inline-block;
    text-align: left;
}


.horizH3,
.horizBodyW {
    text-align: left;
}

.wrapRtl .horizH3,
.wrapRtl .horizBodyW {
    direction: rtl;
    text-align: right;
}

.horizBul img {
    display: block;
    margin: 0 auto;
    max-height: 95%;
    max-width: 90%;
    padding: 6px;
    border-radius: 2px;
    transition: all 300ms cubic-bezier(0.45,0,0,1) 0s;
}


.activeHrs.horizBul img {
    padding: 2px;
    border: 1px solid rgba(38, 15, 130, 0.44);
}

.horizH3,
.horizLink,
.horizLink:active,
.horizLink:visited {
    color: #fff !important;
}

.horizSideBulList {
    position: absolute;
    top: 50%;
    right: 2%;
    left: auto;
    bottom: auto;
}

.wrapRtl .horizSideBulList {
    left: 2%;
    right: auto;
}

.horizSideBul {
    position: relative;
    display: block;
    padding: 6px 5px;
}

    .horizSideBul .horizBulDot {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        display: block;
        border: 1px solid #fff;
        background-color: transparent;
    }

    .horizSideBul.activeHrs .horizBulDot {
        background-color: #fff;
    }



/* Brace*/
/*.horizBul::after {
    content: '{';
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    font-family: sans;
}*/
