@import url("http://fonts.googleapis.com/css?family=Raleway:300,600,400,700,800");

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
font-family: Helvetica, Arial;
font-size:14px;
height: 100%;
color:#50545D;
}
a {
color: #0099C7;
outline: none;
text-decoration: underline;
}
a:visited {color:#6B376B;}
a:hover {
text-decoration: none;
}
p {
margin: 0 0 18px
}
img {
border: none;
}
input {
vertical-align: middle;
font-size: 14px;
border: solid 1px #888;
border-radius: 3px;
padding: 10px;
}
input.withBorder {
border: solid 1px #cfcfcf;
}

th {
color: #989ea6;
text-align: left;
font-size: 14px;
}

#wrapper {
min-width: 1000px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
.clear {
clear: both;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}

h1 {
font-size: 28px;
color: #333333;
font-family: Raleway, sans-serif;
text-align: center;
margin-bottom: 40px;
}

h2 {
font-size: 25px;
color: #333;
font-family: Raleway, sans-serif;
}

h3 {
font-size: 21px;
color: #333;
font-family: Raleway, sans-serif;
}

h4 {
font-size: 18px;
color: #333;
font-family: Raleway, sans-serif;
}

ul {
list-style-image: url(../images/2013/li.png);
}
li {
padding-top: 7px;
padding-bottom: 7px;
margin-left: 20px;
}

ul.tick {
list-style-image: url(../images/2013/tick.png);
color: #50545d;
letter-spacing: 0.2px;
}

a.addToGoogleAppsLnk {
font-size: 14px;
color: #0099c7;
font-weight: bold;
background: url(../images/2013/googleapps.png) left center no-repeat;
padding-left: 40px;
line-height: 44px;
display: block;
float: left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
height: 80px;
background: url(../images/2013/head_bg.png) left top repeat-x;
}
	#header .inner {
	width: 1000px;
	margin: 0 auto;
	}
		#header a.logo,
		#header div.logo {
		width: 232px;
		height: 80px;
		float: left;
		background: url(../images/2013/logo.png) 20px center no-repeat;
		}
		
		#header .top-menu {
		float: right;
		font-size: 16px;
		margin-top: 17px;
		}
			#header a.menu-item {
			float: left;
			color: #1a1a1a;
			line-height: 42px;
			height: 42px;
			border: solid 1px transparent;
			padding-left: 22px;
			padding-right: 22px;
			border-radius: 3px;
			text-decoration: none;
			}
			
				#header a.menu-item.active {
				font-weight:bold;
				color:white !important;
				}
			
			#header a.menu-item.underlined {
			background: url(../images/2013/head_nav_underline.png) center bottom no-repeat;
			}
			
			#header a.menu-item:hover {
			color: #ffffff;
			background: #00a3cd;
			background: -moz-linear-gradient(top,  #00a3cd 0%, #008fc1 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a3cd), color-stop(100%,#008fc1));
			background: -webkit-linear-gradient(top,  #00a3cd 0%,#008fc1 100%);
			background: -o-linear-gradient(top,  #00a3cd 0%,#008fc1 100%);
			background: -ms-linear-gradient(top,  #00a3cd 0%,#008fc1 100%);
			background: linear-gradient(to bottom,  #00a3cd 0%,#008fc1 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3cd', endColorstr='#008fc1',GradientType=0 );
			border-color: #00779f;
			text-decoration: none;
			}

#header.blue {
background-image: url(../images/2013/head_bg_blue.png);
background-color:#0791BA;
}
	
	#header.blue a.logo {
	background-image: url(../images/2013/logo_blue.png);
	}
		
		#header.blue a.menu-item {
		color: #b5deff;
		}
		
		#header.blue a.menu-item:hover {
		border-color: transparent;
		background: none;
		color: #ffffff;
		}
		
