﻿.K_StudentDetailsPanelPostionAbsolute {
    position: absolute;
    top: 105px;
    right: 0;
    width: 30%;
    height: 85.8vh;
    z-index: 9999;
    box-shadow: 2px 2px 3px #BFBFBF;
    border: thin solid #F2F2F2;
    padding: 10px;
    background-color: #FFFFFF;
}

.circle-right-btn {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fefefe;
    margin-left: 35px;
    font-size: 22px;
}

.kaboutpadding {
    padding: 20px;
}

@media (min-width:600px) {
    .kaboutpadding {
        padding: 60px;
    }
}

@media (min-width:900px) {
    .kaboutpadding {
        padding: 100px;
    }
}

.kaboutpadding2 {
    padding: 20px;
}

@media (min-width:600px) {
    .kaboutpadding2 {
        padding: 30px;
    }
}

@media (min-width:900px) {
    .kaboutpadding2 {
        padding: 50px;
    }
}

.arrow-sirkle-right {
    position: absolute;
    color: #727272;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    right: -4%;
    top: -400px;
    padding: 30px;
    font-size: 14px;
    border-radius: 100%;
    background: #a9cd2e;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e)
}

.arrow-sirkle-left {
    position: absolute;
    color: #727272;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    left: -4%;
    top: -400px;
    padding: 30px;
    font-size: 14px;
    border-radius: 100%;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    background: #a9cd2e url(prev-arrow.png) center center no-repeat;
}

