.item-cont {
    width: 90%;
    /* background: black;*/
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 30px;
}

.item-cont div:not(.no-50) {
    float: left;
    width: calc(100%/6);
    height: 400px;
}

.item div:not(.no-50) {
    width: 100%;
    height: 50%;
}

.item-2 {
    /*background: url(../img/map_bg.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
    opacity: 0.9;
}

.item-1-bg {
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom right, #7d7e7d, #0e0e0e);*/
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.item-1-bg:hover {
    background: rgba(0, 0, 0, 0.5);
}

.item-1 {
    z-index: 1;
    position: relative;
}

.item-4 {
    /*  background: url(../img/stat_bg.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    z-index: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.item-5 {
    /*background: url(../img/open.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    z-index: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.item-1 {
    /* background: url(../img/thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        background-position: -100px;
*/
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
    opacity: 0.9;
}

.item-3 {
    z-index: 1;
    position: relative;
    /* background: url(../img/geo.jpg);
    background-repeat: no-repeat;
    background-size: 240px 200px;*/
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.item-6 {
    z-index: 1;
    position: relative;
    /* background: url(../img/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.item h6 {
    padding-top: 50%;
    color: white;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.text-item h6 {
    padding-top: 20%;
}

.text-item {
    position: relative;
    top: -200px;
    z-index: 0;
    text-align: left;
    padding: 40px;
    white-space: pre-line;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    cursor: pointer;
}

.all-m {
    width: 100%;
    /* background: black;*/
}

.cont-m {
    width: 100%;
    /* background: black;*/
}

#about {
    background-color: white !important;
    width: 100%;
    min-height: 500px;
    color: black;
}

#about i {
    font-size: 60px;
    margin-bottom: 40px;
    color: grey;
}

#contact {
    background-color: grey;
    padding-top: 0;
    width: 100%;
    height: 300px;
}

.text-small {
    padding-top: 0 !important;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 10px;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item-1-bg:hover .text-small {
    max-height: 200px;
    opacity: 1;
}

.item-1-bg:hover h6:not(.text-small) {
    padding-top: 35% !important;
}