/* Middle
-----------------------------------------------------------------------------*/
#content {
padding: 0 0 100px;
}
	
	#content .page-header {
	font-size: 28px;
	color: #000000;
	font-family: Raleway, sans-serif;
	line-height: 80px;
	background: #f8f8f8;
	border-bottom: solid 1px #ececec;
	margin-bottom:0;
	}
		#content .page-header h1{
		text-align:left;
		font-weight:normal;
		margin-bottom: 0px;
		letter-spacing: -0.2px;
		padding-left:20px;
		}
		#content .page-header .inner {
		margin: 0 auto;
		width: 1000px;
		}

	#main {
	background: #aaa url(../images/2014_sep/main.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	}
		#main .inner {
		margin: 0 auto;
		position: relative;
		width: 1000px;
		height: 400px;
		}
	
		#main .header {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 24px;
		color: #ffffff;
		text-align: left;
		margin-top: 21px;
		position: absolute;
		font-family: Raleway, sans-serif;
		text-align: center;
		}
			#main .header .devices {
			position: absolute;
			left: 50%;
			bottom: 0;
			width: 557px;
			height: 193px;
			margin-left: -279px;
			background: url(../images/2014_sep/devices.png) center no-repeat;
			}

			#main .header .subText {
			display: block;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
			}

			#main .header .subText_1 {
			font-size: 36px;
			font-weight: 300;
			line-height: 35px;
			font-variant: small-caps;
			letter-spacing: -0.4px;
			}

			#main .header .subText_2 {
			font-size: 25px;
			font-weight: 800;
			line-height: 22px;
			font-variant: small-caps;
			}

			#main .header .subText_3 {
			font-size: 45px;
			font-weight: 600;
			line-height: 35px;
			font-variant: small-caps;
			letter-spacing: -0.7px;
			}

			#main .header .subText_4 {
			font-size: 15px;
			font-weight: 400;
			letter-spacing: -0.14px;
			margin-top: 24px;
			}

			#main .header .subText_5 {
			font-size: 13px;
			line-height: 16px;
			font-weight: 400;
			letter-spacing: -0.07px;
			margin-top: 13px;
			}



			#main .header a.subheader-button {
			display: inline-block;
			position: relative;
			font-size: 22px;
			color: #fff;
			text-align: center;
			border-radius: 12px;
			text-decoration: none;
			border: solid 6px rgba(0, 0, 0, 0.3);
			margin-top: 14px;
			}
				#main .header a.subheader-button div {
				border-top: solid 1px #ff8080;
				background: #ff0000;
				padding: 6px 18px 4px 19px;
				border-radius: 6px;
				font-size: 22px;
				font-weight: 300;
				line-height: 19px;
				letter-spacing: -0.2px;
				text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
				}
				#main .header a.subheader-button span {
				display: block;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 10px;
				line-height: 10px;
				margin-top: 4px;
				}
	
		#main #slider {
		width: 1000px !important;
		position: absolute !important;
		bottom: 0;
		height: 464px;
		}
	
		.nivo-controlNav {
		bottom: -45px;
		left: 50%;
		margin-left: -30px;
		position: absolute;
		}
			.nivo-controlNav a {
			background: url(../images/2013/slider_nav_bullets.png) no-repeat scroll 0 0 transparent;
			border: 0 none;
			display: block;
			float: left;
			height: 11px;
			margin-right: 7px;
			text-indent: -9999px;
			width: 10px;
			}
			.nivo-controlNav a.active {
			background-position: 0px -11px;
			}
	
		.nivo-directionNav {
		display: none;
		}
			.nivo-directionNav a {
			display: block;
			width: 42px;
			height: 42px;
			text-indent: -100000px;
			}
			a.nivo-prevNav {
			background: url(../images/2013/slider_nav_l.png) center no-repeat;
			}
			
			a.nivo-nextNav {
			background: url(../images/2013/slider_nav_r.png) center no-repeat;
			}


	


	#all_in_one {
	position: relative;
	}
		#all_in_one .inner {
		margin: 0 auto;
		position: relative;
		width: 1000px;
		height: 500px;
		background: #ffffff url(../images/2013_sep/main_2_1.png) right center no-repeat;
		}

			#all_in_one .inner .container {
			width: 430px;
			margin: 0px 0 10px 80px;
			font-family: Raleway, sans-serif;

			}

				#all_in_one .inner .container .header {
				font-size: 34px;
				color: #0071bc;
				font-family: Raleway, sans-serif;
				line-height: 110%;
				margin-bottom: 15px;
				padding-top: 43px;

				}
					#all_in_one .inner .container .header b {
					display: block;
					}

				#all_in_one .inner .container p {
				font-size: 16px;
				line-height: 150%;
				margin-bottom: 10px;

				}
	
	#pricing_compare {
	position: relative;
	background:#E6E6E6;
	color:#333;
	}
		#pricing_compare .inner {
		margin: 0 auto;
		position: relative;
		width: 1000px;
		height: 480px;
		background: transparent url(../images/2013_sep/compare-bills-comindwork-vs-others.png) 20px 50px no-repeat;
		/*background: transparent url(../images/2013_sep/compare-bills.png) left 50px no-repeat;*/
		}

			#pricing_compare .inner .container {
			width: 410px;
			margin: 0px 0 10px 580px;
			font-family: Raleway, sans-serif;

			}

				#pricing_compare .inner .container .header {
				font-size: 34px;
				color: #0071bc;
				font-family: Raleway, sans-serif;
				line-height: 110%;
				margin-bottom: 15px;
				padding-top: 43px;

				}
					#pricing_compare .inner .container .header b {
					display: block;
					}				
				
				#pricing_compare a.subheader-button {
				font-size: 17px;
				font-weight:bold;
				text-transform: uppercase;
				color: #fff;
				background: #ff0000;
				padding: 6px 13px;
				text-align: center;
				letter-spacing: 0;
				line-height: 14px;
				border-radius: 7px;
				text-decoration: none;
				box-shadow: 0 5px 0 #e50000;
				padding-bottom: 1px;
				margin-left:20px;
				}				

	#radical_way {
	position: relative;
	background: #63cbf7;
	}
		#radical_way .inner {
		margin: 0 auto;
		position: relative;
		width: 1000px;
		height: 450px;
		background: #63cbf7 url(../images/2013_sep/main_3.png) right bottom no-repeat;
		}

			#radical_way .inner .container {
			font-family: Raleway, sans-serif;
			}
				#radical_way .inner .container .header {
				padding-top: 25px;
				font-size: 35px;
				color: #ffffff;
				font-weight: bold;
				line-height: 35px;
				margin-left: 100px;
				margin-bottom: 50px;
				}
					#radical_way .inner .container .header div {
					float: right;
					width: 420px;
					color: #333333;
					font-size: 17px;
					line-height: 19px;
					font-weight: normal;
					padding-right: 40px;
					}
					#radical_way .inner .container .header p {
					margin-bottom: 9px;
					}

				#radical_way .inner .container ul {
				list-style: none;
				display: block;
				margin-left: 90px;
				}
					#radical_way .inner .container ul li {
					padding: 0;
					margin: 0;
					width: 207px;
					background-repeat: no-repeat;
					background-position: 0 center;
					color: #fff;
					font-weight: normal;
					font-size: 20px;
					line-height: 24px;
					padding-left: 63px;
					min-height: 50px;
					margin-bottom: 20px;
					padding-right: 30px;
					float: left;
					}
						#radical_way .inner .container ul li span {
						vertical-align: middle;
						display: table-cell;
						height: 50px;
						}
					#radical_way .inner .container ul li.li-1 {
					background-image: url(../images/2013_sep/li-1.png);
					}
					#radical_way .inner .container ul li.li-2 {
					background-image: url(../images/2013_sep/li-2.png);
					}
					#radical_way .inner .container ul li.li-3 {
					background-image: url(../images/2013_sep/li-3.png);
					}
					#radical_way .inner .container ul li.li-4 {
					background-image: url(../images/2013_sep/li-4.png);
					}
					#radical_way .inner .container ul li.li-5 {
					background-image: url(../images/2013_sep/li-5.png);
					}
					#radical_way .inner .container ul li.li-6 {
					background-image: url(../images/2013_sep/li-6.png);
					}
					#radical_way .inner .container ul li.li-7 {
					background-image: url(../images/2013_sep/li-7.png);
					}
					#radical_way .inner .container ul li.li-8 {
					background-image: url(../images/2013_sep/li-8.png);
					}
					#radical_way .inner .container ul li.li-9 {
					background-image: url(../images/2013_sep/li-9.png);
					}
					#radical_way .inner .container ul li.li-10 {
					background-image: url(../images/2013_sep/li-10.png);
					}
					#radical_way .inner .container ul li.li-11 {
					background-image: url(../images/2013_sep/li-11.png);
					}
					#radical_way .inner .container ul li.li-12 {
					background-image: url(../images/2013_sep/li-12.png);
					}



		
	#content .block-customers {
	background: #f8f8f8;
	padding-top: 80px;
	border-bottom: solid 1px #e6e6e6;
	}
		#content .block-customers .inner {
		margin: 0 auto;
		width: 1000px;
		}
	
		#content .block-customers .customers-logo {
		background: url(../images/2013/customers.png) center no-repeat;
		height: 120px;
		padding: 25px 0;
		border-top: solid 1px #e6e6e6;
		}
		
		#content .block-customers .for-whom {
		padding-bottom: 40px;
		font-size: 14px;
		color: #50545d;
		}
		
			#content .block-customers .quote-block {
			width: 480px;
			float: right;
			}
				#content .block-customers .quote-block .quote {
				
				}
					#content .block-customers .quote-block .quote .content {
					background: #fcfcfc;
					border-radius: 20px;
					border: dashed 1px #e2e2e2;
					padding: 30px 40px;
					line-height: 25px;
					font-size: 14px;
					color: #50545d;
					}
					#content .block-customers .quote-block .quote .callout {
					width: 16px;
					height: 28px;
					background: url(../images/2013/quote_callout.png) center no-repeat;
					margin-left: 50px;
					margin-top: -1px;
					}

				
				#content .block-customers .quote-block .author {
				background: url(../images/2013/quote_sign.png) right top no-repeat;
				float: right;
				padding-right: 100px;
				white-space: nowrap;
				width: 330px;
				}
					#content .block-customers .quote-block .author .photo {
					float: left;
					margin-right: 25px;
					}
					#content .block-customers .quote-block .author .name {
					color: #00a1cf;
					float: left;
					line-height: 20px;
					padding-top: 5px;
					font-weight: bold;
					width: 60%;
					}
					#content .block-customers .quote-block .author .position {
					color: #989ea6;
					font-style: italic;
					font-weight: normal;
					}
				
	
	#content .block-features {
	
	}
		#content .feature {
		padding-top: 40px;
		padding-bottom: 70px;
		background-position: right 20px;
		background-repeat: no-repeat;
		border-bottom: solid 1px #ececec;
		margin: 0 auto;
		width: 1000px;
		}
		#content .feature:last-child {
		border-bottom: none;
		}
		#content .feature.right {
		background-position: left center;
		}
			#content .feature h1 {
			margin: 15px 0;
			line-height: 35px;
			text-align: left;
			}
			#content .feature .inner {
			float: left;
			width: 50%;
			font-size: 16px;
			color: #656c75;
			text-align: left;
			line-height: 26px;
			padding:0px 20px;
			}
			#content .feature.right .inner {
			float: right;
			}
	
	
	#content .block-screens {
	border-top: solid 1px #ececec;
	margin-top: -1px;
	background: #f8f8f8;
	padding-bottom: 40px;
	}
		#content .block-screens .inner {
		width: 1000px;
		margin: 0 auto;
		}
	
		#content .block-screens h1 {
		margin: 45px 0;
		}
		
		#content .block-screens .block {
		padding-top: 130px;
		width: 220px;
		margin: 0 15px;
		float: left;
		background-repeat: no-repeat;
		background-position: left top;
		}
			
			#content .block-screens .block.first {
			/*margin-left:0px;*/
			}
			#content .block-screens .block.last {
			/*margin-right:0px;*/
			}
			#content .block-screens .block .header,
			#content .block-screens .block .header h4{
			font-size: 16px;
			font-weight: bold;
			color: #50545d;
			font-family: Raleway, sans-serif;
			}
			#content .block-screens .block .content {
			padding-top: 20px;
			font-size: 14px;
			color: #656C75; /*#989ea6;*/
			line-height: 20px;
			padding-right: 10px;
			}
			
	#content .block-daily-home {
	border-top: solid 1px #ececec;
	/*margin-top: -1px;*/
	background: #fff;
	padding-bottom: 40px;
	}
		#content .block-daily-home .inner {
		width: 1000px;
		margin: 0 auto;
		}
	
		#content .block-daily-home h1 {
		margin: 45px 0;
		}
		
		#content .block-daily-home .block {
		padding-top: 100px;
		width: 175px;
		margin: 0 15px 40px;
		float: left;
		background-repeat: no-repeat;
		background-position: center top;
		}
			
			#content .block-daily-home .block.first {
			margin-left:0px;
			}
			#content .block-daily-home .block.last {
			margin-right:0px;
			}
			#content .block-daily-home .block .header h4 {
			font-size: 14px;
			font-weight: normal;
			color: #0099C7;
			font-family: Raleway, sans-serif;
			text-align:center;
			}
			
				#content .block-daily-home .block .header h4 span {
				border-bottom: 1px solid #BCD6DC;
				line-height:150%;
				}
				
		#content .block-daily-content {
		}
			#content .block-daily-content .generic {
			padding-top: 10px;
			padding-bottom: 40px;
			background-position: right center;
			background-repeat: no-repeat;
			border-bottom: solid 1px #ececec;
			margin: 0 auto;
			width: 1000px;
			}
			
			#content .block-daily-content .daily-image {
			width:700px;
			float:left;
			min-height:450px;
			background:#ddd;
			text-align:center;
			padding:13px 20px;
			}
			
			#content .block-daily-content .daily-truth-inner,
			#content .block-daily-content .daily-lol-inner,
			#content .block-daily-content .daily-feature-inner,
			#content .block-daily-content .daily-productivity,
			#content .block-daily-content .daily-challenge {
			width:700px;
			float:left;
			padding:20px;
			line-height:140%;
			clear:both;
			}
		
			
	
	#content .block-daily-footer {
	/*border-top: solid 1px #ececec;*/
	margin-top: -1px;
	background: #fff;
	}
		#content .block-daily-footer .inner {
		width: 1000px;
		margin: 0 auto;
		padding-left:100px;
		}
	
		#content .block-daily-footer h1 {
		margin: 45px 0;
		}
		
		#content .block-daily-footer .block {
		padding-top: 80px;
		height:45px;
		width: 118px;
		margin: 0 15px 5px;
		float: left;
		background-repeat: no-repeat;
		background-position: left top;
		border:2px solid #ccc;
		}
			
			#content .block-daily-footer .block.first {
			margin-left:0px;
			}
			#content .block-daily-footer .block.last {
			margin-right:0px;
			}
			#content .block-daily-footer .block .header h4 {
			font-size: 13px;
			font-weight: normal;
			color: #0099C7;
			font-family: Raleway, sans-serif;
			text-align:center;
			background:white;
			padding-top:10px;
			}
			
				#content .block-daily-footer .block .header h4 span {
				border-bottom: 1px solid #BCD6DC;
				}

				#content .block-daily-footer .block.activeThumb {
				border-color:#888 !important;
				}
		
	.page-header.daily .inner h1 {
	margin-bottom:0px;
	}
			
	
	
	#content .block-pricing {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	
		#content .block-pricing h3 {
		font-size: 28px;
		color: #0099c7;
		font-family: Raleway, sans-serif;
		margin-bottom: 15px;
		}
		#content .block-pricing h3.cloned-header {
		position: fixed;
		top: 0;
		background-color: #f3f4f5;
		border-right: solid 20px #ffffff;
		z-index: 4;
		width: 265px;
		padding-right: 28px;
		margin-left: -35px;
		padding-left: 27px;
		}
		
			#content .block-pricing h3  span.editionName {
			text-align: center;
			display: block;
			margin-bottom: 18px;
			}

			#content .block-pricing h3  span.editionPrice{
			font-size: 24px;
			font-weight:normal;
			display: block;
			text-align: center;
			}

			#content .block-pricing h3  span.editionText {
			display:block;
			padding:8px 0px;
			font-size:17px;
			font-weight:normal;
			line-height:19px;
			letter-spacing:-0.1px;
			text-align: center;
			}
			#content .block-pricing h3  span.perUserPerMonth {
			font-size: 11px;
			text-align: left;
			font-weight: normal;
			}
			
		
		#content .block-pricing .inner {
		margin: 0 auto;
		position: relative;
		width: 1000px;
		}
		
			#content .block-pricing .desc {
			font-size: 16px;
			color: #50545d;
			font-family: Raleway, sans-serif;
			padding: 10px 0 20px;
			}
			
			#content .block-pricing .desc2 {
			font-size: 16px;
			color: #50545d;
			font-family: Raleway, sans-serif;
			margin-top: 24px;
			border-top: solid 1px #dddddd;
			font-weight: bold;
			letter-spacing: 0.1px;
			padding: 29px 0px 16px 0px;
			text-align: center;
			}

			#content .block-pricing .desc3 {
			color: #989ea6;
			font-size: 14px;
			padding-bottom: 10px;
			}
			
	
	#content .block-signup-form{
	padding-bottom: 40px;
	}
		#content .block-signup-form .inner {
		padding-top: 40px;
		margin-top: 40px;
		width: 1000px;
		margin: 0 auto;
		border-top: solid 1px #ececec;
		}	

	#content .block-about {
	
	}
		#content .about {
		padding-top: 40px;
		padding-bottom: 40px;
		background-position: right center;
		background-repeat: no-repeat;
		border-bottom: solid 1px #ececec;
		margin: 0 auto;
		width: 1000px;
		}
		#content .about:last-child {
		border-bottom: none;
		}
		#content .about.right {
		background-position: left center;
		}
			#content .about h1 {
			margin: 15px 0;
			line-height: 35px;
			}
			
	#content .block-generic {
	
	}
		#content .generic {
		padding-top: 40px;
		padding-bottom: 40px;
		background-position: right center;
		background-repeat: no-repeat;
		border-bottom: solid 1px #ececec;
		margin: 0 auto;
		width: 1000px;
		}
		#content .generic:last-child {
		border-bottom: none;
		}
		#content .generic.right {
		background-position: left center;
		}
			#content .generic h1 {
			margin: 15px 0;
			line-height: 35px;
			}

	
