@charset "utf-8";
/* CSS Document */

#slidecontainer {
	min-width: 20em;
	padding: 0em;
	height: 10.5em;
	text-align: center;
	background: url(../images/slide.jpg) center no-repeat;
	background-size: cover;
	background-position: 0px -40px;
	border-bottom: 1px solid #ccc;
}

#slidecaption {
	font-size: 1.4em;
	padding: 1em;
	color: #fff;
	width: 10em;
	font-weight: bold;
	text-align: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-shadow:
   		-1px -1px 0 #333,  
	    1px -1px 0 #333,
	    -1px 1px 0 #333,
    	1px 1px 0 #333;
}

#info {
	padding-top: 2em;
	padding-bottom: 2em;
	min-width: 20em;
}

#infoheader {
	font-size: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	display: none;
}

#infosubheader {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	padding: 0.5em;
}

#infocolumncontainer {
	min-width: 20em;
	width: 18em;	
	margin: 0 auto;
	text-align: center;
}

#infocolumn {
	width: 14em; 
	padding: 1em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	height: auto;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}

#pricing {
	padding-top: 0em;
	padding-bottom: 0em;
	min-width: 20em;
	background: #fff;
	font-size: 1em;
	text-align: center;
	color: #666;	
}

#pricingcolumncontainer {
	min-width: 20em;
	width: 18em;	
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2em;
}

#pricingheader {
	font-size: 1.5em;
	padding-top: 1em;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

#pricingsubheader {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #666;
}

#pricingcolumn {
	width: 14em; 
	padding: 0em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	height: auto;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	background: #004A95;
}

#pricingprice {
	padding-top: 1em;
	padding-bottom: 1em;
}

#pricingfeatures {
	background: #eee;
	color: #666;
	width: 14em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#pricingfeature {
	margin-left: 1em;
	margin-right: 1em;	
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

#freetrialbutton {
	background: #74C100;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	padding: 1em;
	cursor: pointer;
	border-radius: 0.25em;
}

#freetrialbutton:hover {
	background: #f60;
}


.pricingcurrency {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
}

.pricingprice {
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
}

#about {
	padding-top: 0em;
	padding-bottom: 0em;
	min-width: 20em;
	background: #007fff;
	font-size: 1em;
	text-align: center;
	color: #fff;	
}

#aboutcolumncontainer {
	min-width: 20em;
	width: 18em;	
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2em;
}

#aboutcolumn {
	width: 15.7em; 
	padding: 0.5em;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	height: auto;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}

#aboutheader {
	font-size: 1.5em;
	padding: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#aboutsubheader {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}

#footer {
	padding-top: 0em;
	padding-bottom: 0em;
	min-width: 20em;
	background: #004A95;
	font-size: 0.8em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;	
	color: #fff;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

@media all and (min-width: 40.06em)
{
	#slidecontainer {
		height: 20em;
		background-position: 0px -60px;				
	}

	#slidecaption {
		font-size: 2.5em;
	}	
	
	#pricingcolumncontainer {
		width: 36.06em;
	}		
	
	#pricingheader {
		font-size: 2em;
	}
	
	#pricingcolumn {
		width: 24em; 
	}
	
	#pricingfeatures {
		width: 24em; 
	}

	#infocolumncontainer {
		width: 36.06em;
	}
	
	#aboutcolumncontainer {
		width: 36.06em;
	}
	
	#aboutcolumn {
		width: 30em;
	}
	
	#infoheader {
		font-size: 2em;
		display: inherit;
	}
	
	.pricingcurrency {
		color: #fff;
		font-size: 1.7em;
		font-weight: bold;
	}
	
	.pricingprice {
		color: #fff;
		font-size: 3em;
		font-weight: bold;
	}
}

@media all and (min-width: 64.06em)
{
	#slidecontainer {
		height: 34em;
		background-position: 0px -100px;		
	}
	
	#slidecaption {
		font-size: 3.6em;
	}
	
	#pricingcolumncontainer {
		width: 60.06em;
	}
	
	#pricingheader {
		font-size: 2em;
	}
	
	#pricingcolumn {
		width: 24em; 
	}
	
	#aboutcolumncontainer {
		width: 60.06em;
	}
	
	#aboutcolumn {
		width: 50.06em; 
	}
	
	#pricingfeatures {
		width: 24em; 
	}
	
	#infocolumncontainer {
		width: 60.06em;
	}
	
	#infoheader {
		font-size: 2em;
		display: inherit;
	}
	
	.pricingcurrency {
		color: #fff;
		font-size: 1.7em;
		font-weight: bold;
	}
	
	.pricingprice {
		color: #fff;
		font-size: 3em;
		font-weight: bold;
	}	
}