/* slidedeck */
.l6-home .slidedeck {
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	width: 100%;
}
.l6-home .slidedeck .screens {
	margin: 0;
	height: 360px;
}
.l6-home .slidedeck .screen {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	margin: 0;
	height: 360px;
	list-style: none;
}
.l6-home .slide-navigation {
	display: table;
	width: 100%;
	height: 40px;
	margin: 0;
	table-layout: fixed;
	list-style: none;
	background-color: #F3F3F3;
}
.l6-home .slide-navigation li {
	display: table-cell;
	height: 40px;
	color: #006CED;
	line-height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}
.l6-home .slide-navigation li:focus {
	outline: none;
}
.l6-home .slide-navigation li:hover {
	text-decoration: none;
}
.l6-home .slide-navigation li.selected {
	color: #333;
}

/* SIDEBAR */
.l6-home .sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}

.l6-home .email-signup .btn {
	margin-top: 10px;
}
.l6-home .inverted,
.l6-home .inverted:hover {
	color: #FFF;
}
.l6-home .sidebar-block {
	position: relative;
	box-sizing: border-box;
	padding: 16px;
	text-align: center;
	background-color: #EEE;
	background-image: -webkit-linear-gradient(270deg, #F8F8F8 0%, #EEE 100%);
	background-image: linear-gradient(-180deg, #F8F8F8 0%, #EEE 100%);
	min-height: 164px;
}
.l6-home .sidebar-block+.sidebar-block {
	margin-top: 3px;
}
.l6-home .sidebar-block a {
	text-decoration: none;
}

/* SVG Animation */
.l6-home .sidebar-block svg>g>* {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}
.l6-home .sidebar-block:hover svg > g > * {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2);
	opacity: 1;
}
.no-svg .block-icon {
	width: 100%;
	height: 80px;
}
.no-svg .l6-home-explore {
	background: url(/images/l6/homepage/explore.png) no-repeat center center;
}
.no-svg .l6-home-browse {
	background: url(/images/l6/homepage/browse.png) no-repeat center center;
}
.no-svg .l6-home-find {
	background: url(/images/l6/homepage/find.png) no-repeat center center;
}

/* 3 pod cards */
.l6-home .card-lead {
	position: relative;
	display: table;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 16px;
	width: 230px;
	height: 332px;
	text-align: center;
	background-position: center center;
}
.l6-home .endorsement-card .bubble-above {
	margin-right: -5px;
	margin-bottom: 15px;
	margin-left: -5px;
	padding: 5px 10px;
}
.l6-home .endorsement-card .bubble-above:before {
	margin-top: -3px;
}
.l6-home .endorsement-card .bubble-above:after,
.l6-home .endorsement-card .bubble-above:before {
	border-width: 15px 12px 0;
}
.l6-home .endorsement-card .quote-cite {
	font-size: 10px;
}
.l6-home .content {
	overflow: hidden;
}
.l6-home .card-group .card-lead {
	float: left;
}
.l6-home .card-group .card-lead+.card-lead {
	margin-left: 10px;
}
.l6-home .card-title {
	margin: 0;
}
.l6-home .card-inverted .card-title {
	color: #FFF;
}
.l6-home .card-lead .btn {
	position: relative;
	z-index: 10;
}
.l6-home .card-middle {
	display: table;
}
.l6-home .card-lead .content-top {
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
}
.l6-home .card-lead .content-middle {
	display: table-cell;
	vertical-align: middle;
}
.l6-home .card-lead .content-bottom {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
}
.l6-home .card-video {
	padding-top: 60px;
}
.l6-home .card-video .play-icon {
	margin-top: 10px;
	background-color: rgba(0, 0, 0, 0.4);
}
.l6-home .email-signup {
	text-align: center;
	background: #006CED;
}
.l6-home .email-signup .card-title {
	margin-bottom: 10px;
}
.l6-home .email-signup .sidebar-email-input {
	padding-right: 35px;
	padding-left: 35px;
	line-height: normal;
	text-align: left;
}
/*product carousel*/
.l6-home .product-carousel-wrapper {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 16px;
	text-align: center;
	position: relative;
}
.l6-home .product-carousel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow-x: hidden;*/
	margin: 0 14px;
	width: 650px;
	height: 250px;
}

.l6-home .nav-arrow {
	position: absolute;
	top: 58px;
	display: block;
	width: 12px;
	height: 244px;
	background-image: url(/assets/images/l6/shared/nav-arrows.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0 10px;
	cursor: pointer;
}
.l6-home .nav-arrow-left {
	background-position: 5px 40px;
	left: 0;
}
.l6-home .nav-arrow-right {
	background-position: -17px 40px;
	right: 0;
}

/* Product styles */
.swiper-slide .contentproduct-image-container {
	height: 120px;
}
.swiper-slide .contentproduct-image-link {
	height: 100%;
	display: block;
	position: relative;
}
.swiper-slide .contentproduct-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.swiper-slide .contentproduct-title-container {
	margin-top: 10px;
	margin-bottom: 0;
	height: 3em;
	overflow: hidden;
}
.swiper-slide .contentproduct-price {
	font-weight: bold;
}
.swiper-slide .contentproduct-purchase-buttons a {
	color: #FFF;
	text-decoration: none;
}
/* Ad Zone */
.l6-home .extra-zone {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 16px;
	text-align: left;
}

/* Page Helpers */
.l6-home .content-link {
	position: relative;
	z-index: 10;
}
.l6-home .cover-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: 100%;
}
.l6-home .cover-link:hover {
	text-decoration: none;
}
