body {
	padding-top: 20px;
	padding-bottom: 40px;
}

/*-------------
Custom container
*/
.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}
.container-narrow > hr {
	margin: 30px 0;
}
.col-6 {width: 50%; float: left;}

/*-------------
Header
*/
.masthead ul {
	margin: 0;
}
.masthead {padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 40px;}

/*-------------
Main Content
*/
.jumbotron {
	margin: 0 0 40px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}
body #kl-previews {
	top: 83px;
}
.navigate {
	margin-top: 30px;
}
.phone-graphic {
	background: url('../img/phone.jpg') 100% 100% no-repeat;
	min-height: 549px;
}

/*-------------
Icon Drop Area
*/
.drop-area-arrow {
	background: url('../img/arrow.jpg') top center no-repeat;
	padding-top: 114px;
	margin-top: 30px;
}
.drop-area {
	background: url('../img/folder.jpg') top center no-repeat;
	height: 202px;
	margin-top: 30px;
}
#drop-area-wrapper .ui-state-highlight {background-position: bottom center;}


/*-------------
Footer
*/
#footer {
	border-top: 1px solid #eee;
	padding-top: 15px;
}
#wrap {
	min-height: 70%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#push, #footer {
	height: 60px;
}


/*-------------
Text Modifiers
*/
.icons-list li {
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 10px;
}
.icons-list li p {
	margin: 0;
}
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}
.text-center {
	text-align: center;
}
.btm-mar {
	margin-bottom: 40px;
}
.clear {clear: both; display: none; visibility: hidden; display: block; height: 0; width: 0;}