#topo{
    margin-top: 10px;
}

#topo .img{
    width: 300px;
}

#topo .slogan{
    font-size: 30px;
    margin-top: 20px;
    color: #8E8E8E;
    text-align: right;
}

#topo .slogan p{
    line-height: 30px;
}

#topo .contatos{    
    margin: 30px 0 0 0;
    padding: 5px 0 0 10px;
    border-left: 2px solid #8E8E8E;
}

#topo .contatos p{
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#menu{
    margin-top: 10px;
    height: 40px;
}

#menu .linkmenu{
    background: #8E8E8E;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

#menu .linkmenu:hover{
    background: #CCCCCC;
    color: #8E8E8E;
}

#portifolio .btn{
    font-size: 18px;
    background-color: #c5d0d6;
}


#portifolio .btn-default:hover{
    background-color: #0e93ce;
}

#portifolio .menu{
    padding: 0;
}


#img{

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.0);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 200ms ease-in;
    transform: scale(1.0);
}    

#img:hover
{    
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
} 

#map {
    height: 400px;
    width: 100%;
    border: 2px solid #0e93ce;
}

#rodape .rodape{
    font-size: 15px;
    color: #FFFFFF;
    background: #8E8E8E;
    margin-top: 10px;
    text-align: right;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

 .form-control {
        min-height: 41px;
        background: #fff;
        box-shadow: none !important;
        border: transparent;
    }
    .form-control:focus {
        background: #d1ecff;
    }
    .form-control, .btn {        
        border-radius: 2px;
    }
    .login-form {
        width: 350px;
        margin: 15px auto;
        text-align: center;
    }
    .login-form h2 {
        margin: 10px 0 25px;
    }
    .login-form form {
        color: #7a7a7a;
        border-radius: 3px;
        margin-bottom: 15px;
        background: #eeeeee;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
        padding: 15px;
    }
    .login-form .btn {        
        font-size: 16px;
        font-weight: bold;
        background: #3598dc;
        border: none;
        outline: none !important;
    }
    .login-form .btn:hover, .login-form .btn:focus {
        background: #2389cd;
    }
    .login-form a {
        color: #fff;
        text-decoration: underline;
    }
    .login-form a:hover {
        text-decoration: none;
    }
    .login-form form a {
        color: #7a7a7a;
        text-decoration: none;
    }
    .login-form form a:hover {
        text-decoration: underline;
    }