/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        

        
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
	    

	

    }
    
    /*==========  Non-Mobile First Method  ==========*/



    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	    
	    
	    
	    
	    
	    
	    
	    
	    
	    
	    body {
	color:#7d8287;
	/* font-family: 'Open Sans', Arial, sans-serif; */
	font-family: 'Titillium Web', sans-serif;
	background-color:#fff;
	letter-spacing:0px;

	font-size:11px; line-height:15px;
	
}
	    
	    
	    #logosm{
		    width: 80px !important;
		    margin-top: 8px;
	    }
	    
	    
	    .slogan-wrap{
	position: absolute;
	bottom: 100px;
	text-align: center;
	width: 100%;
	bottom: 20vh;
	z-index: 33;
	
}
	    
	    .slogan{
			background-color: rgba(228,0,90,0.6);
			text-shadow: none;
			font-family: 'Titillium Web', sans-serif;
			font-weight: 400;
			font-size: 14px;
			padding: 8px 20px 15px 15px;
			letter-spacing: 1px;
			margin: 0 auto;
			line-height: 18px;
			width: 80%;
			color:#fff;
	
		
		}
		
		
		.slogan-sm{
			bottom: 12px;
			
		}
		
		.slogan-sm .slogan{
			padding: 1px 10px 3px 10px;
			font-size: 10px;
			width: 95%;
			
		}
		

		
		
		.slogan-wrap2{
	position: absolute;
	bottom: 100px;
	text-align: center;
	width: 80vw;
	bottom: 7vh;
	z-index: 33;


	
}

		
				.slogan2{
	background-color: rgba(228,0,90,0.6);
	text-shadow: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	line-height: 18px;
	width: 80%;
	color:#fff;

	
}

.slogan-wrap3{
	position: absolute;
	bottom: 100px;
	text-align: center;
	width: 90vw;
	bottom: 10vh;
	right:-20px;
	z-index: 33;


	
}



.slogan3{
	background-color: rgba(228,0,90,0.6);
	text-shadow: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 18px;
	padding: 15px 20px 30px 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	line-height: 18px;
	width: 80%;
	color:#fff;

	
}




.team-wrap img{
	width: 60%;
	margin: 0 auto;
}



	 .adres-box{
	position: absolute;
	top: 235px;
	left: 10px;
	z-index: 2;
	background-color: rgba(255,255,255,0.9);
	padding: 15px 20px 5px 30px;
	
	
}
	
	    
	   
	    
	}
	
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
        
     
        
    }


   