/*
*
*
* estilos para modulo p6a_search_utility 
*
*/

/*@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

#p6a_destinations {
    background-color: #24a6b4!important;
    position: relative;
    /*padding: 15px; */
    /*si intento quitar este padding y añadirselo a .p6a_search_container input[type="text"] para que ocupe todo el alto de la caja peta en firefox*/
  
}

.p6a_search_container {
   
    margin:auto;
    width: 60%;


}



/*estilo para desplegable del cuadro de búsqueda*/

.tt-menu {
    background-color: #ffffff!important;
    width: 100%;
    padding: 10px;
    /*border: 1px solid #e2e2e2;*/
    font-size: 18px;
    line-height: 25px;
    font-weight: 100;
    font-family: serenity, Helvetica, Arial, sans-serif!important;
    text-align: center;
    letter-spacing: 1px;
}
.tt-suggestion.tt-selectable{
    cursor:pointer;
}
.tt-suggestion.tt-selectable:hover{
    background-color: #e2e2e2;
}
.tt-suggestion.tt-selectable.tt-cursor{
    background-color: #e2e2e2;
}

#p6a_destinations .twitter-typeahead {
    width: 100%;
    border: none!important;
    background-color: transparent!important;
}

.p6a_search_container .input-group-addon.p6a_search_icon {
    border: none!important;
    background-color: transparent!important;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    cursor: pointer;
}

/*.p6a_search_container input[type="text"]:hover {
    background-color: #ffffff!important;
}*/

.p6a_search_container input[type="text"] {
    border: none;
    height: 30px;
    background-color: #24a6b4;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 100;
    height: 50px;
}
.p6a_search_container input{
    outline: none !important;
    font-family: FontAwesome, serenity, Helvetica, Arial, sans-serif;
    /*font-family: Glyphter, serenity, Helvetica, Arial, sans-serif;*/
    
}
.p6a_search_container input::-webkit-input-placeholder {
    color:white;
}
.p6a_search_container input:-moz-placeholder { /* Firefox 18- */
    color:white;
}

.p6a_search_container input::-moz-placeholder {  /* Firefox 19+ */
    color:white;
}

.p6a_search_container input:-ms-input-placeholder { 
    color:white;
}


#p6a_destinations .p6a_loading {
    display: none;
    width: 50px;
    height: 50px;
    background-image: url(../images/load.gif);
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
}

.white_important{
    background-color: #ffffff!important;
    color: #24a6b4!important;
}
/*.green_important{
    background-color: #24a6b4!important;
    color: #ffffff!important;
}*/


@media (max-width: 767px) {
        .p6a_search_container input[type="text"]{
            font-size: 3vw;
        }

}

@media (max-width: 600px) {
    #p6a_destinations {
        /*width: calc(100% - 40px);*/
        margin: 0px;
    }
    .p6a_search_container input[type="text"] {
        font-size: 16px;
    }
    .p6a_search_container{
        width: 100%;
    }
}

@media (max-width: 480px) {

    .p6a_search_container{
        width: 100%;
    }
}
