#searchResults .pageLink {
    font-size: 12px;
    color: #999;
    margin: 2px 0 8px 0;
    padding: 0;
    display: block;
}

#searchResults .searchResult {
    margin-bottom: 16px;
    margin-top: 24px;
}

#searchResults .searchResult h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#searchResults .searchResult p {
    margin-top: 4px;
}


#lmr-search-form {
    /*position:relative; max-width:0; overflow:hidden;*/

-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}

#lmr-search-button .ss-search, #lmr-search-button .ss-delete {font-size:1.5em; color:white;display:inline-block; -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

#lmr-search-button {text-align:center;cursor:pointer;}
#lmr-search-button:hover .ss-search, #lmr-search-button:hover .ss-delete {color:#c4ab65;}
#lmr-search-form {position:absolute; top:0; right:12%;width:0%;overflow:hidden;background-color:white;height:100%;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
    #lmr-search-form.opened {width:80%;max-width: 600px;    z-index: 9;}
#lmr-search-form h3 {display:none;}
#lmr-search-form input[type="text"] { height:100%;margin:0px;border: none;}
#lmr-search-form input[name="submit"] {position:absolute; right:10px;top:0; right:0; height:100%; width:55px; padding:5px; 
    background:#ff8360; 
    border:0 none;
    cursor:pointer;
color:white; font-family:inherit;font-size:0.9em;font-weight:bold; -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
#lmr-search-form input {font-size:1em;}
#lmr-search-form input[name="submit"]:hover {background:#f55426;}

#lmr-search-form form {height:100%}


@media screen and (max-width: 1550px) {
#lmr-search-form {right:16%;}
#lmr-search-form.opened {width:56%;}
}
@media screen and (max-width: 1350px) {
  #lmr-search-form.opened {width:56%;}
}

@media screen and (max-width: 1090px) {
#lmr-search-form {right:20%;}
}


@media screen and (max-width: 890px) {
#lmr-search-form {right:24%;}
#lmr-search-form.opened {width:48%;}
#lmr-search-form input {font-size:1em;}

}



@media screen and (max-width: 800px) {
#lmr-search-form.opened {width:74%;}
}

@media screen and (max-width: 725px) {
#lmr-search-form {right:28%;}
#lmr-search-form.opened {width:70%;}
}



/* Small up to 640px */
@media screen and (max-width: 640px) {
#lmr-search-form {right:30%;}
#lmr-search-form.opened {width:66%;}
#lmr-search-form input {font-size:1em;}

}


@media screen and (max-width: 485px) {
#lmr-search-form {right:34%;}
#lmr-search-form.opened {width:66%;}
#lmr-search-form input[type="text"] {margin-top:0px; height:30px;}
#lmr-search-form input[name="submit"] {right:10px;top:0px; right:0; height:30px; width:40px; padding:5px; font-size:1em;}
#lmr-search-form input {font-size:.85em;}
#lmr-search-button .ss-search, #lmr-search-button .ss-delete {font-size:1.3em; color:#c4ab65;display:inline-block; padding-top:4px;
}
}