/* Home */
b { 
	font-weight: 700; 
}	
#cover #nav {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
}

#cover #nav a {
  -o-transition:color .2s ease-out, background-color .2s ease-in;
  -ms-transition:color .2s ease-out, background-color .2s ease-in;
  -moz-transition:color .2s ease-out, background-color .2s ease-in;
  -webkit-transition:color .2s ease-out, background-color .2s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background-color .2s ease-in;
  color: rgb(0, 255, 255);
  text-decoration: none;
  background-color: transparent;
	padding: 5px;
	border-radius: 2px;

	margin-left: 10px;
}
#nav a {
	margin-left: 10px;
}
#cover #nav a:hover {
	color: #fff;
	background-color: rgba(0, 255, 255, 0.5);
}
h1 {
	font-size: 32px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h3 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 700;
	margin-bottom: 10px;
}

.benefits_icons {
	display: block;
	float: left;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	border: none;

	margin-left: -54px;
	float: left;
}

.benefits_icons {
    width: 42px;
    height: 42px;
    background-image: url('../png/benefits_icons5ed3.png?v4');
    background-size: 672px 84px;
}
.benefits_icons-wrench { background-position: 0 0; }
.benefits_icons-cloud { background-position: -42px 0; }
.benefits_icons-shield { background-position: -84px 0; }
.benefits_icons-chat { background-position: -126px 0; }
.benefits_icons-umbrella { background-position: -168px 0; }
.benefits_icons-heart { background-position: -210px 0; }
.benefits_icons-card { background-position: -252px 0; }
.benefits_icons-office { background-position: -294px 0; }
.benefits_icons-money { background-position: -336px 0; }
.benefits_icons-drink { background-position: -378px 0; }
.benefits_icons-piggybank { background-position: -420px 0; }
.benefits_icons-speedo { background-position: -462px 0; }
.benefits_icons-people { background-position: -504px 0; }
.benefits_icons-wrench-gray { background-position: -546px 0; }
.benefits_icons-cloud-gray { background-position: -588px 0; }
.benefits_icons-shield-gray { background-position: -630px 0; }
.benefits_icons-chat-gray { background-position: 0 -42px; }
.benefits_icons-umbrella-gray { background-position: -42px -42px; }
.benefits_icons-heart-gray { background-position: -84px -42px; }
.benefits_icons-card-gray { background-position: -126px -42px; }
.benefits_icons-office-gray { background-position: -168px -42px; }
.benefits_icons-money-gray { background-position: -210px -42px; }
.benefits_icons-drink-gray { background-position: -252px -42px; }
.benefits_icons-piggybank-gray { background-position: -294px -42px; }
.benefits_icons-speedo-gray { background-position: -336px -42px; }
.benefits_icons-people-gray { background-position: -378px -42px; }

#cover { 
	background-repeat: repeat-x; /* in case 'cover' doesn't work. */
	background-image: url(../jpg/office-cover-image-small.jpg);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 550px;
	padding: 0px;
	margin: 0px;
	
	height: 550px;	
	
	/* min-width: 1050px; */
	min-width: 1030px; /* *width* */
}
.obutton {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
#screenshot_container {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
	box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
	background: white;
	top: 100px;
	background-color: rgb(242, 239, 236);
	position: relative;
	padding: 2px;
}
#screenshot_container img {
	cursor: pointer;
	border: 0px;
}
#cover-shadow {
	/*
	background: #000; 
	opacity: 0.4; 
	*/
	/*
	background: rgb(45,27,9);
	*/
	background: rgb(37,21,16);
	opacity: 0.5;
	filter: alpha(opacity=50);
	/*
	width: 100%; 
	*/
	min-height: 550px; 
	z-index: 2;
}
#cover-text {
	margin-top: 20px; 
	/*
	width: 1030px;
	*/
}
#cover-text h1 {
	/* font-weight: bold; */
	font-family: Cabin; 
	font-weight: normal; 
	font-size: 36px;
	color: #fff;
}
#cover-subtext {
	margin-top: -10px;
	/*
	margin-top: 30px;
	text-align: justify; 
	width: 420px;
	*/
}
#cover-subtext h2 {
	line-height: 1.3em; 
	font-size: 22px; 
	color: #fff; 
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
/* ************** */

