
/** ADD YOUR AWESOME CODES HERE **/

body {
    color: #777;
}

a.menutitle {
    color: white;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

body a.menutitle:hover {
    color: tomato;
}

.footer-company-name {
    text-align: right;
}

body.barber_version .cac:hover{
    background-color:#ba5700;

}
body.barber_version .sidebar-nav li a:hover{
    background-color:#ba5700;
}
.all-page-bar {
    background: url('../img/langallo_savallo_vedoruha.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner2 {
    background: url('../img/summerkith_kapcsolat.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.lead {
    text-transform: uppercase;
}
.footer-distributed .footer-company-name{
    color: #ccc;
}
body .service-wrap  img.englogo {
    max-width: none;
   
}

.all-page-bar::before{
    background: rgba(0,0,0, 0.4);
}
.first-section::before{
    background: rgba(0,0,0, 0.7);
}


