@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	background: url(/media/images/bg.jpg);
	background: url(/media/images/bg.jpg), -webkit-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(/media/images/bg.jpg), -moz-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(/media/images/bg.jpg), -ms-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(/media/images/bg.jpg), -o-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(/media/images/bg.jpg), radial-gradient(center center, circle, #37383c, #0a0b0d);
}

body {
	overflow: hidden;
	font: 16px/1.4 Lato, sans-serif;
}

body:-webkit-full-screen {
	width: 100%;
	background: url(/media/images/bg.jpg), -webkit-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-moz-full-screen {
	width: 100%;
	background: url(/media/images/bg.jpg), -moz-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-ms-full-screen {
	width: 100%;
	background: url(/media/images/bg.jpg), -ms-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-o-full-screen {
	width: 100%;
	background: url(/media/images/bg.jpg), -o-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:full-screen {
	width: 100%;
	background: url(/media/images/bg.jpg), radial-gradient(center center, circle, #37383c, #0a0b0d);
}

body:-webkit-full-screen #scMenu { width: 0; overflow: hidden; }
body:-moz-full-screen #scMenu { width: 0; overflow: hidden; }
body:-ms-full-screen #scMenu { width: 0; overflow: hidden; }
body:-o-full-screen #scMenu { width: 0; overflow: hidden; }
body:full-screen #scMenu { width: 0; overflow: hidden; }

a img, img a, a:focus, a:active { 
	border: 0 !important; 
	outline: none !important; 
}


.logo {
	border: 0;
	margin: 10px 0 15px;
	text-indent: -1000em;
	background: url(/media/images/logo-small.png) no-repeat center center;
	height: 75px;
}
.logo a img { border: 0; }

#fs-logo {
	position: absolute;
	right: 10px;
	bottom: -50px;
	width: 150px;
	height: 43px;
	background: url(/media/images/fs-logo.png) no-repeat center center;

	-webkit-transition: bottom 500ms ease;
	-moz-transition: bottom 500ms ease;
	-ms-transition: bottom 500ms ease;
	-o-transition: bottom 500ms ease;
	transition: bottom 500ms ease;
}
body:-webkit-full-screen #fs-logo { bottom: 10px; }
body:-moz-full-screen #fs-logo { bottom: 10px; }
body:-ms-full-screen #fs-logo { bottom: 10px; }
body:-o-full-screen #fs-logo { bottom: 10px; }
body:full-screen #fs-logo { bottom: 10px; }

.copy-wrap {
	padding: 0 0 10px 32px;
}
.copy-wrap label { color: #444; cursor:pointer; }
#copy-it {
	width: 195px;
	height: 23px;
	line-height: 23px;
	font-size: 18px;
	display: block;
	margin: 0 0 0 10px;
	border: 0;
	background: #fff url(/media/metro/cllipboard_small.png) no-repeat 170px 2px;
	outline: none !important;
	float: left;
	color: #444;
}

.disqus-comments {
	width: 310px;
	margin: 0;
	max-height: 415px;
	overflow: auto;
	overflow-x: hidden;
	padding: 9px;
	background: #f9f9f9;
}
.disqus-comments .fb-like > span { overflow: hidden; }

.large-button {
	background: #73a729;
	background: url(/media/images/button_bg_arrow.png), -webkit-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -webkit-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -moz-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -moz-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -ms-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -ms-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -o-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -o-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), linear-gradient(top, #81bc2e, #669424);
	background-position: right top, -0px -50px, left top;
	background-repeat: no-repeat, no-repeat, repeat;
	width: 250px;
	margin: 5px auto 20px;
	border: 2px solid #4e711b;
	border-bottom-width: 3px;
	border-top-width: 1px;
	border-radius: 4px;
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.14);

	-webkit-transition: 300ms background-position ease;
	-moz-transition: 300ms background-position ease;
	-ms-transition: 300ms background-position ease;
	-o-transition: 300ms background-position ease;
	transition: 300ms background-position ease;
}
.large-button:hover {
	background-position: right top, 0 1px, left top;
}

.large-button a {
	text-decoration: none !important;
}

.lb-main {
	padding: 5px 9px 0;
	font: 300 26px Lato, sans-serif;
	line-height: 34px;
	color: #fff;
	text-shadow: 0 -1px 0 #4c7119;
}
.lb-main strong { font-weight: 400; }
.lb-alt {
	padding: 0 9px 5px;
	font: 15px Lato, sans-serif;
	color: #3e600f;
	text-shadow: 0 1px 0 rgba(255,255,255,0.24);
}

.img-loader {
	position: absolute;
	left: -10000px;
	top: -10000px;
	z-index: 1;
	min-width: 150px;

	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.social-block {
	padding: 8px 0 6px;
	background: #d4d4d4;
	position: absolute;
	width:328px;
	bottom: 0;
	right: 0;
}
.inner-social-block {
	display: block;
	margin: 0 auto;
	width: 274px;
}
.social {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(/media/images/social/social_sprite.png) no-repeat;
	border: 0;
	margin: 0 6px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.social:hover { 
	opacity: 0.7;
}
.googleplus { background-position: -1px 0; }
.pinterest { background-position: -36px 0; }
.twitter { background-position: -137px 0; }
.linkedin { background-position: -70px 0; }
.reddit { background-position: -104px 0; }
.facebook { background-position: -170px 0; }


canvas {
	position:relative;
	cursor: crosshair;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 2;
}
#image_canvas {
	z-index: 7;
}
#save_canvas {
	position: absolute;
}

#tool_set {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #929292;
	border: 0;
	margin: 0;
	padding: 4px 12px;

	box-sizing: border-box;
	z-index: 999;
}

.ts-icon, .ts-halficon {
	position: relative;
	display: block;
	cursor: pointer;
	height: 36px;
	margin: 6px 7px;

	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
	-ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
	-o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);

	background: transparent -webkit-linear-gradient(top, #616161, #393939) no-repeat center center;
	background: transparent -moz-linear-gradient(top, #616161, #393939) no-repeat center center;
	background: transparent -ms-linear-gradient(top, #616161, #393939) no-repeat center center;
	background: transparent -o-linear-gradient(top, #616161, #393939) no-repeat center center;
	background: transparent linear-gradient(top, #616161, #393939) no-repeat center center;

	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
}
.ts-halficon {
	width:42.5%;
	display: inline-block;
}
.left-ts, .left-ts-tool {
	margin: 0 -2px -5px 4px;

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.right-ts, .right-ts-tool {
	margin: 0 4px -5px -2px;
	border-left:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ts-icon:before, .ts-halficon:before {
	opacity: 1;
	position: absolute;
	display: block;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: none no-repeat center center;
	background-size: 22px 22px;
	border-radius: 5px;
}
.ts-halficon:before {
	background-size: 18px 18px;
}
.ts-icon:hover, .ts-halficon:hover {
	background-image: -webkit-linear-gradient(top, #6f6f6f, #454545);
	background-image: -moz-linear-gradient(top, #6f6f6f, #454545);
	background-image: -ms-linear-gradient(top, #6f6f6f, #454545);
	background-image: -o-linear-gradient(top, #6f6f6f, #454545);
	background-image: linear-gradient(top, #6f6f6f, #454545);
}
.ts-icon:active:before {
	opacity: 0.3;
}

.ts-icon:active {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 2px rgba(0,0,0,0.25), inset 0 0 0 3px rgba(255,255,255,0.01), 0 0 0 1px rgba(255,255,255,0.05);
	background-image: -webkit-linear-gradient(bottom, #414040, #252525);
	background-image: -moz-linear-gradient(bottom, #414040, #252525);
	background-image: -ms-linear-gradient(bottom, #414040, #252525);
	background-image: -o-linear-gradient(bottom, #414040, #252525);
	background-image: linear-gradient(bottom, #414040, #252525);
	border-color: rgba(0,0,0,0.6);
}
.ts-icon.selected {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 2px rgba(255,255,255,0.05), inset 0 0 0 3px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.1);
	background-image: -webkit-linear-gradient(bottom, #5b5b5b, #323232);
	background-image: -moz-linear-gradient(bottom, #5b5b5b, #323232);
	background-image: -ms-linear-gradient(bottom, #5b5b5b, #323232);
	background-image: -o-linear-gradient(bottom, #5b5b5b, #323232);
	background-image: linear-gradient(bottom, #5b5b5b, #323232);
	border-color: rgba(0,0,0,0.6);
}
.ts-icon.selected:before {
	opacity: 0.7;
}

.ts-icon.disabled, .ts-halficon.disabled {
	cursor: default;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.01), inset 0 0 0 2px rgba(255,255,255,0.05), inset 0 0 0 3px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.05);
	background-image: -webkit-linear-gradient(top, #616161, #393939);
	background-image: -moz-linear-gradient(top, #616161, #393939);
	background-image: -ms-linear-gradient(top, #616161, #393939);
	background-image: -o-linear-gradient(top, #616161, #393939);
	background-image: linear-gradient(top, #616161, #393939);
	border-color: rgba(0,0,0,0.1);
}
.ts-icon.disabled:before, .ts-halficon.disabled:before {
	opacity:0.4;
}

.ts-icon.disabled:hover, .ts-halficon.disabled:hover {

}
.meta-group {
	margin-top: 24px;
}


.right-ts-tool, .left-ts-tool, .ts-tool {
	margin-top: -6px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #3c3c3c, #1b1b1b);
	background-image: -moz-linear-gradient(top, #3c3c3c, #1b1b1b);
	background-image: -ms-linear-gradient(top, #3c3c3c, #1b1b1b);
	background-image: -o-linear-gradient(top, #3c3c3c, #1b1b1b);
	background-image: linear-gradient(top, #3c3c3c, #1b1b1b);
}

.right-ts-tool:hover, .left-ts-tool:hover, .ts-tool:hover {
	background-image: -webkit-linear-gradient(top, #474747, #262626);
	background-image: -moz-linear-gradient(top, #474747, #262626);
	background-image: -ms-linear-gradient(top, #474747, #262626);
	background-image: -o-linear-gradient(top, #474747, #262626);
	background-image: linear-gradient(top, #474747, #262626);
}

.left-ts-tool {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05), inset 0 0 0 3px rgba(0,0,0,0.25),1px 1px 0 rgba(255,255,255,0.1);
	margin-left: 7px;
	width: 31px;
}
.right-ts-tool {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05), inset 0 0 0 3px rgba(0,0,0,0.25),1px 1px 0 rgba(255,255,255,0.1);
	width: 32px;
}

.ts-tool {
	margin: -6px 7px 5px;

	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/* TOOLBAR ICONS */
.brush:before  { background-image: url(/media/metro/brush.png); }
.shape:before  { background-image: url(/media/metro/rounded_rectangle.png) }
.text:before   { background-image: url(/media/metro/generic_text.png) }
.blur:before   { background-image: url(/media/metro/cloud.png) }
.eraser:before { background-image: url(/media/metro/erase.png) }
.undo:before   { background-image: url(/media/metro/undo.png) }
.redo:before   { background-image: url(/media/metro/redo.png) }
.reset:before  { background-image: url(/media/metro/empty_trash.png) }
.reset.has-trash:before  { background-image: url(/media/metro/full_trash.png) }
.save:before   { background-image: url(/media/metro/save.png) }

.brush.selected, .eraser.selected {
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 0 2px rgba(255,255,255,0.05), inset 0 0 0 3px rgba(0,0,0,0.25),0 -1px 0 1px rgba(255,255,255,0.1);
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fontsettings:before { background-image: url(/media/metro/text_options.png); }

.thickness:before { background-image: url(/media/metro/line_width.png); }

.colors:before { 
	margin: 3px auto 0;
	background-size: 100% 100%;
	background-color: #000;
	background-image: url(/media/images/color-masker.png);
	width: 25px;
	height: 30px;
	border-radius: 0;
}

.ts-metaicon {
	cursor: pointer;
	position: absolute;
	left:0;
	right:0;
	height: 36px;
	background: rgba(0,0,0,0.3) none no-repeat center center;
}
.ts-metaicon:hover {
	background-color: rgba(0,0,0,0.7);
}

#close_editor {
	bottom:0;
	background-image:url(/media/metro/arrow_left.png);
}

.cursor-text { cursor: default; }
.cursor-shape { cursor: crosshair; }
.cursor-6 { cursor: url(/media/cursors/cursor_6.png) 3 3, crosshair; }
.cursor-sq-6 { cursor: url(/media/cursors/cursor_sq_6.png) 4 4, crosshair; }
.cursor-10 { cursor: url(/media/cursors/cursor_10.png) 5 5, crosshair; }
.cursor-sq-10 { cursor: url(/media/cursors/cursor_sq_10.png) 5 5, crosshair; }
.cursor-18 { cursor: url(/media/cursors/cursor_18.png) 9 9, crosshair; }
.cursor-sq-18 { cursor: url(/media/cursors/cursor_sq_18.png) 9 9, crosshair; }
.cursor-32 { cursor: url(/media/cursors/cursor_32.png) 16 16, crosshair; }
.cursor-sq-32 { cursor: url(/media/cursors/cursor_sq_32.png) 16 16, crosshair; }
.cursor-46 { cursor: url(/media/cursors/cursor_46.png) 23 23, crosshair; }
.cursor-sq-46 { cursor: url(/media/cursors/cursor_sq_46.png) 23 23, crosshair; }
.cursor-60 { cursor: url(/media/cursors/cursor_60.png) 30 30, crosshair; }
.cursor-sq-60 { cursor: url(/media/cursors/cursor_sq_60.png) 30 30, crosshair; }
.cursor-84 { cursor: url(/media/cursors/cursor_84.png) 42 42, crosshair; }
.cursor-sq-84 { cursor: url(/media/cursors/cursor_sq_84.png) 42 42, crosshair; }
.cursor-100 { cursor: url(/media/cursors/cursor_100.png) 50 50, crosshair; }
.cursor-sq-100 { cursor: url(/media/cursors/cursor_sq_100.png) 50 50, crosshair; }


#metaMenu {
	position: absolute;
	left: 80px;
	bottom: 0;
	right: 328px;
	height: 36px;
	background: rgba(0,0,0,0.3);
	text-align: right;
	padding: 5px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#drawTools {
	padding-top: 8px;
	position: absolute;
	background: rgba(0,0,0,0.5) -webkit-linear-gradient(right, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background: rgba(0,0,0,0.5) -moz-linear-gradient(right, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background: rgba(0,0,0,0.5) -ms-linear-gradient(right, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background: rgba(0,0,0,0.5) -o-linear-gradient(right, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background: rgba(0,0,0,0.5) linear-gradient(right, rgba(0,0,0,0.1), rgba(0,0,0,0));
	top: 0px;
	bottom: 0;
	left: 0;
	z-index: 2000;

	overflow: hidden;
	white-space: nowrap;
	width: 0;
	border-right: 0;

/*	-webkit-transition: width 0.5s ease;*/

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.ui-toolbar {
	color: #f1f1f1;	
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.ui-label {
	height: 26px;
	line-height: 26px;
	position: relative;
}

.ui-download {
	text-decoration:none;
	color:white;
}

.ui-button, .ui-icon-button {
	background: rgba(255,255,255,0.0);
	border-radius: 3px;
	padding: 0 6px;
	height: 26px;
	line-height: 22px;
	float: left;
	position: relative;
	margin: 2px 12px;

	cursor: pointer;
}
.ui-button:hover, .ui-icon-button:hover {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.3);

	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.45);
}

.ui-icon-button {
	background: rgba(255,255,255, 0) none no-repeat 4px center;
	background-size: auto 50%;
	padding: 0 7px 0 24px;
}
.edit-ico {
	background-image: url(/media/metro/edit.png);
}
.edit-ico:hover {
	background-image: url(/media/metro/dark/edit.png);
}

.ui-divide-right:after {
	content: "|";
	position: absolute;
	right: -10px;
	top: 0;
	display: block;
}


.ui-dialog {
	padding: 12px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.65)), url(/media/images/bg.jpg);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.65)), url(/media/images/bg.jpg);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.65)), url(/media/images/bg.jpg);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.65)), url(/media/images/bg.jpg);
	background-image: linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.65)), url(/media/images/bg.jpg);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), inset 0 0 0 4px rgba(255,255,255,0.1), inset 0 0 0 5px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	z-index: 2001;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ui-dialog:after {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 19px;
	background: url(/media/images/dialog_arrow.png) no-repeat center center;
}
.ui-dialog h3 {
	color: #fff;
	margin-top: 0;
}
.ui-dialog fieldset {
	border: 1px solid rgba(255,255,255,0.3);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.ui-dialog fieldset legend {
	padding: 0 8px;
}
.ui-dialog fieldset.emptied {
	box-shadow: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
.ui-dialog fieldset.emptied legend {
	padding: 0 0 0 23px;
}
.ui-dialog legend h3 {
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#brushColor_dialog {
	left: 42px;
	top: 50px;
}
#brushColor_dialog:after {
	left: -12px;
	top: 20px;
}
#brushColor_dialog.font-colorer {
	left: 42px;
	top: 120px;
}

#text_dialog {
	left: 80px;
	top: 120px;
}
#text_dialog:after {
	left: -12px;
	top: 20px;
}

#brushSize_dialog {
	left: 62px;
	top: 50px;
}
#brushSize_dialog.eraser-sizer {
	left: 62px;
	top: 220px;
}
#brushSize_dialog:after {
	left: -12px;
	top: 20px;
}

#drawTools.dt-show {
	border-right: 1px solid rgba(0,0,0,0.4);
	box-shadow: 1px 0 0 rgba(255,255,255,0.08), 2px 0 9px 3px rgba(0,0,0,0.5);
	width: 80px;
}

#brushBox {
	list-style: none;
	margin: 0;
	padding: 0;
}
.brush-case {
	display: block;
}

.brush-text {
	display: inline-block;
	width: 40px;
}
.brush-display {
	cursor: pointer;
	display: inline-block;
	background: #000;
	border: 2px solid #000;
}
.brush-on {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.brush-6 { width: 6px; height: 6px; border-radius: 6px; margin:0 auto; }
.brush-10 { width: 10px; height: 10px; border-radius: 10px; margin:0 auto }
.brush-18 { width: 18px; height: 18px; border-radius: 18px; margin:0 auto;}
.brush-32 { width: 32px; height: 32px; border-radius: 32px; margin:0 auto;}
.brush-46 { width: 46px; height: 46px; border-radius: 46px; margin:0 auto;}
.brush-60 { width: 60px; height: 60px; border-radius: 60px; margin:0 auto;}
.brush-84 { width: 84px; height: 84px; border-radius: 84px; margin:0 auto; }
.brush-100 { width: 100px; height: 100px; border-radius: 100px; margin:0 auto; }

label { color: #eee;}


input[type="text"] {
	vertical-align: middle;
}

select {
	height: 24px;
	border: 0;
	padding: 2px;
	min-width: 50px;
	font-size: 17px;
}
select:focus, select:active {
	outline: none;
}

#brushColor {
	font-family: monospace;
}

#pinpointColor {

}

.preset-colors {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.7);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}
.preset-colors.is-light {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
}

.preset-selected {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5), inset 0 0 0 3px rgba(0,0,0,0.2) !important;
}
.preset-selected-alt {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.5), inset 0 0 0 3px rgba(0,0,0,0.1) !important;
}


.ir { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.ir br { display: none; }
.hidden, .none { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
.goleft { float: left; }
.goright { float: right; }
.center { text-align: center; }

.ui-menu { position: absolute; width: 120px; }


#scMenu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 328px;
	background: #fff;
	z-index: 900;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	box-shadow: -5px 0 12px rgba(0,0,0,0.4);
}

.ui-hovershow {
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.ui-hovershow:hover {
	opacity: 1 !important;
}

#textInsertion {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1200;
}

#image_toolbar {
	background: #000;
	position: absolute;
	background: rgba(0,0,0,0.7);
	padding: 4px;
	height: 30px;
	z-index: 4;
	opacity: 0;

	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	-ms-transition: opacity 450ms ease;
	-o-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}
#image_toolbar div:hover, #image_toolbar:hover {
	opacity: 1 !important;
}

#image_preload:hover ~ .ui-onover, .ui-onover:hover ~ .ui-onover {
	opacity: 1 !important;
}



#fullscreen_it {
	width: 13px;
	height: 13px;
	opacity: 0;
	cursor: pointer;
	background: url(/media/images/enlarge.png) no-repeat center center;
	position: absolute;
	z-index: 5;
}

#editor_toggle {
	width: 26px;
	height: 26px;
	opacity: 0.3;
	cursor: pointer;
	background: url(/media/metro/edit.png) no-repeat center center;
	z-index: 5;
	float: right;
}



body:-webkit-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(/media/images/exit_fullscreen.png) !important;
}
body:-moz-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(/media/images/exit_fullscreen.png) !important;
}
body:-ms-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(/media/images/exit_fullscreen.png) !important;
}
body:-o-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(/media/images/exit_fullscreen.png) !important;
}
body:full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(/media/images/exit_fullscreen.png) !important;
}

#page_extras {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height:140px
}

.miniColors-trigger {
	height: 22px;
	width: 22px;
	background: url(/media/images/trigger.png) center no-repeat;
	vertical-align: middle;
	margin: 0 2px;
	display: inline-block;
	outline: none;
}

.miniColors-selector {
	position: absolute;
	width: 175px;
	height: 150px;
	background: white;
	border: solid 1px #BBB;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}

.miniColors-selector.black {
	background: black;
	border-color: black;
}

.miniColors-colors {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 150px;
	background: url(/media/images/colors.png) right no-repeat;
	cursor: crosshair;
}

.miniColors-hues {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 20px;
	height: 150px;
	background: url(/media/images/colors.png) left no-repeat;
	cursor: crosshair;
}

.miniColors-colorPicker {
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid black;
	border-radius: 11px;
}
.miniColors-colorPicker-inner {
	position: absolute;
	top: 0;
	left: 0; 
	width: 7px;
	height: 7px;
	border: 1px solid white;
	border-radius: 9px;
}

.miniColors-huePicker {
	position: absolute;
	left: -3px;
	width: 24px;
	height: 1px;
	border: 1px solid black;
	background: white;
}


.mod {
	margin: 1px auto;
	padding:0 0;
	position:relative;
}
.mod .bd {
	padding: 5px 5px 0;
	margin: 0 0 -5px 0 !important;
	border: 0;
	background:#fff;
	background-color: rgba(255,255,255,0.0);

	font: 500 24px 'Droid Sans',Arial, sans-serif;
}

.mod .bd:focus, .mod .bd:active {
	outline: none;
}


.marchingants {
	background: transparent url(/media/images/ants.gif) repeat-y -7px -5px;
}

.mod .inner {
	z-index: 1900;
	position: relative;
	padding:0 0 0 0;
}
.marchingants .inner {
	background: transparent url(/media/images/ants.gif) repeat-x 0 -7px;
}
.inner .mover {
	z-index: 2900;
	position: absolute;
	cursor: move;
	left: -10px;
	top: -10px;
	background: none;

	width: 24px;
	height: 24px;
	overflow: hidden;
}
.marchingants .inner .mover {
	background: transparent url(/media/metro/drag_around.png);
	background-size: contain;
}

.mod .hd {
	height:100%;
	margin: 0;
	position:absolute;
	right:0;
	width:1px;
}
.marchingants .hd {
	background: url(/media/images/ants.gif) repeat-y 0 0;
}
.mod .ft {
	height:1px;
	margin: 0;
}
.marchingants .ft {
	background: url(/media/images/ants.gif) repeat-x 0 0;
}
	
.marchingants,
.marchingants .inner,
.marchingants .hd,
.marchingants .ft {
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-ms-animation-duration: 1.4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.marchingants { 
	-webkit-animation-name: march-up; 
	-moz-animation-name: march-up; 
	-ms-animation-name: march-up; 
	-o-animation-name: march-up; 
	animation-name: march-up; 
}
.marchingants .inner { 
	-webkit-animation-name: march-right; 
	-moz-animation-name: march-right; 
	-ms-animation-name: march-right; 
	-o-animation-name: march-right; 
	animation-name: march-right; 
}
.marchingants .hd { 
	-webkit-animation-name: march-down; 
	-moz-animation-name: march-down; 
	-ms-animation-name: march-down; 
	-o-animation-name: march-down; 
	animation-name: march-down; 
}
.marchingants .ft { 
	-webkit-animation-name: march-left; 
	-moz-animation-name: march-left; 
	-ms-animation-name: march-left; 
	-o-animation-name: march-left; 
	animation-name: march-left; 
}

@-webkit-keyframes march-right {
	from { background-position-x: 0; }
	to { background-position-x: 8px; }
}
@-webkit-keyframes march-left {
	from { background-position-x: 8px; }
	to { background-position-x: 0; }
}
@-webkit-keyframes march-up {
	from { background-position-y: 8px; }
	to { background-position-y: 0; }
}
@-webkit-keyframes march-down {
	from { background-position-y: 0; }
	to { background-position-y: 8px; }
}

@-moz-keyframes march-right {
	from { background-position-x: 0; }
	to { background-position-x: 8px; }
}
@-moz-keyframes march-left {
	from { background-position-x: 8px; }
	to { background-position-x: 0; }
}
@-moz-keyframes march-up {
	from { background-position-y: 8px; }
	to { background-position-y: 0; }
}
@-moz-keyframes march-down {
	from { background-position-y: 0; }
	to { background-position-y: 8px; }
}


@-ms-keyframes march-right {
	from { background-position-x: 0; }
	to { background-position-x: 8px; }
}
@-ms-keyframes march-left {
	from { background-position-x: 8px; }
	to { background-position-x: 0; }
}
@-ms-keyframes march-up {
	from { background-position-y: 8px; }
	to { background-position-y: 0; }
}
@-ms-keyframes march-down {
	from { background-position-y: 0; }
	to { background-position-y: 8px; }
}


@-o-keyframes march-right {
	from { background-position-x: 0; }
	to { background-position-x: 8px; }
}
@-o-keyframes march-left {
	from { background-position-x: 8px; }
	to { background-position-x: 0; }
}
@-o-keyframes march-up {
	from { background-position-y: 8px; }
	to { background-position-y: 0; }
}
@-o-keyframes march-down {
	from { background-position-y: 0; }
	to { background-position-y: 8px; }
}


@keyframes march-right {
	from { background-position-x: 0; }
	to { background-position-x: 8px; }
}
@keyframes march-left {
	from { background-position-x: 8px; }
	to { background-position-x: 0; }
}
@keyframes march-up {
	from { background-position-y: 8px; }
	to { background-position-y: 0; }
}
@keyframes march-down {
	from { background-position-y: 0; }
	to { background-position-y: 8px; }
}

@media (max-height: 550px) {
	.disqus-comments { display: none; }
}

@media (max-width: 900px) {
	#scMenu {
		width: 225px;
	}
	.social-block {
		width: 225px;
	}
	.large-button {
		width: auto;
		margin: 3px;
	}

	#page_advert { display: none; }
	.disqus-comments { display: none; }
	#page_extras { height: auto; }
}

@media (max-width: 675px) {
	#scMenu { 
		display: none; 
		width: 0; 
		overflow: hidden; 
	}
	#fs-logo {
		bottom: 10px;
		width: 100px;
		background-size: contain;
		z-index: 999;
	}
	#fullscreen_it { display: none;}
}


/* DrewL - Added 2021.09.13 */
select#duration_sel, select#duration_sel option { font-size:0.8em; color:#EEE; padding:.5em .5em; }
select#duration_sel option { background-color: #4D4D4D; color:#EEE; }

