body{
	font-size:12pt;
	line-height:12pt;
	background: #f7f5f5 url(../images/texture_bg.png) repeat;
}

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

a {
	color: #f05d33;
	text-decoration: none;
}

div.row_device_shine {
  cursor: pointer;
}
a.cycle-slide {
  height: 357px;
  width: 478px;
}

a.button_orange {
	display: inline-block;
	background-color: #f05d32;
	font-size: 1.2em;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 12px 20px 12px 20px;
}

a.button_orange_shadow {
	display: inline-block;
	background-color: #f05d32;
	font-size: 1.2em;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 12px 20px 12px 20px;
	box-shadow: 5px 5px 0px rgba(0,0,0,.3);
}

a.button_transparent {
	display: inline-block;
	background-color: rgba(203,182,172,0.3);
	font-size: .8em;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	padding: 8px 12px 8px 12px;
	text-transform: uppercase;
	color: #f05d32;
	box-shadow: 5px 5px 0px rgba(0,0,0,.15);
}

a.get_haiku_deck {
	display: block;
	width: 224px;
	height: 122px;
}

	a.get_haiku_deck span {
		display: none;
	}

	a.get_haiku_deck.web {
		background: url(../images/get_haiku_deck_web.png) no-repeat top left;
	}
	
		.get_haiku_deck.web:hover {
			background-position: bottom left;
		}
	
	a.get_haiku_deck.ipad {
		background: url(../images/get_haiku_deck_ipad.png) no-repeat top left;
	}
	
		.get_haiku_deck.ipad:hover {
			background-position: bottom left;
		}

h2.row_title {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	color: #444444;
	text-transform: uppercase;
}

	h2.row_title.light {
		color: #ecf0f1;
	}

	h2.row_title.down_arrow {
		padding-bottom: 30px;
		background: url(../images/heading_down_arrow.png) no-repeat center bottom;
	}

p.row_sub_title {
	display: block;
	margin: 10px 100px 0 100px;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	color: #444444;
}

	p.row_sub_title.light {
		color: #ecf0f1;
	}

.set-width {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}

.content_cell {
	width: 460px;
	float: left;
	padding: 0 10px 0 10px;
	margin-bottom: 96px;
}

	.content_cell.center {
		text-align: center;
	}

	.content_cell.align-right {
		text-align: right;
	}

	.content_cell h3 {
		font-family: 'Quicksand', sans-serif;
		line-height: 1em;
		text-transform: uppercase;
		font-size: 1.6em;
		font-weight: 400;
		margin: 0;
	}
	
	.content_cell p {
		font-family: 'Quicksand', sans-serif;
		line-height: 1.4em;
		font-size: 1em;
		font-weight: 400;
		margin-top: 8px;
	}
	
	.content_cell div.position_icon {
		width: 206px;
		margin: 0 auto 24px auto;
	}
	
div.review_container {
	position: relative;
	background-color: #d9ddde;
	width: auto;
	padding: 0 10px 30px 10px;
}

div.review_container div.position_icon {
	position: relative;
	top: -26px;
	width: 48px;
	margin: 0 auto 0 auto;
}

div.review_container div.position_stars {
	width: 108px;
	margin: 0 auto 0 auto;
}

div.review_container span.quote,
div.review_container span.reviewer
{
	display: block;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	margin: 6px 0 6px 0;
}

div.review_container span.reviewer {
	font-size: .9em;
	text-transform: uppercase;
}

div.text_position
{
	position: relative;
	padding-top: 46px;
}
			
div.row-1 {
	position: relative;
	width: auto;
	height: 703px;
	}

	div.row_device_frame {
		position: absolute;
		left: 52px;
		top: 205px;
		width: 584px;
		height: 482px;
	}
	
		div.row_device_shine { 
			position: absolute;
			top: 37px;
			left: 50px;
			width: 478px;
			height: 357px;
			z-index: 101;
		}
	
		div.row_device_frame.web {
			background: url(../images/row_web_frame.png) no-repeat;
		}
		
			div.row_device_frame.web div.web_browser_bar {
				position: absolute;
				top: 33px;
				left: 50px;
				width: 480px;
				height: 15px;
				z-index: 102;
			}
		
		div.row_device_frame.tablet {
			background: url(../images/row_tablet_frame.png) no-repeat;
		}
		
			div.row_device_frame.tablet div.web_browser_bar {
				display: none;
			}
	
		div.row_device_frame div.screen_position
		{
			position: absolute;
			top: 37px;
			left: 50px;
		}
		
