.product-logo, .product-writer, .product-sheet, .product-show {
	background-image: url('../images/docs-sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.product-logo {
	border-right: 1px solid #ddd;
	padding: 0 20px 0 60px;
}
.product-header-top .product-logo {
	border-right: 1px solid #ddd;
	margin: 5px 0 0;
	padding: 0 20px 0 75px;
	background-image: url("../../images/prd-common-sprite.png");
	background-position: left -379px;
}
.sub-products {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 0 0 20px;
}
.product-header-top .sub-products {
	margin-top: 15px;
}
.productband-underline {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-writer, .product-sheet, .product-show {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
}
.sub-products .selected {
}
.sub-products .product-writer.selected, .product-writer:hover {
	background-position: -202px -14px;
	color: #0091b3;
}
.sub-products .product-sheet.selected, .product-sheet:hover {
	background-position: -294px -12px;
	color: #459755;
}
.sub-products .product-show.selected, .product-show:hover {
	background-position: -387px -14px;
	color: #e45230;
}
.product-writer {
	background-position: -202px -38px;
}
.product-sheet {
	background-position: -294px -36px;
}
.product-show {
	background-position: -387px -38px;
}
.product-header {
	background: #fef9f4;
}
.product-menu .selected {
	box-shadow: 0 -2px 0 #00add5 inset;
}
.learnmore a, .side-nav li a:hover, .side-nav li a .selected, .learn-more a {
	background: #00add5
}
.all-features li .selected, .testimonials p span:first-child, .sub-feature a, .resources-part .learnmore, .faq-part li a, .qm a, .resources-part li a, #resources a, .new-updates-content h4 a, .lmore {
	color: #00add5
}
.learn-more a {
	color: #fff;
}
.signin-part {
 border: 1px solid #ddd;
    box-shadow: none;
    padding-left: 500px;
	position:relative;
}
.signin-part > a {
     border-right: 1px solid #eee;
    left: 50px;
    padding-bottom: 70px;
    padding-right: 50px;
    padding-top: 20px;
    position: absolute;
    top: 50px;
}
.related li {
	list-style: disc;
}
.all-features li a {
	text-align: left;
}
.all-features li {
	padding-left: 100px;
}
.all-features ul {
	padding-left: 30px;
}
.two-split-col > div {
	max-width: 940px;
}
.bread-crumb-wrap {
	display: none;
}
strong {
	font-weight: 600;
}
.testimonial-part .testimonials > span {
	display: none;
}
/* Features Grouping page */
.feature-grouping {
	padding: 140px 10%;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0;
	position: relative;
}
.show-page {
	background-image: url("../images/show.jpg");
}
.writer-page {
	background-image: url("../images/writer.jpg");
}
.sheet-page {
	background-image: url("../images/sheet.jpg");
}
.feature-grouping .dmask {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 70;
}
.feature-grouping h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin: 0 auto;
	max-width: 900px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	z-index: 80;
}
.feature-grouping h1 span {
	display: block;
	font-size: 17px;
	font-weight: 400;
}
.sub-heading {
	margin-bottom: -65px;
}
.sub-heading h2 {
	font-size: 30px;
	margin: 0 auto;
	max-width: 980px;
}
.sub-heading h2 span {
	color: #666;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin-top: 10px;
}





.main1 {
	min-height: 100%;
	margin: .5em auto;
	width: 36.6em;
	overflow: hidden;
}
.news-signup {
	/*float: left;*/
	position: relative;
	color: #999;
	font-size: 1.0em;
	line-height: 1.7em;
	height: 1.6em;
	display: block;
	margin-top: 1px;
	cursor: pointer;
}
.news-signup span {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline-style: none;
	color: #666;
	font-size: 13px;
}
.news-signup span a {
	position: relative;
}
.input-container {
	margin-top: 2em;
}
input[type='text'], input[type='password'], .clipped {
	position: relative;
	width: 100%;
	height: 40px;
*height: auto;
	line-height: 1.2em;
	padding: .65556em;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
}
input[type='text'], input[type='password'], select, .pl {
	color: #333;
	border: 1px solid #D5D5D5;
	background: transparent;
}
.input-row {
	margin-bottom: 1.3em;
}
.row {
	position: relative;
}
input[type='text']:focus, input[type='password']:focus, input.inputFocus {
	-webkit-transition: border 100ms;
	-moz-transition: border 100ms;
	-ms-transition: border 100ms;
	transition: border 100ms;
	border: 1px solid #bcbcbc;
}
input[type='text'].hidePlaceHole, input[type='password'].hidePlaceHole {
	background: #FFF;
}
#password {
	padding: .65556em 5.499em .65556em .65556em;
}
input[type='text']:focus, input[type='password']:focus, select:focus, .pl:focus {
	outline: none;
}
.pl {
	position: absolute;
	border: 1px solid transparent;
	color: #4d4d4d
}
select {
	margin: 0;
	height: 2.44444em;
	vertical-align: bottom
}
.lt-ie7 #yourname, .lt-ie7 #email, .lt-ie7 #password, .lt-ie7 #txt-password {
	padding-right: 0.65em
}
.show-password {
	color: #777;
	font-size: 1em;
	position: absolute;
	top: 1px;
	right: 0px;
	line-height: 2.7em;
	height: 2.5em;
	display: block;
	z-index: 999;
	width: 80px;
	cursor: pointer;
}
.news-signup, .show-password, .show-password label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline-style: none;
	/*IE*/
	;
}
.error+label::before {
	border: 8px solid #e73d3d
}
.error+label {
	border: none !important;
	color: #FF8C96;
	line-height: 200%;
	font-weight: normal !important;
}
#nameerror, #emailerror, #nameerror1 {
	color: #DB6055;
	padding: 3px 0 3px 5px;
	font-weight: normal !important;
	font-size: 13px;
	position: relative;
}
#termerror {
	color: #DB6055;
	padding: 3px 0 3px 3px;
	font-weight: normal !important;
	font-size: 13px;
}
#passerror, #companyerror, #phoneerror {
	color: #DB6055;
	padding: 3px 0 3px 5px;
	font-weight: normal !important;
	font-size: 13px;
}
.zd-field-error {
	border: 1px solid #f3a28e!important;
}
input[type='text']::-ms-clear {
display: none
}
.header {
	background: #fff;
	box-shadow: 1px 1px 1px #ccc;
}
.uhd {
	width: 36.6em;
	margin: 0 auto;
}
.uhd .login {
	float: right;
	line-height: 46px;
}
.uhd .login a {
	background: #f5f5f5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
	background: -moz-linear-gradient(top, #f9f9f9, #fff);
	line-height: 25px;
	text-align: center;
	width: 55px;
	border: 1px solid #ddd;
	padding: 0px 5px;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: 5px;
	margin-top: 2px;
	display: inline-block;
}
.uhd .login a:hover {
	background: #f9f9f9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	background: -moz-linear-gradient(top, #fff, #f9f9f9);
}
.uhd h1 a {
	display: block;
	margin: 7px 0 3px;
}
#yuhead-hd {
	padding: 0;
}
#yucs-logo {
	margin-left: 0 !important;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}
