/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/01/2016, 15:00:33
    Author     : Pablo
*/

body{
    max-width: 100%;
    overflow-x: hidden;
    background-color: #000;
    font-family: 'roboto regular',sans-serif;
}
body label, h1{
    color: #FFFFFF;
    
}
body label, h1, h2,h3,h4{
    font-family: 'roboto regular',sans-serif;
}

.row{
    margin: auto 0px;
}
.search-wrapper{
    width: 96%;
    margin: 10px 2% 10px 2%;                
}
.input-group input{
    color: #FFF;
   background-color: #000;
}
.over-wrapper{
    top: 45px;
    position: absolute;
    width: 96%;
    margin: 1% 2% 0 2%;
    height: 40px;
}

.motopartes{
    color: #FFF;
    margin-top: 4px;    
}             
.full-widht{
    width: 100%;
    margin: 0;
}
.banner{
    cursor: pointer;
}
.banner .banner-over{
    display: none;
}
.banner:hover .banner-over{
    position: absolute;    
    opacity: 0.4;
    display: block;
    top: 1%;
    left: 2%;
    width: 96%;
    height: 98%;
    background-color: #000000;
}            
#map-container { height: 500px }    
.wrapper{
   top: 91px;
}
