/*
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 : 7-giu-2017, 8.34.37
    Author     : pubbliSHARK <--- Suca
*/

.iframe-container { 
    margin: 5px; 
    height: 160px;   
    -webkit-overflow-scrolling: touch; 
    overflow: auto;				
}

.fancybox-opened{
    max-width: 600px !important;    
}
#modal_information_vetrina > div > div{
    padding: 20px;
}

.box{
    margin: 0px 0px 15px 17px !important;
}


@media screen and (max-width: 500px){
    .box{
        margin: 0 10% 25px !important;
        height: 557px !important;
    }  
    .btn-5 {
        height: 40px;
        margin: 5px 0px !important;
        padding: 20px 0px !important;    
    }
    .left-icons{
        display:none !important;    
    }
}

@media screen and (min-width: 501px) and (max-width: 768px){
    .box{
        margin: 0 10% 25px !important;
        height: 682px !important;
    } 
    .left-icons{
        display:none !important;    
    }
}