@charset "utf-8";
/* CSS Document */



.inlineButton , .inlineButtonBlack {
	width: 20ex;
	height: 5ex;
	border: 1px white solid;
	background-image: url(../images/BG-ButtonBak-25PWhite.png);
	font-family: 'Source Sans Pro', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-weight: normal;
	text-align: center;
	display: table; 
}

.inlineButtonBlack {
	background-image: url(../images/BG-ButtonBak-45PBlack.png);	
}

.inlineButton a, .inlineButtonBlack a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}


.FF-cosmo300 {
	background-image: url(../images/featuredHome/f-cosmo300-wireless-hdmiSDI.jpg);
	background-size: cover;
	width: 1000px;
	height: 490px;
	color: white;
}

.cosmo300 {
	width: 42%;
	position: relative;
	padding: 4em 2em 2em 5em;
}

.cosmo300 h2 {font-size: 20pt;}
.cosmo300 p {
	font-family: 'Source Sans Pro', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'
}


.FF-bx200 {
	background-image: url(../images/featuredHome/f-bx200-cine-slider.jpg);
	width: 1000px;
	height: 490px;
	color: white;
}

.bx200 {
	text-align: center;
	height: 45%;
	position: relative;
	padding: 2em 4em 0em 4em;
}
.bx200 h2 {font-size: 20pt;}
.bx200 p {font-family: 'Source Sans Pro', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'}
.bx200 .inlineButton {
	background-image: url(../images/BG-ButtonBak-30PBlack.png);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 27ex;
	text-shadow: 1px 1px 3px grey;
	box-shadow: 1px 0px 10px 3px darkgray;
}
