/* =============================
			NOZBE CSS
============================= */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600&subset=latin,latin-ext);*/

/* TRANSITION TRIGGER */

.download_your_app_button, a, .button {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/**/

/*DOWNLOAD BANNER*/

#download_banner {
    position: relative;
    background: #f8f8f8;
    padding: 10px 20px;
    border-bottom: 1px solid #E4E4E4;
    z-index: 99999;
}

#download_banner:before {
    right: -100%;
    left: auto;
}

.download_banner_inner {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.download_badge {
    width: 135px;
    height: 40px;
}

/* DOWNLOAD MENU */


.download_menu_container {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.download_menu {
    position: absolute;
    display: none;
    text-align: left;
    border: 1px solid #0bbc0d;
    right: 0;
    left: auto;
    top: 29px;
    border-radius: 3px;
    z-index: 99;
    background: #fff;
}

.download_menu a {
    position: relative;
    display: block;
    white-space: nowrap;
    border: none;
    border-bottom: 1px solid #0bbc0d;
    margin: 0;
    padding: 10px 20px;
    border-radius: 0;
    z-index: 100;
}

.download_menu a:hover {
    background: #f9f9f9;
}

.download_menu a:before {
    content: '\00E3';
    color: #0bbc0d;
    font-family: nozberegular;
    margin-right: 5px;
    font-size: 1.5em;
    vertical-align: -4px;
    font-weight: normal !important;
}

.download_menu a.mac_app:before {
    content: '\00C3';
}

.download_menu a.windows_app:before {
    content: '\00C2';
}

.download_menu a.android_app:before {
    content: '\00C0';
}

.download_menu a.linux_app:before {
    content: '\00C1';
}

.download_menu a.iphone_app:before {
    content: 'J';
}

.download_menu a.ipad_app:before {
    content: 'Z';
}

.download_menu p {
    margin: 0 !important;
    padding: 0;
}

.download_menu a:last-of-type {
    border: none;
}

.download_your_app_button.clicked .nozbe_font {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*.download_your_app_button.clicked {
    background: #0bbc0d;
    color: #fff;
    border-radius: 5px 5px 0 0;
}*/

/* YOUTUBE INDEX INTRO */

.youtube_popover_cont {
    position: absolute;
    top: 0;
    z-index: 9999;
    border-radius: 5px;
    text-align: center;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.33);
    left: 30px;
    right: 30px;
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration:.2s;
    -moz-animation-duration:.2s;
    -ms-animation-duration:.2s;
    animation-duration:.2s;
    -webkit-animation-delay: 0;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes scale {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

.youtube_popover_close {
    float: right;
    padding: 10px;
    font-size: 28px !important;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #ccc;
    border-radius: 50%;
    line-height: 1em !important;
    cursor: pointer;
    z-index: 99999;
}

.youtube_popover_close:hover {
	color: #C05454;
}

.youtube_popover_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.youtube_popover_video iframe, .youtube_popover_video object, .youtube_popover_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
    max-width: 100%;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #ccc;
}

/* LOGO SHEET */

#logo_sheet {
    position: fixed;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;

    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    -moz-animation-duration:.2s;
    -ms-animation-duration:.2s;
    animation-duration:.2s;
    -webkit-animation-delay: 0;
}

.logo_sheet_container {
	background: #fafafa;
	overflow: auto;
	z-index: 999999999;
	border-radius: 5px;
	width: 460px;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo_sheet_inner {
	overflow: hidden;
}

.logo_sheet {
    width: 200px;
    float: left;
    margin: 5px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #eee;
}

.logo_sheet:nth-of-type(odd) {
	margin-right: 0;
}

.logo_sheet.logo_white {
    background: #0bbc0d;
    color: #fff;
    border-color: transparent;
}

.logo_sheet_header {
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.download_logo_button {
    display: table !important;
    font-size: 13px !important;
    margin: 10px auto 0;
    padding: 10px 20px !important;
    clear: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/**/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.msg_cont {
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0,.85);
	color: #fff;
	padding: 20px 60px;
	z-index: 9999999;
}

.msg_close {
	position: absolute;
	right: 20px;
	padding: 5px;
	top: 12px;
	border-radius: 50%;
	font-weight: normal;
	font-size: 22px !important;
	text-decoration: none !important;
}

::selection {
	background: #0bbc0d;
	color: #fff;
}

::-moz-selection {
	background: #0bbc0d;
	color: #fff;
}

::-webkit-selection {
	background: #0bbc0d;
	color: #fff;
}

body {
	background: #fff !important;
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #555;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    overflow: hidden;
    overflow-y: auto;
}

@font-face {
    font-family: 'nozberegular';
    src: url('fonts/nozbe_font.eot');
    src: url('fonts/nozbe_font.eot?#iefix') format('embedded-opentype'),
         url('fonts/nozbe_font.woff') format('woff'),
         url('fonts/nozbe_font.ttf') format('truetype'),
         url('fonts/nozbe_font.svg#nozberegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	outline: none;
	border: 0;
}

strong {
	font-weight: 600;
}

#html, #body {
	max-width: 1024px;
}

.nozbe_font {
	font-family: 'nozberegular';
	line-height: 1.1em;
	font-size: 1em;
	vertical-align: -0.05em;
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

small {
	text-align: center;
	display: block;
	background: #fafafa;
	padding: 5px;
	border-radius: 5px;
	font-weight: 600;
	border: 1px solid #ccc;
	color: #999;
}

a, a:visited {
	color: #0bbc0d;
	font-weight: 600;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

input, button {
	outline: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	box-shadow: none;
	-webkit-appearance: none;
}

input:focus {
	border-color: #60c81a !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	color: #555 !important;
}

h1 {
	font-size: 3.25em;
}

h2 {
	font-size: 2em;
}

h1 + h2 {
	margin-top: 0 !important;
}

h1 + h3 {
	font-size: 1.65em;
	font-weight: normal;
}

h2 + h3 {
	margin: -10px 0 20px 0 !important;
	opacity: .4;
	font-weight: normal;
}

h3 {
	font-weight: 600;
}

p {
	margin-bottom: 20px !important;
	line-height: 1.7em !important;
	font-size: .9em !important;
	padding: 0 !important;
}

/* HEADERS */

#page_index .header_container_index {
	max-width: 1280px;
	margin: 0 auto;
}

.header_container {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.header_container h1 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
}

.header_container h1 + h2 {
	margin-bottom: 20px;
	opacity: .8;
}

/* ============ */

/* testimonials */

.testimonial {
	position: relative;
	font-size: 0.9em !important;
	padding: 40px;
	margin-top: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}

.testimonial p {
    padding: 0 !important;
    font-size: 1em !important;
    font-style: italic;
    color: #777;
}

.testimonial p:last-of-type {
    margin-bottom: 0 !important;
}

/*.testimonial:after {
	content: '_';
	position: absolute;
	font-family: nozberegular, sans-serif;
	font-size: 18px;
	color: #555;
	right: 10px;
	top: 10px;
}*/

.sub p + .testimonial, .sub > .testimonial {
	position: absolute;
	right: 20px;
	width: 35%;
	margin: 0;
}

.sub .testimonial:last-of-type {
	bottom: 20px;
}

.sub .testimonial:only-of-type {
	bottom: auto;
}

.testimonial.hyatt {
    position: absolute;
    margin-top: 40px;
    padding: 25px;
    width: 100%;
    margin-left: -20px;
    padding-left: 80px;
}

.testimonial.hyatt p.has_img {
	width: 80px;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial.hyatt p img {
	width: 50px !important;
	border-radius: 50%;
	float: left;
	clear: both;
	position: absolute;
	left: 17px;
	top: 20px;
}

.testimonial.tim {
	display: table;
	margin: 20px auto 60px;
	padding: 10px;
}

.our_address h3 {
	margin-top: 0;
}

.testimonial.our_address {
    padding-top: 80px;
    overflow: hidden;
}

.testimonial.our_address:after {
	content: 'H';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-family: nozberegular;
	font-size: 24px;
	left: 0;
	background: rgba(0, 0, 0, 0.07);
	color: #555;
	text-align: right;
	padding: 10px;
	height: 30px;
}

#pricing .testimonial {
    background: rgba(255, 255, 255, 0.05);
}

/* buttons */

.button_container {
	text-align: center;
	overflow: auto;
	margin: 40px 0;
}

.button_container p {
	margin: 0 !important;
}

.button {
	display: inline-block;
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1em;
	border-radius: 4px;
	box-shadow: none;
	-webkit-appearance: none;
}

.button:hover {
	opacity: .9;
}

.button small {
	color: inherit;
	background: none;
	border: none;
	text-align: inherit;
	margin: 0;
	padding: 0;
}

.button a {
	color: #fff;
    display: block;
	font-weight: bold;
	text-decoration: none;
    padding: 15px 25px;
}

.green_button {
	background: #0bbc0d;
	border: 1px solid #0bbc0d;
	color: #fff;
}

.blue_button {
	background: #2ba9f1;
	border: 1px solid #2ba9f1;
	color: #fff;
}

.link_button {
	color: #0bbc0d;
	border: 1px solid #0bbc0d;
	background: none;
}

.link_button a {
	color: #0bbc0d;
}

/* ========= */

#head {
	margin-top: 20px;
	/*padding: 0 20px;*/
}

#logo {
	margin-left: -10px;
}

.logo_container {
    position: relative;
    margin-bottom: 20px;
}

#header .menu {
	position: absolute;
	right: 0;
	top: 25px;
}

.menu a {
	display: inline-block;
	border: 1px solid #0bbc0d;
	padding: 3px 10px;
	border-radius: 4px;
	margin: 0 5px;
	font-size: 0.875em;
	text-transform: uppercase;
	text-decoration: none !important;
}

#menu {
	display: none;
}

/* ===== */

#page_index, #html {
	background: #fff;
	box-shadow: none;
	border: none;
}

