/*body {
	margin: 0;
	padding: 0;
	/*font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;*/
	/*font-family: 'Exo 2'; 
	/*font-weight: bold;
	font-size: 14px;*/
/*}*/

#slideshow {
	font-family: 'Exo 2';
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.demo_wrapper {
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 100%;
  }  
}
.demo_block {
	width: 100%;
}
