.wrap {
    background: url('/images/cont_body_bg.png') #fbdb6f;
    position: relative;
    min-height: 100%;
}
/*  Header
------------------------*/
#header {
    background: #ffffff;
    position: relative;
}
#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('/images/header_left_bg.png') no-repeat 0 50%;
    height: 100%;
    width: 370px;
    z-index: 1;
}
#header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url('/images/header_right_bg.png') no-repeat 50% 50%;
    height: 100%;
    width: 370px;
    z-index: 1;
}
#header .header-content {
    position: relative;
    z-index: 2;
}
.logo {
    float: left;
    margin-right: 45px;
}

/*  Main menu
------------------------*/
.block-menu {
    margin-top: 70px;
}
.main-menu li.leaf a {
    text-transform: uppercase;
    color: #067be7;
    font-size: 24px;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu li.leaf a:hover {
    background: #efefef;
}
.main-menu li.leaf a.active {
    color: #ffffff;
    background: #067be7;
}

/*  Lang block
------------------------*/
.lang-block {
    position: absolute;
    top: 10px;
    right: 0;
}
.lang-block li.dropdown {
    border: 2px solid #cccccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #f4f4f4;
}

.lang-block .lang-link {
    display: inline-block;
    background: url('/images/sprite.png') no-repeat;
    padding:  5px 0px 5px 38px;
    font-size: 17px;
}
.lang-block .lang-drop {
    display: block;
    width: 63px;
    height: 35px;
    padding: 1px 15px;
}
.lang-block .lang-drop.ru + .dropdown-menu .lang-link.ru {
    font-weight: 600;
}
.lang-block .lang-drop.tt + .dropdown-menu .lang-link.tt {
    font-weight: 600;
}
.lang-block .lang-drop.en + .dropdown-menu .lang-link.en {
    font-weight: 600;
}
.lang-block .lang-link.ru {
    background-position: 1px 1px;
}
.lang-block .lang-link.tt {
    background-position: 1px -70px;
}
.lang-block .lang-link.en {
    background-position: 1px -141px;
}
.lang-block .lang-drop.ru {
    background-position: 16px 2px;
}
.lang-block .lang-drop.tt {
    background-position: 16px -69px;
}
.lang-block .lang-drop.en {
    background-position: 16px -140px;
}
.lang-block .lang-link:hover {
    background-color: transparent;
}
.lang-block .dropdown-menu {
    min-width: 65px;
    padding: 20px;
    margin: 0;
    top: -2px;
    left: auto;
    right: -2px;
}
.lang-block .dropdown-menu li {
    margin: 5px 0;
}
.lang-block .dropdown-menu li a:hover {
    text-decoration: underline;
}

/*  Color rows
------------------------*/
.color-rows {
    background: #fffd8c;
    position: relative;
}
.color-rows .color-row {
    float: left;
    width: 14.283333333%;
    height: 7px;
}
.color-rows .color-row-1 {
    background: #fc7777;
}
.color-rows .color-row-2 {
    background: #ffb808;
}
.color-rows .color-row-3 {
    background: #85d42e;
}
.color-rows .color-row-4 {
    background: #2ed4d4;
}
.color-rows .color-row-5 {
    background: #5d9be9;
}
.color-rows .color-row-6 {
    background: #b15de9;
}
.color-rows .color-row-7 {
    background: #e95db4;
}


/*  Rotator
------------------------*/
.rotator img {
    margin: 0 auto;
}
.rotator .slick-prev,
.rotator .slick-next {
    background: url('/images/sprite.png') no-repeat;
    width: 25px;
    height: 40px;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rotator .slick-prev {
    background-position: 0px -1021px;
    left: 15px;
}
.rotator .slick-next {
    background-position: 4px -1080px;
    right: 15px;
}
.rotator .slick-prev::before,
.rotator .slick-next::before {
        content: none;
}
.rotator:hover .slick-prev,
.rotator:hover .slick-next {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.rotator .slick-prev:hover,
.rotator .slick-next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*  Content body
------------------------*/
.content-body .inside-content-body {
    background: #ffffff;
    position: relative;
    min-height: 550px;
}

/*  Block About
------------------------*/
.block-about {
    font-size: 20px;
    color: #343434;
    line-height: 1.8;
    border-top: 5px solid #d8d8d8;
}
.block-about .content {
    padding: 13% 14%;
}



/*  Block top content
------------------------*/
.block-top-cont {
    background: #e7e7e7;
    padding: 0;
    position: relative;
}
.block-top-cont::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #dadada;
}

/*  theme menu
------------------------*/
.theme-menu .btn-drop {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    padding: 13px 35px;
    display: inline-block;
    width: 360px;
    border: 0;
    border-top: 3px solid #85c3fd;
    border-bottom: 6px solid #3a89d2;
    background: #4b97de;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;


    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.theme-menu .btn-drop .cross {
    content: "";
    position: absolute;
    height: 60px;
    width: 80px;
    top: -3px;
    right: 0;
    background: #85c3fd;
    border-top: 3px solid #b0d9ff;
}
.theme-menu .btn-drop .cross::before,
.theme-menu .btn-drop .cross::after {
    content: "";
    display: block;
    height: 4px;

    position: absolute;
    top: 45%;

    transition: 0.3s;
    background: #ffffff;
}
.theme-menu .btn-drop .cross::before {
    left: 19%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 30px;
}
.theme-menu .btn-drop .cross::after {
    left: auto;
    right: 20%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 30px;
}
.theme-menu .btn-drop[aria-expanded="true"] .cross::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 30%;
}
.theme-menu .btn-drop[aria-expanded="true"] .cross::after {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   right: 31%;
}

.theme-menu .open .btn-drop,
.theme-menu .btn-drop:hover,
.theme-menu .btn-drop:focus,
.theme-menu .btn-drop:active {
    background: #4b97de !important;
}
.theme-menu li {
    list-style: none;
}
.theme-menu .dropdown-menu {
    width: 360px;
    border-top: none;
    border-left: 3px solid #63adf1;
    border-right: 3px solid #63adf1;
    border-bottom: 4px solid #63adf1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    padding: 15px 20px;
}
.theme-menu .dropdown-menu-wrap {
    max-height: 628px;
    overflow: hidden;
    padding-right: 30px;
    padding-left: 15px;
}
.theme-menu .dropdown-menu-wrap > li > a {
    border-top: 3px solid #eeeeee;
    position: relative;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.theme-menu .dropdown-menu-wrap > li:first-child > a {
    border-top: none;
}
.theme-menu .dropdown-menu-wrap > li.active > a {
    background: #efefef;
}
.theme-menu .dropdown-menu-wrap > li.active + li > a {
    border-top: none;
}
.theme-menu .dropdown-menu-wrap > li.active > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background: #4b97de;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}




.nav-btn-block {
    text-align: right;
    display: table;
    height: 60px;
}
.nav-btn-block .content {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 40px;
}
.nav-btn-block .btn-nav {
    float: none;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    background: #85c3fd;
    padding: 13px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-btn-block .btn-nav.btn-prev {
    padding-left: 45px;
}
.nav-btn-block .btn-nav.btn-next {
    padding-right: 45px;
    margin-left: 20px;
}
.nav-btn-block .btn-nav::before {
    content: "";
    background: url('/images/sprite.png') no-repeat;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
}
.nav-btn-block .btn-nav.btn-prev::before {
    background-position: 7px -211px;
    left: 0px;
}
.nav-btn-block .btn-nav.btn-next::before {
    background-position: 10px -259px;
    right: 0px;
}
.nav-btn-block .btn-nav::after {
    content: "";
    background: #4b97de;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    border-bottom: 6px solid #3a89d2;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-btn-block .btn-nav.btn-prev::after {
    left: 0px;
}
.nav-btn-block .btn-nav.btn-next::after {
    right: 0px;
}
.nav-btn-block .btn-nav:hover::after {
    width: 100%;
}


/*  Lang title
------------------------*/
.block-lang-title {
    text-align: center;
}
.block-lang-title .content {
    padding: 0 55px;
    position: relative;
}
.block-lang-title span {
    display: inline-block;
    font-size: 32px;
    line-height: 1.5385;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 15px;
    vertical-align: middle;
}
.block-lang-title span h1 {
    padding: 0;
}
.block-lang-title span.wrap-audio {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    line-height: 1;
}
.block-lang-title span.lang-title {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.block-lang-title span.lang-title.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: relative;
}

.play-small {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('/images/sprite.png') no-repeat 0px -330px;
}
.play-small-2 {
    display: inline-block;
    width: 39px;
    height: 30px;
    background: url(/images/sprite.png) #ffffff no-repeat 0px -724px;
}

.play-large {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('/images/sprite.png') no-repeat 0px -418px;
}

@keyframes colorswap-1 {
    0% { fill: #ffb05d; }
    20% { fill: #ffb05d; }
    40% { fill: #ffb05d; }
    60% { fill: #e5e5e5; }
    80% { fill: #e5e5e5; }
    100% { fill: #e5e5e5; }
}
@keyframes colorswap-2 {
    0% { fill: #e5e5e5; }
    20% { fill: #ffb05d; }
    40% { fill: #ffb05d; }
    60% { fill: #ffb05d; }
    80% { fill: #e5e5e5; }
    100% { fill: #e5e5e5; }
}
@keyframes colorswap-3 {
    0% { fill: #e5e5e5; }
    20% { fill: #e5e5e5; }
    40% { fill: #ffb05d; }
    60% { fill: #ffb05d; }
    80% { fill: #ffb05d; }
    100% { fill: #e5e5e5; }
}

.audio-play.play svg .group-2 {
    -webkit-animation: colorswap-1 1s ease infinite;
    -moz-animation: colorswap-1 1s ease infinite;
    animation: colorswap-1 1s ease infinite;
}
.audio-play.play svg .group-4 {
    -webkit-animation: colorswap-2 1s ease infinite;
    -moz-animation: colorswap-2 1s ease infinite;
    animation: colorswap-2 1s ease infinite;
}
.audio-play.play svg .group-6 {
    -webkit-animation: colorswap-3 1s ease infinite;
    -moz-animation: colorswap-3 1s ease infinite;
    animation: colorswap-3 1s ease infinite;
}





/*  Viwes etiquette
------------------------*/
.views-etiquette .views-content {
    background: #ffd6f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 2% 40px;
    padding: 40px 20px;
}
.views-etiquette #etiquette-carousel {
    width: 540px;
    margin-left: 60px;
    margin-top: 75px;
    margin-bottom: 80px;
    padding-bottom: 40px;
}
.views-etiquette .carousel .item {

}
.views-etiquette .carousel .item .item-content {
    background: #ffffda;
    border: 3px solid #fc7777;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px;
    width: 450px;
    margin: 0 auto 20px;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 2px 2px 7px 0px #ababab;
    -moz-box-shadow: 2px 2px 7px 0px #ababab;
    box-shadow: 2px 2px 7px 0px #ababab;
}
.views-etiquette .etiquette-title {
    font-size: 22px;
}
.views-etiquette .etiquette-audio {
    text-align: center;
    margin-top: 20px;
}

.views-etiquette .carousel-control {
    top: 100%;
}
.views-etiquette .carousel-control.left {
    left: 50%;
    margin-left: -73px;
}
.views-etiquette .carousel-control.right {
    right: 50%;
    margin-right: -73px;
}

.carousel-control {
    width: 62px;
    height: 62px;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.left {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background: url('/images/sprite.png') no-repeat 0px -521px;
}
.carousel-control.right {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background: url('/images/sprite.png') no-repeat 0px -618px;
}



/*  Subjects map
------------------------*/
.views-subject-items .subject-items-map {
    padding-bottom: 50px;
}
.views-subject-items .subject-items-map > .field-content{
    border: 10px solid #fbdb6f;
}
.map-items .subject-items-map {
    text-align: center;
}
.map-items .subject-items-map > .field-content {
    display: inline-block;
    text-align: left;
    position: relative;
}
.map-items .subject-items-map .field-content img {
    max-height: 600px;
    min-height: 450px;
}
.map-items .subject-point {
    position: absolute;
    z-index: 5;
    width: 12px;
    height: 12px;
    background: #3e5fcd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.map-items .subject-point:hover,
.map-items .subject-point.active {
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.popover {
    width: 260px;
    max-width: 260px;
    border: 3px solid #fc7777;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.popover.top {
    margin-top: -15px;
}
.popover.bottom {
    margin-top: 15px;
}
.popover.left {
    margin-left: -15px;
}
.popover.right {
    margin-left: 15px;
}
.popover > .arrow {
    border-width: 16px;
}
.popover.top > .arrow {
    bottom: -17px;
    margin-left: -16px;
    border-top-color: #fc7777 !important;
}
.popover.bottom > .arrow {
    top: -17px;
    margin-left: -16px;
    border-bottom-color: #fc7777 !important;
}
.popover.left > .arrow {
    right: -17px;
    margin-top: -16px;
    border-left-color: #fc7777 !important;
}
.popover.right > .arrow {
    left: -17px;
    margin-top: -16px;
    border-right-color: #fc7777 !important;
}
.popover > .arrow::after {
    content: none !important;
}

.popover .close-popover {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff5c1;
    color: #e03d3d;
    font-size: 17px;
    text-align: center;
    border: 2px solid #e03d3d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-weight: 600;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.57);
    outline: none;
    z-index: 25;
}
.popover .subject-item-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0;
}
.popover .subject-item {
    display: table;
    width: 100%;
}
.popover .subject-item > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.subject-btn {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.map-items .subject-items-more {
    color: #ffffff;
    background: #067be7;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*  page Subjects
------------------------*/
.views-subjects-list {
    padding-top: 40px;
    padding-bottom: 40px;
}
.views-subjects-list .views-content {
    padding: 0 40px;
    overflow-y: auto;
    max-height: 697px;
}
.views-subjects-list .views-row {
    background: #f5f5f5;
    border: 3px solid #d9d8d2;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    margin: 0 1.5% 3%;
    padding: 45px 15px;
    width: 22%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.views-subjects-list .views-row:hover {
    border-color: #fc7777;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 4px 4px 7px 0px #ababab;
    -moz-box-shadow: 4px 4px 7px 0px #ababab;
    box-shadow: 4px 4px 7px 0px #ababab;
}
.views-subjects-list .views-field-subject_img {
    display: inline-block;
}
.views-subjects-list .views-field-subject_title {
    margin-top: 10px;
}
.views-subjects-list .views-field-subject_title a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #bf0000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.views-subjects-list .views-field-subject_title a:hover {
    color: #067be7;
}

.views-subjects-list .scroll-wrapper > .scroll-element.scroll-y {
    right: 15px;
}

/* test */
.views-subjects-list-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.views-subjects-list-1 .views-content {
    padding: 0 40px;
}
.views-subjects-list-1 .views-row {
    margin: 0 1.5% 0%;
    padding: 0 0 3%;
    width: 22%;
    text-align: center;
    position: relative;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}
.views-subjects-list-1 .views-field-subject_title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.views-subjects-list-1 .views-row-front {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #f5f5f5;
    border: 3px solid #85a9d9;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    overflow: hidden;
}
.views-subjects-list-1 .views-row-back {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 87%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #ffeebe;
    border: 3px solid #f0c75b;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.views-subjects-list-1 .views-row-back .row-back-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.views-subjects-list-1 .views-row-back .row-back-content {
    display: table-cell;
    vertical-align: middle;
}
.views-subjects-list-1 .views-row-back {
    -webkit-transform: translate3d(0,0,-239px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-239px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-239px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-239px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-239px) rotate3d(1,0,0,90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.views-subjects-list-1 .views-row:hover .views-row-front {
    -webkit-transform: translate3d(0,239px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,239px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,239px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,239px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,239px,0) rotate3d(1,0,0,-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.views-subjects-list-1 .views-row:hover .views-row-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.views-subjects-list-1 .views-row-front .views-field-subject_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.55);
    border-top: 3px solid #ffffff;
}
.views-subjects-list-1 .views-row-front .views-field-subject_title a {
    color: #bf0000;
}

/*  Subject
------------------------*/
.views-subject .views-content {
    /*padding: 0 20px;*/
}
.subject-slider .slick-list {
    background: #c1fff4;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    padding: 20px 0;
}
.subject-slider .slick-slide {
    padding: 0 2.5%;
}
.subject-slider .views-row {
    margin: 0 3%;
    width: 27.333333%;
    padding: 0;
    height: 330px;
}
.subject-slider .views-row .row-content {
    background: #ffffff;
    border: 3px solid #a0bee4;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.subject-slider .subject-img {
    margin-bottom: 20px;
}
.subject-slider .subject-img img {
    max-height: 120px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.subject-slider .views-row .row-content:hover .subject-img img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.subject-slider .subject-title {
    font-size: 18px;
    font-weight: 600;
}
.subject-slider .subject-audio {
    text-align: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.subject-slider .subject-audio .subject-play {
    margin-top: 15px;
}
.subject-slider .views-row .row-content:hover {
    border-color: #fc7777;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 2px 2px 7px 0px #ababab;
    -moz-box-shadow: 2px 2px 7px 0px #ababab;
    box-shadow: 2px 2px 7px 0px #ababab;
}
.subject-slider .views-row .row-content:hover .subject-audio {
    height: 66px;
}



.subject-slider .slick-prev,
.subject-slider .slick-next {
    width: 62px;
    height: 62px;
    z-index: 1;
}
.subject-slider .slick-prev {
    left: 50px;
}
.subject-slider .slick-next {
    right: 50px;
}
.subject-slider .slick-prev::before,
.subject-slider .slick-next::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
}
.subject-slider .slick-prev::before {
    background: url('/images/sprite.png') no-repeat 0px -521px;
}
.subject-slider .slick-next::before {
    background: url('/images/sprite.png') no-repeat 0px -618px;
}

.subject-slider-nav {
    overflow: hidden;
    margin-top: 20px;
}
.subject-slider-nav .slick-list {
    width: 33.333333%;
    margin: auto;
    overflow: visible;
}
.subject-slider-nav .slick-slide > .row {
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 16px 10px;
    margin: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}
.subject-slider-nav .slick-slide.slick-active > .row {
    border-color: #a8a8a8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.subject-slider-nav .subject-img img {
    max-height: 47px;
    margin: 0 auto;
}



/*  Subject Carousel
------------------------*/
.subject-carousel {
    position: relative;
}
.subject-carousel .stage {
    position: relative;
    width: 100%;
    border-top: 4px solid #d9d9d9;
}
.subject-carousel .carousel-stage {
    height: 500px;
    overflow: hidden;
}
.subject-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.subject-carousel .carousel li {
    float: left;
    width: 1170px;
}
.subject-carousel .subject-items-map .field-content img {
    max-height: 500px;
    max-width: none;
}
.subject-carousel .prev-stage,
.subject-carousel .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    color: #fff;



}
.subject-carousel .prev-stage {
    left: 0;
}
.subject-carousel .next-stage {
    right: 0;
}
.subject-carousel .prev-stage.inactive,
.subject-carousel .next-stage.inactive {
    display: none;
}
.subject-carousel .stage-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 8px solid #dad0fc;
    border-bottom: 8px solid #dad0fc;
}
.subject-carousel .stage-wrap .stage-wrap-ins {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #067be7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.subject-carousel .prev-stage:hover .stage-wrap .stage-wrap-ins,
.subject-carousel .next-stage:hover .stage-wrap .stage-wrap-ins {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.subject-carousel .stage-white-border {
    width: 5px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    background: #ffffff;
}
.subject-carousel .prev-stage .stage-white-border {
    left: 0;
}
.subject-carousel .next-stage .stage-white-border {
    right: 0;
}
.subject-carousel .prev-stage span,
.subject-carousel .next-stage span {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 40px;
    background: url('/images/sprite.png') no-repeat;
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.subject-carousel .prev-stage span {
    left: 20px;
    background-position:  0px -859px;
}
.subject-carousel .next-stage span {
    right: 20px;
    background-position:  0px -788px;
}
.subject-carousel .prev-stage::before,
.subject-carousel .next-stage::before,
.subject-carousel .prev-stage::after,
.subject-carousel .next-stage::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: #b4d7f8;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.subject-carousel .prev-stage::before,
.subject-carousel .next-stage::before {
    bottom: 50%;
}
.subject-carousel .prev-stage::after,
.subject-carousel .next-stage::after {
    top: 50%;
}
.subject-carousel .prev-stage:hover::before,
.subject-carousel .next-stage:hover::before,
.subject-carousel .prev-stage:hover::after,
.subject-carousel .next-stage:hover::after {
    height: 50%;
}


.subject-navigation {
    position: relative;
    border-top: 4px solid #a2a2a2;
    border-bottom: 6px solid #a2a2a2;
    -webkit-box-shadow: 0 0 20px 4px #e0e0e0;
    -moz-box-shadow: 0 0 20px 4px #e0e0e0;
    box-shadow: inset 0 0 20px 4px #e0e0e0;
    background: #ffffff;
}
.subject-navigation .subject-navigation-wrap {
    padding: 0 30px;
    border-left: 7px solid #e0e0e0;
    border-right: 7px solid #e0e0e0;
}
.subject-navigation .carousel-navigation {
    height: 108px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.subject-navigation .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.subject-navigation .carousel li {
    float: left;
    width: 113px;
    height: 88px;
    margin: 0 12px;
}
.subject-navigation .carousel li .subject-thumb {
    background: #fff5c1;
    border: 4px solid #b7b7b7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table;;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.subject-navigation .carousel li.active .subject-thumb {
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#636363);
    -webkit-box-shadow: 2px 2px 6px 0px #636363;
    -moz-box-shadow: 2px 2px 6px 0px #636363;
    box-shadow: 2px 2px 6px 0px #636363;
    -webkit-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    background: #ffffff;
    border-color: #fc7777;
}
.subject-navigation .carousel li .subject-thumb .field-content {
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.subject-navigation .carousel li .subject-thumb img {
    max-height: 80px;
    margin: 0 auto;
}
.subject-navigation .carousel li .subject-thumb.sum-2 img + *,
.subject-navigation .carousel li .subject-thumb.sum-3 img + *,
.subject-navigation .carousel li .subject-thumb.sum-3 img + * + * {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}


@keyframes thumbswap-2-1 {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    5% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }
    10% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    15% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    20% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }
    25% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    30% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }
    35% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }
    40% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
    }
    45% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    55% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
    60% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
    }
    65% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }
    70% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }
    75% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    80% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }
    85% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    90% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    95% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}
@keyframes thumbswap-2-2 {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    5% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
    10% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
    }
    15% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }
    20% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }
    25% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    30% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }
    35% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    40% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    45% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    55% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }
    60% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    65% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    70% {

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }
    75% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    80% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }
    85% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }
    90% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
    }
    95% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}
@keyframes thumbswap-3-1 {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    33% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    66% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}
@keyframes thumbswap-3-2 {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    33% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    66% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}
@keyframes thumbswap-3-3 {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    33% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    66% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

.subject-navigation .carousel li .subject-thumb.sum-2:hover img:first-child {
    -webkit-animation: thumbswap-2-1 2s ease infinite;
    -moz-animation: thumbswap-2-1 2s ease infinite;
    animation: thumbswap-2-1 2s ease infinite;
}
.subject-navigation .carousel li .subject-thumb.sum-2:hover img:first-child + * {
    -webkit-animation: thumbswap-2-2 2s ease infinite;
    -moz-animation: thumbswap-2-2 2s ease infinite;
    animation: thumbswap-2-2 2s ease infinite;
}
.subject-navigation .carousel li .subject-thumb.sum-3:hover img:first-child {
    -webkit-animation: thumbswap-3-1 3s ease infinite;
    -moz-animation: thumbswap-3-1 3s ease infinite;
    animation: thumbswap-3-1 3s ease infinite;
}
.subject-navigation .carousel li .subject-thumb.sum-3:hover img:first-child + * {
    -webkit-animation: thumbswap-3-2 3s ease infinite;
    -moz-animation: thumbswap-3-2 3s ease infinite;
    animation: thumbswap-3-2 3s ease infinite;
}
.subject-navigation .carousel li .subject-thumb.sum-3:hover img:first-child + * + * {
    -webkit-animation: thumbswap-3-3 3s ease infinite;
    -moz-animation: thumbswap-3-3 3s ease infinite;
    animation: thumbswap-3-3 3s ease infinite;
}

.subject-navigation .carousel li a.btn-next {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #85c3fd;
    width: 100%;
    height: 100%;
    display: table;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.subject-navigation .carousel li a.btn-next span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    white-space: pre-wrap;
}
.subject-navigation .carousel li a.btn-next::after {
    content: "";
    background: #4b97de;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0px;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.subject-navigation .carousel li a.btn-next:hover::after {
    width: 100%;
}

.subject-navigation .prev-navigation,
.subject-navigation .next-navigation {
    display: block;
    position: absolute;
    top: 37px;
    width: 30px;
    height: 30px;
    background: url('/images/sprite.png') no-repeat;
}
.subject-navigation .prev-navigation {
    left: 11px;
    background-position:  6px -973px;
}
.subject-navigation .next-navigation {
    right: 11px;
    background-position:  6px -923px;
}
.subject-navigation .prev-navigation.inactive,
.subject-navigation .next-navigation.inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}



/*  Solo item
------------------------*/
.solo-item {
    text-align: center;
    display: table;
    width: 100%;
    height: 500px;
}
.solo-item .solo-item-wrap {
    display: table-cell;
    vertical-align: middle;
}
.solo-item .solo-item-content {
    display: inline-block;
    text-align: left;
}
.solo-item .views-row {
    position: relative;
    margin: 0 18px;
    width: 255px;
    padding: 0;
    height: 400px;
    background: #feffdd;
    border: 3px solid #a0bee4;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.solo-item .views-row:hover {
    background: #a0bee4;
}
.solo-item .audio-block {
    height: 100%;
}
.solo-item .subject-img {
    display: table;
    width: 100%;
    height: 100%;
}
.solo-item .subject-img > .field-content {
    display: table-cell;
    vertical-align: middle;
}
.solo-item .subject-img img {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.solo-item .views-row:hover .subject-img img {
    filter: alpha(opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.solo-item .subject-titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.solo-item .subject-titles-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;

    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	margin: 0 auto;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.solo-item .views-row:hover .subject-titles-content {
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.solo-item .subject-title {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 15px;
    background: aliceblue;
    border-radius: 10px;
    margin: 10px 0;
}
.solo-item .subject-audio {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}
.solo-item .subject-audio .subject-play {
    display: table-cell;
    vertical-align: bottom;
}
.solo-item .views-row:hover {
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 2px 2px 7px 0px #ababab;
    -moz-box-shadow: 2px 2px 7px 0px #ababab;
    box-shadow: 2px 2px 7px 0px #ababab;
}




/*  Many words
------------------------*/
.many-words {
    min-height: 550px;
}
.subject-carousel .many-words {
    min-height: auto;
}
.many-words .many-words-content {
    margin: 0;
    padding: 40px 20px;
}
.many-words .carousel {
    width: 540px;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.many-words .carousel .item {

}
.many-words .carousel .item .item-content {
    background: #ffffda;
    border: 3px solid #fc7777;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 30px 80px;
    width: 450px;
    margin: 0 auto 20px;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#ababab);
    -webkit-box-shadow: 2px 2px 7px 0px #ababab;
    -moz-box-shadow: 2px 2px 7px 0px #ababab;
    box-shadow: 2px 2px 7px 0px #ababab;
    position: relative;
}
.many-words .many-words-image img {
    max-height: 415px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.many-words .many-words-title {
    font-size: 22px;
}
.many-words .many-words-audio {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.many-words .many-words-audio .field-content {
    display: table;
    width: 100%;
    height: 100%;
}
.many-words .many-words-audio .many-words-play {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.many-words .carousel-control {
    top: 100%;
}
.many-words .carousel-control.left {
    left: 50%;
    margin-left: -73px;
}
.many-words .carousel-control.right {
    right: 50%;
    margin-right: -73px;
}

.carousel-control {
    width: 62px;
    height: 62px;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.left {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background: url('/images/sprite.png') no-repeat 0px -521px;
}
.carousel-control.right {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background: url('/images/sprite.png') no-repeat 0px -618px;
}




/*  Alphabet
------------------------*/
.views-alphabet {

}
.views-alphabet img {
    max-height: 140px;
    margin: 0 auto;
	background-color: white;
    border-radius: 10px;
}
.views-alphabet {
    padding-top: 40px;
    padding-bottom: 20px;
}
.views-alphabet .views-content {
    padding: 0 40px;
}
.views-alphabet .views-row {
    margin: 0 1% 0%;
    padding: 0 0 3%;
    width: 23%;
    text-align: center;
    position: relative;
    -webkit-perspective: 250px;
    -moz-perspective: 250px;
    -o-perspective: 250px;
    -ms-perspective: 250px;
    perspective: 250px;
    overflow: hidden;
}
.views-alphabet .views-field-alphabet-letter {
    font-size: 90px;
    line-height: 2.6;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #e03d3d;
}
.views-alphabet .views-field-subject_img {
    display: inline-block;
}
.views-alphabet .views-field-subject_img img {
    height: 200px;
}
.views-alphabet .views-field-alphabet-title {
       font-size: 17px;
       color: #bf0000;
       font-weight: 600;
       text-transform: uppercase;
       margin-top: 10px;
}
.views-alphabet .views-field-subject_title a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}
.views-alphabet .views-field-alphabet-audio {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}
.views-alphabet .views-field-alphabet-audio .subject-item-play {
    display: table-cell;
    vertical-align: bottom;
}
.views-alphabet .views-row-front {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #c7e1f9;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    overflow: hidden;
}
.views-alphabet .views-row-back {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 87%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #ffdb70;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.views-alphabet .views-row-back .row-back-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.views-alphabet .views-row-back .row-back-content {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}
.views-alphabet .views-row-back {
    -webkit-transform: translate3d(0,0,-232px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-232px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-232px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-232px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-232px) rotate3d(1,0,0,90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
}
.views-alphabet .views-row:hover .views-row-front,
.views-alphabet .views-row.active .views-row-front {
    -webkit-transform: translate3d(0,232px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,232px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,232px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,232px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,232px,0) rotate3d(1,0,0,-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.views-alphabet .views-row:hover .views-row-back,
.views-alphabet .views-row.active .views-row-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.views-alphabet .views-row-front .views-field-subject_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: right;
    font-weight: 600;
    background: rgba(61, 180, 133, 0.55);
}
.views-alphabet .views-row-front .views-field-subject_title a {
    color: #bf0000;
}


/*  Dictionary
------------------------*/
.views-dictionary-alphabet {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 4%;
}
.views-dictionary-alphabet .views-dictionary-alphabet-letter {
    float: left;
    display: inline-block;
    margin: 5px 3px;
    background: aliceblue;
    border-radius: 8px;
}
.views-dictionary-alphabet .views-dictionary-alphabet-letter a {
    display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #575757;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.views-dictionary-alphabet .views-dictionary-alphabet-letter a.active,
.views-dictionary-alphabet .views-dictionary-alphabet-letter a:hover {
    color: #ffffff;
    background: #067be7;
}
.views-dictionary-alphabet .views-dictionary-alphabet-letter a.active,
.views-dictionary-alphabet .views-dictionary-alphabet-letter a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.views-dictionary {
    padding: 0 3% 0 4%;
    margin-bottom: 20px;
}
.views-dictionary .table {
    margin-bottom: 0;
}
.views-dictionary .table td {
    vertical-align: middle;
    border-top: none;
}
.views-dictionary .table td:last-child {
    padding-right: 3%;
}
.views-dictionary .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.views-dictionary .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #faf8db;
}
.views-dictionary .td-dict-audio {
    width: 6%;
    padding-left: 3%;
}
.views-dictionary .td-dict-img {
    width: 15%;
}
.views-dictionary .td-dict-word {
    width: 26%;
}
.views-dictionary .views-dictionary-img img {
    max-height: 64px;
    margin: 0 auto;
}
.views-dictionary .views-dictionary-word {
    font-size: 23px;
    font-weight: 600;
}
.zoomWindowContainer > div {
    border: 3px solid #f0c75b !important;
}
.magnifier {
    background: #ffffff;
}





/*  Footer
------------------------*/
.inside-footer {
    background: #fff5c1;
    position: relative;
    border-bottom: 4px solid #d69b11;
}
.footer-content {
    padding: 32px 0;
}


.block-company p {
    font-size: 22px;
    color: #503535;
}
.block-company img {
    height: 50px;
    margin-right: 55px;
    position: relative;
    top: 15px;
    left: 25px;
}

.color-tat {
    color: #02b028;
}
.color-rus {
    color: #e03d3d;
}
.color-eng {
    color: #3e5fcd;
}
.color-tt,
a.color-tt {
    color: #02b028;
}
.color-ru,
a.color-ru {
    color: #e03d3d;
}
.color-en,
a.color-en {
    color: #3e5fcd;
}



/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.magnifier {
    text-align: center;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-wrapper > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 14px;
}
.views-subjects-list-1 .scroll-wrapper > .scroll-element.scroll-y {
    right: 15px;
}
.scroll-wrapper > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scroll-wrapper > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scroll-wrapper > .scroll-element .scroll-element_outer, .scroll-wrapper > .scroll-element .scroll-element_track, .scroll-wrapper > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scroll-wrapper > .scroll-element .scroll-element_track, .scroll-wrapper > .scroll-element .scroll-bar {

}
.scroll-wrapper > .scroll-element .scroll-element_track {
    background-color: #dfdfdf;
}
.scroll-wrapper > .scroll-element .scroll-bar {
    background-color: #bdd0e0;
<<<<<<< HEAD
}
=======
}
>>>>>>> 08717aa6e56328ad2cb5112b65e9612ec3f4600e