.country-lang-column {
	width: 100%;
}
span.customSelect {
	font-size: 12px;
	color: #888;
	background: transparent;
	border: 1px solid transparent;
	padding: 8px 12px;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	margin: 0;
	-webkit-transition: background-color 0.05s;
	-moz-transition: background-color 0.05s;
	-o-transition: background-color 0.05s;
	transition: background-color 0.05s;
	-webkit-transition: border 0.05s;
	-moz-transition: border 0.05s;
	-o-transition: border 0.05s;
	transition: border 0.05s;
	-webkit-transition: color 0.05s;
	-moz-transition: color 0.05s;
	-o-transition: color 0.05s;
	transition: color 0.05s;
}
span.customSelect:hover {
	color: #666;
	background: #fff;
	border: 1px solid #D5D5D5;
}
span.customSelect:hover .ddown {
	border-top: 5px solid #333;
}
span.styled1 {
	background: transparent;
	float: right;
}
select.styled1 {
	font-size: 12px;
	color: #333;
	background: #fff;
	line-height: 33px;
	/*border: 1px solid transparent;*/
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	/*padding: 8px 12px;*/   
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: right;
	right: 0;
	cursor: pointer;
	border: none;
	outline: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	zoom: 1;
}
.customSelectInner {
	width: auto !important;
}
span.styled1 .ddown {
	border-top-color: #ABA194;
	border-width: 5px 5px 0;
	/*position: relative;*/
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0 0 1px 4px;/*top: -1px;*/
}
.customSelectFocus {
	border: 0px;
	background: transparent;
}
.notifyjs-bootstrap-base {
	background-color: transparent!important;
	border: none !important;
	color: #FF8C96 !important;
	font-weight: normal !important;
	padding: 8px 5px 0px 0px !important;
}
.main1 h2 {
	margin: 40px 0 15px 0;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #555;
	clear: both;
}
.main1 h3 {
	margin: 10px auto;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #969696;
	line-height: 135%;
	width: 90%;
}
.main1 h3 b {
	font-weight: bold;
}
.main1 h3 i {
	font-style: normal;
	color: #333;
}
.effectss {
	margin: 5px 2px 4px 2px;
	width: auto;
	float: left;
}
.effectss2 {
	margin: 2px 0;
	width: 50%;
	float: left;
}
.effectss3 {
	margin: 2px 0;
	width: 50%;
	float: left;
}
.effectss4 {
	margin: 2px 0;
	width: 50%;
	float: left;
}
#password-length, #password-contain-mixed-case, #password-contain-numbers-special {
	width: 100%;
}
#password-length {
}
#password-contain-mixed-case {
	position: relative;
}
#password-contain-numbers-special {
}

::-moz-datalist {
border: 1px solid #ddd;
}
:-ms-input-datalist {
border: 1px solid #ddd;
}
::-webkit-datalist {
border: 1px solid #ddd;
}
label.clipped {
	position: absolute;
	top: 0px;
*top: 1px;
*border-bottom: none !important;
	left: 0px;
	color: #777;
}
label.clipped.focus {
	color: #9F9F9F;
}
.signupbtn {
	position: relative;
	background: #F04B2F;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
	z-index: 999;
	margin: 18px 0 0;
	padding: 0px 35px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 36px;
}
.signupbtn:hover {
	background-color: #E9452A;
	border-color: rgba(0, 0, 0, 0.07);
}
.signupbtn:focus {
	outline: none;
	box-shadow: 0px 0px 0px 1px #FFF, 0px 0px 0px 2px #D65C5C;
box-shadow: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#fff');
}
.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
/** Css for Social Sign On **/