img {
	border: 0px;
}
span.quote {
	/* font-family: Georgia; */
	font-family: 'Open Sans', sans-serif;
}
div.quote {
	margin: 20px;
	width: 300px;
	float: left;
	line-height: 28px;
}

img.ethumb {
	float: left;
	margin: 8px;
}
a img.ethumb {
	border: 2px solid #ddd;
}
a:hover img.ethumb {
	border: 2px solid #ffcc00;
}

#content {
	margin-top: -30px;
}

#benefits .icons {
	float:left;
	width:110px;
}

#benefits .icons.render {
	border: 3px solid #F4C853;
	border-radius: 80px;
	overflow: hidden;
}

#press .fourth {
	border: 1px solid #ddd;
	border-radius: 75px;
	overflow: hidden;
	height: 150px;
	width: 150px;
}

#benefits div.text {
	float: left;
	/* margin-top: 10px; 
	left: 10px;
	*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	
	width: 340px;
	margin-left: 20px;
}

#press_logos {
	margin-bottom: 10px;
}
#press_logos div.l {
	font-weight: bold;
	padding-left: 20px;
	float: left;
	color: #888;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	
	margin-bottom: 10px;
	margin-top: 10px;

}

#benefits_small div.l span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	/* font-weight: 700; */
	text-decoration: none;
	text-transform: none;
	
	color: #333;
	font-weight: 600;
}

#benefits_small div.l {
	margin-bottom: 10px;
	/* margin-right: 40px; */
	float: left;
	width: 250px;
	margin-left: 80px;
	
	color: #666;
}

#press_logos div.l img {
	border: 0px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

/* ***** Top Navigation Menu ******* */

#menu_container {
	margin: 0px auto;
	width: 1030px;
}

ul#nav {
	list-style-type: none;
	font-size: 16px;
	float: right;
}

ul#nav li {
	float: left;
	margin: 3px;
}

ul#nav li a.login {
	color: #999;
}
ul#nav li a.login:hover {
	background: #fff;
	color: #999;
}


ul#nav li a {
	text-decoration: none;
	padding: 5px;
	color: #666;
	
	/*
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -0.004em;
	word-spacing: -0.041em;
	
  */
  font-family: 'Cabin', Helvetica, sans-serif;
}

ul#nav li a:hover {
	/*
	background: #aaa;
	color: white;
	*/
	text-decoration: underline;
	padding: 5px;
}

/*ul#nav li a:hover, */ul#nav li.active a {
	/*
	background: #aaa;
	color: white;
	*/
	padding: 5px;
	color: #444;
	font-weight: bold;
}

ul#nav li.active {
	margin: 2px;
	height: 46px;
	/* background: url(/site_media/images/arrowdown.png); */
	background-repeat: no-repeat;
	background-position: 50% 28px;
	/* For FF-3.5 */
	white-space: nowrap;
	/*
	text-shadow: 0px 1px 1px #000;
	font-family: Verdana;
	*/
}

/* ********************************* */

.button {
	margin: 0px;
	padding: 0px;
	
	position: relative;
	display: inline-block;
	cursor: pointer;
	
	outline: none;
	text-decoration: none;
	
	/* border: 1px solid #D9D9D9; */
	border: 1px solid rgb(209, 132, 54);
	
	/* height: 27px; */
	margin-right: -1px;
	text-align: center;
	vertical-align: middle;
	width: 44px;
	
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	
	border: 1px solid #D9D9D9;
	height: 29px;
	margin-right: -1px;
	text-align: center;
	vertical-align: middle;
	width: 46px;
	
	z-index: 5;
}
.button {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	color: #777;
	font-family: arial, sans-serif;
	font-size: 13px;
	/* font-weight: bold; */
	width: auto;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 0px 1px 1px #ddd;
}

.btn, .button, .btn:hover, .button:hover {
	background: #F1F1F1;
	background: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
	background: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
}