#content {
	width: 100%;
	overflow: hidden;
	padding-top: 0;
	border: none;
}

#content .sub {
	width: 60%;
	border: none;
}

#side {
	display: none;
}

#page_index .header_container_index h1, #page_index .header_container_index h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
}

#page_index .header_container_index h3 {
	opacity: .4;
	padding: 0 20px;
}

#page_index .header_cover {
	position: relative;
	margin: 40px 0;
}

#page_index .header_cover img, #page_index .header_cover .ytBox {
	width: 60%;
	cursor: pointer;
}

#page_index .header_signup {
	width: 35%;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
}

.single_post_cont #signupnew {
    background: #f5f5f5;
    margin-top: 60px;
    padding: 20px;
    border-radius: 5px;
}

#signupnew, #loginform {
    position: relative;
    width: 100%;
    right: auto;
}

.signup_caption, .header_signup label, #signupnew label, #loginform label {
	font-size: 0.875em;
	margin: 10px 0;
	display: block;
	text-align: center;
}

.signup_caption, .login_caption {
	font-weight: bold;
	margin-top: 0;
}

.header_signup .signup_terms, #signupnew .signup_terms {
	font-size: 0.688em;
	color: #999;
}

.header_signup label p, #signupnew label p, #loginform label p {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1em !important;
}

