/* HTML5/CSS3 RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	v!ertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* GENERAL  */

html, body {
    font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 14px; color: #2e2e2e;
    line-height: 24px;
    height: 100%;
}

a {
	color: #34A7C1;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

::selection {
  color: white;
  background: #59DEF8;
  text-shadow: none;
}

.success {
	color: #008000!important;
}

.error {
	color: #cc0033!important;
}

.submit-error {
	display: block;
	border: 1px solid #f0c7d1; padding: 10px;
	background: #ffeaea;
	font-weight: 600; color: #d93b61; text-align: center; line-height: 20px;
	margin-bottom: 25px;
}

.submit-error:after {
	content: "!";
	font-weight: bold; font-size: 22px;
	color: #d93b61;
	position: relative; bottom: -2px; padding-left: 5px;
}

.submit-success {
	display: block;
	border: 1px solid #d1e6d1; padding: 10px;
	background: #d8f5c0;
	font-weight: 600; color: #5cb056; text-align: center;
	margin-bottom: 25px;
}

.submit-success:after {
	content: " ";
	display: inline-block; width: 20px; height: 14px;
	background: url(/images/ui/formfields-sprite-2.png) -170px -788px no-repeat;
	position: relative; bottom: -2px; padding-left: 5px;
}

.submit-warning {
	display: block;
	border: 1px solid #eeefc6; padding: 10px;
	background: #fffeee;
	font-weight: 600; color: #d9c33b; text-align: center;
	margin-bottom: 25px;
}


.submit-info {
	display: block;
	border: 1px solid #ccc; padding: 10px 0;
	background: #f5f5f5;
	font-weight: 600; color: #666; text-align: center; line-height: 20px;
	margin-bottom: 25px;
}

.submit-info a {
	color: #333;
}

.submit-success + .submit-info, .submit-error + .submit-info {
	margin-top: -15px;
}

h1 + .submit-error, h1 + .submit-success {
	margin-top: -15px;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: underline;
}

.subcolumns {
	overflow: hidden;
}

.allow-lists ul {
	list-style-type: cicle;
	margin-left: 20px;
}
/*
.blue-btn, .form-container .actions button[type="submit"], .form-container .actions input[type="submit"], .round-blue-btn {
	font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 600;
	color: white; text-shadow:0px -1px 0px #4ca9d4;
	padding: 3px 11px 5px; display: inline-block; margin-bottom: 2px;
	border: 1px solid #77c4db;
	background-color: #59def8;
	background-image: -moz-linear-gradient(top, #59def8 5%, #3cc5f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#59def8), color-stop(100%,#3cc5f3));
	background-image: -webkit-linear-gradient(top, #59def8 5%,#3cc5f3 100%);
	background-image: -o-linear-gradient(top, #59def8 5%,#3cc5f3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59def8', endColorstr='#3cc5f3');
	background-image: -ms-linear-gradient(top, #59def8 5%,#3cc5f3 100%);
	background-image: linear-gradient(top, #59def8 5%,#3cc5f3 100%);
	-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;
	-moz-box-shadow:inset 0px 1px 0px 0px #adf1ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #adf1ff;
	box-shadow:inset 0px 1px 0px 0px #adf1ff;
	cursor: pointer;
	width: auto;
	outline:0;
}

.blue-btn:hover, .form-container .actions button[type="submit"]:hover, .form-container .actions input[type="submit"]:hover {
	box-shadow:inset 0px 1px 0px 0px #999999;
	background-image: -moz-linear-gradient(top, #3fc8f5 5%, #45c3ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#3fc8f5), color-stop(100%,#45c3ed));
	background-image: -webkit-linear-gradient(top, #3fc8f5 5%,#45c3ed 100%);
	background-image: -o-linear-gradient(top, #3fc8f5 5%,#45c3ed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fc8f5', endColorstr='#45c3ed');
	background-image: -ms-linear-gradient(top, #3fc8f5 5%,#45c3ed 100%);
	background-image: linear-gradient(top, #3fc8f5 5%,#45c3ed 100%);
}

*/

.blue-btn, .form-container .actions button[type="submit"], .form-container .actions input[type="submit"], .round-blue-btn {
	/*font-family: Museo-700, serif;*/
	color: white;
	padding: 8px 12px; display: inline-block; margin-bottom: 2px;
	background: #40c8f4;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	cursor: pointer;
	width: auto;
	outline:0;
	border: 0;
}

.blue-btn {
	font-size: 16px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.blue-btn:hover {
	background: #36AAD0;
}

.blue-btn:active, .form-container .actions button[type="submit"]:active, .form-container .actions input[type="submit"]:active {
	position:relative;
	top:1px;
}

.blue-btn:active, .form-container .actions button[type="submit"]:active, .form-container .actions input[type="submit"]:active, .round-blue-btn:active,
.blue-btn:focus, .form-container .actions button[type="submit"]:focus, .form-container .actions input[type="submit"]:focus, .round-blue-btn:focus {
	outline:0;
}

a.app-btn:hover {
	text-decoration: none;
}
a.app-btn img {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
a.app-btn img:hover {
	opacity: 0.7;
}

input::-moz-focus-inner { border: 0; }
button::-moz-focus-inner { border: 0; }

.fieldbox-buttons button[type="submit"], .fieldbox-buttons input[type="submit"] {
	font-size: 15px; font-weight: bold;
}

.fieldbox.fieldbox-link {
	padding: 0 10px;
}

.fieldbox.fieldbox-link a, .fieldbox.fieldbox-link a:hover, .box-page .box .fieldbox.fieldbox-link a, .box-page .box .fieldbox.fieldbox-link a:hover {
	font-size: 11px; color: #34A7C1; font-weight: normal;
	text-decoration: underline;
}

.blue-btn:hover {
	color: white;
	text-decoration: none;
}

.blue-btn.disabled {
	cursor: pointer;
    display: inline-block;
    background-color:#ccc;
	color:#fff;
	padding:6px 12px;
	text-decoration:none;
}

.blue-btn.disabled a{
  	color:#fff;
	text-decoration: none;
}

/*
.blue-btn.disabled {
	background-color: #aaa;
	background-image: -moz-linear-gradient(top, #ccc 0%, #aaa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#aaa));
	background-image: -webkit-linear-gradient(top, #ccc 0%,#aaa 100%);
	background-image: -o-linear-gradient(top, #ccc 0%,#aaa 100%);
	background-image: -ms-linear-gradient(top, #ccc 0%,#aaa 100%);
	background-image: linear-gradient(top, #ccc 0%,#aaa 100%);
	border-color: #999;
}
*/
.video-modal {
	border: 5px solid white;
	box-shadow: 0 0 2px #999;
	margin: 2px;
	cursor: pointer;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}

.video-modal:after {
	content: " ";
	display: block; width: 100%; height: 100%;
	background: url(/images/publicsite/play.png) center center no-repeat;
	cursor: pointer;
}

.video-modal#screen-actions-transitions {
	background-image: url(/images/publicsite/screen-actions-transitions-video.png);
}

.video-modal#editor-drag-drop {
	background-image: url(/images/publicsite/drag-and-drop-video.png);
}

.video-modal#ui-components {
	background-image: url(/images/publicsite/ui-components-video.png);
}

