@import url(https://fonts.googleapis.com/css?family=Courgette);
.hero section.corp-intro .multi-col-list:after
{
	display:block; clear:both; visibility:hidden;
	height:0;
	content:".";
}
.ie .hero section.corp-intro .multi-col-list
{
	zoom:1;
}

.hero
{
	position:relative; display:table;
	width:100%;
	margin:0 0 20px 0;
	text-align:center;
	background-repeat:no-repeat; background-position:50% 50%;
}
.hero:after
{
	position:absolute;
	top:0; left:0; right:0; bottom:0; z-index:2;
	content:"";
}
.hero section.intro,
.hero section.corp-intro
{
	display:table-cell; position:relative;
	z-index:3;
	vertical-align:middle;
}
.lte7 .hero section.intro,
.lte7 .hero section.corp-intro {
	width:100%;
	display:inline-block;
	display:inline;
	zoom:1;
}

.lte7 .hero section.corp-intro {
	margin-top:75px;
}

.hero section.intro .content,
.hero section.corp-intro .content
{
	display:inline-block;
	padding:18px 30px;
	background:#000; background:rgba(0, 0, 0, 0.6);
	border:10px solid #FFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	color:#FFF;
}

.hero section.intro .content-noboarder,
.hero section.corp-intro .content-noboarder
{
	display:inline-block;
	padding:6px 16px;	
}

.lte7 .hero section.intro .content,
.lte7 .hero section.corp-intro .content
{
	display:inline; zoom:1;
}

.hero section.intro .content
{
	min-width:440px; max-width:600px;
}
.hero section.corp-intro .content
{
	position:relative;
	min-height:125px;
	max-width: 90%;
	padding:0;
	background:#eb2026;
	border-color: rgba(255,255,255,1);
	color:#222; text-align:center;
}

.lte7 .hero section.corp-intro .content {
	padding:20px;
}

.hero section.intro h1
{
	font-size:28px; font-weight:700; text-transform:uppercase; text-shadow:#000 0 0 10px;
}
.hero section.intro h2
{
	margin:0 0 8px 0;
	font-size:14px; font-weight:700; text-transform:uppercase;
}
.hero section.intro h3
{
	font-size:34px; font-weight:700; text-transform:uppercase; text-shadow:#000 0 0 10px; line-height:38px;
}
.hero.tertiary section.intro h3
{
	font-size:28px;
}
.hero section.intro h2:after, .hero section.intro h2:before
{
	content: " • ";
}
.hero section.intro p
{
	margin:0 0 20px 0;
	font-size:28px; font-weight:700; text-shadow:#000 0 0 10px; line-height:30px;
}
.hero section.corp-intro .thumbnail
{
	position:absolute;
	top:0; left:0;
	text-align:center;
	display: none;
}

.lte7 .hero section.corp-intro .thumbnail {
	position:static;
	display:inline-block;
	display:inline;	
	margin:0 auto;
	vertical-align:middle;
	width:240px;
	zoom:1;
}

.hero section.corp-intro .thumbnail img
{
	width:100%; height:auto;
}
.hero section.corp-intro .corp-intro-banner img
{
	width:100%;
	height:auto;
}

.lte7 .hero section.corp-intro .corp-banner-img {
	position:static;
	display:inline-block;
	display:inline;	
	margin:0 auto;
	vertical-align:middle;
	width:240px;
	zoom:1;
}
.hero section.corp-intro h4
{
	font-family: 'Courgette', cursive;
	color: #FFF;
	font-size: 42px;
	text-shadow: 3px 1px 5px rgba(0,0,0,.6);
	margin: 25px 20px -20px 20px;
}
.hero section.corp-intro p
{
	margin:10px 0 10px 0;
	color: #FFF;
	font-size:14px;
}
.hero section.corp-intro .multi-col-list ul
{
	float:left;
	margin:0 10px 0 15px;
	width:130px;
	list-style:disc;
	color:#444; font-size:11px;
}
.hero section.corp-intro .multi-col-list ul.last
{
	margin-right:0;
}
.hero section.corp-intro .corp-intro-content
{
	/*width:455px;*/
	padding:0 0 20px 20px;
	/*border-left:2px solid #DDD;*/
}

.lte7 .hero section.corp-intro .corp-intro-content {
	display:block;
	vertical-align:middle;
	margin-left:20px;
	zoom:1;
}


.hero section.corp-intro .corp-intro-content h3
{
	font-size: 18px;
	margin-bottom: 5px;
}


.hero.primary
{
	height:462px;
}
.hero.secondary
{
	height:250px;
}


.hero.tertiary
{
	height:180px;
}

/* Carousel */

.hero.carousel
{
	display:block; overflow:hidden;
	/*height:444px;*/
}
.hero.carousel .elastislide-carousel
{
	position:relative; overflow:hidden;
	top:0; left:50%;
	margin:0 0 0 -612px;
	font-size:0;
}

.lte7 .hero.carousel .elastislide-carousel { left:0; margin:0; }

.hero.carousel .elastislide-carousel,
.hero.carousel li,
.hero.carousel li img
{
	width:1224px; height:444px;
}

/* iPad Landscape */
@media only screen and (max-width: 1024px) {
    .hero.carousel li img
    {
	    width:100%; height:444px;
    }
}

.hero.carousel .carousel-content
{
	display:table;
	width:100%; height:100%;
}
.hero.carousel li img
{    
	position:absolute;
	top:0; left:0;
}

.hero.carousel .next, .hero.carousel .prev
{
	position:absolute; display:block; overflow:hidden;
	top:42%; left:20px; z-index:10;
	width:49px; height:72px;
	background:url(/img/ui/carousel-sprite.png) no-repeat 0 -2493px;
	border:0;
	text-indent:-999px;
	cursor:pointer;
}
.hero.carousel .next
{
	right:20px; left:auto;
	background-position:-10px -2615px;
}
.hero.carousel .prev:hover
{
	background-position:0 0;
}
.hero.carousel .next:hover
{
	background-position:-10px -122px;
}
.hero.carousel .disabled, .hero.carousel .disabled:hover
{
	cursor:default;
	background-position:0 -2800px;
}
.hero.carousel .next.disabled, .hero.carousel .next.disabled:hover
{
	background-position:-10px -2922px;
}
.hero.carousel section.intro
{
	position:relative;
	z-index:5;
}

.lte7 .hero.carousel section.intro {
	position:absolute;
	width:600px;
	zoom:1;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-300px;
}

.hero.carousel .carousel-pagination
{
	position:absolute;
	bottom:60px; left:0;
	z-index:10;
	width:100%;
	text-align:center;
}
.hero.carousel .carousel-pagination a
{
	display:inline-block; overflow:hidden;
	width:12px; height:13px;
	margin:0 3px;
	background:url(/img/ui/carousel-sprite.png) no-repeat 0 -2737px;
	text-indent:-999px;
}
.lte7 .hero.carousel .carousel-pagination a {
	display:inline; zoom:1; text-indent:0; font-size:0;
}

.hero.carousel .carousel-pagination a.active
{
	background-position:0 -244px;
}

/* Two-Face Carousel */

.hero.two-face-carousel
{
	display:block; overflow:hidden;
}
.hero.two-face-carousel .carousel-wrap
{
	position:relative; overflow:hidden;
	left:50%;
	margin:0 0 0 -612px;
	width:1224px; height:350px;
}
.hero.two-face-carousel .carousel-content
{
	position:absolute;
	top:0; left:0; z-index:3;
	margin:0 0 0 -430px;
	width:2084px; height:350px;
}
.hero.two-face-carousel .carousel-content > ul
{
	width:100%; height:100%;
}
.hero.two-face-carousel .carousel-content > ul > li
{
	float:left; position:relative;
	width:50%; height:100%;
}
.hero.two-face-carousel .carousel-content > ul > li > img
{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
}
.hero.two-face-carousel .main-pagination
{
	position:absolute;
	top:50%; left:50%;
	margin:-62px 0 0 -295px;
	border:5px solid #FFF;
}
.hero.two-face-carousel .main-pagination > ul
{
	width:580px; height:105px;
}
.hero.two-face-carousel .main-pagination > ul li
{
	float:left;
	width:50%; height:100%;
}
.hero.two-face-carousel .main-pagination > ul li a
{
	display:block;
	width:100%; height:100%;
	padding:0;
	color:#FFF; font-size:34px; font-weight:700; text-transform:uppercase; text-shadow:#000 1px 1px 10px;
	border:0;
	cursor:pointer;
}
.hero.two-face-carousel .main-pagination > ul li a span
{
	display:inline-block;
	margin:32px 0 0 0; padding:0 20px;
	line-height:37px;
	vertical-align:middle;
}
.hero.two-face-carousel .main-pagination > ul li.first a
{
	text-align:right;
	background:#ED1C27; background:rgba(237, 28, 39, 0.75);
	cursor:pointer;
}
.hero.two-face-carousel .main-pagination > ul li.first a span
{
	padding-left:40px;
	background:url(/img/ui/carousel-sprite.png) no-repeat 0 -304px;
}
.hero.two-face-carousel .main-pagination > ul li.last a
{
	text-align:left;
	background:#000; background:rgba(0, 0, 0, 0.5);
}
.hero.two-face-carousel .main-pagination > ul li.last a span
{
	padding-right:40px;
	background:url(/img/ui/carousel-sprite.png) no-repeat 100% -391px;
}

.hero.two-face-carousel .main-pagination > ul li.first a:hover
{
	background:#40bab4;
	background:-moz-linear-gradient(top, #ED1C27 0%, #bf171f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1C27), color-stop(100%,#bf171f));
	background:-webkit-linear-gradient(top, #ED1C27 0%,#bf171f 100%);
	background:-o-linear-gradient(top, #ED1C27 0%,#bf171f 100%);
	background:-ms-linear-gradient(top, #ED1C27 0%,#bf171f 100%);
	background:linear-gradient(to bottom, #ED1C27 0%,#bf171f 100%);
}
.hero.two-face-carousel .main-pagination > ul li.last a:hover
{
	background:#333;
	background:-moz-linear-gradient(top, #434343 0%, #232323 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#232323));
	background:-webkit-linear-gradient(top, #434343 0%,#232323 100%);
	background:-o-linear-gradient(top, #434343 0%,#232323 100%);
	background:-ms-linear-gradient(top, #434343 0%,#232323 100%);
	background:linear-gradient(to bottom, #434343 0%,#232323 100%);
}
.hero.two-face-carousel .compact-pagination
{
	position:absolute;
	top:0; left:50%;
	margin:0 0 0 -59px;
	height:100%;
}
.hero.two-face-carousel .compact-pagination > ul
{
	width:118px; height:100%;
}
.hero.two-face-carousel .compact-pagination > ul li
{
	float:left; position:relative;
	width:50%; height:100%;
}
.hero.two-face-carousel .compact-pagination > ul li a
{
	position:absolute; overflow:hidden; display:none;
	top:0; left:0;
	margin:0; padding:0;
	width:59px; height:100%;
	border:0;
	text-indent:-9999px;
	background:url(/img/ui/carousel-sprite.png) no-repeat 0 -708px;
	opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);
}
.hero.two-face-carousel .compact-pagination > ul li a:hover
{
	background-position:0 -1602px;
}
.hero.two-face-carousel .compact-pagination > ul li.active a
{
	display:block;
}
.hero.two-face-carousel .compact-pagination > ul li.last a
{
	background-position:0 -1155px;
}
.hero.two-face-carousel .compact-pagination > ul li.last a:hover
{
	background-position:0 -2049px;
}
.hero.two-face-carousel .carousel-content > ul > li > .content
{
	position:relative;
	width:100%; height:100%;
}
.hero.two-face-carousel .carousel-content > ul > li > .content
{
	opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);
}
.lte8 .hero.two-face-carousel .carousel-content > ul > li > .content
{
	display:none;
}
section.doer-featured
{
	position:absolute;
	top:50%; left:113px;
	margin:-131px 0 0 0; padding:20px 30px;
	width:565px; height:213px;
	border:5px solid #222;
	background:#FFF; background:rgba(255, 255, 255, 0.9);
}
section.doer-featured article
{
	float:left;
	margin:0 0 15px 0;
	width:356px;
	text-align:left;
}
section.doer-featured article h2
{
	margin:0 0 5px 0;
	font-size:28px; font-weight:700; color:#222; line-height:34px;
}
section.doer-featured article h3
{
	font-size:12px; font-weight:700; color:#666;
}
section.doer-featured article h4
{
	margin:0 0 5px 0;
	font-size:14px; font-weight:700; color:#222;
}
section.doer-featured article p
{
	margin:0 0 10px 0;
	font-size:14px; color:#666;
}
section.doer-featured .thumbnail
{
	float:left;
	margin:25px 20px 0 0;
}
section.doer-featured .thumbnail img
{
	display:block;
	max-width:189px; max-height:130px;
}
section.doer-featured .cta
{
	clear:both;
}
section.doer-featured .cta .btn
{
	padding:9px 15px;
	width:213px;
}
section.doer-featured .cta .btn-1
{
	margin:0 10px 0 0;
}

section.dreamer-featured
{
	padding:30px 30px 30px 141px;
	text-align:left;
}
section.dreamer-featured h2
{
	display:inline-block;
	margin:0 0 30px 0; padding:0 20px;
	background:#FFF; background:rgba(255, 255, 255, 0.7);
	color:#222; font-size:30px; font-weight:700; text-transform:uppercase; line-height:60px;
}
section.dreamer-featured .cta
{
	position:relative;
	width:276px;
}
section.dreamer-featured .view-kitchen-projects,
section.dreamer-featured .view-all-projects
{
	display:block;
	margin:0 0 10px 0; padding:10px 20px;
}
section.dreamer-featured .hotspots
{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
}
section.dreamer-featured .hotspots li button.toggle
{
	position:absolute; overflow:hidden;
	width:38px; height:38px;
	border:0;
	background:url(/img/ui/carousel-sprite.png) no-repeat 0 -481px;
	text-indent:-9999px;
}
section.dreamer-featured .hotspots li.active button.toggle
{
	background-position:0 -568px;
}
section.dreamer-featured .hotspots li
{
	position:absolute;
}
section.dreamer-featured .hotspots li .hotspots-content
{
	display:none;
	padding:20px;
	width:245px;
	background:#FFF; background:rgba(255, 255, 255, 0.95);
	box-shadow:0 0 25px #000; -webkit-box-shadow:0 0 25px #000;
}
section.dreamer-featured .hotspots li.active .hotspots-content
{
	display:block;
}
section.dreamer-featured .hotspots li.top-left-anchor button.toggle
{
	top:-3px; left:-2px;
}
section.dreamer-featured .hotspots li.top-right-anchor button.toggle
{
	top:-3px; right:-6px;
}
section.dreamer-featured .hotspots li.bottom-left-anchor button.toggle
{
	bottom:-5px; left:-2px;
}
section.dreamer-featured .hotspots li.bottom-right-anchor button.toggle
{
	bottom:-5px; right:-6px;
}
section.dreamer-featured .hotspots li h3
{
	margin:0 0 10px 0; padding:0 20px 0 0;
	font-size:18px; font-weight:bold; line-height:20px;
}
section.dreamer-featured .hotspots li .product-info
{
	position:relative;
	padding:0 0 0 100px;
	min-height:100px;
}
section.dreamer-featured .hotspots li .product-info a.thumbnail
{
	position:absolute;
	top:0; left:0;
}

@media only screen and (max-width:1023px) {
	.lte7 .hero section.corp-intro {
		margin-top:6px;
	}
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {
	.hero.secondary
	{
		height:221px;
	}
	.hero section.intro h2
	{
		font-size:13px;
	}
	.hero section.intro h3
	{
		font-size:32px;
	}
	.hero section.intro p
	{
		font-size:22px;
	}
	.hero section.intro .content
	{
		min-width:500px; max-width:648px;
	}
	.hero.two-face-carousel .carousel-wrap
	{
		width:1022px; height:300px;
		margin:0 0 0 -511px;
	}
	.hero.two-face-carousel .carousel-content
	{
		margin:0 0 0 -382px;
		width:1786px; height:300px;
	}

	.hero.two-face-carousel .compact-pagination > ul li a
	{
		background-position:0 -733px;
	}
	.hero.two-face-carousel .compact-pagination > ul li a:hover
	{
		background-position:0 -1627px;
	}
	.hero.two-face-carousel .compact-pagination > ul li.last a
	{
		background-position:0 -1180px;
	}
	.hero.two-face-carousel .compact-pagination > ul li.last a:hover
	{
		background-position:0 -2074px;
	}
	.hero section.corp-intro p
	{
		font-size:12px;
	}
	.hero section.corp-intro h4
	{
		font-size:28px;
	}
	.hero section.corp-intro .content
	{
		padding:0;
	}
	.hero section.corp-intro .corp-intro-content
	{
		/*padding-left:15px*/;
		width:373px;
	}
	.hero section.corp-intro .corp-banner-img {
		left: 0;
	}
	.hero section.corp-intro .thumbnail img
	{
		width:210px; height:91px;
	}
	.hero section.corp-intro .multi-col-list ul
	{
		width:102px;
	}
	section.dreamer-featured
	{
		padding-left:229px;
	}
	section.doer-featured
	{
		left:28px;
	}
/*	section.dreamer-featured .hotspots li .hotspots-content
	{
		width:200px;
	}*/
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	.hero, .hero.two-face-carousel,
	.hero section.corp-intro .corp-intro-content,
	.hero section.corp-intro .corp-intro-banner,
	.hero:after
	{
		display:none;
	}
	.hero.carousel
	{
		position:absolute; visibility:hidden;
		top:-9999px; left:-9999px;
	}
	.hero.secondary
	{
		display:table;
		height:auto;
		margin-bottom:0; padding:20px;
		background:none !important;
	}
	.lte7 .hero.secondary { display:block; padding:20px 0; }
	
	.hero.tertiary
	{
		display:block;
		height:auto;
		margin:0;
		background:none !important;
	}
	.lte7 .hero section.corp-intro {
		margin-top:0;
		display:block;
	}
	.lte7 .hero section.corp-intro .corp-intro-content {
		display:none;
	}
	.hero section.corp-intro .content
	{
		padding:10px;
		background: none;
		border:none;
		box-shadow:none;
	}
	.hero section.intro .content
	{
		min-height:0; min-width:0; max-width:none;
		padding:0;
	}
	.hero section.corp-intro .thumbnail
	{
		display: block;
		position:relative;
		top:auto; left:auto;
	}
	.hero.tertiary section.intro
	{
		display:block;
		padding:0 20px 20px 20px;
	}
	.hero.tertiary section.intro .content
	{
		display:block;

		background:#121212;
		background:-moz-linear-gradient(top, #323232 0%, #121212 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#121212));
		background:-webkit-linear-gradient(top, #323232 0%,#121212 100%);
		background:-o-linear-gradient(top, #323232 0%,#121212 100%);
		background:-ms-linear-gradient(top, #323232 0%,#121212 100%);
		background:linear-gradient(to bottom, #323232 0%,#121212 100%);

		box-shadow:2px 2px 10px rgba(0,0,0,0.5); -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	}
	.hero.tertiary section.intro h3
	{
		font-size:20px; line-height:22px;
	}
	.hero section.intro .content
	{
		background:#000;
	}
	.hero section.intro p
	{
		font-size:20px; line-height:22px;
	}
	

}
