﻿.header-logo {
    width:350px;
}
#main-content {
    padding-bottom: 155px;
    /*background-image:url("../../images/custom/logo.png");
    background-repeat:no-repeat;
    background-position:right 8px;*/
}

.ContentSection {
    max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.emerald {
    background-color: #2ecc71;
    color: #fff;
    padding: 30px 0;
    display: block;
}

#TopContentSection h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}

.wet-asphalt {
    background-color: #34495e;
}

.icon-md {
    font-size: 36px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.media:hover .icon-md {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.alizarin {
    background-color: #e74c3c;
    color: #fff;
    clear: both;
}

#bottom {
    color: #bdc3c7;
}

    #bottom h4 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 400;
        line-height: 1.1;
        font-size: 18px;
        display: block;
        -webkit-margin-before: 1.33em;
        -webkit-margin-after: 1.33em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

#footerclient {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #bdc3c7;
    background-color: #2c3e50;
    clear: both;
    font-size: 16px;
    font-weight: bold;
}

    #footerclient .container {
    }

    #footerclient a {
        color: #bdc3c7;
    }

    #footerclient div {
        margin-bottom: 10px;
    }

    #footerclient ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footerclient ul > li {
            display: inline-block;
            margin-left: 15px;
        }
@media print {
    a[href]:after {
        content: "" !important;
    }
}