.video-modal#device-support {
	background-image: url(/images/publicsite/device-support-video.png);
}

/* PAGE MARGINS */
#page-margins, .page-margins {
	width: 940px;
	margin: 0 auto;
	o!verflow: hidden;
	position: relative;
}


b, strong {
	font-weight: 600;
}

/* HEADER */
#header-bar {
	background: url(/images/ui/header-doodles.png) top center no-repeat #40C8F4;
}

#header-bar .blue-btn, .blue-btn.get-started {
	background: #F6FF00;
	color: #3D390E;
	text-shadow: none;
	box-shadow: 0 1px 0 #B3BDBF;
	padding: 6px 20px 7px;
	font-size: 20px;
	margin-right: 10px;
}

/* MAINCONTENT */
#maincontent {
	padding: 0 10px 20px;
	border-top: 1px solid #EDEDED;
	background: #ffffff;
}

.dashboard #maincontent {
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background-size: 100% 200px; background-repeat: no-repeat; background-color: #f9f9f9;
}

#maincontent.contains-coloured-sections {
	padding: 0;
}

/* LOGOS  */
.logo {
	display: block;
	width: 210px;
	height: 55px;
	background: url(/images/ui/logos-sprite-1.png) 0 0 no-repeat;
	text-indent: -9999px;
}

.logo-small-white {
	width: 115px; height: 24px;
	background-position: 0 -60px;
}

/* LOGOS  */

/* ACTIONBUTTON */
.actionbutton, .dashboard .action-button, .dashboard .actionbutton {
	display: inline-block; height: 32px; line-height: 32px; text-align: center;
	padding: 0 20px; border: 1px solid #786220; cursor: pointer;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	color: #333333; font-size: 17px; text-shadow: -1px -1px 1px rgba(255,255,255,0.5);
	background: #FFE380;
	background-image: -moz-linear-gradient(
	    center top,
	    #ffe380 0%,
	    #ffc103 100%
	);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffe380),
	    color-stop(1, #ffc103)
	);
	background-image: -webkit-linear-gradient(
	    #ffe380 0%,
	    #ffc103 100%
	);
	-moz-box-shadow: 0 0 2px #FFFFFF inset; -webkit-box-shadow: 0 0 2px #FFFFFF inset; box-shadow: 0 0 2px #FFFFFF inset;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}

.actionbutton.disabled, .dashboard .action-button.disabled {
	background-image: -moz-linear-gradient(
	    center top,
	    #eeeeee 0%,
	    #cccccc 100%
	);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #eeeeee),
	    color-stop(1, #cccccc)
	);
	background-image: -webkit-linear-gradient(
	    #eeeeee 0%,
	    #cccccc 100%
	);
	color: #666666;
	border-color: #999999;
}

