@charset "utf-8";
/*
* 1240
* ========================================================================================
*/
@media (min-width: 1400px) {

}
/*
* end of 1240
* ========================================================================================
*/

/*
* 1240
* ========================================================================================
*/
@media (max-width: 1400px) {
	
}
/*
* end of 1240
* ========================================================================================
*/

@media screen and (max-width: 1200px) {
	
}

/*
* 992
* ========================================================================================
*/
@media screen and (max-width: 992px) {
	/*
	* ========================================================================================
	* CONTENT
	*/
	#cms_content {
		text-align:center;
		margin-top:85px;
		margin-bottom:50px;
	}
	#cms_content .row .col-sm-6 {
		padding-top:60px;
		padding-bottom:60px;
		border:0;
		margin-bottom:30px;
	}
	#cms_content .row .col-sm-6:nth-child(even) {
		border-left:1px solid #e2e2e2;
	}
	/*
	* </> CONTENT
	* ========================================================================================
	*/
	
	
	#copyright {
		padding-top:50px;
		padding-bottom:20px;
		text-align:center;
	}
	
	
	/*
	* ========================================================================================
	* LOGOS
	*/
	.logos {
		float:none;
	}
	.logos ul {
		display:table;
		margin:auto;
	}
	/*
	* </> LOGOS
	* ========================================================================================
	*/
}
/*
* end of 992
* ========================================================================================
*/

	
/*
* 768
* ========================================================================================
*/
@media screen and (max-width: 768px) {
	/*
	* ========================================================================================
	* CONTENT
	*/
	#cms_content {
		margin-top:20px;
		margin-bottom:20px;
	}
	#cms_content .row .col-sm-6 {
		border-left:0;
	}
	#cms_content .row .col-sm-6 {
		border-top:1px solid #e2e2e2;
		margin-bottom:0;
		min-height:0;
	}
	#cms_content .row .col-sm-6:first-child {
		border-top:0;
	}
	/*
	* </> CONTENT
	* ========================================================================================
	*/
}
/*
* end of 768
* ========================================================================================
*/


/*
* 600
* ========================================================================================
*/
@media screen and (max-width: 600px) {
	
}
/*
* end of 600
* ========================================================================================
*/


/*
* 480
* ========================================================================================
*/
@media screen and (max-width: 480px) {
	#copyright {
		padding-bottom:50px;
	}
	
	/*
	* ========================================================================================
	* LOGOS
	*/
	.logos ul li {
		display:block;
		width:100%;
		height:auto;
		margin:0;
		text-align:center!important;
		padding-bottom:30px;
	}
	.logos ul li span {
		display:block;
		text-align:center!important;
	}
	/*
	* </> LOGOS
	* ========================================================================================
	*/
}
/*
* end of 480
* ========================================================================================
*/


/*
* 320
* ========================================================================================
*/
@media screen and (max-width: 320px) {
	
}
/*
* end of 320
* ========================================================================================
*/



@media screen and (max-height: 768px) {
	/*
	* ========================================================================================
	* TOP
	*/
	#top {
		height:80px;
	}
	#logo {
		margin:20px 0 0 0;
	}
	#slogan {
		margin-top:20px;
		margin-bottom:0px;
	}
	/*
	* </> TOP
	* ========================================================================================
	*/


	/*
	* ========================================================================================
	* CONTENT
	*/
	#cms_content {
		margin-top:20px;
		margin-bottom:20px;
	}
	#cms_content .row .col-md-3,
	#cms_content .row .col-sm-6 {
		min-height:230px;
		padding-top:20px;
	}
	#cms_content .logo {
		margin-bottom:20px;
	}
	/*
	* </> CONTENT
	* ========================================================================================
	*/
	
	p {
		font-size:16px;
	}
	
	/*
	* ========================================================================================
	* LAYOUT
	*/
	#main,
	#inner {
		padding-bottom:100px;
	}
	#footer {
		margin-top: -100px;
		height: 100px;
	}
	/*
	* </> LAYOUT
	* ========================================================================================
	*/
	
	
	/*
	* ========================================================================================
	* LOGOS
	*/
	.logos ul li {
		float:left;
		display:table;
		height:90px;
		margin-left:25px;
	}
	/*
	* </> LOGOS
	* ========================================================================================
	*/
	
	#copyright {
		padding-top:35px;
	}	
}