@media only screen and (max-width: 1026px) {
    #PlaceholderProgressBarFlowCharts {
        display: none;
    }

    #PlaceholderProgressBarFlowPartNumberOf {
        display: inline !important;
    }
}
/*.cards{
    display :grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap:20px
}
.card{
    height
}*/
.arrow-down-close {
    width: 100px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .arrow-down-close:before, .arrow-down-close:after {
        content: "";
        display: inline-block;
        height: 60px;
        width: 10px;
        background-color: white;
        border-radius: 10px;
        position: relative;
        transition: 300ms ease-in-out transform;
    }

    .arrow-down-close:before {
        transform: rotate(-45deg);
        left: 18px;
        top: -4px;
    }

    .arrow-down-close:after {
        transform: rotate(45deg);
        left: 40px;
        top: -4px;
    }

    .arrow-down-close.open:before {
        transform: translateX(17px) rotate(-45deg);
    }

    .arrow-down-close.open:after {
        transform: translateX(-17px) rotate(45deg);
    }

.showme {
    margin-top: 15px;
    display: block;
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
    position: absolute;
    z-index: 10;
    background-color: #101010;
    padding-left: 0px !important;
    color: white !important;
    width: 230px;
}
.showhim2 {
    position: relative; 
}
.showme2 {
    padding-left: 15px !important;
    display: block;
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
    background-color: #101010;
    padding-left: 0px !important;
    color: white !important;
    width: 230px;
}
.showme3 {
    background-color: #022c44;
    color: white !important;
    width: 140px;
    border-radius: 3px;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.k-navbar {
    width: 100%;
    min-height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.k-nav-item:hover, k-nav-item:active {
    list-style-type: none !important;
    color: #f51e46;
}


.k-nav-menu {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 30px;
}

.nav-branding {
    font-size: 2rem
}

.k-hamburger {
    display: none;
    cursor: pointer;
}

.k-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    transition: all 0.3s ease;
    background-color: #101010;
}

.k-container {
    width: 1600px;
    margin: auto;
    background-color: white;
    max-height: 110px;
}

.k-subcontainer {
    width: 85%;
    margin: auto;
}

@media(max-width:1600px) {
    .k-container {
        width: 100%
    }
}

@media(max-width:1024px) {
    .k-hamburger {
        display: block;
    }

        .k-hamburger.active .k-bar:nth-child(2) {
            opacity: 0;
        }

        .k-hamburger.active .k-bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .k-hamburger.active .k-bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .k-nav-menu {
        position: fixed;
        left: -100%;
        top: 120px;
        flex-direction: column;
        background-color: #101010;
        width: 100%;
        transition: 0.3s;
        color: white;
    }

    .showme {
        margin-top: 0px;
        position: static;
        width: 100%;
    }
    .showme2 {
        margin-top: 0px;
        position: static;
        width: 100%;
    }

    .arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        right: 25px;
        cursor: pointer;
        z-index: 999;
    }

        .arrow::after {
            background: #fff;
            content: "";
            background: #242424;
            position: absolute;
            top: 10px;
            left: 17px;
            height: 15px;
            width: 3px;
        }

        .arrow::before {
            background: #fff;
            content: "";
            background: #242424;
            position: absolute;
            top: 17px;
            left: 11px;
            width: 15px;
            height: 3px;
        }

    .k-nav-item {
        color: white !important;
    }

    .k-navbar a {
        color: white !important;
        outline: medium !important;
    }

    .k-nav-menu.active {
        left: 0;
    }
}



.KR_nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.k_center {
    /*    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.k_centerdiv {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.k_centerdivCont {
    position: relative;
}

.k_centerofdiv {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.rbl input[type="radio"] {
    margin-left: 20px;
    margin-right: 2px;
}

.ChkBoxClass input {
    width: 25px;
    height: 25px;
}

.BotonDeImagen {
    width: 25px;
    height: 25px;
}

.hiddencol {
    display: none
}

.kmydatagrid2 {
    width: 95%;
    min-width: 80%;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
}

.kmydatagrid {
    width: 95%;
    border: thin solid #6A6A6A;
    min-width: 80%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    font-size: 14px;
}


.kmydatagridOverview {
    width: 95%;
    min-width: 80%;
    /*border: thin solid #6A6A6A;*/
    background-color: #FFFFFF;
    font-size: 14px;
}

    .kmydatagridOverview td {
        padding: 5px;
    }

    .kmydatagridOverview th {
        padding: 5px;
    }

.kmystatbox {
    border: thin solid #6A6A6A;
    height: 250px;
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1px;
    font-size: 14px;
    margin: 10px;
    display: flex;
}

.kmystatboxNoShadow {
    border: thin solid #6A6A6A;
    height: 250px;
    padding: 15px;
    background-color: #ffffff;
   
    font-size: 14px;
    margin: 10px;
    display: flex;
}


.kmystatSection {
    border: thin solid #6A6A6A;
   
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1px;
    font-size: 14px;
    margin: 10px;
   
}

.kborderboxnoshadow {
    border: thin solid #6A6A6A;
}

.K-info-title-grid {
    display: grid;
    grid-template-columns: 130px 1fr 70px 1fr;
    /*column-gap: 10px;*/
    row-gap: 20px;
}

.k-row {
    display: flex;
    flex-direction: row;
}

.k-row-no-flex {
    flex-direction: row;
}

.k-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kheaderAca {
    background-color: white;
    color: #101010;
    height: 60px !important;
    /* text-align: left;*/
}
.kheader {
    background-color: white;
    color: #101010;
    border-width: 1px !important;
    /* text-align: left;*/
}

.kheader2 {
    background-color: white;
    color: #101010;
    height: 60px !important;
    z-index: 100
    /* text-align: left;*/
}

.krows {
    background-color: #fff;
    color: #000;
    /*min-height: 10px;*/
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px !important;
}

    .krows:hover {
        background-color: #E4E4E4;
        color: #101010;
        text-align: left;
    }

.kselectedrow {
    background-color: #D3D3D3;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.kmydatagridinvis {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.kmydatagrid a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-width: 1px !important;
}

    .kmydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.kmydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.kmydatagrid td {
    padding: 5px;
}

.kmydatagrid th {
    padding: 5px;
}

.k_radioBtn {
    vertical-align: middle;
    align-items: center;
    margin: 10px;
}

.k_hidden {
    display: none;
}

.k-btn-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.k-search-icon {
    display: flex;
    margin: 5px;
    Height: 20px;
}

.k-nobordersearch {
    background: none;
    border: none;
    width: 100%
}

.k-clear-icon {
    display: flex;
    margin: 5px;
    Height: 20px;
}

.k_error {
    color: red;
}

.k-bold {
    font-weight: bold;
}

k_center {
    text-align: center;
    align-items: center;
}

.k_height {
    height: 30px;
    vertical-align: middle;
    color: white;
}

.k_row {
    display: flex;
    flex-direction: row;
}

.k_column {
    display: flex;
    flex-direction: column;
}

.k_white_label {
    color: white
}



.k_body {
    display: flex;
    flex-direction: row;
}

.k_search_textbox {
    display: flex;
    flex: 1;
    background: White;
    height: 30px;
    border: 1px solid #4D1212;
    border-radius: 4px;
    transition: .6s;
    overflow: hidden;
    /* box-shadow: inset 1px 1px 2px rgba(0,0,0.05)*/
}

    .k_search_textbox:hover {
        border: thin solid #C80F0F;
    }


.k-search-bar {
    height: 50px;
    display: flex;
    flex-direction: row;
    /*background-color: #F0F0F0;*/
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #101010;
    box-shadow: 1px 1px 1px rgba(0,0,0.05);
    /*font-size: 14px;*/
}

.k_filter_section {
    display: flex;
    flex-direction: row;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0.05);
    margin-right: 60px;
    margin-left: 30px;
    font-size: 14px;
}

