.sb-search svg {
    color: white;
    border-bottom: 1px solid transparent
}

.sb-search-open {
    border-bottom: 1px solid #23abe1;
}

.sb-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #23abe1;
}

.sb-search ::-moz-placeholder { /* Firefox 19+ */
    color: #23abe1;
}

.sb-search :-ms-input-placeholder { /* IE 10+ */
    color: #23abe1;
}

.sb-search :-moz-placeholder { /* Firefox 18- */
    color: #23abe1;
}

.column {
    position: absolute;
    z-index: 9999;
    float: right;
    /* margin-right: 15px; */
    /* margin-top: -5px; */
    right: 0px;
    /* padding: 6px; */
    /* background: red; */
    width: 60px;
    height: 60px;
}

    .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: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    /* padding: 0px 5px; */
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background: #f8f8f8;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    color: #333;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 60px;
    border: none;
    /* font-weight: 600; */
}

    .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: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    /* top: 5px; */
    padding: 0;
    /* margin: 2px 4px; */
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    padding: 14px;
    top: 0px;
}

.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;
    background: #f8f8f8;
}

.sb-icon-search:before {
    /*	content: "\e000";*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 300px;
    /* padding: 20px; */
}

    .sb-search.sb-search-open .sb-search-input {
        position: absolute;
        left: 0px;
        border-bottom: 1px solid #23abe1;


        padding-left: 20px;
        color: #23abe1;
        font-weight: 600;
    }

.home .sb-search.sb-search-open .sb-search-input {
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

@media (max-width:875px) { /* STILE TABLET */

    .column {
        z-index: 9;
        top: -80px;
        right: 99px;
    }

}



@media (max-width:690px) {
    .column {
        top: -64px;
        right: 67px;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 280px;
    }
}

