/*-----------------------------------------------------------------------------------*/
/*	Start Global CSS
/*-----------------------------------------------------------------------------------*/

body{
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#444444;
}

.container{
	width:960px;
	margin:0px auto;
}

.slider-wrapper{
	background:#FFF;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}

img{
	border:0;
	outline:0;
}

.clear{
	clear:both;
	height:0 !important;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
}

h1{
	font-size:30px;
	font-weight:normal;
}

h1.page-header{
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding:20px 0px;
	margin:0 0 40px 0;
	color:#555555;
}

h2{
	font-size:28px;
	font-weight:normal;
	color:#ACB3BA;
}

h3{
	font-size:24px;
	font-weight:normal;
	margin:0 0 8px 0;
}

h4{
	font-size:20px;
	font-weight:bold;
}

h5{
	font-size:18px;
	font-weight:bold;
}

h6{
	font-size:16px;
	font-weight:bold;
}

a{
	outline:none;
	color:#429CB3;
	text-decoration:none;
}

a:hover{
	color:#f26535;
}

pre{
	border:1px solid #dddddd;
	padding:15px;
	font-size:10px;
	margin:0 0 20px 0;
}

blockquote{
	padding:15px;
	border:1px solid #dddddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 20px 0;
	font-size:18px;
	line-height:34px;
}

blockquote span{
	font-size:34px;
}

p{
	color:#777777;
	line-height:23px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

p strong{
	color:#454545;
}

p.justify{
	text-align:justify;
}

.grid p{
	margin-bottom:20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Header CSS
/*-----------------------------------------------------------------------------------*/

#header{
	padding:5px 0 20px 0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background:#f2f2f2;
}

.header-right{
	float:right;
	width:243px;
	margin:18px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	App Cloud
/*-----------------------------------------------------------------------------------*/

.cloud-container{
	width:874px;
	height:100px;
}

.cloud-container .cloud-icons{
	background:url(../images/cloud-icons.png) repeat-x scroll 0 0 transparent;
	height:170px;
	position:absolute;
	left:0;
	top:30;
	width:580px;
}

.app-cloud{
	margin-bottom:50px;
	z-index:5;
	position:relative;
	top:0;
	left:0;
	height:318px;
}

#clouds-460{
	margin:0 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Slider
/*-----------------------------------------------------------------------------------*/

#feature-slider{
	width:960px;
	margin:0px auto;
}

#feature-slider .slides_container {
	width:960px;
	display:none;
}

#feature-slider .slides_container .slide{
	width:960px;
	height:100px;
	display:block;
	padding:40px 0 0 0;
}

.slide h4{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	margin-bottom:10px;
	color:#ACB3BA;
}

.pagination{
    z-index: 10;
	margin:0 0 40px 430px;
	padding:0px;
	list-style:none;
}

.pagination li{
	list-style:none;
    float: left;
    margin: 0 8px 0 0;
}

.pagination li a{
    background: url("../images/pages.png") no-repeat scroll -15px 0 transparent;
    display: block;
    height: 15px;
    outline: medium none;
    width: 15px;
	text-indent:-9999px;
}

.pagination li:hover a{
    background: url("../images/pages.png") no-repeat scroll -30px 0 transparent;
}

.pagination li.current a{
    background: url("../images/pages.png") no-repeat scroll 0 0 transparent;
}

a.next, a.prev{
    display: block;
    height: 15px;
    outline: medium none;
    width: 15px;
	text-indent:-9999px;
	float:left;
}

a.next{background: url("../images/pages.png") no-repeat scroll -45px 0 transparent;}
a.next:hover{background: url("../images/pages.png") no-repeat scroll -75px 0 transparent;}
a.prev{background: url("../images/pages.png") no-repeat scroll -60px 0 transparent;margin:0 8px 0 383px;}
a.prev:hover{background: url("../images/pages.png") no-repeat scroll -90px 0 transparent;}

.screenshots{
	margin:45px 0 0 20px;
	padding:0px;
	list-style:none;
}

.screenshots li{
	float:left;
	margin:0 40px 30px 0;
}

.screenshots li img{
	-webkit-box-shadow: 0px 0px 3px 0px #555555;
	-moz-box-shadow: 0px 0px 3px 0px #555555;
	box-shadow: 0px 0px 3px 0px #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	Subscribe Area
/*-----------------------------------------------------------------------------------*/

#subscribe-area{
	background:url(../images/sub-bg.png) top repeat-x;
	height:70px;
	display:none;
}

#sub-close{
	float:right;
	margin:20px 30px;
}

#subscribe-area h2{
	line-height:35px;
	float:left;
	margin:43px 35px 0 0;
}

#subscribe-area h2 span{
	font-size:18px;
}

#subform .form-input{
	float:left;
	margin-right:20px;
	margin-top:49px;
}

#subform .form-input.last{
	margin-right:0px !important;
}

