
/* fonts */
#search_input, 
#search_foot_boxes,
#search_results_count, 
#search_warning, 
.search_content_url, 
.search_content_text,
.search_content_debug, 
.search_related_text {
     font-size: 15px
}

.search_content_bold, 
.search_related_bold {
     font-weight: 700;
}

/* search results */
#search_content {
    max-width: 750px;
	padding-top: 16px;
	margin: 0;
}
#search_results_count {
	color: #333;
}
#search_warning {
     color: #333;    
	 margin: 7px 0;
}
#search_warning a {
     color: #5396ea;
     text-decoration: none;
}
.search_content_title {
    font-size: 18px;
     color: #ff6a00;
	 margin-top: 24px;
}
.search_content_url {
     word-wrap: break-word;
     hyphens: auto;
}
.search_content_url a, 
.search_related_text a {
    color: #5396ea;
    text-decoration: none;
}
.search_related_before, 
.search_related_after {
    color: #555;   
}
.search_content_text {
	color: #333;
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 5px;
}
.search_content_bold {
    color: #333;
}
.search_content_debug {
	color: #333;
    margin: 5px 0;
}
.search_related_title {
	color: #333;
    margin: 26px 0 7px 0;
}
.search_related_cols {
    -webkit-columns: 230px 2;
    -moz-columns: 230px 2;
    columns: 230px 2;
}

#search_foot {
    margin: 40px 0 0px 0;
}
#search_foot_boxes {
	padding: 0;
	margin: 0;
	
}
#search_foot_boxes li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
    cursor: pointer;
}
#search_foot_boxes li a {
	padding: 10px 17px 11px 17px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#search_foot_boxes li.current {
	padding: 10px 17px 11px 17px;
    background: #eeeeee;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-align: center;
    cursor: auto;
}
#search_foot_boxes li a:hover {
     background: #f6f6f6;
}

/* Search page */
.images-preloader{
    display: none;
}
.subheader{
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
}
.subheader .form-wrapper{
    margin: 0 auto;
}
.form-wrapper{
    max-width: 700px;
}
.form-wrapper input {
    width: calc(100% - 100px);
    overflow: auto;
    height: 40px;
    font-size: 16px;
    padding: 5px 5px;
    border: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;      
}
.form-wrapper input:focus { 
    outline: none;
}
.form-wrapper button {
    width: 100px;
    height: 40px;
    float: right;
    border: 1px solid #0077c5;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #0077c5;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;            
    border-radius: 0 3px 3px 0;      
}   
.form-wrapper button:hover{		
    color: #fff;
}

/* Search Spinner */
.search_spinner{
    margin-top: 20px;
}
.search_spinner .spinner {
    text-align: center;
}
.search_spinner .spinner > div {
    width: 16px;
    height: 16px;
    background-color: #ff6a00;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.search_spinner .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.search_spinner .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/*Additional Resource*/
@media only screen and (max-width: 767px) {
    .additional-resources-title {
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
}