/*
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 : 20-giu-2017, 15.43.54
    Author     : pubbliSHARK
*/

.navbar-custom {
    background: rgba(0,0,0,0.5);
}

/*
.navbar-custom .navbar-brand {
    background: url(../rse_img/logo.png) no-repeat 0px !important;
    background-size: 800px 60px;
    width: 200px;
    height: 75px;
}
*/

.logo-rse{
    background: none !important;
    padding: 0px !important;
    max-width: 140px;
}

.navbar-custom .navbar-brand {
    width: auto !important;
    height: auto !important;
}
#contact .form-control {
    background: #fff !important;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: bold;
}
.reviewer-img {
    background: none;
}

.reviewer-img > iframe{
    border:20px solid #fff !important;
    box-shadow: 5px 5px 15px #ca2f0b !important;
}

@media(max-width: 500px){
    .hidden-phone{
        display:none !important;
    }
    .vivi-pista{}
    #about-review{    min-height: 860px !important;}
    #contact {
        padding: 10px 0 60px 0;
    }
}
@media(max-width: 900px){
    .iframe-video{
        max-height: 430px !important;
    }
    .review-text {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .review {
        padding: 10px 35px;
    }
}
