.sb-search svg {
    color: #363c3f;
    border-bottom: 1px solid transparent;
    font-size: 20px
}
.home .sb-search svg {
    color: white;
}
.sb-search-open {
    border-bottom: 1px solid #5c5c61
}
.home .sb-search-open {
    border-bottom: 1px solid white
}
 .sb-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #2984b3;
}
.sb-search ::-moz-placeholder { /* Firefox 19+ */
 color: #2984b3;
}
.sb-search :-ms-input-placeholder { /* IE 10+ */
 color: #2984b3;
}
.sb-search :-moz-placeholder { /* Firefox 18- */
 color: #2984b3;
}
 .header.home .sb-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
 .header.home .sb-search ::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 .header.home .sb-search :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .header.home .sb-search :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.column {
    position: relative;
    z-index: 9;
    margin-top: 6px;
    float: right;
    margin-right: 15px;
}
.column form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column:nth-child(2) {
/*	box-shadow: -1px 0 0 rgba(0,0,0,0.1);*/
}
.column p {
    font-weight: 300;
    font-size: 2em;
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 1.5;
}
.column a {
    border: 3px solid #b4c7da;
    padding: 0 15px;
    display: inline-block;
    margin: 20px 0;
}
.column a:hover {
    border-color: #fff;
}
.sb-search {
    position: relative;
    margin-top: 0px;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    padding: 5px;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background: transparent;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    color: #2984b3;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 43px;
    border: none
}
.home .sb-search-input {
    color: #fff;
}
 .sb-search-input::-webkit-input-placeholder {
}
 .sb-search-input:-moz-placeholder {
 width: 500px;
min-height: 60px;
position: relative;
}
 .sb-search-input::-moz-placeholder {
 color: #13a89e;
 z-index: 1;
}
 .sb-search-input:-ms-input-placeholder {
 color: #13a89e;
 z-index: 1;
}
.sb-icon-search, .sb-search-submit {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    padding: 0;
    margin: 2px 4px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #434648; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    /*color: #13a89e;*/
    color: white;
    z-index: 11;
}
.sb-icon-search:before {
/*	content: "\e000";*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 200px;
}
.sb-search.sb-search-open .sb-search-input {
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #393633;
}
.home .sb-search.sb-search-open .sb-search-input {
    border-bottom: 1px solid #fff;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

@media (max-width:778px) {
}

@media (max-width:690px) {
}

@media (max-width:500px) {
.sb-search {
    position: absolute;
    right: 10px;
}
}