.actionbutton:hover, .dashboard .action-button:hover {
	text-decoration: none;
}


/* FORMS */


h1 ~ .form-description {
	margin-top: -20px;
}

/*.form-container*/ fieldset {
	margin-bottom: 20px;
}

/*.form-container*/  fieldset legend {
	font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

/*.form-container*/  .fieldbox {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    border-bottom: 1px solid white;
    font-weight: 600; font-size: 14px;
    min-height: 30px; line-height: 30px;
	o!verflow: hidden; /*dont! fix below with :after */
}

.fieldbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fieldbox:last-of-type, .fieldbox.last {
	border-bottom: 1px solid #c7c7c7;
}

.fieldbox.unstyled-fieldbox {
	background: none; border: 0 none;
}

.fieldbox label, .fieldbox-like-listing label {
	display: inline-block; width: 200px; margin-right: 20px;
    font-size: 14px; text-align: right; line-height: 20px;
    color: #2b2b2b; font-weight: normal;
}

.fieldbox label a, .fieldbox label a:hover {
	color: #000; font-weight: 600;
}

.fieldbox.disabled,
.fieldbox label.disabled,
.fieldbox input:disabled {
	color: #CCCCCC;
}

.form-container input[type=text], .form-container input[type=email], .form-container input[type=password], .form-container select, .form-container textarea,
.dashboard input[type=text], .dashboard input[type=email], .dashboard input[type=password] .dashboard select, .dashboard textarea {
    font-size: 14px;
    color: #000;
    -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}

.form-container input, .dashboard input, .dashboard textarea {
    width: 500px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0px 1px 1px #eee inset;
}

.form-container input[type=password], .dashboard input[type=password] {
	width: 240px;
}

.validated input, .validated textarea {
	background: url(/images/ui/formfields-sprite-2.png) right -780px no-repeat white;
}

.validated .invalid-fieldbox {
	background-color: #ffeaea;
}

.validated .invalid-fieldbox input, .validated .invalid-fieldbox textarea {
	background-image: none;
}

.validated .fieldbox-select:not(.invalid-fieldbox):not(.dont-validate) .chzn-container > a > span  {
	background: url(/images/ui/formfields-sprite-2.png) right -780px no-repeat; margin-right: 13px;
}

.validated .fieldbox-select .error {
	m!argin-left: 15px; f!loat: left;
}

.form-container input:focus, .dashboard input:focus, .dashboard textarea:focus {
	box-shadow: 0 0 3px #2BC2F4;
}

.form-container textarea {
	font-family: Arial, sans-serif; padding: 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:    #dcdcdc!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:    #dcdcdc!important;
}

.form-container input[type=checkbox], .dashboard input[type=checkbox], .form-container input[type=radio], .dashboard input[type=radio] {
	width: auto;
	border: 0;
}
/*.form-container*/  .note {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
	line-height: 18px;
}

.form-container .error, .dashboard .error, .form-container .success, .dashboard .success {
	margin-left: 226px; display: block; padding: 6px 0 2px;
	font-size: 14px; line-height: 14px; font-weight: normal;
	clear: both;
}

/*.form-container*/ .fieldbox.fieldbox-radiobox > label, .fieldbox.fieldbox-checkbox > label {
	width: 100%;
}

/*.form-container*/  .fieldbox-radiobox .option {
	d1isplay: block;
	display: inline-block;
	margin-right: 10px;
}

#foo:checked, .fieldbox input[type=checkbox], .fieldbox input[type=radio] {
	display: none;
}

#foo:checked, .fieldbox input[type=checkbox] + label {
	padding-left: 25px;
	position: relative;
}

#foo:checked, .fieldbox input[type=checkbox] + label:before {
	content: " ";
	display: inline-block; width: 17px; height: 17px;
	position: absolute; top: 3px; left: 0;
	background: url(/images/ui/formfields-sprite-2.png) 0 0 no-repeat;
}

#foo:checked, .fieldbox input[type=checkbox]:checked + label:before {
	background-position: -30px 0;
}

#foo:checked, .fieldbox input[type=radio] + label, .fieldbox.fieldbox-radio-style-checkbox input + label {
	padding-right: 40px; padding-left: 0;
	position: relative;
}

#foo:checked, .fieldbox input[type=radio] + label:after {
	content: " ";
	display: inline-block; width: 20px; height: 17px;
	position: absolute; top: 3px; right: 0;
	background: url(/images/ui/formfields-sprite-2.png) -59px 0 no-repeat;
}

#foo:checked, .fieldbox input[type=radio]:checked + label:after {
	background-position: -90px 0;
}

#foo:checked, .fieldbox.fieldbox-radio-style-checkbox input + label:before {
	left: auto; right: 0;
}

