
/**
=============================
GENERAL SEARCH
=============================
**/
/*** Added by Agnoletto to correctly position the FontAwesome video icon in the home page ***/
section#general-search.home-light-blue-bg {
    padding: 0 0 30px 0;
    background: #e3e6ee;
}
/*** Added by Agnoletto to correctly position the FontAwesome video icon in the home page ***/
section#general-search {
    padding: 55px 0 30px;
}
.general-search {
    margin: 0;
    position: relative;
}
.general-search:before,
.general-search:after {
    display: table;
    content: " ";
}
.general-search:after {
    clear: both;
}
.form-search {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;  
    display: block;
}
.search-input {
    all: unset;
    margin: 0;
    position: relative;
    width: 85%;
    float: right; /* MOD RTL */
    display: block;
    padding: 0 5px 0 5px;
}
.form-search .input-keyword {
    height: 55px;
    background: #ffffff;
    color: #707070;
    font-weight: 900;
    margin: 0;
    padding-right: 110px; /* Modified by Agnoletto to provide enough space for the word "search" in all languages: original value "padding-left: 70px;" */
    padding-left: 0;
}
.inner-tab .form-search .input-keyword {
    background: #fff;
}
.form-search .search {
    all: unset;
    position: absolute;
    top: 10px;
    right: 6px; /* MOD RTL */
    bottom: 10px;
    color: #707070;
    font-weight: 900;
    border-left: 1px solid #d1d1d1;
    width: 100px; /* Modified by Agnoletto to provide enough space for the word "search" in all languages: original value "width: 60px;" */
    text-align: center;
    padding: 8px 0;
}
.form-search .input-keyword::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}
.form-search .input-keyword:-ms-input-placeholder {
    color: #c7c7c7;
}
.form-search .input-keyword::-webkit-input-placeholder {
    color: #c7c7c7;
}
.form-search .search-type {
    all: unset;
    position: absolute;
    top: 8px;
    left: 13px; /* MOD RTL */
    bottom: 8px;
    z-index: 1;
    height: auto;
    overflow: hidden;
    background: url(../img/select-caret.png) no-repeat left #eaeaea;
    border-radius: 3px;
}
.form-search .search-type select {
    color: #959595;
    background: transparent;
    font-weight: 900;
    width: 150px; /* Modified by Agnoletto. Original value width: 120px; */
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
    height: 39px;
    border: none;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}
.form-search .btn {
    width: 14%;
    height: 55px;
    margin: 0;
}