/* Googel Apps screen blocks
-----------------------------------------------------------------------------*/

	#content .block-google-features {
	border-top: solid 1px #ececec;
	margin-top: 50px;
	background: #fff;
	padding-bottom: 40px;
	}
		#content .block-google-features h2 {
		text-align:center;
		padding-top:60px;
		padding-bottom:40px;
		}
		
		#content .block-google-features .feature {
		padding-top: 40px;
		padding-bottom: 40px;
		background-position: right center;
		background-repeat: no-repeat;
		border-bottom: solid 1px #ececec;
		margin: 0 auto;
		width: 1000px;
		}
			#content .block-google-features .feature h3{
			padding-bottom: 20px;
			}
		
		#content .block-google-features .feature:last-child {
		border-bottom: none;
		}
		#content .block-google-features .feature.right {
		background-position: left center;
		}
			#content .block-google-features .feature h1 {
			margin: 15px 0;
			line-height: 35px;
			text-align: left;
			}
			#content .block-google-features .feature .inner {
			float: left;
			width: 50%;
			font-size: 16px;
			color: #656c75;
			text-align: left;
			line-height: 26px;
			}
			#content .block-google-features .feature.right .inner {
			float: right;
			}
			
			
			
	#content .block-screens-google {
	border-top: solid 1px #ececec;
	margin-top: 50px;
	background: #fff;
	padding-bottom: 40px;
	}
		#content .block-screens-google .inner {
		width: 1000px;
		margin: 0 auto;
		}
	
		#content .block-screens-google h2 {
		margin: 45px 0;
		text-align:center;
		}
		
		#content .block-screens-google .block {
		padding-top: 130px;
		width: 227px;
		margin: 0 15px;
		float: left;
		background-repeat: no-repeat;
		background-position: left top;
		}
			
			#content .block-screens-google .block.first {
			margin-left:0px;
			}
			#content .block-screens-google .block.last {
			margin-right:0px;
			}
			#content .block-screens-google .block .header {
			font-size: 16px;
			font-weight: bold;
			color: #50545d;
			font-family: Raleway, sans-serif;
			}
			#content .block-screens-google .block .content {
			padding-top: 20px;
			font-size: 14px;
			color: #656C75; /*#989ea6;*/
			line-height: 20px;
			padding-right: 10px;
			}
		#content .google-apps-signup-footer {
		font-size:14px;
		line-height:90px;
		width:1000px;
		padding-top:30px;
		padding-bottom:30px;
		}
			#content .google-apps-signup-footer a.addToGoogleAppsLnk {
			font-size: 23px;
			color: #0099c7;
			font-weight: bold;
			background: url(../images/2013/googleapps.png) left center no-repeat;
			padding-left: 40px;
			line-height: 44px;
			display: block;
			float: left;
			}

			