/*.fieldbox input[type=radio] ~ .note, .fieldbox input[type=checkbox] ~ .note {*/
.fieldbox .note {
	float: right;
    margin-top: 0; margin-left: 0;
    line-height: 30px;
    font-size: 14px;
}

.fieldbox input[type=radio] ~ .note, .fieldbox input[type=checkbox] ~ .note {
	width: 650px;
	l!ine-height: 24px;
}

.fieldbox input[type=password] ~ .note {
	width: 440px;
}

/*.form-container*/  .fieldbox-buttons {
	margin: 20px 0;
	background: transparent; border-bottom: 0 none!important;
}

/*.form-container*/ .fie!ldbox-buttons button[type=submit], /*.form-container*/  .fie!ldbox-buttons input[type=submit] {
	cursor: pointer;
	display: inline-block; height: 32px; line-height: 30px; text-align: center;
	padding: 0 20px; border: 1px solid #786220;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	color: #333333; font-size: 17px; text-shadow: -1px -1px 1px rgba(255,255,255,0.5);
	background: #FFE380;
	background-image: -moz-linear-gradient(
	    center top,
	    #ffe380 0%,
	    #ffc103 100%
	);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffe380),
	    color-stop(1, #ffc103)
	);
	background-image: -webkit-linear-gradient(
	    #ffe380 0%,
	    #ffc103 100%
	);
	-moz-box-shadow: 0 0 2px #FFFFFF inset; -webkit-box-shadow: 0 0 2px #FFFFFF inset; box-shadow: 0 0 2px #FFFFFF inset;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
	width: auto;
}

.actionbutton.btnSmall, .fieldbox-buttons button[type=submit].btnSmall, /*.form-container*/  .fieldbox-buttons input[type=submit].btnSmall {
	font-size: 13px;
	height: 22px; line-height: 20px;
	padding: 0 12px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/*.form-container*/  .fieldbox-buttons .cancel {
	padding: 8px 0 0 5px;
	display: inline-block;
    font-size: 14px;
    text-decoration: underline;
}

.field-help {
	display: inline-block;
	width: 20px; height: 20px;
	background: url(/images/ui/formfields-sprite-2.png) 0 -140px no-repeat;
	margin: 0 5px -5px;
}

.form-container .actions {
	display: block;
	text-align: right;
	margin-top: 20px;
}

/* LOADER */
#loader-wrapper {
    background: rgba(204, 204, 204, 0.85);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 11px;
}

#loader {
    height: 230px;
    left: 50%;
    margin: -115px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}


#loader-rocket {
	width: 100px; height: 96px;
	background:url(/images/ui/loading-animation-sprite.png?v=2) 0 0;
	-webkit-animation-duration: 250ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: step-start;
	-webkit-animation-name: loaderanimate;
	-moz-animation-duration: 250ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: step-start;
	-moz-animation-name: loaderanimate;
}

@-webkit-keyframes loaderanimate {
	0%			{ background-position:  0px 0; }
	25%			{ background-position:100px 0; }
	50%			{ background-position:200px 0; }
	75%			{ background-position:300px 0; }
	100%		{ background-position:400px 0; }
}

@-moz-keyframes loaderanimate {
	0%			{ background-position:  0px 0; }
	25%			{ background-position:100px 0; }
	50%			{ background-position:200px 0; }
	75%			{ background-position:300px 0; }
	100%		{ background-position:400px 0; }
}

/* i think these are gone but im keeping them just in case */
#loader-circle {
  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 200px;
    width: 200px;
    position: relative;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}

#circleG{
	left: 50%;
    margin: -16px 0 0 -75px;
    position: absolute;
    top: 50%;
    width: 150px;
}

.circleG{
	background-color:#FFFFFF;
	float:left;
	height:32px;
	margin-left:17px;
	width:32px;
	-webkit-animation-name:bounce_circleG;
	-webkit-border-radius:21px;
	-webkit-animation-duration:1.9500000000000002s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-moz-animation-name:bounce_circleG;
	-moz-border-radius:21px;
	-moz-animation-duration:1.9500000000000002s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-o-animation-name:bounce_circleG;
	-o-border-radius:21px;
	-o-animation-duration:1.9500000000000002s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	animation-name:bounce_circleG;
	border-radius:21px;
	animation-duration:1.9500000000000002s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	opacity:0.3
}

#circleG_1 {
	-webkit-animation-delay:0.39s;
	-moz-animation-delay:0.39s;
	-o-animation-delay:0.39s;
	animation-delay:0.39s
}

#circleG_2{
	-webkit-animation-delay:0.91s;
	-moz-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s
}

#circleG_3{
	-webkit-animation-delay:1.17s;
	-moz-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}

