.transitions {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
}

.transitions {
    max-height:0;
    transition-delay: 1s;
    -webkit-transition: max-height 1s linear; 
    -moz-transition: max-height 1s linear; 
    -o-transition: max-height 1s linear; 
    transition: max-height 1s linear; 
    transition-duration: 1s;
    /*overflow: hidden;*/
}

/*@media (max-width: 799px){
    .mapContainer{
        padding-left:0px !important;
        width:100% !important;
        transition-property: padding !important;
        transition-duration: 1s !important;
        transition-timing-function: linear !important;
        transition-delay: 0s !important;
    }
}

@media (min-width: 800px){
    .mapContainer{
        padding-left:300px !important;
        width:100% !important;
        transition-property: padding !important;
        transition-duration: 1s !important;
        transition-timing-function: linear !important;
        transition-delay: 0s !important;
    }
}
*/