/* Tour
-----------------------------------------------------------------------------*/
.tourHeading .highlight{
color:green;
}

div.tourHeading{
padding:0px 50px 30px 70px;
font-size:21px;
line-height:160%;
text-align:left;
}
	 
	 
.slides {
margin-left:90px;
margin-top:10px;
margin-bottom:0px;
position:relative;	 
}

.calloutPlacehoder {
max-width:580px;
position:absolute;
z-index: 30;
display: none;
}

	.loupe {
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: center;
	border:2px solid white;

	position:absolute;
	height:220px;
	width:220px;

	-moz-box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	-webkit-box-shadow:0 0 5px #777;
	box-shadow:0 0 5px #777, 0 0 10px #aaa inset;

	-moz-border-radius:150px;
	-webkit-border-radius:150px;
	border-radius:150px;

	behavior: url(js/PIE.htc);
	z-index: 20;
	}
	
	.tour .callout {
	visibility: hidden;
	max-width:500px;
	border:solid 2px #ccc;
	background-color:#686868;
	color:white;
	
	margin-top: 30px;
	margin-left: 75px;
	padding: 13px 13px 13px 160px;
	
	font-size:17px;	
	z-index: 10;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-box-shadow: 0 0 30px -10px #777777;
	-webkit-box-shadow: 0 0 30px -10px #777777;
	box-shadow: 0 0 30px -10px #777777;
	behavior: url(js/PIE.htc);
	}
	
	.tour .callout .highlight {
	color: yellow;
	}
	
	.tourNextLink {
	font-size:26px;
	display:block;
	padding-top:40px;
	}
	
	