#subform label{
	display:block;
	margin-bottom:6px;
	text-transform:uppercase;
	font-size:10px;
	color:#777777;
}

#subform #name, #subform #email{
	border:1px solid #dddddd;
	padding:4px;
	background:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:20px;
	font-weight:normal;
	color:#ACB3BA;
	width:200px;
}

#subform #sub-submit{
	margin:19px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Bottom Content / Feature List
/*-----------------------------------------------------------------------------------*/

#bottom-content{
	background:url(../images/bottom-gradient.png) left top repeat-x;
}

.slide-break, .text-replace{
	color:#ACB3BA;
	padding:30px 0px 40px 0;
	margin:0px;
	text-align:center;
	text-transform:lowercase;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif !important;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
}

.slide-break .wb-logo{
	background:url(../images/logo-light.png) no-repeat;
    display: inline-block;
    margin:-4px 2px 0 2px;
    overflow: hidden;
    position: relative;
    text-indent: -1000em;
    top: -1px;
    vertical-align: middle;
	height:33px;
	width:152px;
}

.text-replace{
	padding:0 0 20px 0 !important;
}

.text-replace .wb-lightbox{
	background:url(../images/lightbox.png) no-repeat;
    display: inline-block;
    margin:-1px -2px 0 8px;
    overflow: hidden;
    position: relative;
    text-indent: -1000em;
    top: -1px;
    vertical-align: middle;
	height:36px;
	width:115px;
}

.slide-break .wb-small, .text-replace .wb-small{
	font-size:20px;
	margin:0 8px 0 0;
}

#features{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#features li{
	float:left;
	margin-right:60px;
	width:400px;
	margin-bottom:25px;
	padding-left:40px;
	line-height:24px;
}

#features li.right{
	margin-right:0px !important;
}

#features li strong{
	font-size:15px;
	color:#757575;
}

/*-----------------------------------------------------------------------------------*/
/*	App Store Button
/*-----------------------------------------------------------------------------------*/

#app-store{
	text-align:center;
	margin:20px 0px 40px 0;
}

#store-button{
	height:199px;
	display:block;
	width:202px;
	background:url(../images/app-store-hover.png) left center no-repeat;
	margin:0 0 0 379px;
}

#store-button img{
	position:relative;
	top:0px;
	left:0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer CSS
/*-----------------------------------------------------------------------------------*/

#footer{
	min-height:60px;
	padding:20px 0 0 0;
	color:#6F6F6F;
	line-height:24px;
	background:#F2F2F2;
	border-top:1px solid #EDEDED;
}

#footer-right{
	float:right;
	text-align:right;
	line-height:26px;
}

#footer .social{
	margin:0 0 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Grid
/*-----------------------------------------------------------------------------------*/

.grid{
	margin-right:40px;
	float:left;
	text-align:left;
	margin-bottom:40px;
}

.grid.onehalf{width:460px;}
.grid.onethird{width:293px;}
.grid.onethird{width:293px;}
.grid.onefourth{width:210px;}
.grid.onefifth{width:160px;}
.grid.onesixth{width:126px;}
.grid.oneseventh{width:102px;}
.grid.oneeighth{width:85px;}

.grid.video-left{width:306px;}
.grid.video-right{width:612px;}

.grid.last{
	margin-right:0!important;
}

.grid.first{
	clear:both;
}

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

/*-----------------------------------------------------------------------------------*/
/*	ColorTip
/*-----------------------------------------------------------------------------------*/

