body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

.homepage {

}

.homepage .wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}


/* ----------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.homepage .header {
	background: #ffffff;
	border: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	height: 75px;
	left: 0;
	position: relative;
}

.homepage .header .logo {
	background: none;
	border: 0;
	float: left;
	margin: 10px 0 0 0;
	position: static;
	max-width: 140px;
}

.homepage .header .logo img {
	border: 0;
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------- */
/* Navigation ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
.homepage .navigation {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.homepage .header .navigation {
	margin: 30px 0 0 0;
}

.homepage .navigation li {
	float: left;
	padding: 0 0 0 30px;
}

.homepage .navigation li a {
	color: #737373;
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.homepage .navigation li.selected a,
.homepage .navigation li a:hover {
	color: #3497c7;
}

.homepage .navigation li.selected a {
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Sign Up --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.sign-up-request {
	text-align: center;
}

.sign-up-request h3 {
	text-align: center;
}

.sign-up-request label {
	display: block;
	margin: 0 0 3px 0;
}

.sign-up-request fieldset {
	background: none;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

.sign-up-request fieldset li {
	border: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

.packages-selection {
	margin: 0 auto;
	max-width: 715px;
	min-height: 400px;
	padding: 10px 0 10px 10px;
}

.packages-selection .package {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	cursor: pointer;
	float: left;
	margin: 0 10px;
	min-height: 370px;
	padding: 15px;
	position: relative;
	transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	width: 180px;
}

.packages-selection .package.selected {
	border: 3px solid #edb058;
	margin-top: -8px;
	padding: 20px;
}

.packages-selection .package .title {
	font-size: 24px;
	margin: 0 0 5px;
}

.packages-selection .package .price {
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px 0;
}

.packages-selection .package .clients {
	font-weight: bold;
	margin: 10px 0;
}

.packages-selection .package .description {

}

.packages-selection .package .description p {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.packages-selection .package .description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.packages-selection .package .description ul li {
	color: #808080;
	font-size: 11px;
}

.packages-selection .package .select {
	background: #3497c7;
	bottom: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	left: 15px;
	right: 15px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.85);
	text-transform: uppercase;
	transition: background .25s linear;
	-moz-transition: background .25s linear;
	-webkit-transition: background .25s linear;
	-o-transition: background .25s linear;
}

.packages-selection .package .select:hover,
.packages-selection .package.selected .select {
	background: #edb058;
}

.packages-selection .package input {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -999;
	position: absolute;
}


/* ----------------------------------------------------------------------------------------------- */
/* Marquee --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.homepage .marquee {
	background: #000000;
	height: 400px;
	padding: 137px 0 0 0;
	position: relative;
	text-align: center;
}

.homepage .marquee .hr {
	background: #ffffff;
	height: 7px;
	margin: 0 auto 45px auto;
	padding: 0;
	width: 428px;
}

.homepage .marquee .hr hr {
	display: none;
}

.homepage .marquee h1 {
	color: #edb058;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.homepage .marquee h2 {
	color: #ffffff;
	font-size: 33px;
	line-height: 33px;
	margin: 0 0 45px 0;
	padding: 0;
	text-transform: uppercase;
}

.homepage .marquee p {
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 35px 0;
	padding: 0;
}

.homepage .marquee .get-started-block {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 59px;
}

.homepage .marquee .get-started-block .get-started-button {
	background: #3497c7;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 59px;
	line-height: 59px;
	margin-right: 15px;
	padding: 0 41px;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.85);
	text-transform: uppercase;
	transition: background .25s linear;
	-moz-transition: background .25s linear;
	-webkit-transition: background .25s linear;
	-o-transition: background .25s linear;
}

.homepage .marquee .get-started-block .get-started-button:hover {
	background: #edb058;
}

.homepage .marquee .get-started-block .normal {
	color: #ffffff;
}

.homepage .marquee .get-started-block .normal:hover {

}

.homepage .marquee .content {
	position: relative;
	z-index: 1;
}

.homepage .marquee .background-image {
	bottom: 0;
	background: url(/images/frontend/marquee01.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	opacity: .3;
	filter: alpha(opacity=30);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}


/* ----------------------------------------------------------------------------------------------- */
/* Content Groups -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.homepage .content-group {
	padding: 80px 0;
	text-align: center;
}

.homepage .content-group.first {
	padding-bottom: 0;
}

.homepage .content-group.gray {
	background: #f6f6f6;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.homepage .content-group h3 {
	color: #000000;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}

.homepage .content-group .hr {
	background: #000000;
	font-size: 1px;
	height: 2px;
	margin: 0 auto 25px auto;
	padding: 0;
	width: 428px;
}

.homepage .content-group .hr hr {
	display: none;
}

.homepage .content-group p {
	color: #727272;
	font-size: 15px;
	line-height: 19px;
	margin: 0 auto 30px auto;
	max-width: 500px;
	padding: 0;
}

.homepage .content-group .monitor-group {
	background: url(/images/frontend/monitor.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	height: 685px;
	margin: 0 auto;
	padding: 42px 0 0 44px;
	position: relative;
	max-width: 914px;
	width: 100%;
}

.homepage .content-group .monitor-group .prev-arrow,
.homepage .content-group .monitor-group .next-arrow {
	background: url(/images/frontend/arrow-left.png) 50% 50% no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	height: 26px;
	left: -30px;
	opacity: .5;
	filter: alpha(opacity=50);
	top: 50%;
	margin: -43px 0 0 0;
	position: absolute;
	width: 14px;
}

.homepage .content-group .monitor-group .next-arrow {
	background: url(/images/frontend/arrow-right.png) 50% 50% no-repeat;
	left: auto;
	right: -30px;
}

.homepage .content-group .monitor-group .prev-arrow:hover,
.homepage .content-group .monitor-group .next-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.homepage .content-group .monitor-group .prev-arrow span,
.homepage .content-group .monitor-group .next-arrow span {
	display: none;
}

.homepage .content-group .monitor-group .stage,
.homepage .content-group .monitor-group .stage .slide {
	overflow: hidden;
	max-width: 872px;
	width: 100%;
}

.slide.placeholder {
    visibility : hidden;
}

.homepage .content-group .monitor-group .stage .slide img {
	width: 100%;
}

.homepage .content-group img {
	display: block;
	max-width: 100%;
}

.homepage .content-group img.black-border {
	border: 3px solid #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.homepage .content-group .col {
	text-align: left;
	display: inline-block;
	margin: 0 20px;
}

.homepage .content-group .col li {
	font-size: 16px;
}

.homepage .content-group .terms-of-use h3 {
	margin: 30px 0 10px 0;
}

.homepage .content-group .terms-of-use p {
	color: #000000;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0;
	width: auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.homepage .footer {
	background: #212121;
	padding-top: 20px;
	min-height: 300px;
}

.homepage .footer .logo {

}

.homepage .footer .logo img {

}

.homepage .footer .logo:hover {

}

.homepage .footer .navigation {

}

.homepage .footer .copyright {
	color: #a4a4a4;
	padding-top: 30px;
}





/* ----------------------------------------------------------------------------------------------- */
/* Responsive Styles ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1500px) {
	.homepage .wrapper {
	
	}
}

@media screen and (max-width: 1100px) {
	.homepage .content-group .monitor-group {
		background: #000000;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: auto;
		padding: 30px;
	}

	.homepage .content-group .monitor-group .stage,
	.homepage .content-group .monitor-group .stage .slide {
		max-width: 100%;
	}

	.homepage .content-group .monitor-group .prev-arrow,
	.homepage .content-group .monitor-group .next-arrow {
		background-color: rgba(255,255,255,0.5);
		left: 0;
		height: 40px;
		margin: -50px 0 0 0;
		width: 25px;		
	}

	.homepage .content-group .monitor-group .next-arrow {
		left: auto;
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	.homepage .header {
		height: 50px;
	}

	.homepage .header .logo {
		margin: 10px 0 0 0;
		max-width: 80px;
	}

	.homepage .header .navigation {
		margin: 18px 0 0 0;
	}
	
	.homepage .marquee {
		padding-top: 50px;
	}
	
	.homepage .marquee .hr {
		display: none;
	}
	
	.homepage .marquee .content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.homepage .marquee h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.homepage .marquee h2 {
		font-size: 23px;
		line-height: 23px;
		margin: 15px 0;
	}
	
	.homepage .marquee .get-started-block {
		font-size: 14px;
		height: auto;
		line-height: 100%;
	}
	
	.homepage .marquee .get-started-block .get-started-button {
		display: block;
		margin: 0 auto 20px auto;
		padding-left: 0;
		padding-right: 0;
		width: 250px;
	}
	
	.homepage .content-group,
	.homepage .content-group.first {
		padding: 40px 10px 20px 10px;
	}
		
	.homepage .content-group .hr {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	
	.homepage .content-group .monitor-group {
		display: none;
	}
	
	.homepage .content-group img.steps,
	.homepage .content-group img.black-border {
		display: none;
	}
	
	.homepage .content-group .col {
		display: block;
		margin: 0;
	}
	
	.homepage .content-group .col li {
		font-size: 13px;
	}
	
	.homepage .footer {
		min-height: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.homepage .footer .navigation {
		float: none;			
		margin: 20px 0 0 0;
	}
	
	.homepage .navigation li {
		display: inline-block;
		float: none;
		margin: 0 10px 6px 10px;
		padding: 0;
	}	
}