/* Footer
-----------------------------------------------------------------------------*/
#footer {
margin: -100px auto 0;
min-width: 1000px;
background: #333333;
position: relative;
color: #666666;
}
	
	.block-getStarted {
	background: #FFFFFF;
	text-align: center;
	color: #666666;
	}
	
	#freeSignUpForm.block-getStarted {
	text-align: left;
	margin-left: -680px;
	padding: 20px 20px 10px 20px;
	border-radius: 13px;
	border: solid 1px #cccccc;
	}
		.block-getStarted .inner {
		margin: 0 auto;
		padding: 20px 0 10px;
		width: 1000px;
		}
			.block-getStarted a.lnk {
			font-size: 14px;
			margin: 0 20px;
			color: #ffffff;
			text-decoration: underline;
			font-weight: bold;
			}
			
	#footer .block-nav {
	padding: 40px 0;
	padding-bottom: 0;
	}
		#footer .block-nav .inner {
		width: 1000px;
		margin: 0 auto;
		border-bottom: solid 1px #4d4d4d;
		padding-bottom: 40px;
		}
		#footer .block-nav .header {
		color: #999999;
		font-size: 16px;
		font-family: Raleway, sans-serif;
		margin-bottom: 16px;
		}
			#footer .block-nav .header.size13 {
			font-size: 13px;
			}
		#footer .block-nav a {
		font-size: 14px;
		color: #ffffff;
		display: block;
		float: left;
		clear: both;
		padding: 9px 0;
		}
		
		#footer .block-nav .phone {
		color: #01a3d4;
		font-size: 24px;
		font-family: Raleway, sans-serif;
		font-weight: bold;
		margin-bottom: 15px;
		}
		
		#footer .block-nav .mail {
		padding: 0;
		margin-bottom: 5px;
		}
		
		#footer .block-nav .txt {
		font-size: 12px;
		padding-right: 40px;
		line-height: 20px;
		}
			#footer .block-nav .txt a {
			float: none;
			display: inline;
			font-size: inherit;
			color: #7f7f7f;
			}
			
			#footer .block-nav .block-2-col a.active {
			font-weight:bold;
			text-decoration:none;
			}
			
			#footer .block-nav .block-2-col.footerNavigationLinks{
			padding-left:15px;
			}
	
	