.signup_error_msg, .login_error_msg {
    display: none;
}

.signup_error_msg.active, .login_error_msg.active {
    display: block;
    color: red;
    text-align: center;
    font-size: 12px;
}

.signup_spinner, .login_spinner {
    width: 24px !important;
    margin: 9px auto;
}

#page_index .header_signup input, #signupnew input, #loginform input {
	width: 100%;
	margin: 4px 0;
	padding: 10px;
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 0.875em;
}

#page_index .header_signup input.error, #signupnew input.error, #loginform input.error {
    border: 1px solid red;
    background-color: #F5DFDF;
}

#page_index .header_signup .signup_button, #signupnew .signup_button, #loginform .login_button {
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	font-size: 1.125em;
	margin: 5px auto 0;
    padding: 15px 20px;
	font-weight: 800;
}

#page_index .header_signup .signup_button small, #signupnew .signup_button small, #loginform .login_button small {
	display: block;
	font-size: 0.750em;
	opacity: .5;
}

/*	NAVIGATION */

.navigation {
	margin: 0 20px 40px;
}

.navigation p {
	padding: 0 !important;
}

.navigation a {
	border: 1px solid #ccc;
	width: 33.3%;
	display: block;
	float: left;
	text-align: center;
	margin: 20px 0;
	padding: 10px;
	margin-left: -1px;
	color: #999;
	font-weight: 600;
	text-decoration: none !important;
}