.colorTip{
	display:none;
	position:absolute;	
	left:50%;
	top:-30px;
	padding:6px;
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;
	white-space:nowrap;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow{
	border:6px solid transparent;
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
}

.pointyTipShadow{
	border-width:7px;
	bottom:-14px;
	margin-left:-7px;
}

.colorTipContainer{
	position:relative;
	text-decoration:none !important;
}

.white .pointyTip{ border-top-color:white;}
.white .pointyTipShadow{ border-top-color:#ddd;}
.white .colorTip{
	background-color:white;
	border:1px solid #DDDDDD;
	color:#555555;
}

.yellow .pointyTip{ border-top-color:#f9f2ba;}
.yellow .pointyTipShadow{ border-top-color:#e9d315;}
.yellow .colorTip{
	background-color:#f9f2ba;
	border:1px solid #e9d315;
	color:#5b5316;
}

.blue .pointyTip{ border-top-color:#d9f1fb;}
.blue .pointyTipShadow{ border-top-color:#7fcdee;}
.blue .colorTip{
	background-color:#d9f1fb;
	border:1px solid #7fcdee;
	color:#1b475a;
}

.green .pointyTip{ border-top-color:#f2fdf1;}
.green .pointyTipShadow{ border-top-color:#b6e184;}
.green .colorTip{
	background-color:#f2fdf1;
	border:1px solid #b6e184;
	color:#558221;
}

.red .pointyTip{ border-top-color:#bb3b1d;}
.red .pointyTipShadow{ border-top-color:#8f2a0f;}
.red .colorTip{
	background-color:#bb3b1d;
	border:1px solid #8f2a0f;
	color:#fcfcfc;
	text-shadow:none;
}

.black .pointyTip{ border-top-color:#333;}
.black .pointyTipShadow{ border-top-color:#111;}
.black .colorTip{
	background-color:#333;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Social Icons
/*-----------------------------------------------------------------------------------*/

.social{
	line-height:36px !important;
	min-height:36px !important;
	height:36px;
	display:block;
	float:left;
	margin:0 0 0 30px;
}

.social img{
	position:relative;
	top:0px;
	left:0px;
}

.social.facebook img{
	top:1px !important;
}

.social.facebook{background:url(../images/social-icons/facebook.png) left center no-repeat; width:25px;}
.social.twitter{background:url(../images/social-icons/twitter.png) left center no-repeat; width:37px;}
.social.googleplus{background:url(../images/social-icons/gplus.png) left center no-repeat; width:30px;}
.social.loveit{background:url(../images/social-icons/loveit.png) left center no-repeat; width:31px;}
.social.linkedin{background:url(../images/social-icons/linkedin.png) left center no-repeat; width:31px;}

/*-----------------------------------------------------------------------------------*/
/*	Feature Icon Classes
/*-----------------------------------------------------------------------------------*/

.icon.battery{background:url(../images/icons/battery.png) center left no-repeat;}
.icon.bell{background:url(../images/icons/bell.png) center left no-repeat;}
.icon.camera{background:url(../images/icons/camera.png) center left no-repeat;}
.icon.cancel{background:url(../images/icons/cancel.png) center left no-repeat;}
.icon.cd{background:url(../images/icons/cd.png) center left no-repeat;}
.icon.chair{background:url(../images/icons/chair.png) center left no-repeat;}
.icon.clock{background:url(../images/icons/clock.png) center left no-repeat;}
.icon.clock_two{background:url(../images/icons/clock_two.png) center left no-repeat;}
.icon.cloud_up{background:url(../images/icons/cloud_up.png) center left no-repeat;}
.icon.comment{background:url(../images/icons/comment.png) center left no-repeat;}
.icon.cut{background:url(../images/icons/cut.png) center left no-repeat;}
.icon.document{background:url(../images/icons/document.png) center left no-repeat;}
.icon.eat{background:url(../images/icons/eat.png) center left no-repeat;}
.icon.folder{background:url(../images/icons/folder.png) center left no-repeat;}
.icon.heart{background:url(../images/icons/heart.png) center left no-repeat;}
.icon.inbox{background:url(../images/icons/inbox.png) center left no-repeat;}
.icon.info{background:url(../images/icons/info.png) center left no-repeat;}
.icon.key{background:url(../images/icons/key.png) center left no-repeat;}
.icon.ladybug{background:url(../images/icons/ladybug.png) center left no-repeat;}
.icon.letter{background:url(../images/icons/letter.png) center left no-repeat;}
.icon.letter_open{background:url(../images/icons/letter_open.png) center left no-repeat;}
.icon.move{background:url(../images/icons/move.png) center left no-repeat;}
.icon.mug{background:url(../images/icons/mug.png) center left no-repeat;}
.icon.musicnote{background:url(../images/icons/musicnote.png) center left no-repeat;}
.icon.newpage{background:url(../images/icons/newpage.png) center left no-repeat;}
.icon.notepad{background:url(../images/icons/notepad.png) center left no-repeat;}
.icon.picture{background:url(../images/icons/picture.png) center left no-repeat;}
.icon.power{background:url(../images/icons/power.png) center left no-repeat;}
.icon.radio{background:url(../images/icons/radio.png) center left no-repeat;}
.icon.refresh{background:url(../images/icons/refresh.png) center left no-repeat;}
.icon.search{background:url(../images/icons/search.png) center left no-repeat;}
.icon.settings{background:url(../images/icons/settings.png) center left no-repeat;}
.icon.shield{background:url(../images/icons/shield.png) center left no-repeat;}
.icon.shirt{background:url(../images/icons/shirt.png) center left no-repeat;}
.icon.speaker{background:url(../images/icons/speaker.png) center left no-repeat;}
.icon.star{background:url(../images/icons/star.png) center left no-repeat;}
.icon.suitcase{background:url(../images/icons/suitcase.png) center left no-repeat;}
.icon.tag{background:url(../images/icons/tag.png) center left no-repeat;}
.icon.trashcan{background:url(../images/icons/trashcan.png) center left no-repeat;}
.icon.umbrella{background:url(../images/icons/umbrella.png) center left no-repeat;}
.icon.user{background:url(../images/icons/user.png) center left no-repeat;}
.icon.wireless{background:url(../images/icons/wireless.png) center left no-repeat;}