.k-flex-container-row {
    display: flex;
}

.k-flex {
    display: flex;
}

.k-flex-item {
    display: flex;
    margin: 20px;
}

.k-left-section {
    display: flex;
    flex: 1;
    margin-right: 10px;
    padding: 10px;
    height: 50px;
    align-items: center;
    max-width: 400px;
}

.k-middle-section {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-right: 10px;
    width: 400px;
    display: flex;
    flex-direction: row;
    height: 50px;
    white-space: nowrap;
    align-items: center;
}

.k-right-section {
    display: flex;
    padding: 10px;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    white-space: nowrap;
}

.k-right-Image {
    display: flex;
    margin-left: 50px;
    text-align: right;
}

.k-left-info-rest {
    display: flex;
}

.k-searchbox {
    height: 30px;
    width: 40px;
}

.k-searchbutton {
    height: 30px;
    width: 40px;
}

.k-leftHalf {
    width: 50%;
    height: 100%;
    background-size: cover;
}

.k-Image

.k-rightHalf {
    width: 49%;
    position: absolute;
    right: 0px;
    height: 256%;
    top: 104px;
    text-align: start;
}
/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/
.k-error-text {
    color: red;
    display: none;
}

.k-hidden {
    visibility: hidden;
}
/*--------------------------------------------------------------
# Button Css
--------------------------------------------------------------*/
.k-button {
    background: white;
    width: 100px;
    height: 30px;
    transition: .6s;
    overflow: hidden;
    border: thin solid #4D1212;
    border-radius: 5px;
}

    .k-button:focus {
        outline: none;
    }

    .K-button:before {
        content: '';
        display: block;
        position: absolute;
        background: red;
        width: 40px;
        height: 100%;
        left: 0;
        opacity: .5;
        filter: blur(30px);
        transform: translateX(-130px) skewX(-15deg);
    }

    .k-button:after {
        content: '';
        display: block;
        position: absolute;
        background: green;
        width: 20px;
        height: 100%;
        left: 20px;
        opacity: 0;
        filter: blur(30px);
        transform: translateX(-130px) skewX(-15deg);
    }

    .k-button:hover {
        background: white;
        cursor: pointer;
    }

        .k-button:hover:before {
            transform: translateX(300px) skewX(-15deg);
            opacity: .6;
            transition: .6s;
        }

        .k-button:hover:before {
            transform: translateX(300px) skewX(-15deg);
            opacity: .6;
            transition: .6s;
        }

