﻿.search-inner-container {
    position: relative;
    top: -50px;
    right: 15px;
    float: right;
}

@media screen and (max-width: 768px) {
    .search-inner-container {
        position: relative;
        text-align: center;
        top: 10px;
        right: 0;
        float: none;
    }
}


.search-input {
    height: 36px;
    padding: 0;
    padding-left: 0.6em;
    font-family: 'Open Sans';
    margin-right: -6px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.search-button {
    color: #fff;
    background-color: #e69138;
    border-radius: 0;
    font-family: 'Open Sans';
    vertical-align: top;
    border: 0;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}
.search-button.green {
    background-color: #6aa84f;
}

@media screen and (max-width: 720px) {
    /*.search-container {
        top: auto;
        bottom: 0;
        transform: none;
        right: 0;
    }*/
}
