/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

.search {
    text-align: center;
    position: relative;
}
.s-bar {
    width: 50%;
    margin: 0 auto;
    padding: 0.5em 0em 0.5em 0em;
}
.s-btn {
    width: 45%;
    margin: 0 auto;
    padding: 0.5em 0em 0.5em 0em;
}
.s-bar input[type="text"] {
    font-size: 18px;
    color: #06c;
    padding: 15px;
    width: 80%;

    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border: solid #06c 1px;
    border-right: none;
    outline: none;
    -webkit-appearance: none;
}
.s-bar a{
    font-size: 18px !important;
    color: #06c;
    padding: 15px 10px 16px 10px ;
    width: 22%;
    text-align: center;
    text-decoration: none;    
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
    -moz-border-radius:0px 5px 5px 0px;
    -o-border-radius:0px 5px 5px 0px;
    margin: 0px 0px 0px -1px;
    cursor:pointer;
    border: solid #06c 1px;
    border-left:  none;
    outline: none;
    -webkit-appearance: none;
    background: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac209', endColorstr='#7ac209',GradientType=0 );
}
.s-bar a:hover{
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=100); 
    transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #06c;
}



.botonBusqueda{
    font-size: 18px;
    color: #06c;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 22%;
    text-align: center;
    text-decoration: none;

    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    margin: 10px;
    cursor:pointer;
    border: solid #06c 1px;
    outline: none;
    -webkit-appearance: none;
    background: #FFF;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac209', endColorstr='#7ac209',GradientType=0 );
}

.botonBusqueda:hover{
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=100); 
    transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #06c;
}


/*--meadia quiries start here--*/
@media(max-width:1440px){
    .search i {
        left: 29.2%;
    }
    .s-bar {
        width: 50%;
    }
    .s-btn {
        width: 49%;
    }

}
@media(max-width:1366px){
    .s-bar {
        width: 70%;
    }
    .s-btn {
        width: 65%;
    }
}
@media(max-width:1280px){
    .copyright {
        margin: 13em 0em 4em 0em;
    }
    .s-bar input[type="text"] {
        width: 80%;
    }
    .search i {
        left: 30.2%;
    }
}
@media(max-width:1024px){
    .s-bar {
        width: 75%;
    }
    .s-btn {
        width: 84%;
    }
    .search i {
        left: 25.2%;
    }
    .copyright {
        margin: 13em 0em 4.1em 0em;
    }
}
@media(max-width:768px){
    .copyright {
        margin: 21em 0em 7.2em 0em;
    }

    .s-bar {
        width: 70%;
    }
    .s-btn {
        width: 65%;
    }
    .search i {
        left: 19.5%;
    }
    .s-bar input[type="text"] {
        width: 73.5%;
    }
    .copyright p {
        font-size: 0.9em;
    }
}
@media(max-width:667px){
    .search i {
        left: 18.5%;
    }	
}
@media(max-width:640px){
    .s-bar {
        width: 75%;
    }
    .s-btn {
        width: 70%;
    }

    .search i {
        left: 15.5%;
    }	
}
@media(max-width:600px){
    .search i {
        left: 14.5%;
    }	
}
@media(max-width:568px){
    .s-bar input[type="text"] {
        width: 60%;
    }	
}
@media(max-width:480px){
    .s-bar {
        width: 90%;
    }
    .s-btn {
        width: 90%;
    }
    .s-bar input[type="text"] {
        width: 70%;
        font-size: 0.9em;	
        padding: 8px;
    }
    .s-bar a {
        width: 30%;
        font-size: 0.9em !important;
        padding: 8px 5px 8px 5px;
    }
    .search i {
        top: 17%;
    }
}
@media(max-width:414px){
    .s-bar {
        width: 90%;
    }
    .s-btn {
        width: 90%;
    }
    .search i {
        top: 16%;
        left: 13.5%;
    }	
}
@media(max-width:320px){
    .copyright {
        margin: 10.45em 0em 3em 0em;
    }
    .copyright p {
        font-size: 0.8em;
    }
    .copyright p {
        font-size: 0.8em;
    }
    .search {
        margin: 1.25em 0em 0em 0em;
    }
    .s-bar {
        width: 100%;
    }
    
    .s-btn {
        width: 100%;
    }
    .search i {
        left: 43%;
        top: -36%;
    }
    .search p {
        font-size: 0.72em;
    }
    .s-bar input[type="submit"] {
        text-shadow: rgba(80, 80, 80, 0.08) 1px 1px, 
            rgba(80, 80, 80, 0.07) 2px 2px, 
            rgba(80, 80, 80, 0.09) 3px 3px, 
            rgba(80, 80, 80, 0.04) 4px 4px, 
            rgba(80, 80, 80, 0.06) 5px 5px;              
    }
}
/*--meadia quiries end here--*/