.seContentBlockFooter {margin-top: 5px;margin-bottom: 10px;}


/* SEARCH TEXT COLOR */
@media only screen and (min-width: 768px) {
.sePageLayout .seSiteSearchForm .input-group .form-control {
 color: #555;
 border-width: 2px 0 2px 2px;
}

.sePageLayout .seSiteSearchForm .input-group>.input-group-btn>.btn.seSearchButton {
 color: #555;
}


.sePage .sePageLayout .seFooterList .se-footer-social a:not(.btn) {
 color: #FFF;
}
.sePage .sePageLayout .seFooterList .se-footer-social a:not(.btn):hover {
 color: #333;
}
.se-footer-social .seContentBlockFooter {
 margin-top: 15px;
 margin-bottom: 15px;
}
.seSearchBox {
 color: #555;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-ms-input-placeholder {
 color: #555;
}

.sePageLayout .seSiteSearchForm .input-group .form-control:-ms-input-placeholder {
 color: #555;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder {
 color: #555;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
 color: #555;
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
 color: #555 !important;
}
}









































