
/* Home Page banner */
#banner.home {
	height: 358px;
	background: #f36729 url('../img/banner_home.jpg') no-repeat center top;
	z-index: 5;
}
#banner.home #text {
	width: 430px;
}
#banner.home .btn { 
	width: 160px;
}
#banner_screen {
	position: absolute;
	right:-50px;
	top:-300px;
	z-index: 30;
}
#banner_screen #laptop {
	width: 580px;
	height: 360px;
	background: url('../img/macbook.png');
	position: relative;
	z-index: 10;
}
#banner_screen #screenshot {
	width: 423px;
	height: 266px;
	position: absolute;
	top:31px;
	left:80px;
	z-index: 1;
	overflow: hidden;
}
#banner_screenshot #screenshot img {
	width: 100%;
	min-height: 100%;	
}
/* Push content below banner (Height of banner + header height) */
#banner_push.home { height: 433px; }





/* Products */
section#products {
	padding: 80px 0 60px 0;
	background: #ffffff;
}
section#products .container, section#testimonials .container {
	width: 870px;
}

.product {
	position: relative;
	width: 232px;
	height: 510px;
	float: left;
	color: #686868;
	margin-left:85px;
}
.product:first-child {
	margin-left:0;
}
.product .btn_more {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product .product_title,
.product .product_title a {
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	margin: 30px 0;
	color: #686868;
}
.product .product_caption,
.product .product_caption a {
	font-weight: 400;
	font-size: 16px;
	/*text-align: justify;*/
	line-height: 24px;
	color: #686868;
}



/* Testimonials */
#testimonials {
	width: 100%;
	height: 500px;
	background: #609fe4 url('../img/bg_testimonials.jpg') no-repeat center top;
}
#testimonials .sec_title {
	font-weight: 300;
	font-size: 48px;
	color: #ffffff;
	padding: 45px 0 40px 0;
}
#testimonials .testimonial {
	float: left;
	margin-left:45px;
	font-size: 16px;
	line-height: 20px;
	width: 232px;
}
#testimonials .testimonial:first-child {
	margin-left:0;
}
#testimonials .testimonial .quote {
	background: url('../img/bg_testimonial.png') no-repeat;
	width: 100%;
	height: 182px;
	font-weight: 400;
	color: #686868;
	padding: 25px 20px 40px 20px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	line-height: 24px;
	text-indent: -5px;
	overflow: hidden;
}
#testimonials .testimonial:nth-child(2){
	width: 314px;
}
#testimonials .testimonial:nth-child(2) .quote {
	background: url('../img/bg_testimonial_wide.png') no-repeat;
	width: 100%;
	height: 182px;
}
#testimonials .testimonial .author {
	font-weight: 600;
	color: #ffffff;
	margin:12px 0 0 0;
}
#testimonials .testimonial .author_title {
	font-weight: 400;
	color: #ffffff;
}
#testimonials .btn {
	font-size: 16px;
	line-height: 40px;
	width: 145px;
	background: #fd881a;
	position: absolute;
	top:50px;
	right:0;
}
#testimonials .btn:hover {
	background: #fcb628;
}

/* ===================================
   Footer Homepage
   =================================== */
#footer #news {
	float: left;
	width: 630px;
	padding: 50px 0 0 0;
} 
#footer #contact_home {
	float: left;
	width: 280px;
	margin-left:50px;
	padding: 50px 0 60px 0;
}
#footer.home #mailing_list #mailing_title {
	margin:20px 0 12px;
	line-height: 16px;	
}
#footer #contact_home #mailing_list form {
	margin: 0 0;
}
#rss_feed {
	float: left;
	margin-top: 10px;
}
#rss_feed > .rsswidget {
	display: none;
}
#rss_feed ul li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#rss_feed ul li a.rsswidget {
	color: #505050;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	float: right;
	width: 75%;
}
#rss_feed ul li a.rsswidget:hover {
	color: #fd651a;
}
.rss-date {
	font-weight: 14px;
	color: #a7a9ac;
	font-style: italic;
	float: left;
	width: 25%;
}
