/* @override 
	http://wordpress.local/wp-content/themes/slicedsimple/stylesheets/main.css
	http://www.slicedsimple.com/wordpress/wp-content/themes/slicedsimple/stylesheets/main.css
	http://www.slicedsimple.com/wp-content/themes/slicedsimple/stylesheets/main.css
*/

.home .billboard {
	min-height: 0px;
	position: relative;
	margin: 0 auto;
	width: 983px;
	height: 483px;
	background: url(../images/main/billboard-background.png) no-repeat 50% 0;
	overflow: hidden;
	z-index: 1;
}

.home .billboard-contents {
	margin-top: 2.5em;
	text-align: center;
}

.billboard-contents .row2 {
  	text-align: left;
  	margin-top: 2.25em;
}

.billboard-contents .summary {
	position: absolute;
	left: 20px;
	top: 100px;
	height:  130px;
}

.body-icon-small {
	max-height: 1.5em;
	vertical-align: middle;
}

.billboard .title {
	color: #d9651b;
	font-size: 1.375em;
}

.billboard-buttons {
	position: absolute;
	top:  250px;
	left: 25px;
}

#buyer_seller_page_curl {
	position: absolute;
	right: 0px;
	z-index: 100;
}

#main_page_graphic {
	margin-top:  -1.625em;
	position: absolute;
	right: 75px;
}

.home #play_video {
	margin-top:  3.75em;
	position: absolute;
	right: 225px;
}

#floor_perspective {
	position: absolute;
	left: 0px;
	bottom: 40px;
}

#benefits_bar {
	position: absolute;
	bottom: 16px;
}

.benefit {
	margin: 0 auto;
	text-align: center;
}

.home .benefit a {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	cursor: default;
}

.home .benefit a img {
	z-index: 100;
}

.benefit a img.hover-icon {
	display:  none;
}

.benefit a img.default-icon {
	display:  block;
	margin:  0 auto;
}

.home .benefit a:hover,
.home .benefit.selected a{
	color: #993300;
}

.benefit a:hover img.default-icon,
.benefit.selected a img.default-icon {
	display:  none;
}

.benefit a:hover img.hover-icon,
.benefit.selected a img.hover-icon {
	display:  block;
	margin:  0 auto;
}

.lower-billboard {
	position: relative;
	margin: 5px auto 0;
	width: 983px;
	height: 151px;
	background: url(../images/main/lower-billboard-background.png) no-repeat 50% 0;
	overflow: hidden;
}

.lower-billboard .title {
	font-size:  1em;
	color:  #333333;
	margin-bottom: .3125em;
	margin-top: .75em;
}

.lower-billboard p {
	font-size:  .875em;
	font-weight: 200;
	line-height: 1.5625em;
	color:  #666666;
}

.latest_news_date {
	font-size: .75em;
	font-weight: bold;
}

.lower-billboard a {
	color: #990000;
	font-size:  .75em;
}

.news a {
	font-size: .875em;
}

.testimonial {
	float: left;
}

.testimonial_author_photo {
	text-align: center;
}

#testimonial_author_photo {
	max-height:  51px;
	border: 2px solid #990000;
}

#testimonial_author_text {
	color:  #999999;
	font-size: .75em;
}

/* @group slimlist */
/* @override http://embed.wistia.com/slimlist/v0/themes/clean/style.css */

.slimlist-player {
	float: left;
	width: 980px;
	height: 504px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	overflow: hidden;
}
.slimlist-player a {
	text-decoration: none;
	color: #000000;
}
.slimlist-player img {
	border: 0;
}
.slimlist-player ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slimlist-player .loading {
	position: absolute;
	top: 130px;
	left: 200px;
	width: 121px;
	height: 30px;
	background: url(http://embed.wistia.com/slimlist/v0/themes/lilipip/images/loading.gif) no-repeat;
}
.slimlist-sections {
	height: 30px;
	float: right;
	z-index: 0;
	font-size: 14px;
}
.slimlist-sections li {
	float: left;
	margin-right: 15px;
}
.slimlist-sections a {
	display: block;
	background-color: #efefef;
	color: #888;
	padding: 10px 20px 15px 20px;
}
.slimlist-sections a:hover {
	background-color: #efefef;
	color: #333;
}
.slimlist-sections li.selected a {
	background-color: #e5a04d;
	color: white;
}
.slimlist-video {
	z-index: 99;
	width: 820px;
	height: 480px;
	position: absolute;
	left: 0;
	top: 5px;
	color: black;
	
	border: 8px solid #dfdfdf;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	overflow: hidden;
}
.slimlist-playlist {
	width: 135px;
	height: 400px;
	position: absolute;
	top: 40px;
	right: 0px;
	overflow: hidden;
	overflow-y: scroll;
	border: 8px solid #dfdfdf;
	/* border: 5px solid #D5D2CD; */
	border-left: 0;
	
	-moz-border-radius: 0 10px 10px 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 10px 10px 0;
  
}

.slimlist-playlist a {
	color: #aaa;
	display: block;
	height: 100px;
	padding: 5px 5px 0px 5px;
	position: relative;	
  background-color: #ffffff;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

.slimlist-playlist a:hover {
	color: gray;
	background: #eeeeee;
}

.slimlist-playlist a:hover img {
	border-color: #fff;
}

.slimlist-playlist ul {
	display: none;
}
.slimlist-playlist ul.selected {
	display: block;
}

.slimlist-playlist li {
	
}

.slimlist-playlist li.selected a {
  background-color: #e5a04d;
	color: white;
}

.slimlist-playlist li.selected img {
	border-color: #edc18c;
}

.slimlist-playlist img {
	position: absolute;
	left: 7px;
	top: 30px;
	border: 3px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* @end */