.navigation a:hover {
	background: #f1f1f1;
}

.navigation a:first-of-type {
	border-radius: 5px 0 0 5px;
	margin-left: 0;
}

.navigation a:last-of-type {
	border-radius: 0 5px 5px 0;
}

.learn_header h5 {
	position: relative;
	text-align: center;
	font-weight: normal;
	opacity: .5;
}

.learn_header h5:after {
	content: '.';
	font-family: nozberegular, sans-serif;
	opacity: .5;
	font-size: 2em;
	margin-top: 15px;
	line-height: 0;
	display: block;
}

/* TOUR */

#page_index #tour {
	overflow: auto;
	margin: 0 auto;
	max-width: 1280px;
}

#tour > div {
	overflow: auto;
}

#tour > h1, #tour > h2 {
	text-align: center;
}

#download_or_login {
	position: relative;
	background: #fff;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 30px 0;
	margin: 0 0 80px;
	z-index: 9999;
}

#download_or_login .button {
	margin: 0 10px;
}

.productivity_box, .mobility_box, .collaboration_box, .inspiration_box, .empowerment_box, .security_box {
	margin: 80px 0;
}

#page_index .box p.has_img {
	margin-bottom: 0 !important;
}

.productivity_box, .mobility_box, .collaboration_box, .inspiration_box, .empowerment_box, .security_box {
	display: -webkit-flex;
	display: flex;
	display: -ms-flex;
}

.box1 .horiz_p_2, .box2 .horiz_p_2 {
	-webkit-align-self: center;
	align-self: center;
	margin: 0 3% !important;
}

.box2 .horiz_p_2:nth-child(2n+1) {
	-webkit-order: 2;
	order: 2;
}

/* PRICING */

#pricing {
	background: #333;
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-radius: 5px;
	overflow: hidden;
}

#pricing .pricing_headers {
	background: rgba(255,255,255, 0.9);
	margin: -210px 0 0 0;
	padding: 20px;
	position: relative;
	overflow: hidden;
	z-index: 99999;
}

/*#pricing .pricing_headers:after {
	content: '';
	background: url('../images/coffee.jpg');
	display: block;
	height: 200px;
	background-position-y: 96%;
	background-size: cover;
	position: absolute;
	top: -15px;
	left: -10px;
	right: -5px;
	z-index: -1;
	-webkit-filter: blur(15px);
}*/

#pricing .pricing_headers > h1 {
	text-align: center;
	margin-top: 0 !important;

	/*text-align: center;
	margin: 40px 0;*/
}

#pricing .pricing_headers > h2 {
	text-align: center;
}

.pricing_box {
	overflow: auto;
}

.pricing_box .horiz_p_2 {
    background: #555;
    margin: 0;
    padding: 20px;
    width: 50%;
    text-align: center;
    position: relative;
}

.horiz_p_2.basic:after {
    content: '+';
	position: absolute;
	right: -30px;
	top: 37%;
	background: #555;
	border-radius: 50%;
	font-size: 3.250em;
	line-height: 58px;
	height: 60px;
	width: 60px;
	color: rgba(255,255,255,.5);
	z-index: 999;
}

.horiz_p_2.basic {
	background: #424242;
	color: #fff;
}

.horiz_p_2.additional {
    border-left: none;
}

.pricing_head, .pricing_costs, .pricing_small {
    display: block;
    margin: 10px 0;
}

.pricing_costs strong {
    font-size: 4.5em;
    font-weight: normal;
}

.currency {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    vertical-align: top;
    top: -20px;
}

.pricing_costs {
    margin: 40px 0 20px;
    font-size: 1.125em;
}

.pricing_small {
    opacity: .5;
}

.pricing_head {
    font-weight: 600;
}

.centered {
	max-width: 690px;
	margin: 40px auto;
	overflow: auto;
}

#pricing .centered {
	text-align: center;
}

#pricing small {
	background: none;
}

.trial, .order {
	margin: 0 10px;
}

/* GUARANTEE */

#guarantee > .has_img {
	width: 150px;
	opacity: .7;
	text-align: center;
	margin: 0 auto;
}

#guarantee h1 {
	text-align: center;
}

#guarantee h3 {
	font-size: 1em;
	margin-top: -20px;
}

#guarantee .centered {
	margin-top: 0;
	overflow: visible;
}

