body#search-results td img {
	border: 1px solid red;
	}

.header .search {
    margin-left: 20px;
    position: relative;
    width: 239px;
}
.wrapper {
    position: relative;
}
.nav-wrapper {
    padding: 70px 0;
}
.header .search input[type='text']{
    border: none;
    padding: 5px 32px 5px 5px;
    display: inline-block;
    /*margin-right: -4px;*/
    vertical-align: top;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #838383;
    width: 200px;
    color: #fff;
    font-size: 13px;
    /*margin-right: -20px;*/
    /*right: 10px;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
}
.header .search input[type='text']:focus {
    background: #fff;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 13px;
    width: 199px;
}
.header .search button,
.header .search input[type='submit']{
    font-family: FontAwesome;
    border: none;
    width: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    /*border-left: 1px solid #838383;*/
    color: #fff;
    position: absolute;
    right: 1px;
    height: 28px;
    top: 1px;
    bottom: 1px;
    border-radius: 0px;
    /*font-size: 0;*/
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
}
.header .search button:focus {
    /*opacity: .5;*/
    background-color: #ccc;
}
.header .search input[type='submit']:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.header .search input[type='submit']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: left;
}
.header .search input[type='submit']::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
}
.header .search input[type='submit']:-ms-input-placeholder { /* IE 10+ */
    text-align: left;
}
.header .search input[type='submit']:-moz-placeholder { /* Firefox 18- */
    text-align: left;
}
@media only screen and (min-width: 650px) {
    .nav-wrapper {
        padding: 25px 0;
    }
}
@media only screen and (min-width: 931px) {
    .header .search {
        position: absolute;
        right: 17px;
        top: 40px;
        /*margin-top: 10px;*/

    }
    .header {
        height: 120px;
    }
    .nav-main {
       /*  margin-top: 55px; */
    }
    #logo a {
        padding-top: 18px;
    }
}