/*
		div.row_device_frame div.screen_position img {
			display: none;
		}
*/
	
	div.get_haiku_deck_devices {
		position: absolute;
		top: 230px;
		right: 36px;
		width: 274px;
	}
	
		div.get_haiku_deck_devices span.title {
			display: block;
			font-family: 'Quicksand', sans-serif;
			font-size: 1.6em;
			text-transform: uppercase;
			color: #f05d32;
			margin: 0 0 15px 16px;
		}
		
		div.get_haiku_deck_devices div.content_container {
			background-color: rgba(0,0,0,.05);
			width: auto;
			padding: 20px;
		}
		
		div.get_haiku_deck_devices div.content_container ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			div.get_haiku_deck_devices div.content_container ul li {
				margin-bottom: 20px;
			}

div.row-2 {
	position: relative;
	width: auto;
}

	div#carousel-paging ul {
		position: absolute;
		top: 20px;
		left: 48%;
		z-index: 998;
		margin: 0;
		padding: 0;
	}

	div#carousel-paging ul li {
		display: block;
		width: 8px;
		height: 8px;
		background: url(../images/carousel_pager.png) no-repeat top left;
		float: left;
		margin-left: 6px;
		cursor: pointer;
	}
	
		div#carousel-paging ul li.cycle-pager-active {
			background: url(../images/carousel_pager.png) no-repeat bottom left;
		}

	div.carousel-nav-prev,
	div.carousel-nav-next {
		width: 21px;
		height: 42px;
		background: url(../images/carousel_nav-sprite.png) no-repeat;
		z-index: 999;
		cursor: pointer;
	}

	div.carousel-nav-prev {
		position: absolute;
		top: 274px;
		left: 10px;
		background-position: top left;
	}
	
	div.carousel-nav-next {
		position: absolute;
		top: 274px;
		right: 10px;
		background-position: bottom left;
	}
	
	div.carousel-slide {
		display: none;
		width: 100%;
	}
	
		div.carousel-slide div.tablet_frame {
			position: relative;
			width: 666px;
			height: 363px;
			background: url(../images/slide_tablet_frame.png) no-repeat top left;
		}
		
			div.carousel-slide div.tablet_frame img {
				position: absolute;
				bottom: 0;
				left: 58px;
			}
	
	div.carousel-slide div.set-width
	{
		height: 588px;
		overflow: hidden;
	}
	
	div.carousel-slide .element2 h4 {
		font-family: 'Quicksand', sans-serif;
		font-size: 1.8em;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		line-height: .7em;
		margin: 0;
		color: #ecf0f1;
	}
	
	div.carousel-slide .element2 p {
		font-family: 'Quicksand', sans-serif;
		margin-top:1em;
		font-size: 1.1em;
		font-weight: 400;
		color: #fff;
		line-height: 1.5em;
		color: #ecf0f1;
	}
	
	div.carousel-slide.slide1 {
		background-color: #079eba;
	}
	
		div.carousel-slide.slide1 div.element1 {
			position: absolute;
			bottom: -451px;
			left: 44px;
			width: 401px;
			height: 451px;
		}
		
		div.carousel-slide.slide1 div.element2 {
			position: absolute;
			top: 204px;
			right: -400px;
			width: 400px;
		}
	
	div.carousel-slide.slide2 {
		background-color: #47ab4a;
	}
	
		div.carousel-slide.slide2 div.element1 {
			position: absolute;
			bottom: -363px;
			left: 148px;
			width: 666px;
			height: 363px;
		}
		
		div.carousel-slide.slide2 div.element2 {
			position: absolute;
			top: 86px;
			right: -640px;
			width: 640px;
		}
	
	div.carousel-slide.slide3 {
		background-color: #ecb126;
	}
	
		div.carousel-slide.slide3 div.element1 {
			position: absolute;
			bottom: -363px;
			left: 148px;
			width: 666px;
			height: 363px;
		}
		
		div.carousel-slide.slide3 div.element2 {
			position: absolute;
			top: 86px;
			right: -640px;
			width: 640px;
		}
		
	div.carousel-slide.slide4 {
		background-color: #079eba;
	}
	
		div.carousel-slide.slide4 div.element1 {
			position: absolute;
			bottom: -457px;
			left: 48px;
			width: 404px;
			height: 457px;
		}
		
		div.carousel-slide.slide4 div.element2 {
			position: absolute;
			top: 204px;
			right: -400px;
			width: 400px;
		}
		
			div.carousel-slide.slide4 div.element2 a.button_orange {
				margin-top: 40px;
			}
		
div.row-3 {
	width: auto;
}

	div.row-3 h2.row_title {
		margin-bottom: 70px;
	}

div.row-4 {
	width: auto;
	background-color: #444444;
}

	div.row-4 div.content_cell {
		margin-bottom: 46px;
	}

	div.row-4 h2.row_title {
		font-size: 2.9em;
	}

	div.row-4 p.row_sub_title {
		font-size: 1em;
		margin-bottom: 48px;
	}
	
.modal-video-button img{
	opacity: 0.5;
}
.modal-video-button img:hover{
	opacity: 1;
}
#modal-meet-haiku-deck{
	height:768px;
	width:1024px;
	margin-left:-512px;
	display:none;
}