#guarantee .has_img {
	position: relative;
}

/*#guarantee .has_img:after {
	content: '';
	display: block;
	position: absolute;
	right: 10%;
	bottom: -55px;
	width: 160px;
	height: 160px;
	background: url('../images/stamp.png');
	background-size: cover;
	z-index: 9999;
	opacity: .6;
}*/

#guarantee .letter {
	font-family: monospace;
	padding: 50px;
	box-shadow: 0 5px 15px #eee;
	margin-top: 50px;
}

#guarantee .letter > p.has_img {
	margin-bottom: 30px !important;
}

#guarantee .letter > p {
	font-size: 1.125em !important;
}

.michael_sign img {
	width: 150px;
}

#guarantee .michael_sign .has_img:after {
	content: '';
	display: none;
}

/* FOOTER */

#foot {
	border-top: 1px solid #E9E9E9;
	padding-bottom: 30px;
}

.foot_column {
	width: 25%;
	text-align: center;
	padding: 0 2%;
	margin: 0;
}

.foot_column .button {
	display: block;
	margin: 15px 0;
}

.credits {
    overflow: auto;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}

.credits h4 {
    text-align: center;
    font-weight: 600;
    font-size: 0.875em;
    opacity: .3;
}

.credits a {
    font-size: 0.875em;
}

.credits p {
	color: #ccc;
}

.credits img {
	width: 250px;
	margin-top: 40px;
}

.terms {
	font-size: 12px;
	padding: 20px;
}

.langs {
    border: 1px solid #e2e2e2;
    display: table;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 5px;
}

.langs p {
    margin-bottom: 0 !important;
}

.langs a {
    color: #999;
}

.langs strong a {
	color: #777;
	font-weight: bold;
}

/* BLOG */

.navbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}

.single_post_cont {
	padding-top: 80px;
}

.blog_post_cont, .single_post_cont {
	max-width: 700px;
	margin: 20px auto 50px;
    font-family: Georgia, serif;
    font-size: 1.2em;
}

.blog_post_cont .date, .blog_post_cont p, .blog_post_cont h2, .blog_post_cont .share,
.single_post_cont .date, .single_post_cont p, .single_post_cont h2, .single_post_cont .share{
	padding: 0 !important;
}

.blog_post_cont .share, .blog_post_cont .date,
.single_post_cont .share, .single_post_cont .date {
	margin: 10px 0 !important;
	text-align: center !important;
}

.blog_post_cont .share,
.single_post_cont .share {
	margin: 20px 0 50px !important;
}

.blog_post_cont h2, #page_blog #content h2, .single_post_cont h1 {
	font-family: Georgia, serif;
    font-size: 2.5em !important;
	text-align: center !important;
	margin: 20px;
	padding: 0 !important;
}

.blog_post_cont h2 a, .single_post_cont h1 a {
	color: #0bbc0d !important;
    font-weight: normal;
}

.blog_post_cont h2 a:hover, .single_post_cont h1 a:hover {
	text-decoration: underline !important;
}

#page_blog #content p, #page_blog #content ul, .blog_post #content p, .blog_post #content ul {
	font-size: 1em !important;
}

#page_blog #content ul, .blog_post #content ul, #page_blog #content ol, .blog_post #content ol {
	margin: 15px 10px !important;
    padding: 0 5%;
}

.blog_post_cont p a img, .blog_post_cont p img, .oldpost_content p a img, .oldpost_content p img, .blog_post #content .has_img img,
.single_post_cont p a img, .single_post_cont p img, .single_post_cont .has_img img {
	padding: 0;
	border: none !important;
	background: none;
}

#page_blog #content li, .blog_post #content li {
    line-height: 1.7em;
    margin-bottom: 20px;
}

.ytBox {
	margin: 20px 0;
	background: #f1f1f1;
}

.ytObjectBox {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 25px;
	height: 0;
}

.ytBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytImgBox {
	width: 100%;
	height: 0;
	padding-bottom: 53.25%;
	padding-top: 25px;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
}

.twitter {
	background: #1EBAE4;
	border: none;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
}

.twitter .icon {
	background: url(../_images/soc_icon.png) no-repeat;
	background-size: cover;
	width: 25px;
	height: 20px;
	display: block;
	float: left;
}