.k-text {
    background: none;
    width: 300px;
    height: 30px;
    border: 1px solid #4D1212;
    border-radius: 1px;
    transition: .6s;
    overflow: hidden;
}

.k-button_search {
    background: white;
    height: 30px;
    border: 1px solid #4D1212;
    border-radius: 5px;
    transition: .6s;
    overflow: hidden;
}

    .k-button_search:focus {
        outline: none;
    }

    .K-button_search:before {
        content: '';
        display: block;
        position: absolute;
        background: red;
        width: 40px;
        height: 100%;
        left: 0;
        opacity: .5;
        filter: blur(30px);
        transform: translateX(-130px) skewX(-15deg);
    }

    .k-button_search:after {
        content: '';
        display: block;
        position: absolute;
        background: green;
        width: 20px;
        height: 100%;
        left: 20px;
        opacity: 0;
        filter: blur(30px);
        transform: translateX(-130px) skewX(-15deg);
    }

    .k-button_search:hover {
        background: white;
        cursor: pointer;
    }

        .k-button_search:hover:before {
            transform: translateX(300px) skewX(-15deg);
            opacity: .6;
            transition: .6s;
        }

        .k-button_search:hover:before {
            transform: translateX(300px) skewX(-15deg);
            opacity: .6;
            transition: .6s;
        }

.k-text {
    background: none;
    width: 300px;
    height: 30px;
    border: 1px solid #4D1212;
    border-radius: 4px;
    transition: .6s;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Filter dropdown Css
--------------------------------------------------------------*/
*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

/*body {
    background: #1f1f1f;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}*/

.cont {
    position: relative;
    overflow: hidden;
    height: 800px;
    padding: 25px;
}

.cont__inner {
    position: relative;
    height: 100%;
}

    .cont__inner:hover .el__bg:after {
        opacity: 1;
    }

.el {
    box-shadow: 8px 8px 5px #888888;
    border: thin solid #F2F2F2;
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 24.2%;
    height: 100%;
    background: #FFFFFF;
    transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
    will-change: transform, width, opacity;
}

    .el:not(.s--active) {
        cursor: pointer;
    }

.el__overflow {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.el__inner {
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 1s;
}

.cont.s--inactive .el__inner {
    transform: translate3d(0, 100%, 0);
}

.el__bg {
    position: relative;
    width: calc(100vw - 140px);
    height: 100%;
    transition: transform 0.6s 0.7s;
    will-change: transform;
}

    .el__bg:before {
        content: '';
        position: absolute;
        left: 0;
        top: -5%;
        width: 100%;
        height: 110%;
        background-size: cover;
        background-position: center center;
        transition: transform 1s;
        transform: translate3d(0, 0, 0) scale(1);
    }

.cont.s--inactive .el__bg:before {
    transform: translate3d(0, -100%, 0) scale(1.2);
}

.el.s--active .el__bg:before {
    transition: transform 0.8s;
}

.el__bg:after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s;
}

.cont.s--el-active .el__bg:after {
    transition: opacity 0.5s 1.4s;
    opacity: 1 !important;
}

.el__preview-cont {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s 1.2s;
}

.cont.s--inactive .el__preview-cont {
    opacity: 0;
    transform: translateY(10px);
}

.cont.s--el-active .el__preview-cont {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
}

.el__heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.el__content {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.1s;
}

.el.s--active .el__content {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.5s 1.4s;
}

.el__text {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
}

.el__close-btn {
    z-index: -1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 0.45s;
    cursor: pointer;
}

.el.s--active .el__close-btn {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    transition: all 0s 1.4s;
}

.el__close-btn:before, .el__close-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin-top: -4px;
    background-color: #A20D0D;
    opacity: 0;
    transition: opacity 0s;
}

