@charset "UTF-8";
/* Override Slider for home */

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*border: solid #fff 5px;*/
	/*left: -5px;*/
	/*background: #fff;*/
	padding-top: 0px;
	padding-bottom: 10px;
	/*height: 599px !important;*/
}

/* Identity styles */

.identity_img_container_logo { width: 350px; }

/* #Media Queries
================================================== */
	
	/* Big one Grid */	
	@media only screen and (min-width: 1440px) {
			
		
				
	}
	
	/* Base 960 Grid */	
	@media only screen and (min-width: 960px) and (max-width: 1439px) {
	
		
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		
						
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.identity_img_container_logo { width: 150px; }
								
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.identity_img_container_logo { width: 115px; }
		.subtitle_items_downloadable_identity { display: none; }
					
	}