.btn:active, .btn.active, .button:active, .button.active, .button.glow {
	background: #E0E0E0;
	background: -o-linear-gradient(top,#EEE,#E0E0E0);
	background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E0E0E0));
	background: -moz-linear-gradient(top,#EEE,#E0E0E0);
	background: -o-linear-gradient(top,#EEE,#E0E0E0);
	border-color: #BBB;
	box-shadow: inset 0 1px 5px #ccc;
	-moz-box-shadow: inset 0 1px 5px #ccc;
	-webkit-box-shadow: inset 0 1px 5px #ccc;
	
	text-align: center;
	vertical-align: center;
	z-index: 10;
}

.btn:hover, .button:hover {
	border-color: #a2a2a2;
	z-index: 20;
	color: #444;
}

.obutton {
  font-family: 'Cabin', Helvetica, sans-serif;
  
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.004em;
  word-spacing: -0.041em;
  line-height: 1.09;  

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;

  font-size: 24px;
  white-space: nowrap;
}
.osmall {
	font-size: 18px;
}
.obutton:active, .obutton.active {
	background: rgb(197,118,39);
	text-shadow: none;
}

.page, .container {
	margin: 0px auto;
	/* width: 1030px; */
	width: 1010px; /* *width* */
	padding-left: 10px;
	padding-right: 10px;
}

#footer .col {
	width: 23.5%;
	padding-right: 1.5%;
	float: left;
	font-size: 15px;
}

#footer h2 {
	margin-top: 0px;
	color: #ddd;
	/* font-family: Arial; */
	font-size: 22px;
}

.med_container {
	margin: 0px auto;
	width: 800px;
	text-align: center;
}

.small_container {
	margin: 0px auto;
	width: 700px;
}

.title {
	font-size: 34px;
	line-height: 34px;
}
.subtitle {
	color: #888;
	font-size: 22px;
}

.container {
	/* padding-left: 30px; */
}

.bullet {
	margin-left: 5px;
	margin-right: 5px;
}

a.lnk.orange {
	color: orange;
	border-bottom: 2px solid orange;
}

a.biglink {
	padding: 2px;
	color: orange;
	/* font-family: Georgia; */
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 2px solid orange;
}
a.biglink:hover, a.lnk.orange:hover {
	background: orange;
	color: #fff;
	border-bottom-color: #fff;
}

a.lnk, #footer a {
	padding: 2px;
	color: #64A5FF;
	/* color: #fa7c0c; */
	text-decoration: none;
}

a.dulllnk:hover {
	background-color: #64A5FF;
	color: #fdfdfd;
	text-decoration: none;

}

a.dulllnk {
	padding: 2px;
	color: #555;
	/* color: #fa7c0c; */
	text-decoration: underline;
}

.slide {
	display: none;
}

#footer ul {
	padding-left: 15px;
	margin-left: 10px;
}

a.lnk:hover, #footer a:hover {
	background-color: #64A5FF;
	color: #fdfdfd;
}
#footer a.nh:hover {
	background: #444;
}

.fancybox-caption {
	color: white;
	background: #444;
	padding: 5px;
}

a#fancybox-close {
	padding: 0;
}

.msg {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	margin-top: 25px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #ffebd7;
	text-align: center;
}

.msgtext {
	font-size: 20px;
	font-style: italic;
	color: #444;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

.error {
	color: #b30000;
	font-style: italic;
}

.noerror {
	color: #006633;
	font-style: italic;
}


h2, .allinclude {
	margin-top: 20px;
	clear: both;
	display: block;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: -5px;
	font-size: 24px;
	color: #444;
	line-height: 30px;
	
	/* font-family: Helvetica, Arial; */
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  /* font-weight: 700; */
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.004em;
  word-spacing: -0.041em;
  line-height: 1.09;  
}

#description h2 {
	/* font-family: Georgia; */
	/* font-size: 18.6px;  */
	font-size: 20px;
	letter-spacing: 0.005em; 
	word-spacing: 0.02em; 
	font-weight: normal;
	/*
	font-size: 26px;
	line-height: 28px;
	font-family: Georgia;
	*/
	text-align: justify;
	line-height: 28px;
}

h2.sub {
	font-size: 24px;
}

h1 {	
  font-family: 'Cabin', sans-serif;
  /* font-size: 48px; */
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.004em;
  word-spacing: -0.041em;
  line-height: 1.09;  

/*
	font-family: Helvetica, Arial;
	font-weight: normal;
	line-height: 100%;
*/
	
	margin-top: 20px;
	clear: both;
	display: block;
	padding-bottom: 7px;
	margin-bottom: 2px;
	font-size: 37px;
	
	color: #444;
}

body {
	color: #444;
	/* font-family: Georgia; */
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
	margin: 0px;
	font-size: 16px;
	min-width: 1030px; /* *width* */
	-webkit-text-size-adjust: 100%;
}