@-webkit-keyframes bounce_circleG {
	0%{ opacity:0.3; }
	50%{ opacity:1; background-color:#ffffff }
	100%{ opacity:0.3 }
}

@-moz-keyframes bounce_circleG{
	0%{ opacity:0.3 }
	50%{ opacity:1; background-color:#ffffff }
	100%{ opacity:0.3 }
}
@-o-keyframes bounce_circleG{
	0%{ opacity:0.3 }
	50%{ opacity:1; background-color:#ffffff }
	100%{ opacity:0.3 }
}

@keyframes bounce_circleG{
	0%{ opacity:0.3 }
	50%{ opacity:1; background-color:#ffffff }
	100%{ opacity:0.3 }
}


#loader span {
    display: block;
    text-align: center;
    font-size: 18px; color: #ffffff;
    margin-top: 10px;
}

/* PLANS */

#maincontent #plans {
	padding-top: 8px;
	overflow: hidden;
}

#maincontent #plans section {
	float: left;
	width: 255px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 20px 20px;
	background: #ffffff;
	margin-right: 10px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 40px;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.pricing-modal-content section {
	text-align: center;
	padding: 10px;
	position: relative;
}

#maincontent #plans section:nth-of-type(3n+3) {
    m1argin-right: 0 !important;
}

#maincontent #plans section:first-of-type {
	border-width: 1px;
}

#maincontent #plans h2, .pricing-modal-content h2 {
	font-family: Museo-700, serif;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	text-shadow: -1px 1px 1px white;
	margin: 10px 0 22px;
}

#maincontent #plans h2 span, .pricing-modal-content h2 span {
	color: #666666;
	font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
	display: inline;
	font-style: italic;

}

#maincontent #plans ul, .pricing-modal-content ul {
	margin-bottom: 15px;
}

#maincontent #plans ul li, .pricing-modal-content ul li {
	line-height: 30px;
}

#maincontent #plans .popular {
	width: 279px;
	font-size: 16px;
	margin-top: 0;
}

#maincontent #plans .popular h2 {
	font-size: 40px;
}

#maincontent #plans .popular ul li {
	line-height: 34px;
}

#maincontent #plans .popular li span {
	border-bottom: 1px solid #CFE0F0;
	padding-botttom: 1px;
}

#maincontent #plans ul, .pricing-modal-content ul {
	list-style-type: none;
	color: #333333;
	line-height: 26px;
}

#maincontent #plans ul li:first-child {
	font-weight: bold;
}

#maincontent #plans .actionbutton {
	margin: 15px 0 0;
	padding: 0 45px;
}

#maincontent #plans .popular, #maincontent #plans .current {
	border-color: #40C8F4
}

#maincontent #plans .popular:after {
	content: " ";
	position: absolute;
	top: -12px; right: -12px;
	height: 63px; width: 54px;
	background: url(/images/publicsite/publicsite-sprite.png) 0 -650px no-repeat
}
/*
#maincontent #plans .current:after {
	content: " ";
	position: absolute;
	top: 0; right: 0;
	height: 57px; width: 57px;
	background: url(/images/publicsite/current-plan.png) 0 0 no-repeat
}
*/
#maincontent #plans > p {
	text-align: center;
	margin-bottom: 20px;
}

#maincontent #plans > p a {
	font-weight: bold;
}

#maincontent #plans .no-cc {
	display: block;
	color: #666666;
    font-size: 14px;
    margin-top: 3px;
    text-align: center;
    width: 100%;
    position: absolute; bottom: -30px; left: 0;
}

#maincontent #plans .popular .no-cc {
	font-size: 15px; color: #000;
	padding: 0px 10px; border: 1px solid #ecb207; width: auto;
	left: 25px; bottom: -40px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
	background-color: #ffb500;
	background-image: -moz-linear-gradient(top, #fed500 0%, #ffb500 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed500), color-stop(100%,#ffb500));
	background-image: -webkit-linear-gradient(top, #fed500 0%,#ffb500 100%);
	background-image: -o-linear-gradient(top, #fed500 0%,#ffb500 100%);
	background-image: -ms-linear-gradient(top, #fed500 0%,#ffb500 100%);
	background-image: linear-gradient(top, #fed500 0%,#ffb500 100%);
}

#maincontent #plans .contact, #maincontent #plans .annual-discount {
	clear: both; margin-top: 20px; font-size: 16px; color: #666;
}

#maincontent #plans .annual-discount {
	color: #ff5033;
	font-family: Museo-700;
	font-size: 18px;
	margin-bottom: -10px;
}

#maincontent #plans .annual-discount span {
	font-style: italic;
	font-family: Museo-500; display: inline-block; padding-right: 2px;
}

#maincontent #plans .contact a, #plans .contact a:hover {
	font-weight: 600; color: #666;
}

#plans-subtitle {
	text-align: center; margin-bottom: 30px;
	font-size: 16px; color: #666;
}

#plans-questions-icon {
	margin: -12px 0 -12px 20px;
	display: inline-block; width: 48px; height: 48px;
	background: url(/images/publicsite/publicsite-sprite.png) -100px -650px;
}

/* FOOTER */

footer {
	/*background: url(/images/ui/footer-bg.png) repeat 0 0;*/
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
	padding: 80px 0 10px 0;
	color: #999999; font-size: 11px; line-height: 18px;
	position: relative;
}

