/* plugin style */

#modal-search .modal-content {
	background: transparent none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: 0 none;
}
#modal-search .modal-header {
	border: 0 none;
	padding-bottom: 0;
}
#modal-search .modal-title {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
#modal-search .close {
	margin-top: -1px;
	font-size: 32px;
	color: #fff;
	opacity: 0.9;
}


#modal-searchform .form-group {
	margin-bottom: 20px;
}

#modal-searchform #modal-s {
    font-size: 18px;
	color: #fff;
	background: transparent none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: 1px solid #fff;
}


.img-loader {
	padding: 20px;
	text-align: center;
}
.img-loader .glyphicon {
	color: #fff;
	font-size: 80px;

    -webkit-animation:spin 0.5s linear infinite;
    -moz-animation:spin 0.5s linear infinite;
    -o-animation:spin 0.5s linear infinite;
    -ms-animation:spin 0.5s linear infinite;
    animation:spin 0.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#sf_results {}

#sf_results .post {
	position: relative;
	margin-bottom: 20px;
	transition: all 0.1s;
}

#sf_results .post .entry-title {
    background-color: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
	font-weight: 500;
    line-height: 1.3;
	transition: all 0.1s;
}

#sf_results .post:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
#sf_results .post:hover .entry-title {
    background-color: rgba(0,0,0,0.7);
}