.block-1-col {
height: 100%;
margin-right: 0px;
display: table-cell;
padding-left: 15px;
}
	
	.block-1-col.grey {
	background: #f3f4f5;
	border-right: solid 20px #ffffff;
	padding-right: 15px;
	}
		.block-1-col.grey .block-grey {
		margin-right: 0px;
		}


	.block-1-col.last {
	border-right: 0;
	}

.block-2-col {
width: 66%;
float: left;
}
		
.block-grey {

}
.last .block-grey {
margin-right: 0;
}
.block-1-col .block-grey {
background: #f3f4f5;
padding: 20px;
/*margin-right: 20px;8/ /*having padding-left:15px already in .block-1-col */
width: 250px;
padding-right: 20px;
}

.block-white {
background: #ffffff;
padding: 30px 0;
margin-right: 20px;
}

.block-blue,
.blue-clone {
background-color: #0099c7;
border-radius: 13px;
z-index: 1;
margin-left: -680px;
margin-top: 55px;
position: relative;
padding-bottom: 40px;
}
.blue-clone {
box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
margin-top: 0px;
padding-bottom: 5px;
position: fixed;
width: 930px;
z-index: 3;
top: 87px;
display: none;
}
	.tick-round {
	background: #0099c7 url(../images/2014_sep/tick-white.png) center 13px no-repeat;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	top: -36px;
	z-index: 4;
	clip: rect(0, 90px, 36px, 0px);
	}
	.blue-clone .dummy-back {
	background-color: #f3f4f5;
	width: 285px;
	border-right: solid 20px #ffffff;
	height: 46px;
	margin-top: -46px;
	position: absolute;
	}
	.blue-clone .dummy-back-1 {

	}
	.blue-clone .dummy-back-2 {
	width: 320px;
	left: 305px;
	}
	.blue-clone .dummy-back-3 {
	width: 300px;
	left: 645px;
	border-right: none;
	}

	.blue-clone .tick-round {
	
	}
	.tick-round.tick-round-first {
	left: 85px;
	}
	.tick-round.tick-round-second {
	left: 425px;
	}
	.tick-round.tick-round-third {
	left: 765px;
	}



	.edition-icon {
	display: inline-block;
	width: 70px;
	height: 57px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 25px;
	float: right;
	margin-right: 15px;
	margin-bottom: 13px;
	}
	.edition-icon.free {
	background-image: url(../images/2014_sep/pricing_inner-free.png);
	}
	.edition-icon.business {
	background-image: url(../images/2014_sep/pricing_inner-business.png);
	margin-left: -15px;
	}
	.edition-icon.enterprise {
	background-image: url(../images/2014_sep/pricing_inner-enterprise.png);
	margin-left: -15px;
	}



	.block-blue a.block-head,
	.blue-clone a.block-head {
	font-size: 28px;
	color: #ffffff;
	background: url(../images/2014_sep/tick-down.png) 21px center no-repeat;
	margin-top: 40px;
	display: inline-block;
	padding-left: 60px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-weight: bold;
	}
	.block-blue.closed a.block-head {
	background-image: url(../images/2014_sep/tick-right.png);
	background-position: 28px center;
	}

	.block-blue ul {
	color: #b5deff;
	font-size: 14px;
	padding: 22px 20px 0px 60px;
	}

	.block-blue ul li {
	margin: 0;
	padding: 0;
	letter-spacing: 0.10px;
	border-bottom: solid 1px #b5deff;
	padding-bottom: 16px;
	padding-top: 10px;
	}

	.block-blue ul li:last-child {
	border-bottom: none;
	}

	.block-blue li h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.1px;
	}


	.block-blue.closed ul {
	display: none;
	}


		
