@charset "utf-8";


.item {
background-color:#8ABB00;
height:400px;
background-position:top right;
border:#fff 0px solid;
-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,1);
-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,1);
box-shadow:0px 0px 20px 0px rgba(0,0,0,1);
}

#slideSize {
	display: none;
	max-width: 455px;
}
@media (max-width: 780px) {
#slideSize {
	max-width: 350px;
}
}

/* ==========================================================================
   Slide Style 1 - background image set in DIV HTML
   ========================================================================== */

.item.style1 .software-copy {
	top: 0px;
	position: absolute;
	width: 100%;
	padding: 20px 190px 0px 20px;
	color: #fff;
	float: left;
	display: inline-block;
	max-height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}
.item.style1 .software-copy h2 {
	padding-bottom: 20px;
	text-align: left;
	margin: 0px;
	font-size: 30px;
}
.item.style1 .software-copy p {
	font-size: 18px;
}
.item.style1 .software-copy a {
	text-align: right;
	color: #000;
	display: block;
	font-size: 18px;
	padding-top: 8px;
}
.item.style1 .software-copy a:hover {
	text-align: right;
	color: #fff;
	display: block;
}

@media (max-width: 780px) {
.item.style1 .software-copy h2 {
	font-size: 24px;
}
.item.style1 .software-copy p {
	font-size: 16px;
}
.item.style1 .software-copy a {
	font-size: 16px;
	padding-top: 4px;
}
}

/* ==========================================================================
   Slide Style 2 - background image & color set in DIV HTML
   ========================================================================== */

.item.style2 .software-screenshot {
	float: left;
	margin-right: 5%;
	width: 100%;
	height: 175px;
	display: inline-block;
	clear: both;
	background-position: center center;
	background-repeat: no-repeat;
}

.item.style2 .software-copy {
	vertical-align: top;
	width: 100%;
	padding: 15px;
	color: #fff;
	float: left;
	vertical-align: top;
	display: inline-block;
	max-height: 250px;
	overflow: auto;
}
.item.style2 .software-copy h2 {
	padding-bottom: 20px;
	text-align: left;
	margin: 0px;
	font-size: 30px;
}
.item.style2 .software-copy p {
	font-size: 18px;
}
.item.style2 .software-copy a {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
}
.item.style2 .software-copy a:hover {
	text-align: right;
	color: #ddd;
	display: block;
}

@media (max-width: 780px) {
.item.style2 .software-screenshot {
	height: 135px;
}
.item.style2 .software-copy h2 {
	padding-bottom: 10px;
	font-size: 24px;
}
.item.style2 .software-copy p {
	font-size: 16px;
}
.item.style2 .software-copy a {
	font-size: 16px;
	padding-top: 4px;
}
}


/* ==========================================================================
   Slide Style 3 - background image & color set in DIV HTML
   ========================================================================== */

.item.style3 .software-screenshot {
	float: left;
	width: 50%;
	height: 100%;
	display: inline-block;
	clear: both;
	background-position: center center;
	background-repeat: no-repeat;
}
.item.style3 .software-copy {
	vertical-align: top;
	width: 50%;
	height: 364px;
	padding: 15px;
	color: #fff;
	float: left;
	vertical-align: top;
	display: inline-block;
	overflow: auto;
}
.item.style3 .software-copy h2 {
	padding-bottom: 20px;
	text-align: left;
	margin: 0px;
	font-size: 30px;
}
.item.style3 .software-copy p {
	font-size: 18px;
}
.item.style3 .software-copy a {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
}
.item.style3 .software-copy a:hover {
	text-align: right;
	color: #ddd;
	display: block;
}

@media (max-width: 780px) {
.item.style3 .software-screenshot {
	height: 280px;
}
.item.style3 .software-copy {
	height: 280px;
	padding: 12px;
}
.item.style3 .software-copy h2 {
	font-size: 24px;
}
.item.style3 .software-copy p {
	font-size: 16px;
}
.item.style3 .software-copy a {
	font-size: 16px;
	padding-top: 4px;
}
}


/* ===========
Specific slide overrides
======*/


@media (max-width: 780px) {
#slideAlphaLine .software-screenshot {
	width: 44%;
}
#slideAlphaLine .software-copy {
	width: 56%;
}
}


#slideWristList .software-copy h2 {
	color: #000;
}
#slideWristList .software-copy {
	padding: 20px 190px 0px 20px;
	color: #000;
}
#slideWristList a {
	color: #000;
}
#slideWristList a:hover {
	color: #000;
}

@media (max-width: 780px) {
#slideWristList .software-copy {
	padding: 20px 150px 0px 20px;
}
}


#slideQuizania .software-copy h2 {
	color: #222;
}
#slideQuizania .software-copy {
	color: #222;
}
#slideQuizania a {
	color: #222;
}
#slideQuizania a:hover {
	color: #222;
}