.gray {
	margin: 0px;
	padding: 5px;
	/*
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
	
	/* background: #fafafa url(/site_media/images/lgray-background.png) repeat top center; */
	background: #f0f0f0;
	
	color: #444;
}

.logo {
	margin-top: 10px;
	/* text-align: center; */
}
	
.thumb, .nolinkthumb {
	float: left;
	border: 2px solid #ddd;
	width: 100px;
	height: 100px;	
	margin: 5px;
}

.stoeptegel {
	float: left;
	border: 2px solid #ddd;
	margin: 5px;
}
.stoeptegel:hover, a > .thumb:hover {
	border: 2px solid #888;
}
	
.page .left {
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

.page .right {
	float: left;
	width: 550px;
}

.container .left {
	float: left;
	width: 475px;
	margin-right: 25px;
}

.container .right {
	margin-left: 25px;
	float: left;
	width: 475px;
}
		
#slides ol, #slides ul { list-style:none; margin-top: 10px;}
	
.pagination {
	margin:26px auto 0;
	width:100px;
}
	
.pagination li {
	float:left;
	margin:0 1px;
}
	
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../png/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	outline: none;
}
	
.pagination li.current a {
	background-position:0 -12px;
}
	
.email_input {
}
	
input, textarea {  
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
  padding: 5px;
  border: 2px solid #ddd;
}  	
  
.spanbutton:hover, .dropdown_button:hover {
	background: #e9e9e9;
}
  
.spanbutton {
	cursor: pointer;
	
	color: #666;
	/* text-shadow:1px 0px 0 white; */
	
	border: 0px;
	line-height: 14px;
	padding: 5px 13px 5px 13px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d7d7d7)); /* For WebKit (Safari, Google Chrome etc) */
	background: -moz-linear-gradient(top, #f1f1f1, #d7d7d7); /* For Mozilla/Gecko (Firefox etc) */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1ff, endColorstr=#d7d7d7ff); /* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1ff, endColorstr=#d7d7d7ff)"; /* For Internet Explorer 8 */
		
	/* background-image: url("/site_media/images/btn.png"); */	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.btn_shadow_inner {
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: solid;
	border-width: 1px;
	display: block;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
  
.notify_button {
	float: left;
	margin-left: 10px;					
}

.spanbutton, .email_input  {
	font-size: 16px;
}

.initial {
	color: #bbb;
}

#benefit {
	/* text-align: center; */
	margin-top: -50px;
}

#description {
	/* text-align: justify; */
}

.row {
	padding-top: 10px;
	clear: both;
}

.examples .row {
	padding-top: 30px;
}
.examples h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.col1 {
	float: left; 
	/*
	width: 380px;
	margin-right: 20px;
	*/
	
	width: 435px;
	/* padding-right: 40px; */
}
.col2 {
	float: left; 
	width: 500px;
}

.cola {
	float: left; 
	width: 450px;
}
.colb {
	/* border-left: 1px solid #cfcfcf; */
	margin-left: 20px;
	padding-left: 20px;
	float: left; 
	width: 440px;
}

#benefits .col1, #benefits .colb {
	width: 470px;
	padding-left: 0px;
}
#benefits .colb {
	width: 500px;
}
#benefits .colb .text {
	width: 360px;
}

.subheader {
	font-style: italic;
}


div.popup {
	display: block;
	position: absolute;
	min-width: 250px;
	max-width: 450px;
	min-height: 35px;
	max-height: 400px;
	border: 1px solid #bbb;
	background-color: white;
	z-index: 1200;
	padding: 12px;
	font-size: 13px;
	line-height: 17px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	font-family: helvetica;
}

div.popup ul li {
	list-style-type: circle;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.popup h3, h4, h5 {
	/* TODO sensible defaults for headers in popup */
	color: orange;
}

div.popup h1 {
	color: #FFAB67;
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-family: arial;
}

div.popup h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.popup .triangle {
	border-color: transparent transparent white;
	border-style: solid;
	border-width: 0 11px 11px;
	height: 0;
	width: 0;
	position: absolute;
	top: -10px;
	left: 20px;
}

div.popup .triangle-border {
	border-top-style: outset;
	border-color: transparent transparent #bbb;
	top: -12px;
}


#benefits .text {
	padding-top: 5px;
}

