/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/






/*	Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.    */



/*	Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	

}



/*	Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.*/

@media only screen and (max-width: 767px) {
.header_area .logo img {
	max-width: 98%;
}
.main_contents .about_part h1 {
	font-size: 25px;
}
    
.footer_area ul li a {
	margin-bottom: 15px;
}
    .footer_area ul {
	text-align: left;
	padding-left: 20px;
}
    
.tlc ul li {
	display: inline-block;
	font-size: 19px;
}
.tlc ul li i {
	padding: 0 5px;
}
.main_contents {
	text-align: center;
	padding: 10px;
}
 .spanish_lang {
	margin: 0 0 20px;
}
.spanish_l {
	margin-bottom: 30px;
	margin-top: 10px;
}
    
    
    
	
}



/*	Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	

	
}