footer h2 {
	color: #666666;
	font-family: Open Sans, serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
}

#getintouch p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 80px;
}

footer > .page-margins > .subcolumns > div {
	width: 220px; float: left; margin-left: 20px;
}

footer > .page-margins > .subcolumns > div:first-child {
	margin-left: 0;
}

footer > .page-margins > .subcolumns > div p {
	margin: 10px 0;
}

footer .footer-links ul li {
	border-top: 1px solid #dddddd;
	font-size: 14px;
	line-height: 32px;
	list-style: none;
}

footer .footer-links ul li:first-child {
	border-top: 0 none;
}

footer .footer-links ul li a {
	color: #999999;
	font-size: 16px;
	display: block;
}

footer .footer-links ul li [class^="pictonic-icon-"], footer .footer-links ul li [class*=" pictonic-icon-"] {
	float: right;
	line-height: 32px;
}

footer #proud-snq {
	height: 25px;
	text-align: right;
}

footer #proud-snq a:before {
	content: " "; display: inline-block;
	height: 12px; width: 43px; margin: 0 5px -2px 0;
	background: url(/images/publicsite/snq-logo.png);
}

footer #proud-snq a, footer #proud-snq a:hover {
	display: inline-block; color: #fff; text-decoration: none;
}

footer #smallprint {
	height: 40px;
	width: 166px;
	padding: 10px 0 0 45px;
	clear: both;
	background: url(/images/footer-protologo.png) 0 10px no-repeat;
}

footer #smallprint a {
	color: #999;
}

iframe[name="google_conversion_frame"] {
	display: none;
}

#copyrights {
	background: white;
	padding: 10px 0 30px;
	opacity: 0.8;
	color: #666;
}

#freebies, #changelog {
	font-size: 16px;
}

#changelog {
	margin-top: 30px;
}

#freebies {
	margin-top: 10px;
}

/* QTIP */
.qtip {
	font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.qtip-wrapper {
	background: #030303;
	box-shadow: 1px 1px 2px #000;
	-moz-border-radius: 4px 4px 4px 0; -webkit-border-radius: 4px 4px 4px 0; border-radius: 4px 4px 4px 0;
}

.qtip-title {
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

/* BLOCK LIST */

#maincontent .block-list > *, #maincontent .dashboard-listing > * {
	display: block;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 2px;
	border-color: #ededed #ededed #dcdcdc;
	margin-bottom: 20px;
	overflow: hidden;
}

#maincontent .block-list > *:last-child, #maincontent .dashboard-listing > *:last-child {
    border-style: solid;
	border-width: 1px 1px 2px;
	border-color: #ededed #ededed #dcdcdc;
}

/* FIELDBOX-LIKE-LIST */
.fieldbox-like-listing {
	list-style: none;
}

.fieldbox-like-listing li {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    border-bottom: 1px solid white;
    font-weight: 600; font-size: 14px;
    min-height: 30px; line-height: 30px;
	o!verflow: hidden; /*dont! fix below with :after */
}

.fieldbox-like-listing li:last-of-type, .fieldbox-like-listing li.last {
	border-bottom: 1px solid #c7c7c7;
}

.fieldbox-like-listing .icon-btn {
	margin: 0 0 -8px 10px;
}

/* INFO HEADER */
#info-header {
	display: none;
	background-color: #24282a; color: white; font-size: 11px; text-align: center; padding: 5px 0; height: 25px;
	position: relative; z-index: 1000;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

#info-header a {
	color: white; text-decoration: underline;
}

body.info-header {
	background-position: 0 35px;
}

body.info-header #info-header {
	display: block;
}

/* BOX PAGE */

.box-page {
	min-height: 100%;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background-size: 100% 200px; background-repeat: no-repeat; background-color: #f9f9f9;
	text-align: center;
	overflow: auto;
}

.info-header .box-page {
	margin-top: -29px;
}

.box-page .logo {
	margin: 50px auto;
	background-position: 0 -340px;
	width: 240px; height: 70px;
}

.box-page .box {
	display: block;
	background-color: white;
	border: 1px solid #ccc; border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	margin: 0 auto 20px;
	text-align: left;
	width: 400px; padding: 30px;
	color: #666; line-height: 20px;
}

.box-page h1 {
	margin-bottom: 40px; font-size: 24px; font-weight: normal; color: #000; line-height: 30px;
}

.box-page h3 {
	font-weight: 600; color: #2b2b2b; margin-top: 20px; margin-bottom: -10px;
	font-size: 20px;
}

.box-page h3:first-of-type {
	margin-top: 0;
}

.box-page .subheader, .form-container .form-description {
	margin-top: -30px; margin-bottom: 25px;
}

.box-page p {
	margin: 10px 0;
}

.box-page .box a, .box-page .box a:hover {
	font-weight: 600; color: #333;
}