.ui-sign-also {
	border-top: 1px solid #D5D5D5;
	padding-top: 2em;
	margin: 2em 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.ui-sign-also-icon {
	padding-top: 16px;
	text-align: center;
	cursor: default;
}
.ui-sign-also-icon .ui-social-gray {
	position: relative;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.ui-sign-also-icon .ui-social-color {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	clip: rect(24px, 24px, 24px, 0);
	-webkit-transition: clip 200ms ease-in;
	-moz-transition: clip 200ms ease-in;
	-ms-transition: clip 200ms ease-in;
	transition: clip 200ms ease-in;
}
.ui-social-gray, .ui-social-color {
	display: block;
	background: url('https://www.zoho.com/docs/images/signup-sprite.png') no-repeat;
	width: 24px;
	height: 24px;
}
.ui-social-color.facebook {
	background-position: -1px -1px;
}
.ui-social-color.googleApps {
	background-position: -37px -1px;
}
.ui-social-color.google {
	background-position: -73px -1px;
}
.ui-social-color.linkedIn {
	background-position: -109px -1px;
}
.ui-social-color.twitter {
	background-position: -145px -1px;
}
.ui-social-color.yahoo {
	background-position: -181px -1px;
}
.ui-social-gray.facebook {
	background-position: -1px -41px;
}
.ui-social-gray.googleApps {
	background-position: -37px -41px;
}
.ui-social-gray.google {
	background-position: -73px -41px;
}
.ui-social-gray.linkedIn {
	background-position: -109px -41px;
}
.ui-social-gray.twitter {
	background-position: -145px -41px;
}
.ui-social-gray.yahoo {
	background-position: -181px -41px;
}
.ui-sign-also-icon a:hover .ui-social-color, .ui-sign-also-icon a:focus .ui-social-color {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	clip: rect(0px, 24px, 24px, 0);
}
.ui-sign-also-icon a {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	margin: 2px 8px;
	cursor: pointer;
}
.gapptext .gapperror {
	margin-left: 35px;
}
.idpform {
	width: 250px;
	margin: 0 auto;
	padding-top: 25px;
}
/** Css for Social Sign On **/

/* Mobile Apps Menu CSS */
.mobile-app-list {
	padding: 50px 0 20px;
}
.bouncing_menu {
	padding: 10px 0 20px;
	width: 100%;
}
.bouncing_menu {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.bouncing_menu a {
	color: #999;
	display: inline-block;
	font-size: 13px;
	height: auto;
	padding: 15px 2px 0;
	text-decoration: none;
	width: 125px;
}
.bouncing_menu a:hover {
	color: #000;
}
.bouncing_menu a span {
	background: url("http://www.zoho.com/docs/img/zoho-docs-mob-apps.png") no-repeat;
	display: block;
	height: 99px;
	margin: 0 auto;
	padding: 0 0 8px;
	text-indent: 0;
	width: 99px;
}
.bouncing_menu a .ma1 {
	background-position: -126px 0;
}
.bouncing_menu a .ma2 {
	background-position: -261px 0;
}
.bouncing_menu a .ma3 {
	background-position: -396px 0;
}
.bouncing_menu a .ma4 {
	background-position: 0 -1px;
}
.bouncing_menu a .ma5 {
	background-position: -525px 0;
	width: 102px;
}
.bouncing_menu a .ma6 {
	background-position: -665px 0;
}
/* End of Mobile Apps Menu CSS */
/* Forms CSS */
.s2 {
	margin: 50px auto;
	max-width: 810px;
	text-align: left;
	overflow: auto;
}
.flleft {
}
#contacts {
	float: left;
	width: 250px;
}
#contacts h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#contacts p.mail {
	background: url("/docs/img/contact-mail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 20px 45px;
}
#contacts p.phone {
	background: url("/docs/img/contact-phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	min-height: 45px;
	padding: 5px 0 20px 45px;
}
.resources-part h1 span {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
}
/* BANNER FOR WRITER SHOW SHEET */

.banner.writer, .banner.show, .banner.sheet {
	padding: 40px 0 0;
	margin: 0 auto;
	width: 100%;
	background: #fef9f4;
	max-height: 559px;
	overflow: hidden;
}
.writer-screen, .sheet-screen, .show-screen {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.banner h1 {
	color: #333;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 50px;
}
.banner h1 span {
	color: #333;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 32px;
	display: block;
}
.banner p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	padding: 5px 0 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.getstarted-box {
	margin: 15px 0 40px;
}
.getstarted-box a {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	letter-spacing: -0.03em;
	line-height: 48px;
	padding: 0 25px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}
.getstarted-box a, .get-started a, .features .customer-quote {
	background: none repeat scroll 0 0 #00add5;
}
/* LANDING PAGE FOR DOCS PRODUCT*/

.docs-products-banner {
	background: none repeat scroll 0 0 #fef9f4;
	margin: 0 auto;
	padding: 60px 0 70px;
	width: 100%;
	text-align: center;
}
.docs-products-part {
	overflow: hidden;
}
.docs-products-part h5 {
	color: #666;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 0;
}
.docs-products-part h1 {
	color: #333;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 64px;
}
.docs-products-part h1 span {
	color: #b5b5b5;
	font-family: "verdana";
	font-size: 50px;
	font-weight: 300;
	letter-spacing: -5px;
	line-height: 0;
	padding: 0 5px;
	position: relative;
	top: -12px;
}
.docs-products-part p {
	color: #666;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto 20px;
	max-width: 680px;
}
.docs-products {
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	padding: 50px 0;
}
.docs-products a {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e8e8e8;
	display: block;
	float: left;
	margin: 0 3%;
	padding: 50px 0;
	width: 27%;
}
.docs-products span {
	background-image: url("../images/docs-product-icons.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	margin: 0 auto 20px;
	text-indent: -9999em;
	width: 64px;
}
.docs-products .writer-icon {
	background-position: left center;
}
.docs-products .sheet-icon {
	background-position: center center;
}
.docs-products .show-icon {
	background-position: right center;
}
.docs-products em {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.docs-signup {
	overflow: hidden;
}
.docs-signup a {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	letter-spacing: -0.03em;
	line-height: 48px;
	padding: 0 25px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	background: #00add5
}
.two-split-col h3 {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 10px;
}
/* End of Forms CSS */

/* Download Page CSS */
#resources {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
}
#resources .resources-box {
	display: block;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	width: 460px;
}
#resources .resources-box a {
	display: block;
	height: 108px;
	margin: 35px 0 0;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	width: auto;
}
#resources .resources-box a span {
	color: #333;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	padding: 5px 0 0;
	text-decoration: none;
	width: 330px;
}
#resources .resources-box a:hover {
	background: none repeat scroll 0 0 #f0f0f0;
	border-radius: 5px;
}
#resources .resources-box a:hover span {
	text-decoration: underline;
}
#resources .resources-box a small {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
#resources .resources-box a:hover small {
	text-decoration: none;
}
#resources .resources-box a ins.vf1 {
	background-position: -14px -2px;
}
#resources .resources-box a ins.vf2 {
	background-position: -13px -115px;
}
#resources .resources-box a ins.vf3 {
	background-position: -12px -248px;
}
#resources .resources-box a ins.vf4 {
	background-position: -10px -489px;
}
#resources .resources-box a ins.vf5 {
	background-position: -170px 0;
}
#resources .resources-box a ins.vf6 {
	background-position: -172px -116px;
}
#resources .resources-box a ins.vf7 {
	background-position: -172px -246px;
}
#resources .resources-box a ins.vf9 {
	background-position: -172px -378px;
}
#resources .resources-box a ins.vf10 {
	background-position: -13px -376px;
}
#resources .resources-box a ins.vf11 {
	background-position: -172px -490px;
}
#resources .resources-box a ins {
	background: url("../img/resource-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 95px;
	margin-right: 10px;
	width: 95px;
}
#resources p.social {
	clear: both;
	display: block;
	height: 100px;
	margin: 14px 250px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	width: 450px;
}
#resources p.social span {
	color: #333;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	padding: 5px 0 0;
	text-decoration: none;
	width: 330px;
}
#resources p.social:hover {
	background: none repeat scroll 0 0 #f0f0f0;
	border-radius: 5px;
}
#resources p.social:hover span {
	text-decoration: none;
}
#resources p.social small {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 5px;
}
#resources p.social:hover small {
	text-decoration: none;
}
#resources p.social small a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #777;
	display: inline;
	font-size: 16px;
	height: 10px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#resources p.social small a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000;
	margin: 0;
	padding: 0;
}
#resources p.social ins.vf8 {
	background-position: -172px -602px;
}
#resources p.social ins {
	background: url("../img/resource-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 95px;
	margin-right: 10px;
	width: 95px;
}
#page-content {
	margin-bottom: 50px;
}
#downloading-header h1 {
	font-size: 320%;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
}
#downloading-header p {
	font-size: 130%;
	margin: 5px 0;
}
#downloading-container {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px dashed #eee;
	margin: 40px 45px 50px;
}
#downloading-header {
	background: url("/docs/images/choose-what-you-sync1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	margin: 0 auto;
	padding: 15px 0 35px 225px;
	width: 550px;
}
#downloading-header h1 {
	color: #3b799f;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 20px;
	text-indent: -3px;
}
#downloading-header p {
	font-size: 105%;
}
#steps-container {
	background: url("/docs/images/arrows.png") no-repeat scroll -50px 75px rgba(0, 0, 0, 0);
	margin: 0 auto 25px;
	width: 866px;
}
#steps-container table#steps {
	border-collapse: collapse;
	margin-bottom: 0;
	margin-left: 13px;
	width: 100%;
}
#steps-container table#steps tr td {
	vertical-align: top;
	width: 250px;
}
#steps-container table#steps tr td h2 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	padding-bottom: 5px;
	padding-top: 3px;
}
#steps-container table#steps tr td p {
	font-size: 13px;
	line-height: 20px;
	padding-right: 50px;
}
#steps-container table#steps tr td.middle {
	padding: 0 20px;
}
#steps-container table#steps tr td .screenshot {
	margin: 0 0 10px;
}
#steps-container table#steps tr td .screenshot img {
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}
#steps-container table#steps tr td .screenshot.ie img {
	border-radius: 8px;
}
/* End of Download page CSS */