.el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
    opacity: 1;
}

.el__close-btn:before {
    transform: rotate(45deg) translateX(100%);
}

.el.s--active .el__close-btn:before {
    transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    transform: rotate(45deg) translateX(0);
}

.el__close-btn:after {
    transform: rotate(-45deg) translateX(100%);
}

.el.s--active .el__close-btn:after {
    transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
    transform: rotate(-45deg) translateX(0);
}

.el:hover .el__bg:before {
    transform: translate3d(0, 0, 0) scale(1.1);
}

.cont.s--el-active .el:nth-child(1):not(.s--active) {
    transform: scale(0.5) translate3d(0%, 0, 0);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(1) .el__inner {
    transition-delay: 0s;
}

.el:nth-child(1) .el__bg {
    transform: translate3d(0%, 0, 0);
}

    .el:nth-child(1) .el__bg:before {
        transition-delay: 0s;
        background-color: #FFFFFF;
    }

.el:nth-child(2) {
    transform: translate3d(105.2083333333%, 0, 0);
    transform-origin: 155.2083333333% 50%;
}

.cont.s--el-active .el:nth-child(2):not(.s--active) {
    transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(2) .el__inner {
    transition-delay: 0.1s;
}

.el:nth-child(2) .el__bg {
    transform: translate3d(-19.2%, 0, 0);
}

    .el:nth-child(2) .el__bg:before {
        transition-delay: 0.1s;
        background-color: #FFFFFF;
    }

.el:nth-child(3) {
    transform: translate3d(210.4166666667%, 0, 0);
    transform-origin: 260.4166666667% 50%;
}

.cont.s--el-active .el:nth-child(3):not(.s--active) {
    transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(3) .el__inner {
    transition-delay: 0.2s;
}

.el:nth-child(3) .el__bg {
    transform: translate3d(-38.4%, 0, 0);
}

    .el:nth-child(3) .el__bg:before {
        transition-delay: 0.2s;
        background-color: #FFFFFF;
    }

.el:nth-child(4) {
    transform: translate3d(315.625%, 0, 0);
    transform-origin: 365.625% 50%;
}

.cont.s--el-active .el:nth-child(4):not(.s--active) {
    transform: scale(0.5) translate3d(315.625%, 0, 0);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(4) .el__inner {
    transition-delay: 0.3s;
}

.el:nth-child(4) .el__bg {
    transform: translate3d(-57.6%, 0, 0);
}

    .el:nth-child(4) .el__bg:before {
        transition-delay: 0.3s;
        background-color: #FFFFFF;
    }

.el:nth-child(5) {
    transform: translate3d(420.8333333333%, 0, 0);
    transform-origin: 470.8333333333% 50%;
}

.cont.s--el-active .el:nth-child(5):not(.s--active) {
    transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(5) .el__inner {
    transition-delay: 0.4s;
}

.el:nth-child(5) .el__bg {
    transform: translate3d(-76.8%, 0, 0);
}

    .el:nth-child(5) .el__bg:before {
        transition-delay: 0.4s;
        background-color: #FFFFFF;
    }

.el:hover .el__bg:after {
    opacity: 0;
}

.el.s--active {
    z-index: 1;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
}

    .el.s--active .el__bg {
        transform: translate3d(0, 0, 0);
        transition: transform 0.6s;
    }

        .el.s--active .el__bg:before {
            transition-delay: 0.6s;
            transform: scale(1.1);
        }

.icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
}

    .icon-link img {
        width: 100%;
        vertical-align: top;
    }

.icon-link--twitter {
    left: auto;
    right: 5px;
}

.zoom-img {
    width: 500px;
    height: 500px;
    overflow: scroll;
}

    .zoom-img img {
        width: 100%;
        transition: width 0.25s ease;
    }

        .zoom-img img:hover {
            width: 3000px;
        }