.box-page .fieldbox {
	padding: 10px 0;
}

.box-page .fieldbox.fieldbox-link {
	padding: 0;
}

.box-page .actions {
	display: block;
	margin-top: 20px; text-align: right;
}

.form-container .actions button[type="submit"], .form-container .actions input[type="submit"] {
	font-size: 15px;
	padding: 6px 11px 5px;
}

.box-page .box a.blue-btn, .box-page .box a.blue-btn:hover {
	color: #fff;
}

.box-page .fieldbox {
	border: 0 none; background: transparent;
}

.box-page .fieldbox label {
	width: 70px;
}

.box-page .fieldbox input[type=text], .box-page .fieldbox input[type=email], .box-page .fieldbox input[type=password] {
	width: 270px;
}

.box-page ul {
	list-style-position: inside;
}

.box-page .form-container .error, .box-page .form-container .success {
	margin-left: 95px;
}

/* ICON BUTTONS */
.icon-btn {
	padding-left: 25px; display: inline-block;
	height:22px; overflow: hidden; position: relative;
	line-height: 20px; cursor: pointer; color: #34A7C1;
}
/*
.icon-btn:before {
	content: '';
	width: 100%; height: 1px; display: inline-block;
	position: absolute; left: 25px; bottom: 0px;
	background-color: #34A7C1; opacity: 0.2;
}
*/
.icon-btn:after {
	content: '';
	width: 20px; height: 20px; display: inline-block;
	position: absolute; left: 0; top: 0;
	background: url(/images/ui/icons-sprite.png) 0 0 no-repeat;
}

.icon-btn:hover {
	text-decoration: none;
}

.icon-btn.icon-right {
	padding: 0 25px 0 0;
}


.icon-btn.icon-right:after {
	left: auto; right: 0;
}

.icon-btn.icon-right:before {
	left: -25px;
}

.icon-btn.icon-red {
	color: #CC0033;
}
/*
.icon-btn.icon-red:before {
	background-color: #CC0033;
}
*/
.icon-btn.icon-btn-large {
	padding-left: 40px; height:40px; line-height: 40px;
}

.icon-btn.icon-btn-large:before {
	display: none;
}

.icon-btn.icon-btn-large:after {
	width: 40px; height: 40px;
}

.icon-btn.no-icon {
	padding-left: 0;
}

.icon-btn.no-icon:after {
	display: none;
}

.icon-btn.no-icon:before {
	left: 0;
}

/* ICONS */

.icon-btn.icon-more:after {
	background-position: -20px 1px;
}

.icon-btn.icon-twitter:after {
	background-position: -40px 0px;
}

.icon-btn.icon-twitter:before {
	display: none;
}

.icon-btn.icon-twitter a {
	display: inline-block;
	height:22px; overflow: hidden; position: relative;
	margin-bottom: -6px;
}

.icon-btn.icon-twitter a:hover {
	text-decoration: none;
}
/*
.icon-btn.icon-twitter a:before {
	content: '';
	width: 100%; height: 1px; display: inline-block;
	position: absolute; left: 0px; bottom: 0px;
	background-color: #34A7C1; opacity: 0.2;
}
*/
.icon-btn.icon-btn-large.icon-home-ux:after {
	background-position: 0 -100px;
}

.icon-btn.icon-btn-large.icon-home-designers:after {
	background-position: -40px -100px;
}

.icon-btn.icon-btn-large.icon-home-coders:after {
	background-position: -80px -100px;
}

.icon-btn.icon-btn-large.icon-home-managers:after {
	background-position: -120px -100px;
}

.icon-btn.icon-btn-large.icon-home-everyone:after {
	background-position: -160px -100px;
}

.icon-btn.icon-date-grey:after {
	background-position: -40px -140px;
}

.icon-btn.icon-comments-grey:after {
	background-position: 0 -140px;
}

.icon-btn.icon-add:after {
	background-position: -80px 0;
}

.icon-btn.icon-duplicate:after {
	background-position: -100px 0;
}

.icon-btn.icon-delete-red {
	color: #CC0033!important;
}

.icon-btn.icon-delete-red:after {
	background-position: -120px 0;
}

.icon-btn.icon-delete-red:before {
	background: #CC0033;
}

.icon-btn.icon-upgrade:after {
	background-position: -140px 0;
}

.yes {
	color: #09C;
}

.no {
	color: #C03;
}

.blue-icon-btn {
	color: white;
	padding: 5px 11px 3px 30px; display: inline-block; margin-bottom: 2px;
	background: #40c8f4;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	cursor: pointer;
	width: auto;
	outline:0;
	border: 0;
}

.blue-icon-btn:active {
	position:relative;
	top:1px;
}

.blue-icon-btn:active, .blue-icon-btn:focus {
	outline:0;
}

.blue-icon-btn.icon-btn:after {
	top: 6px; left: 6px;
}

#SNQ-drawer {
	display: block; width: 35px; height: 52px;
	position: absolute; right: 0; top: 60%;
	background: url(/images/ui/snq-logo.png);
}

