/* MEDIA QUERIES */
.class480 {float:left;}
.class768 {float:left;}
.class769 {float:left;}
.class992 {float:left;}
.class1200 {float:left;}

@media (max-width:480px){
	.class480 {float:none;}
	.container-fluid.p-60 {padding:60px 20px;}
}

@media (max-width:767px){

	.class768 {float:none;}

	body {
    	font-size:14px;
	}
	h1 {font-size: 2em}
	.lc-square-title {font-size:2em;}
	footer .lc-square.mob {
		padding-top:0;
	} 
	footer .lc-social-icon {
		text-align:left;
		padding:0;
		margin-left:-20px;
	}
	.lc-square.lc-explore {
    	height: auto;
    	padding-bottom: 0;
	}
	.lc-all-explore .col-md-4 {
    	display: block;
	}
	.container-fluid.p-60 {padding:60px 20px;}
}

@media (min-width:768px){
	body {
    	font-size:15px;
	}
	h1 {font-size: 2em}
	#body-main, header {
    	padding: 0px;
    }
	#startpage #banner_front {
		height: 600px;
	}
	#banner_front .txt-center p {
		font-size: 70px;
	}
    .to-top {
        display:none;
    }
    footer .lc-social-icon {
		text-align:right;
	}
	.lc-square.lc-explore {
		height: auto;
    	padding-bottom: 0;
	}
	.lc-all-explore .col-md-4 {
    	display: block;
	}
	.container-fluid.p-60 {padding:60px 20px;}
}

@media (min-width:992px) {
	body {
    	font-size:16px;
	}
	h1 {font-size: 2.5em}
	#banner_front {
		height: 600px;
	}
	#banner_front .txt-center p {
		font-size: 80px;
	}
    .to-top {
        display:none;
    }
    .lc-square.lc-explore {
    	height:100%;
    	padding-bottom: 0;
	}
	.lc-all-explore .col-md-4 {
    	display: table-cell;
	}
}

@media (min-width:1200px) {
	body {
    	font-size:17px;
	}
	#body-main, header {
    	padding: 0px 60px;
    }
	#banner_front {
		height: 700px;
	}
	#banner_front .txt-center p {
		font-size: 60px;
	}
    .to-top {
        display:block;
    }
    .container-fluid.p-60 {padding:60px;}
    
}

@media (min-width:1400px) {
	body {
    	font-size:19px;
	}
	
}

