/*
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 : 13-gen-2017, 11.08.59
    Author     : Tommaso
*/
.logo_infowindow img{ width: 100% !important;}
.content_infowindow{ max-width: 250px; width: 250px;}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.email_web, .email_web:hover{ color:#fff !important;}

@media screen and (max-width: 768px){
    .col-xs-offset-4 {
        margin-left: 33.33333333333333%;
    }
    #layerslider{ height: 450px;}
 .marketplace-top #market-wrapper header.text-center h1{font-size: 30px; padding: 0px;}
.message .big-title{font-size: 28px;}
    .navbar-nav {
        margin: 11px 15px;
    }
    .logo_infowindow img{
        width: 70% !important;
        margin-left: 25%;
    }
}
@media screen and (max-width:430px){
    .marketplace-top #market-wrapper header.text-center h1{font-size: 26px; padding: 0px;}
.message .big-title{font-size: 22px;}
}