.box-page {
	background: url("/images/ui/header-doodles.png") center center #40C8F4;
}

.box-page .protoio-logo {
	width: 240px; height: 70px;
	background-position: 0 -340px;
}

.login-box-page.box-page .box {
	border: 0 none; background: transparent;
	width: 300px; padding-top: 0; padding-bottom: 0;
	box-shadow: none;
}

.login-box-page .form-container input {
	width: 100%; font-size: 16px;
	padding: 10px;
	margin: 0;
}

.login-box-page input[name="login-url"] {
	border-radius: 5px 5px 0 0;
	border-bottom: 0 none;
	box-shadow: 0 1px 1px #EEEEEE inset, 0 -1px 1px -1px  rgba(0,0,0,0.5);
}

.login-box-page input[name="email"] {
	border-radius: 5px 5px 0 0;
	border-bottom: 0 none;
	box-shadow: 0 1px 1px #EEEEEE inset, 0 -1px 1px -1px  rgba(0,0,0,0.5);
}

.login-box-page input[name="login-url"] + input[name="email"] {
	border-radius: 0;
	border-bottom: 0 none; border-top: 0 none;
	box-shadow: 0 1px 1px #EEEEEE inset;
}

.login-box-page input[name="password"] {
	border-radius: 0 0 5px 5px;
	border-top: 0 none;
}

.login-box-page input[name="login-url"]:disabled {
	background: white;
}

.login-box-page input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
.login-box-page input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
.login-box-page input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
.login-box-page input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.login-box-page .field-help {
	float: right; position: relative; top: 10px; right: 5px; margin-bottom: -20px;
}

.login-box-page #forgot-password-link {
	float: right; margin-top: -38px; margin-right: 20px;
	position: relative; z-index: 1;
}

.login-box-page input[type=checkbox] + label {
	margin-left: 10px; width: auto; color: #2b2b2b; cursor: pointer;
}

.login-box-page .form-container .actions input[type="submit"] {
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
	background-image: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
	color: #666; text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	font-size: 18px; padding: 10px;
	box-shadow: 0 1px 0 #B0B0B0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.login-box-page .actions {
	margin-top: 25px;
}

.box-page .outer-footer {
	color: white;
}

.box-page:not(.bright-box-page) .outer-footer b {
	font-weight: bold;
}

.box-page .outer-footer a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.bright-box-page .outer-footer, .bright-box-page .outer-footer a {
	color: #2b2b2b;
}

.box-page.bright-box-page .outer-footer a {
	font-weight: 600;
}

.custom-branding-box-page .blue-btn, .custom-branding-box-page button {
	box-shadow: 0 1px 0 #B5B5B5!important;
}

.custom-branding-box-page.bright-box-page:not(.very-bright-box-page) .blue-btn, .custom-branding-box-page.bright-box-page:not(.very-bright-box-page) button {
	color: #555555!important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5)!important;
}

/* second design with checkbox in box */
.login-box-page input[name="password"] {
	border-bottom: 0 none;
	border-radius: 0;
}

#fieldbox-stayin {
	border: 1px solid #ccc;
	border-top: 0;
	box-shadow: 0 1px 1px #EEEEEE inset, 0 -1px 1px -1px rgba(0, 0, 0, 0.5);
	padding: 5px 0;
	border-radius: 0 0 5px 5px;
	background: white;
}

.login-box-page .actions {
	margin-top: 10px;
}

.login-box-page input[name="password"]:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset, 0 1px 1px #EEEEEE inset, 0 -1px 1px -1px rgba(0, 0, 0, 0.5);
}

.login-box-page input[name="email"]:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset, 0 1px 1px #EEEEEE inset, 0 -1px 1px -1px rgba(0,0,0,0.5);
}

.login-error {
	display: block;
	border-bottom: 1px solid #f0c7d1; padding: 5px 0 8px;
	background: #ffeaea;
	font-weight: 600; color: #d93b61; text-align: center;
}

.login-error:after {
	content: "!";
	font-weight: bold; font-size: 22px;
	color: #d93b61;
	position: relative; bottom: -2px; padding-left: 5px;
}

.help-tooltip {
	position: relative;
	cursor: pointer;
}

.help-tooltip-text {
	display: none;
	position: absolute; left: 50%; top: 35px; margin-left: -195px;
	background: #24282A; padding: 5px 10px;
	border-radius: 3px;
	width: 370px;
	line-height: 15px; font-weight: normal;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.help-tooltip-text p {
	margin-top: 5px;
}

.help-tooltip-text p:first-child {
	margin-top: 0px;
}

.help-tooltip:hover .help-tooltip-text {
	display: block;
}


.help-tooltip-text:before {
    background-color: #24282A;
    content: " ";
    height: 10px;
    left: -5px;
    margin-left: 50%;
    position: absolute;
    top: -4px;
    -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
    width: 10px;
}