.facebook {
	background: #0773D6;
	border: none;
	color: #fff;
	margin: 0 5px;
	padding: 3px 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
}

.facebook .icon {
	background: url(../_images/soc_icon.png) no-repeat;
	background-position: -30px 0;
	background-size: cover;
	width: 25px;
	height: 20px;
	display: block;
	float: left;
}

.comments {
	background: #0bbc0d;
	border-radius: 5px;
	border: none;
	color: white;
	padding: 3px 5px;
	margin: 0 0 0 5px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
}

.comments .icon {
	background: url(../_images/soc_icon.png) no-repeat;
	background-position: -55px 0;
	background-size: cover;
	width: 25px;
	height: 20px;
	display: block;
	float: left;
}

.twitter .count, .facebook .count, .comments .count {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    text-decoration: none !important;
}

.navbar {
	overflow: auto;
	margin: 0 5px 20px;
}

.nav, .navprev, .navnext, .readmore {
    font-family: 'Open Sans', sans-serif;
	background: none;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 5px 10px !important;
	margin: 5px 5%;
	font-weight: bold;
	display: inline-block;
    font-size: 14px;
}

.readmore {
    margin: 5px auto;
}

.nav a, .navprev, .navnext, .readmore a {
	font-weight: bold;
	color: #949494 !important;
	text-decoration: none !important;
    font-size: 14px;
}

.navprev, .navnext {
	width: 35%;
	margin: 5px 0;
}

.navprev span, .navnext span {
	margin: 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 0 5px;
}

.navprev {
	float: right;
    text-align: right;
}

.navprev span {
	float: left;
    text-align: left;
}

.date {
	font-style: italic;
}

#share_stand_cont {
	display: none;
	/*margin: 30px auto;
	overflow: auto;
	width: auto;
	display: table;*/
}

.oldpost_content {
    position: relative;
    margin-top: 100px;
}

.oldpost_content > * {
    opacity: .2;
    /*text-decoration: line-through;*/
}

.oldpost_content:before {
    content: 'Content out of date';
    border: 1px dashed #C05454;
    color: #C05454;
    display: block;
    width: 100%;
    text-align: center;
    top: -60px;
    position: absolute;
    padding: 10px;
}

#disqus_thread, .oldpost_comments {
    margin: 50px 0 10px;
}

body.serif {
    width: auto !important;
}

/* HELP PAGE */

.search_input_container {
    position: relative;
}

.search_input_container:after {
    content: 'f';
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: nozberegular;
    font-size: 28px;
    opacity: .5;
}

.search_input_container.fixed {
    position: fixed;
    top: -1px;
    left: -1px;
    right: -1px;
    opacity: .98;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    z-index: 99999999;
}

#search {
	border: 1px solid #ccc !important;
	font-size: 14px !important;
	border-radius: 5px !important;
	padding: 20px 20px 20px 60px !important;
	font-size: 16px !important;
	background: #f5f5f5 !important;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.search_input_container.fixed #search {
    border-radius: 0 !important;
}

#search:focus {
	border-color: #0bbc0d !important;
	background: #fff !important
}

.search-results-counter {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    opacity: .4;
}

.help_box {
	padding: 15px 0 0;
	border-bottom: 1px solid #ddd;
}

.help_answer {
	border: 5px solid #0bbc0d !important;
	margin: 10px 0 0 !important;
	padding: 80px 100px !important;
	border-radius: 0 !important;
}

#content ul {
	font-size: 1em;
}

.help_answer li {
	font-size: 1em !important;
	font-weight: normal !important;
}

#content .help_answer li p {
	font-size: 1em !important;
}

.help_answer h3 {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #777;
}

.help_answer p:last-of-type {
	margin-bottom: 0 !important;
}

.help_question p {
	margin-bottom: 15px !important;
	font-size: 16px !important;
	font-weight: 400;
}

.help_question p strong {
	font-weight: bold;
}


/** Spinner **/


.content_downloaded {
    display: none;
    margin: 0 auto;
    top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
    border: 1px dashed #E4E4E4;
    border-radius: 5px;
}

.content_downloaded > h1 {
    text-align: center;
    font-size: 1.8em;
}

.content_downloaded h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.3em !important;
    color: #999 !important;
}

