﻿.index-about {
    margin-top: 20px;
}

.index h1 {
    padding-left: 20px;
}

.index .about-content {
    padding: 0 20px 0 20px;
    padding-bottom: 30px;
}

.index-map {
    padding-bottom: 16px;
    margin-top: 30px;
}

    .index-map h2 {
        padding-left: 20px;
    }

.index-blocks .disable {
    border: 2px solid orangered;
    padding: 20px;
}

.index-blocks .item-main {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}

.index-blocks .item-main-square {
    height: 500px;
}
.index-blocks .item-main-circle {
    height: 450px;
}
.index-blocks .item-main-image {
    height: 350px;
}
.slide li{
    position:relative;
}
/*@media only screen and (max-width: 640px) {
    .index-blocks .item-main {
        height: 340px;
    }
}

@media only screen and (max-width: 360px) {
    .index-blocks .item-main {
        height: 280px;
    }
}*/

.index-blocks .item-header {
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: "Arial";
}

    .index-blocks .item-header a {
        color: white;
        line-height: 120% !important;
        text-transform: uppercase;
        font-size: 220%;
        text-shadow: 1px 1px 4px #000;
        transition: all 0.3s linear;
        text-decoration: underline;
    }

        .index-blocks .item-header a:hover {
            color: yellow;
        }

.index-blocks .item-description {
    padding: 50px 20px 50px 20px;
    line-height:22px;
}

.index-blocks .item-items {
    text-align: center;
}

    .index-blocks .item-items ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .index-blocks .item-items ul li {
            display: inline-block;
            width: 320px;
            vertical-align: top;
        }

@media only screen and (max-width: 1024px) {
    .index-blocks .item-items ul li {
        width: 280px;
    }
}

@media only screen and (max-width: 800px) {
    .index-blocks .item-items ul li {
        width: 220px;
    }
}

@media only screen and (max-width: 640px) {
    .index-blocks .item-items ul li {
        width: 180px;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 360px) {

}
.index-blocks .item-items ul .li-circle {
    position:relative;
    margin:0 20px!important;
    padding:0!important;
}
 .index-blocks .item-items ul li .item-circle {
    width: 270px;
    height: 270px;
    border-radius: 50% !important;
    overflow: hidden;
    border: 4px solid white;
    margin: 0 auto;
}
.index-blocks .item-items ul .li-square {
    position:relative;
    margin: 0 auto;
    background-color: white;
    width: 272px;
    height:350px;
    padding: 3px;
    border-radius: 4px;
    margin:0 5px;
}
.li-square .item-item-name {
    color: #484F34!important;
    text-shadow:none!important;
    text-decoration:none;
    font-size:120%!important;    
    margin:0;
    width:auto!important;
}
.li-image {
    position: relative;
    width: auto !important;
    height: auto !important;
    margin: 0 10px !important;
}
.index-blocks .item-items ul li .item-image {

}
.index-blocks .item-items ul li .item-image img{
    width:auto!important;
    height:auto!important;
}
    .index-blocks .item-items ul .li-square .item-square {
        display: block;
        width: 266px !important;
        width: auto;
        margin: 0 auto;
    }

.index-blocks .item-items ul .li-square .item-square a img {
    display:block;
    width:266px!important;
    height:268px;
}

@media only screen and (max-width: 800px) {
    .index-blocks .item-items ul li .item-circle {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .index-blocks .item-items ul li .item-circle {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 480px) {
    /*.index-blocks .item-items ul li .item-circle {
        width: 120px;
        height: 120px;
    }
    .index-blocks .item-items ul .li-circle {
        margin: 0 10px !important;
    }
    .index-blocks .item-main-circle {
        height: 250px;
    }*/
}

/*@media only screen and (max-width: 360px) {
    .index-blocks .item-items ul li .item-element {
        width: 100px;
        height: 100px;
    }
}*/

.index-blocks .item-items ul li .item-element img {
    width: 270px;
    height: 270px;
    transition: all 0.2s ease-in;
}

/*@media only screen and (max-width: 800px) {
    .index-blocks .item-items ul li .item-element img {
        width: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .index-blocks .item-items ul li .item-element img {
        width: 170px;
    }
}*/

/*@media only screen and (max-width: 480px) {
    .index-blocks .item-items ul li .item-circle img {
        width: 120px;
        height: 120px;
    }
}*/

@media only screen and (max-width: 360px) {
    .index-blocks .item-items ul li .item-element img {
        width: 100px;
        height: 100px;
    }
}

.index-blocks .item-items ul li .item-circle img:hover {
    transform: scale(1.1, 1.1);
}


.index-blocks .item-items ul li .item-item-name {
    display: block;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 140%;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    .index-blocks .item-items ul li .item-item-name {
        font-size: 120%;
        width: 280px;
    }
}

@media only screen and (max-width: 800px) {
    .index-blocks .item-items ul li .item-item-name {
        font-size: 110%;
        width: 220px;
    }
}

@media only screen and (max-width: 640px) {
    .index-blocks .item-items ul li .item-item-name {
        width: 170px;
        font-size: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .index-blocks .item-items ul li .item-item-name {
        width: 120px;
        font-size: 80%;
    }
}

@media only screen and (max-width: 360px) {
    .index-blocks .item-items ul li .item-item-name {
        width: 90%;
        font-size: 60%;
    }
}

.index-blocks .item-items ul li .item-item-name:hover {
    color: yellow;
}


.scrollbar {
    width: 100%;
    height: 6px;
    margin-top: 20px;
}

    .scrollbar .handle {
        width: 100px;
        height: 100%;
        background: #aaa;
        border-radius: 6px;
    }

.sly-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 55px;
    line-height: 58px;
    margin-top: -30px;
    font-size: 200%;
    color: #fff;
    color: #666;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: all 0.2s linear;
}

@media only screen and (max-width: 735px) {
    .sly-button {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .sly-button {
        /*margin-top:0;
    display:none;*/
    }
}

.sly-button:hover, .sly-button:active {
    color: #fff;
    color: #000;
    background: rgba(0, 0, 0, 0.6);
    background: white;
}

.sly-button:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: scale(0.98);
}

.sly-button.prev {
    left: 50px;
}

.sly-button.next {
    right: 50px;
}

.sly-button.disabled {
    opacity: 0.1;
}

.map-viewport {
    width: 100%;
    height: 400px;
}