﻿

/*TESter*/

.hasContactBoxes {
    background-color: #343434;
}


.fragment.ContactBoxes {
    padding-top: 35px;
    text-align: center;
}




.ContactBoxes .items {
    overflow: hidden;
    margin-top: 0;
}

.ContactBox {
    overflow: hidden;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

    .ContactBox .title {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 9px 0 4px;
        padding: 7px 0 0;
        display: inline-block;
    }

    .ContactBox .text {
        padding-top: 10px;
        padding-bottom: 8px;
    }

        .ContactBox .text a {
            text-decoration: none;
        }

            .ContactBox .text a:hover {
                text-decoration: underline;
            }

        .ContactBox .text * {
            font-size: 14px;
            line-height: 21px;
            margin: 0;
            color: #fff;
        }

        .ContactBox .text p {
            padding: 5px 0;
        }





.items.col2 .ContactBox {
    width: calc((100% - 15px) / 2);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

    .items.col2 .ContactBox:nth-child(2n+1) {
        clear: left;
        margin-right: 15px;
    }







.items.col3 .ContactBox {
    width: calc((100% - 30px) / 3);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 15px;
    clear: none;
}

    .items.col3 .ContactBox:nth-child(3n+3) {
        margin-right: 0;
    }







.items.col4 .ContactBox {
    width: calc(25% - 15px);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 15px;
    clear: none;
}

    .items.col4 .ContactBox:nth-child(4n+4) {
        margin-right: 0;
    }



@media screen and (max-width: 650px) {
    .fragment.ContactBoxes > h1 {
        font-size: 25px;
        line-height: 30px;
    }
}
