
/*Clay CSS*/
#header-style {
    color: #002C8a !important;
}

#description-text {
    font-size: 12px !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
}

.blue-hr {
    border-color: #002C8a !important;
    border-width: 3px !important;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    color: #2FBDEC;
}

.whiteh2 {
    color: white !important;
}

/*tr:hover {*/
/*!*background-color: #faebd7;*!*/
/*background-color: #f5f5dc;*/
/*}*/

.sticky-header {

}

.fixed-top {
    position: fixed;
    top: 75px;
}

.white-th {
    background-color: white !important;
}

#filter-sidebar {
    /*background-color: #DCDCDC !important;*/
    font-size: 12px !important;
}

.filter-label {
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    cursor: pointer !important;
}

.new-label {
    margin-top: 15px;
}



/*Social Media Button CSS*/

/* Style all font awesome icons */
.fa {
    padding: 5px !important;
    font-size: 15px !important;
    width: 30px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    border-radius: 15%;
    /*margin-top: 13px !important;*/
}

/*For Rounded buttons*/
/*.fa {*/
/*padding: 20px;*/
/*font-size: 30px;*/
/*width: 30px;*/
/*text-align: center;*/
/*text-decoration: none;*/
/*border-radius: 50%;*/
/*}*/

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white !important;
    /*margin-top: 14px;*/
}

/* Add a hover effect if you want */
.fa.fa-facebook:hover {
    opacity: 0.9;
    background: white;
    color: #3B5998 !important;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white !important;
}
.fa.fa-twitter:hover {
    opacity: 0.9;
    background: white;
    color: #55ACEE !important;
}

/* Youtube */
.fa-youtube {
    background: #bb0000;
    color: white !important;
}
.fa.fa-youtube:hover {
    opacity: 0.9;
    background: white;
    color: #bb0000 !important;
}

/* Instagram */
.fa-instagram {
    background: #458eff;
    color: white !important;
}
.fa.fa-instagram:hover {
    opacity: 0.9;
    background: white;
    color: #458eff !important;
}

/*Google Plus*/
.fa-google-plus {
    background: #dd4b39;
    color: white !important;
}
.fa.fa-google-plus:hover {
    opacity: 0.9;
    background: white;
    color: #dd4b39 !important;
}


.serv-img {
    height: 60px;
    width: 60px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}



/*H1 style - SEO*/

.h1-seo {
    color: white !important;
}

.h1-seo-vps {
	color: #002C8A;
}
