﻿
.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    background: rgba( 253, 253, 253, 0.85 ) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}


/* Inner Pages */

.inner-heading {
    background: #31353a;
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

    .inner-heading h1 {
        font-size: 36px;
        color: #828689;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

        .inner-heading h1 span {
            font-weight: bold;
        }

    .inner-heading p {
        color: #5f6265;
    }

.padding-inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hborder {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


a {
    /*color: #930202;*/
    color: #5f6265;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}

    a:hover {
        color: #919191;
        text-decoration: none;
    }

    a:focus {
        outline: 0 none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: bold;
    /*color: inherit;*/
    color: #5B6A81 !important;
    text-rendering: optimizelegibility;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

/* Footer */
.footer {
    background: #1c1c1c;
    /*background: #5f6265;
    padding: 30px 0 20px 0;
    height:120px;*/
}

    .footer p {
        font-size: 16px;
        /*color: #4a4a4a;*/
        color: #ffffff;
        margin-top: 15px;
    }

     .footer a {
        font-size: 16px;
        color: #efefef;
        margin-top: 15px;
    }

.bottomFooter {
    color: #DEDEDE !important;
    text-align: right;
}

    .bottomFooter a {
        color: #EFEFEF !important;
    }

.greenLink {
    color: #5f6265;
    text-shadow: none;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