.content_downloaded a {
    color: #0BBC0D !important;
}

.spinner {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 15px;
  height: 15px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.content_404 h2 {
    font-family: 'Open Sans', sans-serif !important;
    text-align: left !important;
    margin: 0 !important;
}


/*TRAINING*/

.training_container {
    overflow: auto;
    margin-bottom: 40px;
}

.training_description {
    margin: 0 auto;
    width: 50%;
    float: left;
    padding-right: 50px;
}

.training_description strong {
    display: block;
    margin-top: 20px;
}

.training_quotes {
    display: block;
    clear: both;
    overflow: auto;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.training_quotes .quote {
    width: 48%;
    display: inline-block;
    float: left;
    padding: 20px;
    border-radius: 5px;
    margin: 0 1%;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    background-color: #FFF6E5;
}

#signupnew.training, #loginform.training {
    width: 50%;
    float: right;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.training_all_container {
    margin: 40px 0;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.training_all_container h3 {
    margin: 20px 0 !important;
}

.training_all_container.first h3 {
    opacity: 1 !important;
    font-weight: 600 !important;
}

.training_share_container {
    overflow: auto;
    text-align: center;
    width: 300px;
    margin: 20px auto;
}

.twitter-share, .fb-share-button {
    display: inline-block;
    width: 130px;
    float: left;
    text-align: center;
}

.twitter-share {
    float: right;
}

@media screen and (min-width: 768px) {
	p {
		font-size: 1em !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.testimonial.hyatt {
		display: none;
	}

	#html {
		margin: 0 20px !important;
		width: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#html {
		margin: 0 20px !important;
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	#logo {
		width: auto;
		margin: 20px auto 0;
		text-align: left;
	}

	#html {
	    margin: 0 20px;
	    width: auto;
	}

	.testimonial {
		padding: 20px;
	}

	#tour .box .testimonial {
		display: none;
	}

	.testimonial.hyatt {
	    position: relative;
	    background: #fff;
	    margin: 10px 0 0;
	    padding: 25px;
	    padding-left: 80px;
	}

	#page_index .header_signup {
	    position: relative;
	    width: 100%;
	    top: auto;
	    right: auto;
	    margin: 0 auto;
	    overflow: hidden;
	}

	#page_index .header_cover img {
	    margin: 0 auto;
	    display: block;
	}

	#page_index .header_signup input {
	    width: 33%;
	    float: left;
	    margin-right: 0.33%;
	}

	#page_index .header_signup .signup_button small {
	    display: inline-block;
	}

	.testimonial.tim {
	    margin-bottom: 0;
	}

	.box1, .box2 {
	    width: 100%;
	    float: left;
	    margin: 40px 0;
	}

	.box1 .horiz_p_2, .box2 .horiz_p_2 {
	    width: 45%;
	    float: none;
	    display: block;
	    padding: 0;
	}

	#download_or_login {
	    clear: both;
	    margin: 0;
	}

	.blog_post_cont, .blog_post #content, .sub {
		max-width: 600px !important;
        margin: 0 auto;
	}

	.blog_post_cont h2, #page_blog #content h2, .single_post_cont h1 {
		margin: 20px 0 !important;
	}

	.sub p + .testimonial, .sub > .testimonial {
		position: relative;
		right: auto;
		width: auto;
		bottom: auto !important;
	}

	#pricing .centered {
		padding: 0 40px;
	}

	#pricing .centered .button_container {
		width: 110%;
		margin-left: -5%;
	}

	.foot_column .button a {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {

	.download_menu {
		top: 27px;
	}

	.navigation {
		display: none;
	}

	.centered {
		width: auto;
		float: none;
		text-align: left;
	}

	#logo {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#header .menu {
	    position: relative;
	    right: auto;
	    top: auto;
	    display: block;
	    text-align: center;
	}

	.help_answer {
		padding: 40px !important;
	}

	#guarantee .letter {
		border: 1px solid #ccc;
		margin: 0;
		box-shadow: none;
		padding: 50px;
	}

	.blog_post_cont, .single_post_cont {
		width: 100%;
	}

	#page_help #content, #page_help2 #content {
		margin-top: 30px;
	}

	.help_question p {
		font-size: 16px !important;
	}

	.help_answer p, .help_answer li  {
		font-size: 14px !important;
	}

	/*.box1, .box2 {
		width: 50%;
		float: left;
	}

	.box1 .horiz_p_2, .box2 .horiz_p_2 {
		width: 90%;
	}*/

	#pricing .centered .button_container {
		width: 100%;
		margin-left: 0;
	}

	.trial, .order {
		display: block;
	}

}

