
.user-select { 
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none; 
}

.header_slideshow--title {

}	

.header_slideshow--title .word {
    white-space: nowrap;
    display: inline-block;
}
.header_slideshow--title .word .c {
    display: inline-block;
}
/* iPad Media Queries (All generations - including iPad mini) iPad in portrait & landscape */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	.header_slideshow--title {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 767px) {

	.header_slideshow--title {
		font-size: 35px !important;
	}	  

}