/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");*/

html,
body {
    margin: 0;
    padding: 0;
    /* background: #f1deb9; */
}

.tiles {
    display: block;
    width: 1000px;
    height: 495px;
    margin-left: 85px;
    /* perspective: 1000px; */
}

.col {
    position: relative;
    float: left;
    width: 142px;
    height: 107px;
}

.col a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.logos-bottom {
    width: 100%;
    padding: 0 30px;
}

.col a:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%);
}

.col a:nth-child(2) {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
    clip-path: polygon(100% 0, 100% 100%, 50% 50%);
}

.col a:nth-child(3) {
    -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}

.col a:nth-child(4) {
    -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
    clip-path: polygon(0 0, 50% 50%, 0 100%);
}

.col a:hover {
    z-index: 3;
    -webkit-clip-path: none;
    clip-path: none;
}

.col a:nth-child(1):hover~.box {
    transform: rotateX(180deg);
}

.col a:nth-child(2):hover~.box {
    transform: rotateY(180deg);
}

.col a:nth-child(3):hover~.box {
    transform: rotateX(-180deg);
}

.col a:nth-child(4):hover~.box {
    transform: rotateY(-180deg);
}

.col a:nth-child(1):hover~.box:after,
.col a:nth-child(3):hover~.box:after {
    transform: rotateX(-180deg);
}

.col a:nth-child(2):hover~.box:after,
.col a:nth-child(4):hover~.box:after {
    transform: rotateY(-180deg);
}

.col .box {
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    /* font-family: "Open Sans", sans-serif; */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    transform-style: preserve-3d;
    transition: transform .3s ease-in-out;
}

.col .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    z-index: 2;
    backface-visibility: hidden;
}

.col .box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition-delay: .15s;
}

.col:nth-child(1) .box,
.col:nth-child(8) .box,
.col:nth-child(15) .box,
.col:nth-child(22) .box {
    border-left: none !important;
}

.col:nth-child(1) .box,
.col:nth-child(2) .box,
.col:nth-child(3) .box,
.col:nth-child(4) .box,
.col:nth-child(5) .box,
.col:nth-child(6) .box,
.col:nth-child(7) .box {
    border-top: none !important;
}


.col:nth-child(1) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-1.png);
}

.col:nth-child(1) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-1.png);
}

.col:nth-child(2) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-2.png);
}

.col:nth-child(2) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-2.png);
}

.col:nth-child(3) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-3.png);
}

.col:nth-child(3) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-3.png);
}

.col:nth-child(4) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-4.png);
}

.col:nth-child(4) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-4.png);
}

.col:nth-child(5) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-5.png);
}

.col:nth-child(5) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-5.png);
}

.col:nth-child(6) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-6.png);
}

.col:nth-child(6) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-6.png);
}

.col:nth-child(7) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-7.png);
}

.col:nth-child(7) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/1-7.png);
}

.col:nth-child(8) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-1.png);
}

.col:nth-child(8) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-1.png);
}

.col:nth-child(9) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-2.png);
}

.col:nth-child(9) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-2.png);

}

.col:nth-child(10) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-3.png);

}

.col:nth-child(10) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-3.png);
}

.col:nth-child(11) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-4.png);

}

.col:nth-child(11) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-4.png);

}

.col:nth-child(12) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-5.png);

}

.col:nth-child(12) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-5.png);

}

.col:nth-child(13) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-6.png);

}

.col:nth-child(13) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-6.png);

}

.col:nth-child(14) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-7.png);

}

.col:nth-child(14) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/2-7.png);

}

.col:nth-child(15) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-1.png);

}

.col:nth-child(15) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-1.png);

}

.col:nth-child(16) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-2.png);

}

.col:nth-child(16) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-2.png);

}

.col:nth-child(17) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-3.png);

}

.col:nth-child(17) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-3.png);

}

.col:nth-child(18) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-4.png);

}

.col:nth-child(18) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-4.png);

}

.col:nth-child(19) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-5.png);

}

.col:nth-child(19) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-5.png);

}

.col:nth-child(20) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-6.png);

}

.col:nth-child(20) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-6.png);

}

.col:nth-child(21) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-7.png);

}

.col:nth-child(21) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/3-7.png);

}

.col:nth-child(22) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-1.png);

}

.col:nth-child(22) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-1.png);

}

.col:nth-child(23) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-2.png);

}

.col:nth-child(23) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-2.png);

}

.col:nth-child(24) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-3.png);

}

.col:nth-child(24) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-3.png);

}

.col:nth-child(25) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-4.png);

}

.col:nth-child(25) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-4.png);

}

.col:nth-child(26) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-5.png);

}

.col:nth-child(26) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-5.png);

}

.col:nth-child(27) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-6.png);

}

.col:nth-child(27) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-6.png);

}

.col:nth-child(28) .box:before {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-7.png);

}

.col:nth-child(28) .box:after {
    background-image: url(https://oa.halosee.com/styles/login/img/index-logos/4-7.png);

}