@media screen and (max-width: 570px) {

	.youtube_popover_cont {
		left: 0;
		right: 0;
		border-radius: 0;
	}

	p {
		font-size: 14px !important;
	}

	.testimonial.our_address p {
		font-size: 14px !important;
	}

	#msg-test {
		text-align: left;
		padding-left: 20px;
	}

	h1, h2, h3, h4, h5 {
		text-align: left !important;
	}

	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.5em;
	}

	h1 + h3 {
		font-size: 1.3em;
	}

	#html {
		margin: 0 10px;
	}

	.menu p {
		margin-bottom: -20px !important;
		color: #fff;
	}

	.menu .log_in_button, .menu .back_to_blog_button {
		display: block;
	}

    .menu .back_to_blog_button {
        margin-bottom: 10px;
    }

	.menu .download_your_app_button {
		display: none;
	}

	#content {
		padding: 0;
	}

	.button {
		display: block;
		float: none;
		margin: 2px 0;
	}

	#page_index .header_signup input {
		width: 100%;
		float: none;
		margin: 2px 0;
	}

	#page_index .header_signup .signup_button small {
	    display: block;
	}

	.testimonial.hyatt {
		padding: 15px;
		padding-top: 80px;
	}

	#page_index .header_container_index h1, #page_index .header_container_index h3, #tour > h1, #tour > h2 {
		text-align: center !important;
	}

	.productivity_box, .mobility_box, .collaboration_box, .inspiration_box, .empowerment_box, .security_box {
		display: block;
	}

	.box1, .box2 {
		width: 100%;
		float: none;
		margin: 20px auto;
	}

	.box1 .horiz_p_2, .box2 .horiz_p_2 {
		width: 100%;
		padding: 0;
		margin: 0 !important;
	}

	#page_index .box p.has_img {
		margin-bottom: 20px !important;
	}

	#pricing .pricing_headers {
		background: #fafafa;
		margin: -20px 0 0;
		padding: 20px 5px;
	}

	.pricing_box .horiz_p_2 {
		width: 100%;
	}

	.pricing_box .horiz_p_2.basic {
		padding-bottom: 40px;
	}

	.pricing_box .horiz_p_2.additional {
		padding-top: 40px;
		border-top: none;
	}

	#pricing .pricing_headers > h1, #pricing .pricing_headers > h2 {
		text-align: center !important;
	}

	#pricing .pricing_headers > h2 {
		font-size: 1.1em;
	}

	.horiz_p_2.basic:after {
		right: auto;
		top: auto;
		bottom: -30px;
		margin-left: -30px;
		border: 1px solid #9B9B9B;
	}

	.centered {
		margin: 20px auto;
	}

	#guarantee .letter {
		border: 1px solid #ccc;
		margin: 0;
		box-shadow: none;
		padding: 20px;
	}

	#guarantee .letter > p {
		font-size: 1em !important;
	}

	#guarantee .has_img:after {
		right: 0;
		bottom: -25px;
		width: 80px;
		height: 80px;
	}

	#guarantee h1 {
		text-align: center !important;
	}

	.button_container {
		margin: 20px 0;
	}

	.foot_column {
		width: 100%;
		padding: 0;
		padding-top: 15px;
		border-bottom: 1px solid #E9E9E9;
	}

	.credits h4 {
		text-align: center !important;
	}

	.help_answer {
		padding: 20px !important;
	}

	#search {
		padding: 10px 10px 10px 40px !important;
	}

	.search_input_container:after {
		left: 10px;
		top: 10px;
		font-size: 22px;
	}

    .search-results-counter {
        padding: 10px;
    }

	.navprev, .navnext {
		width: 45%;
	}

	.langs {
		border: none;
		padding: 0;
	}

    .download_banner_inner {
        text-align: center;
    }

    .download_menu_container {
        display: none;
    }

    #signupnew.training, #loginform.training, .training_description, .training_quotes .quote {
        width: 100%;
    }
}