/*
#benefits h2, #benefits .text, #benefits a {
	color: rgb(252, 243, 237) !important;
}

#benefits h2 {
	color: #fff !important;
}
*/

.buzz-small-logos > div {
	float:left; width: 300px;
}

.buzz-small-logos > div:first-child {
	margin-left: 90px;
}

#customer-quotes .threefourth {
	padding: 20px;
	background: #f2f2f2;
	border-radius: 10px;
	color: #333;
	/*
	box-shadow: 1px 2px 1px 0px rgba(50, 50, 50, 0.2);
	*/
	position: relative;
}

#customer-quotes .threefourth.l {
	border-top-left-radius: 0px;
}

#customer-quotes .threefourth.r {
	border-top-right-radius: 0px;
}

#customer-quotes .threefourth.l:before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 0;
	height: 0;
	border-top: 20px solid #f2f2f2;
	border-left: 30px solid transparent;
}

#customer-quotes .threefourth.r:before
{
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 20px solid #f2f2f2;
	border-right: 30px solid transparent;
}

#examples img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*
#menubarwrapper.scroll-sticky #logo {
	margin-top: 5px !important;
}

#menubarwrapper.scroll-sticky #nav {
	margin-top: 10px !important;
}
*/

#menubarwrapper.scroll-sticky #nav a:not(:first-child) {
	display: none;
}

/*
#menubarwrapper.scroll-sticky #nav a {
	color: #444;
}
*/

#menubarwrapper.scroll-sticky img {
	margin-top: 5px;
}

#menubarwrapper.scroll-sticky #slogan {
	display: block !important;
	font-family: Cabin;
	margin-top: 15px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 80px;
	color: #666;
}

#menubarwrapper.scroll-sticky {
	background: #fafafa;
	border-top: 2px solid orange;
	border-bottom: 1px solid #ddd;
	position: fixed;
	height: 70px;
	width: 100%;
	left: 0;
	z-index: 100;
	
	transition: all 150ms;
	-webkit-transition: all 150ms;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	/*
	-webkit-box-shadow: 0 4px 4px -2px #555;
	-moz-box-shadow: 0 4px 4px -2px #555;
	box-shadow: 0 4px 4px -2px #555;
	*/
	top: 0;
}

#cover.scroll-sticky {
	margin-top: 72px;
}

a.signup-button, #cover #nav a.signup-button, a.cta-button, a.obutton {
	background: rgb(239, 135, 33); 
	color: #fff; 
	padding: 10px; 
	text-transform: uppercase;
	
  -o-transition:color .2s ease-out, background-color .2s ease-in;
  -ms-transition:color .2s ease-out, background-color .2s ease-in;
  -moz-transition:color .2s ease-out, background-color .2s ease-in;
  -webkit-transition:color .2s ease-out, background-color .2s ease-in;
  transition:color .2s ease-out, background-color .2s ease-in;
  text-decoration: none;
	border-radius: 2px;

	margin-left: 10px;
}
a.signup-button:hover, #cover #nav a.signup-button:hover, a.cta-button:hover, a.obutton:hover {
	background: orange;
	text-decoration: underline;
}

a.cta-button {
	background: #ccc;
	color: #444;
}
a.cta-button:hover {
	background: #aaa;
}
a.wide {
	padding-left: 20px;
	padding-right: 20px;
}

.scroll-sticky #nav .signup-button {
	display: block;
}

#nav .signup-button {
	display: none;
}

#footer {
	/* border-top: 3px solid orange; */
}

/* Pricing Overrides */
#register_block, div#content, #pricing_table  .h1, #pricing_table .feature .uline, #pricing_table .col_plan {
	font-family: 'Open Sans', sans-serif !important;
}
.trialbox small {
	font-size: 13px !important;
}
 
.signup-cover-background {
	background-repeat: repeat-x; /* in case 'cover' doesn't work. */
	background-image: url(../jpg/office-cover-image-small.jpg);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
}

.signup-cover-background-overlay, .signup-cover-background {
	height: 150px;
}

.signup-cover-background-overlay {
	background-color: rgba(0,0,0,0.4);
}

#home-link {
	float:left;
}