a.button {
font-size: 14px;
margin: 0 8px;
padding: 10px 15px;
color: #ffffff;
border-radius: 2px;
font-weight: bold;
text-decoration: none;
line-height: 38px;
background: #01b5dc;
background: -moz-linear-gradient(top,  #01b5dc 0%, #0192cc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01b5dc), color-stop(100%,#0192cc));
background: -webkit-linear-gradient(top,  #01b5dc 0%,#0192cc 100%);
background: -o-linear-gradient(top,  #01b5dc 0%,#0192cc 100%);
background: -ms-linear-gradient(top,  #01b5dc 0%,#0192cc 100%);
background: linear-gradient(to bottom,  #01b5dc 0%,#0192cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b5dc', endColorstr='#0192cc',GradientType=0 );
}
#trySignupButton span {
background-repeat: no-repeat;
background-position: left center;
background-image: url(../images/2013/apply_ico.png);
padding-left: 30px;
display: inline-block;
}

a.button.download  {

}
	a.button.download span {
	display: inline-block;
	background: url(../images/2013/download_ico.png) left center no-repeat;
	padding-left: 30px;
	}
	
	a.button.loading {
	opacity: 0.5;
	}
		a.button.loading span {
		background-image: url(../images/2013/ajax-loader.gif) !important;
		}

.pricing-head-img {
display: block;
background-position: center 4px;
height: 145px;
background-repeat: no-repeat;
}
	.pricing-head-img.free {
	background-image: url(../images/2014_sep/pricing_head-free.png);
	}
	.pricing-head-img.business {
	background-image: url(../images/2014_sep/pricing_head-business.png);
	}
	.pricing-head-img.enterprise {
	background-image: url(../images/2014_sep/pricing_head-enterprise.png);
	}


.pricingButtonWrapper {
margin-bottom: 30px;
border-bottom: solid 1px #dddddd;
padding-bottom: 44px;

}

a.pricingButton {
font-size: 22px;
color: #ffffff;
border-radius: 7px;
text-decoration: none;
line-height: 35px;
background: #ff0000;
margin: 0 auto;
display: block;
text-align: center;
padding: 5px 5px;
width: 210px;
box-shadow: 0 -2px 0px rgba(255, 0, 0, 0.3);
}
	a.pricingButton span {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/2013/apply_ico.png);
	padding-left: 30px;
	display: inline-block;
	}