/* Logout Page CSS */
.iconpan {
	border-right: 1px solid #dddddd;
	float: left;
	font-size: 13px;
	line-height: 40px;
	margin-bottom: 80px;
	margin-right: 50px;
	padding: 0 18px 0 0;
	width: 340px;
}
.iconpan {
	margin-top: 15px;
}
.iconbox {
	float: left;
	height: 150px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.feedback1 {
	background-position: right top;
}
.feedback1, .idea, .testimonial, .survey {
	background-image: url("../img/l-s.png");
	height: 96px;
	width: 96px;
}
.testimonial {
	background-position: right -93px;
}
.feedback1 {
	background-position: right top;
}
.idea {
	background-position: right -188px;
}
.survey {
	background-position: right 0;
}
/* Logout Page CSS */


/* API LANDING PAGE */
.api_landing_main {
	background: #fff;
}
.api_landing.banner {
	border-bottom: 1px solid #e8e8e8
}
.api_landing.sub-feature {
	margin-top: 40px;
	max-width: 1140px;
}
.api_landing.sub-feature h4 {
	font-size: 25px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 5px;
}
.api_landing.sub-feature p {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
}
.api_landing.two-sec div {
	border: none;
}
.api_icons {
	background-image: url(../images/api_icons.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 84px;
	float: left;
	margin: 8px 30px 0px 0;
}
.api_icons.data_api {
	background-position: top left;
}
.api_icons.editor_api {
	background-position: top right;
}
.api_landing {
	text-align: center;
        margin-top:50px; 
}
.client_logo_api_landing {
	width: 100%;
	margin: 100px auto;
}
.client_logo_api_landing h2 {
	font-size: 35px;
	font-weight: 300;
	color: #333333;
	text-align: center;
	line-height: 42px;
}
.client_logo_api_landing ul {
	text-align: center;
	margin-top: 35px;
}
.client_logo_api_landing ul li {
	display: inline-block;
	background-image: url(../images/api_client_logos.png);
	background-repeat: no-repeat;
	height: 49px;
	margin: 0px 20px;
}
.client_logo_api_landing ul li.api_logo_1 {
	background-position: 0px 0px;
	width: 211px;
}
.client_logo_api_landing ul li.api_logo_2 {
	background-position: -212px 0;
	width: 156px;
}
.client_logo_api_landing ul li.api_logo_3 {
	background-position: -371px 0;
	width: 153px;
}
.client_logo_api_landing ul li.api_logo_4 {
	background-position: -527px 0;
	width: 122px;
}
.client_logo_api_landing ul li.api_logo_5 {
	background-position: -649px 0;
	width: 113px;
}
.client_logo_api_landing ul li.api_logo_1:hover {
	background-position: 0px -50px;
}
.client_logo_api_landing ul li.api_logo_2:hover {
	background-position: -212px -50px;
}
.client_logo_api_landing ul li.api_logo_3:hover {
	background-position: -371px -50px;
}
.client_logo_api_landing ul li.api_logo_4:hover {
	background-position: -527px -50px;
}
.client_logo_api_landing ul li.api_logo_5:hover {
	background-position: -649px -50px;
}
.api_landing .show-screen-inner img {
	width: 710px;
}

/* API LANDING PAGE CSS */

/* RESPONSIVE */

@media screen and (max-width: 900px) {
.sub-products {
	margin-top: 10px;
}
.product-menu.scale {
	display: none;
}
.hide {
	display: none;
}
.mobile-apps-link {
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	clear: both;
	margin-left: 0;
	padding: 10px 0;
	position: relative;
	text-align: left;
}
.product-header-inner {
	padding: 10px 0 !important;
}
.product-logo {
	margin-top: 0;
	margin-left: 20px;
}
.sub-menu-icon {
	background-position: -95px -1px;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	right: 25px;
	text-indent: -999em;
	top: 20px;
	width: 20px;
}
.product-menu {
	background: #fff;
	left: 0;
	margin: 0;
	position: relative;
	top: 10px!important;
	width: 100%;
	z-index: 130;
}
.product-menu li {
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.product-menu li a {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: uppercase;
}
.product-menu li:hover a {
	background: #fff;
}
.msign {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.msign a {
	color: #666;
	font-size: 13px;
	margin: 0 10px;
	text-transform: uppercase;
}
.msign a:first-child {
	color: #F0483E
}
.mobile-menu {
	height: 100%;
	left: -80%;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	width: 80%;
	top: 44px;
}
.mask-holder {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	position: fixed;
	top: 44px;
	transition: all 0.7s ease-out 0s;
	transition: all 0.7s ease-out 0s;
	-moz-transition: all 0.7s ease-out 0s;
	-ms-transition: all 0.7s ease-out 0s;
	-o-transition: all 0.7s ease-out 0s;
	-webkit-transition: all 0.7s ease-out 0s;
	width: 100%;
	z-index: 120;
}
.mobile-menu li a {
	display: block;
}
.mobile-menu-wrap {
	padding: 20px 0 60px;
}
.mobile-menu ul {
	width: 80%;
	min-height: 100px;
	margin: 10px 0 10px 20px;
}
.mobile-menu ul:first-child, .mobile-menu ul:first-child + ul {
	min-height: 100px
}
.quick-link-wrap {display: none;}
}

@media screen and (max-width: 560px) {
.product-writer, .product-sheet, .product-show {
	margin-top: 15px;
}
.sub-products {
	clear: both;
	border: none;
	margin-left: 0;
	display: block;
}
.product-logo {
	border: 0;
}
}
@media screen and (max-width: 420px) {
.signing .signin, .signing .signup {
	font-size: 11px;
	margin-left: 12px;
}
}
@media screen and (max-width: 850px) {
.all-features li {
	padding-left: 0;
}
}




/* DOWNLOAD PAGE CSS */

.download-banner-wrap {background-image: url("../images/download_banner.png");}
.download-banner-wrap {background-attachment: scroll;background-position: center center;background-repeat: no-repeat; background-size: cover; padding:85px 0;position: relative;}
.download-banner-wrap span {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); display: block;height: 100%; left: 0;opacity: 1;position: absolute;top: 0; width: 100%;z-index: 8;}
.download-banner h2 {color: #ffffff;font-size: 50px;font-weight: 600; line-height: 60px;margin: 0 auto; max-width: 960px; position: relative;text-align: center; z-index: 70;}
.download-banner p {color: #ffffff;font-size: 20px;font-weight:400; line-height: 60px;margin: 0 auto;max-width: 960px;position: relative;text-align: center;z-index: 70;}
.sync_download_btn {background:#00add5; border: 1px solid #00add5; color: #fff; margin-right: 20px; font-size: 14px; font-weight: 600;padding: 8px 10px; text-transform: uppercase; cursor:pointer; outline:none;}
.sync_download_btn span { background: url(../images/download_sprite.png) no-repeat top left; width:13px; height:8px; float:right; margin:5px 0px 0px 10px;}
.download_button_list {border:1px solid #dcdcdc; border-bol¬ttom: none; background: #fff; padding:0px; width:175px; margin: 0px; display: none;}
.download_button_list li {border-bottom:1px solid #dcdcdc; margin:0px;  list-style: none; line-height: 36px; }
.download_button_list li a {display:block; color:#979696; font-size:13px;}
.download_button_list span { float:left; width:22px; margin-right:12px; background-image:url(../images/download_sprite.png);   background-repeat: no-repeat;  height:21px; margin:8px 12px 0px 8px;}
.download_button_list a.windows span {background-position:-22px 0px;}
.download_button_list a.mac span {background-position:-51px 0;}
.download_button_list a.linux span {background-position:-81px 0px;}
.download_button_list a.windows:hover span, .download_button_list a.windows.active span {background-position:-22px -31px;}
.download_button_list a.mac:hover span, .download_button_list a.mac.active span {background-position:-51px -31px;}
.download_button_list a.linux:hover, .download_button_list a.linux.active span {background-position:-81px -31px;}
.download_button_list li a:hover {background:#ebebeb; color:#6d6d6d;}
.download_button_list li a.active {background:#ebebeb; color:#6d6d6d;}
.download_apps .cont-part.sync {margin-top:60px; }
.download_apps .cont-part.writer  {margin-top:22px; }
.download_apps .cont-part.docs {margin-top:32px;}
.download_apps .cont-part.mac {margin-top:12px;}
.first_draft_download {max-width:340px;}
.doocment_download {max-width:350px;}
.download_apps .cont-part.first_draft {margin-top:50px;}
.download_apps .cont-part.scanner {margin-top:115px;}
.download_apps .cont-part.docomment {margin-top:105px;}
.download_apps .whitebg {border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;}
.download_apps .whitebg .image-part {float:left;}
.download_btn_apps {float:left; margin-right:20px; height:31px; background-image: url(../images/download_sprite.png); background-repeat: no-repeat;}
.download_btn_apps.apple {background-position:-62px -61px; width:26px; }
.download_btn_apps.play {background-position:-91px -61px; width:28px; }
.outer_ul {display:none; position:relative; z-index: 10; }
.sync_download_btn {position:relative; z-index: 10;}
.cont-part.first_draft p a, .cont-part.sync p a {color:#00add5;}
.pop_back_download {position:absolute;width:100%; height:100%; left:0px;top:0px;display:none;z-index:9;}
.get_started_download {text-shadow: inherit;margin:0px auto;padding: 8px 0px;line-height: inherit;height: inherit;font-weight: 600;background:#00add5;border: 1px solid #00add5;font-size: 14px;-webkit-font-smoothing: inherit; color:#fff; position: relative; float: none; display: block; width:172px; z-index: 80; text-align: center; text-transform: uppercase; margin-top: 40px;}
.sync_download_outer {width:180px;}
.download_apps .whitebg.last {border-bottom:none;}


/* REFERAL PAGE CSS */

.referal-banner-wrap {background-image: url("../images/referal_banner_bg.jpg");}
.referal-banner-wrap {background-attachment: scroll;background-position: center center;background-repeat: repeat-x; background-size: contain; padding:120px 0;position: relative;}
.referal-banner-wrap span {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); display: block;height: 100%; left: 0;opacity: 1;position: absolute;top: 0; width: 100%;z-index: 8;}
.referal-banner h2 {color: #ffffff;font-size: 55px;font-weight: 600; line-height: 60px;margin: 0 auto; max-width: 960px; position: relative;text-align: center; z-index: 70;}
.referal-banner p {color: #ffffff;font-size: 25px;font-weight:400; line-height: 60px;margin: 0 auto;max-width: 960px;position: relative;text-align: center;z-index: 70;}
.referal-faq {
    margin: 0 auto;
    max-width: 750px;
    position: relative;
}
.referal-faq-wrap {
    background: #fff none repeat scroll 0 0;
    padding: 60px 0 100px 0px;
}
.referral-banner-wrap {
    background: #fff none repeat scroll 0 0;
}
.referral-banner-wrap .docs-referral {
    margin-top: 0;
}
.referal-faq-wrap .docs-referral {
    margin: 0 auto;
}
.referal-faq-heading {
    margin-bottom: 30px;
    text-align: center;
}

.referal-faq-heading span {
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 100px;
}
.faq-list-heading {
    font-size: 20px;
}
.faq-list-content {
    display: none;
    font-size: 16px;
    padding-top: 20px;
}
.referal-faq-list {
    background: rgba(0, 0, 0, 0) url("../images/faq-plus.png") no-repeat right 30px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    padding: 20px 50px 20px 0; 

}
.referal-faq-list.active {
    background: rgba(0, 0, 0, 0) url("../images/faq-minus.png") no-repeat right  30px;
    cursor: default;
}
.faq-list-content p, .faq-list-content ul li {
    margin-bottom: 20px;
}
.faq-list-content ul {
    color: #666;
    font-size: 14px;
    list-style-type: disc;
    padding-left: 20px;
}
.faq-list-content b {
    font-weight: bold;
}
.faq-list-content a {
    color: #00add5;
}
.works {
    clear: both;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
    width:1200px;
    margin: 0px auto;
}
.referal h3 {
    color: #333333;
    display: block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    text-transform: none;
    text-align: center;
    position: relative;
}
.referal h3 span.line {height:1px; display:block; width:50px; background: #efefef; width: 100%; position: absolute;top:16px; z-index: 0; padding:0px;}
.referal h3 span {background: #fff; padding: 0px 20px; position: relative; z-index: 1; text-transform: uppercase; letter-spacing: 4px;}
.referal .docs-referral h3 {margin-bottom:30px;}
.main.referal {background:#fff;}
.box {
    float: left;
    margin-right: 5%;
    margin-top: 60px;
    width: 30%;
}
.box p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    padding-top: 15px;
}
.box.last {
    margin-right: 0;
}
.referal_invite { background: #00add5 none repeat scroll 0 0;
    border: 1px solid #00add5;
    color: #fff;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
    padding: 8px 15px;
    margin: 40px auto;
    margin-bottom: 0px;
    text-shadow: inherit;
    text-transform: uppercase;
    z-index: 80;
    width: 100px;
}
.referal_invite:hover {
    background: #da684d;
}
.two_way_bonus {padding:60px 0px; } 
.two_way_bonus .left_you_get, .two_way_bonus .right_your_friends_get { width:50%; float: left; background: #42435c; position: relative;height:300px; margin-top: 70px;  color:#fff;}
.two_way_bonus .left_you_get .gift { position:absolute; bottom:0px; right:0px; background:url(../images/gift_referal.png) no-repeat right 1px ; display: block; height: 362px; width:140px;}
.two_way_bonus .right_your_friends_get .gift { position:absolute; bottom:0px; left:0px; background:url(../images/gift_referal.png) no-repeat bottom left; display: block; height: 362px; width:140px;}
.two_way_bonus h5 {font-size:25px; font-weight:600; margin:30px 150px 0px 25px; float: left; text-decoration: underline;}
.two_way_bonus ul {font-size:16px; margin:0px 150px 30px 25px;  clear: both;}
.two_way_bonus ul li {padding:8px 0px;}
.two_way_bonus .right_your_friends_get h5 { margin:30px 25px 0px 162px;}
.two_way_bonus .right_your_friends_get ul {margin:30px 25px 0px 162px;}




/* Docs Online Demo Video page */

.demo_video {padding:40px;}
.accordion {background:#ececec;}
.col_left_video { float:left; width:900px;}
.col_right_video {width:300px; float: right;}
.col_left_video iframe {border:1px solid #d1d1d1;}
.clear {clear: both;}
.col_right_video {background: #fff; text-align: center; }
.col_right_video h4 {line-height: 49px; font-size:18px; font-weight:700; color:#333; background:#fff; border:1px solid #d1d1d1; border-bottom:none;}
.col_right_video h5 { font-size:15px; font-weight: 600; color: #333333; text-align: left; padding:10px 15px;border-top: 1px solid #d1d1d1; cursor: pointer; background: #fff;}
.col_right_video h5.current span {background: url(../images/sprite_video_accordian.jpg) no-repeat top left; width:20px; height:20px; float:right;} 
.col_right_video h5.current { color:#fff; background:#00add5;} 
.col_right_video h5 span {background: url(../images/sprite_video_accordian.jpg) no-repeat bottom left; width:20px; height:20px; float:right;} 
.col_right_video ul {padding:10px 10px 15px 10px; }
.col_right_video .accordion div:last-child {border-bottom: none;} 
.col_right_video ul.inner_list li { border-bottom: none; text-align: left; font-size: 13px; color:#333; padding:0px; line-height: 26px; cursor: pointer; padding: 2px 5px;}
.col_right_video ul.inner_list li:hover, .col_right_video ul.inner_list li.active {color:#00add5;}
.col_right_video ul.inner_list li:first-child { display: block;}
.col_right_video ul li ul  { padding: 0px 15px 20px 15px;}
.col_right_video ul li span {color:#ccc; font-size: 10px;}
.inner_list {display: none;}
.side_bar_fixed { background: url(../images/peronalize_demo.jpg) no-repeat top left; width:36px; height:278px; position:fixed; top:25%; right:0px;}

.ql-open {
    background-color: rgba(255, 255, 255, 1);
    background-position: -333px 6px;
    border: 1px solid #bbb;
    cursor: pointer;
    height: 16px;
    margin-top: -95px;
    opacity: 0.5;
    padding: 6px 8px;
    position: fixed;
    right: -50px;
    top: 50%;
    transition: all 1s ease 1s;
    width: 8px;
    z-index: 90;
}
.quick-links h4 span {
    background-position:-21px 3px;
    height: 14px;
    opacity: 0.1;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 8px;
    background-image: url("../images/side_widget_arrow.png");
}
.ql-open {
    background-image: url("../images/side_widget_arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-position:7px 9px;
}
.quick-links li {
    background-image: url("../images/side_widget_arrow.png");
    background-repeat: no-repeat;
    display:block;
    background-position: -36px 13px;
}
.resources-part li {min-height:134px; }



/* pricing banner referral */

.free-plans-wrapper {
    margin: 0 auto 50px;
    max-width: 980px;
    overflow: hidden;
    width: 100%;
}
.free-plans {
    border: 1px dashed #bed7ea;
    float: left;
    margin: 0 2% 30px;
    padding: 12px 3% 30px;
    text-align: center;
    width: 39.7%;
}
.free-plans-banner {
    margin: 0 auto;
    text-align: center;
    width: 52%;
}


/* Webinar special */

.webinar-banner-wrap {background-image: url("../images/webinar_banner.png");}
.webinar-banner-wrap {background-attachment: scroll;background-position: center center;background-repeat: no-repeat; background-size: cover; padding:0;position: relative; height:485px; margin-bottom: 200px;}
.webinar-banner h2 {color: #ffffff;font-size:60px;font-weight:300; line-height: 60px;margin: 0 auto; max-width: 960px; position: relative;text-align: center; z-index: 70; padding-top: 90px;}
.webinar-banner h2 sub {font-size: 20px;}
.webinar-banner p {color: #ffffff;font-size: 20px;font-weight:400; line-height: 60px;margin: 0 auto;max-width: 960px;position: relative;text-align: center;z-index: 70;}
.webinar_download_btn { border:2px solid #fff; color: #fff; font-size: 14px; font-weight: 600;padding:14px 20px 14px 30px; text-transform: uppercase; cursor:pointer; outline:none; margin: 0px auto;}
.webinar_download_btn span { background: url(../images/download_sprite.png) no-repeat top left; width:13px; height:8px; float:right; margin:5px 0px 0px 10px;}
.webinar_info {background: #fff; height:240px;  padding:10px 30px; width:300px; position: relative;}
.webinar_info {float: right; } 
.webinar_form {float: right; width:100%; margin-top: 20px;}
.validation_outer input {  border-radius: 2px;height: 40px; line-height: 1.2em; padding: 0.65556em;position: relative;width: 100%;}
.webinar_trailer {  position: relative;right: 10px;top: 7px;width: 25px;}
.watch_trailer_outer {width:1040px; margin:20px auto; text-align: center; position: relative; z-index: 99;}
.webinar_info .avathar {  border: 4px solid #fff;border-radius: 50%; bottom:70px;position:relative; width: 90px;}
.inner_info {margin-bottom: 20px;}
.inner_info h3 {font-size: 26px; margin-top:15px;}
.inner_info p {font-size:18px; font-weight: 600; color: #222222; line-height: 24px; }
.inner_info span {font-size:18px; font-weight: 300; color: #959595; }
.inner_info h5 { margin-top: 40px; height: 1px; background: #e3e3e3; margin-bottom: 30px;}
.inner_info h5 span { font-size:22px; color: #707070; font-weight: 600;   position: relative;
    top: -19px; background: #fff; padding: 0px 10px; }
ul.timer li {display: inline-block; margin: 0px 6px;}
ul.timer li div {background:#ebebeb; color: #333333; font-size:14px; padding:3px 6px; float: left; width:16px; text-align: center;}
ul.timer li span {font-size: 10px; text-transform: uppercase; float: left; margin-top:5px; margin-left: 3px; }

.webinar_form h4 {font-size: 28px; color: #222222; font-weight:400 ; margin-bottom: 20px;}
.webinar_form input {border: none; background: #e6e6e6; color: #8f8d8d; font-size: 16px; font-weight: 300;  }
.webinar_form input:focus {color: #333;}
.validation_outer {margin-bottom:25px}
.main.webinar_outer {background:#FFF;}
button.register {width: 100%; background: #00add5; font-size: 20px; color: #fff; font-weight: 300; padding: 10px 0px; border: none; cursor: pointer;}
input.register:hover {background: #da684d;}
.webinar_outer .download_apps .whitebg {border:none;}
.grey_outer {background: #f7f7f7;}
.webinar_outer .download_apps h2 {color: #222222 ; font-size: 40px; font-weight: 300; text-align: center; margin-bottom: 30px; line-height: 50px;}
.webinar_outer .download_apps .two-col h2 {text-align: left; margin-bottom: 10px;}


.steps { margin:50px auto; width:1390px;}
.steps li {float: left; text-align: center; position: relative; width:450px; height: 294px; cursor: pointer; overflow: hidden;}
.steps li div div {position: absolute; width: 100%; left: 0px; top:35%;}
.steps li.step2 {margin:0px 20px;} 
.steps li div div h3 {font-size: 30px; font-weight: 700; color: #fff;}
.steps li div div p {font-size:15px; font-weight: 600; color: #fff;}
.webinar_outer .download_apps .steps li h2 {font-size: 30px; margin-bottom: 10px; margin-top: 35px;}
.steps li.midddle {margin: 0px 30px;}

.card.effect__click {float: right; width:405px;}
.webinar-banner p.success_alert { font-size:28px; line-height:40px; color: #333;display: block; margin-top: 0px; font-weight:400;}
.success_alert .highlight { color: #00add5; font-size: 20px; font-weight: 700;}
.success_alert .parrah {color: #9c9c9c; display: block; font-size: 15px;}
.webinar-banner p.success_alert img{ margin-bottom: 15px;  opacity: .4; }

.docs-webinar-logo { color: #333; padding-left: 10px; padding-top:2px;  float: left;}
.docs-webinar-logo span {float: left; margin-top: 1px;}
.docs-webinar-logo  img {float: left; margin-right: 5px;}
.header.fixed {position: fixed; top:0px; width: 100%; z-index: 999; box-shadow: none; padding-top:7px; }
.validation_outer label {font-size: 13px;}

.webinar_regiter a {background: #f0483e none repeat scroll 0 0;border: 1px solid #f0483e;color: #fff;display: inline-block;float: left;font-size: 12px;font-weight: 600;height: 26px;line-height: 26px;margin-right: 10px;padding: 0 12px;text-align: center;text-transform: uppercase; float: right; margin-top: 1px; width:180px;}
.timer {float: right; margin:2px 20px 0 0;}
.head_right { color:#00add5;float: right;font-size: 15px;font-weight: 600; line-height: 27px;margin-right: 10px;}
.trailer {width:640px; height: 360px; float: left; border:3px solid #fff;}
.signup {cursor: pointer;}

.result_form {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 30px;
    padding: 7px;
}
.head_right img {margin: 3px 10px 0px 0px; float: left;}



/* card fronts and backs */
.card__front1,
.card__back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front1 {

}

.card__back1 {
	-webkit-animation: moveToTop .6s ease both;
	animation: moveToTop .6s ease both;
}
.steps li .card__text  {text-align: left;}
.card__text ul  {list-style: circle; padding-left:20px; color: #fff; line-height: 48px;}
.card__text ul li { height: auto; overflow: inherit; text-align: left; float: none; } 

.card__back1 {background: #394263; text-align: left;}

/* card text */
.card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  line-height:30px;
    padding: 25px;
}

/* hover effect */
.card.effect__hover:hover .card__front1 {
	-webkit-animation: moveToTop .3s ease both;
	animation: moveToTop .3s ease both;
}

.card.effect__hover:hover .card__back1 {
	-webkit-animation: moveFromTop .3s ease both;
	animation: moveFromTop .3s ease both;
}




@-webkit-keyframes moveToTop {
	from {-webkit-transform: translateY(); }
	to { opacity: 0; }
}
@keyframes moveToTop {
	from { -webkit-transform: translateY(); transform: translateY();}
	to { opacity: 0; }
}

@-webkit-keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); }
}
@keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

.writer .rightalign-month h3 { width: 122px;}
.writer .leftalign-month h3 { width: 122px; text-align:right;}
.writer .leftalign-month.month-names span {left:0px;}

.main .sub-feature.three-sec img {opacity: 1;}
.image_sizing_writer {width:50%;}
.retina_class {max-width:364px;}