#lnk-new-version::before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	display: inline-block;
	content: "";
	border-right: 8px solid rgba(0,0,0,0.1);
	margin-left: -8px;
	margin-right: 8px;
	transition:color .2s ease-out, border-color .2s ease-in;
}
#lnk-new-version {
	margin-left: 8px; 
	color: rgb(0, 255, 255); 
	background: rgba(0,0,0,0.1); 
	padding: 8px; 
	border-radius: 3px; 
	position: relative; 
	top: 15px; 
	padding-left: 0px;
	transition:color .2s ease-out, background-color .2s ease-in;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
}
#lnk-new-version:hover::before {
	border-right: 8px solid rgba(0,0,0,0.5);
}
#lnk-new-version:hover {
	background: rgba(0,0,0,0.5);
}

/* ************************************************************************** */
/* RESPONSIVE CSS                                                             */
/* ************************************************************************** */

@media screen and (max-width: 900px) {
	#lnk-new-version {
		top: -5px !important;
		white-space: nowrap;
	}

	#cover-subtext h2 {
		font-size: 16px !important;
	}
	
	#pricing_table .currency_switch {
		margin-top: 0px !important;
	}
	
	#pricing_table .planprice {
		font-size: 24px !important;
	}
	
	#pricing_table .planincludes .includes-title {
		margin-top: 30px !important;
		font-size: 22px;
		width: 100% !important;
		text-align: center !important;
		font-weight: bold;
	}
	
	#pricing_table .planincludes .listbenefits {
		text-align: center;
	}
	
	.mobile-hidden {
		display: none;
	}
	
	.mobile-only {
		display: inline !important;
	}
	
	body {
		width: 100%;
		min-width: 0 !important;
		box-sizing: border-box;
	}
	
	#footer .col {
		width: 50%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	#benefits_small div.l {
		float: none;
		margin: 0 auto;
		width: 60%;
		margin-top: 10px;
	}
	
	#index_logo, #nav {
		float: none !important;
	}
	
	#logo {
		text-align: center;
	}
	
	#cover {
		min-width: 0;
		width: 100%;
		/* background: blue; */
	}

	.page .left,
	.page .right,
	.container .left,
	.container .right,
	.small_container,
	.med_container {
		float: none;
		width: 100%;
	}

	#nav li.home {
		display: none;
	}
	
	ul#nav li {
		float: none;
		display: inline-block;
	}
	
	#nav {
		margin-top: 0;
		padding-left: 0px;
	}
	
	#fold_bottom {
		padding-top: 0px !important;
	}
	
	#hc_header a {
		font-size: 14px !important;
	}
	
	#hc_header {
		float: none !important;
		width: 100%;
		text-align: center;
	}
		
	#menu_container {
		width: 100%;
		text-align: center;
	}
	
	img {
		max-width: 95%;
	}
	
	.gray {
		width: 100%;
		box-sizing: border-box;
	}
	
	.page, .container {
		margin: 0px auto;
		width: 100% !important; /* override inline signup styles */
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 0px;
		box-sizing: border-box;
		min-width: 320px;
	}
		
	#benefits div.text {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.row .col1 h2 {
		float: none !important;
		text-align: center;
	}
	
	#benefits .col1, #benefits .colb {
		width: 100%;
		float: none;
		text-align: center;
		margin-left: 0px;
		padding-left: 0px;
	}
	#benefits .colb {
		margin-top: 50px;
	}
	#benefits .colb .text {
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#benefits .icons {
		text-align: center;
		float: none;
		width: 100%;
	}
	
	div.quote {
		margin: 20px;
		width: auto !important;
		box-sizing: border-box;
	}
	
	#press_logos div.l {
		float: none;
	}
	
	.buzz-small-logos > div:first-child {
		margin-left: 0px;
	}
	
	.buzz-small-logos > div {
		text-align: center;
		margin-left: 0px;
		width: 100%;
		float: none;
	}
	
	#customer-quotes .fourth,
	#press .fourth {
		text-align: center;
		border: 0;
		width: 100% !important;
		box-sizing: border-box;
		padding: 0;
	}

	#customer-quotes .threefourth.l:before {
		display: none;
	}
	#customer-quotes .threefourth.r:before {
		display: none;
	}
	
	.threefourth {
		width: 100% !important;
		box-sizing: border-box;
		margin-left: 0px !important;;
		margin-right: 0px !important;
	}
	
	#menu_container div {
		float: none !important;
		width: 100% !important;
		text-align: center;
		margin: 10px 0px 0px 0px !important;
	}
	
	small {
		display: block;
		text-align: center;
	}
	
	#register_block .trialbox .obutton {
		font-size: 16px !important;
	}
	
	#register_block .trialbox {
		float: none;
		width: 100%;
		text-align: center !important;
		margin-left: 0px !important;
		padding-bottom: 0px !important;
	}
	
	#pricing_table {
		margin-top: 0px !important;
	}
	
	#pricing_table .all_plans {
		float: none !important;
		display: block;
	}

	.pricing-page.container {
		padding-left: 5px !important;
	}
	
	#pricing_table .planprices {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	#pricing_table .col_plan .plantitle {
		border-top-left-radius: 5px !important;
		border-top-right-radius: 5px !important;
	}
	
	#pricing_table .listbenefits {
		width: 100% !important;
		text-align: center;
	}	
	#pricing_table .col_feature_labels,
	#pricing_table .col_plan {
		float: none !important;
		display: block;
		width: 80% !important;
		max-width: 500px;
	}
	#pricing_table .col_plan {
		margin-top: 20px;
	}
	.popup {
		left: 0px !important;
		max-width: 90% !important;
	}
	
	#tour_menu {
		width: auto !important;
		position: relative !important;
		top: 0px !important; /* keep this important, override sticky-scroll */
	}
	
	#tour_menu a.active, #tour_menu a.active:hover {
		background: inherit !important;		
	}
	
	#tour_menu a.l img {
		margin-top: 0px !important;
		margin-right: 7px;
		height: 16px !important;
	}
	
	.heading h1 {
		color: #444 !important;
	}
	
	/* TODO: move /tour inline CSS to splash_base and remove !importants */
	
	.twothirds .heading {
		padding-bottom: 20px;
	}
	
	.tour_left.imgtile, .tour_right.imgtile {
		text-align: center;
	}
	
	.twothirds .heading h2 {	
		color: #777 !important;
	}
	.twothirds {
		width: 100% !important;
	}
	.twothirds img {
		margin-bottom: 40px;
	}
	.twothirds .tour_right:last-child {
		text-align: center;
	}
	
	.tour_left.signupbutton {
		float: none !important;
		padding-top: 20px;
	}
					
	.twothirds .biglink {
		position: relative;
		top: 15px;
		clear: both;
		float: none !important;
	}
	.tour_left, .tour_right {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.twothirds .sep {
		border-bottom: 1px solid #dbdbdb;
		height: 10px;
		margin: 0 auto;
		width: 80%;
		margin-bottom: 20px;
	}
		
	#cover.tour_grayheader {
		height: 240px !important;
		min-height: 240px !important;
	}
	
	#tour_menu a.l.active span {
		font-weight: bold;
	}
	
	#tour_menu a.l {		
		background: inherit !important;
		height: auto !important;
		float: left;
		width: 45% !important;
		padding: 0px !important;
		padding-left: 10px !important;
		border: 0px !important;
		line-height: 26px !important;
	}	
	
	#tour_menu a.l span {
		position: relative;
		top: -3px;
		font-size: 16px !important;
		font-style: normal;
		line-height: inherit !important;
		color: #fff !important;
	}
	
	#tour_menu {
		margin-top: -40px;
	}
	
	div.arrow_border {
		display: none !important;
	}
	
	#id_print {
		display: none !important;
	}
	
	#example_tiles {
		width: 100% !important;
	}

	#home-link {
		float: none;
	}
	
	.twothirds .heading {
		height: auto !important;
	}

	.hscroll {
		max-width: 100%;
		overflow-x: scroll;
	}
}

@media screen and (max-width: 500px) {
	
	#register_block .trialbox .obutton {
		font-size: 14px !important;
	}
	
	.page-tour .login, .page-signup .login, .page-buzz .login {
		display: none;
	}
	
	#tour_menu a.l {
		width: 95% !important;
	}	
	
	#cover.tour_grayheader {
		height: 320px !important;
	}
	
	.page-index .wide {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	
	.page-index #cover-content {
		margin-top: -585px !important;
	}
	
	
	.page-index #cover, .page-index #cover-shadow  {
		height: 600px !important;
	}
	
	#cover-subtext h2 br {
		display: none;
	}

}
