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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
@font-face {
	font-family: 'Conv_Handel Gothic';
	src: url('fonts/Handel Gothic.eot');
	src: local('☺'), url('fonts/Handel Gothic.woff') format('woff'), url('fonts/Handel Gothic.ttf') format('truetype'), url('fonts/Handel Gothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	color:#333333;
	font-size:13px;
}
body.light-p {
	background:#e2e2e1;
	color:#4b3d28; 
	font-size:13px;
}
body * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body, html {
	margin:0;
	padding:0;
	width:100%;
}
.border {
	border:solid 10px #f36a19;
}
#draw_area {
	width:100%;
	display:block;
	position:relative;
	background:url(img/placeholder.jpg) no-repeat center center #111;
	background-size:cover;
	-webkit-background-size:cover;
}
#draw_area canvas {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:100% !important;
	height:auto !important;
}
#image_area {
	position:relative !important;
}
#container {
	display:block;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.draw-area-bottom {
	font-size:22px;
	font-family: 'Conv_Handel Gothic';
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.draw-area-bottom span {
	color:#f36a19;
	font-size:33px;
}
.logo-top {
	display:block;
	padding-bottom:15px;
	text-align:right;
}

#wrapper-top img, #wrapper-top-pre img {
	max-width:100%;
	height:auto;
}

#wrapper-top {
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}

#wrapper-top-pre {
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}

.wrapper-right {
	padding-left:15px;
}
.wrapper-right ul {
	display:block;
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}
.wrapper-right ul li {
	font-size:20px;
	color:#fff;
	border-bottom:solid 1px #222;
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:40px;
}
.wrapper-right ul li.last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
li.last-child {
	position:relative;
}
li.last-child .arrow-bottom {
	display:block;
	margin-top:15px;
	width:100%;
	height:118px;
	background:url(icons/arrow-bottom.png) no-repeat center center;
}
.icon {
	max-width:35px;
	height:auto;
	margin-right:15px;
}
.icon-bottom {
	max-height:48px;
	width:auto;
	margin-right:15px;
	vertical-align:middle;
}
.bottom-menu {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.bottom-menu li {
	display:block;
	position:relative;
	padding:10px 15px;
}
.submenu {
	position:absolute;
	bottom:100%;
	left:0;
	background:#000;
	z-index:500;
	padding:10px;
	white-space:nowrap;
	display:none;
	border:solid 1px #f36a19;
}
.submenu.colormenu a img {
	border:solid 2px #000;
	-webkit-border-radius:3px;
	border-radius: 3px;
	overflow:hidden;
}
.submenu.brushsize img {
	vertical-align:middle;
}
.submenu.colormenu a.active img {
	border:solid 2px #fff;
}
.submenu.brushsize {
	padding:0;
	width:100%;
}
.submenu.brushsize > div {
	display:block;
	padding:5px 15px 5px 5px;
	font-size:13px;
	width:100%;
}
.submenu.brushsize a.active {
	color:#f36a19;
}
.submenu > div {
	display:block;
	line-height:32px;
}
.submenu > div a {
	display:block;
	width:100%;
}
.submenu > div img {
	margin-right:15px;
}
.wrapper-bottom {
	display:block;
}
.bottom-black {
	background:#000;
	margin-bottom:30px;
}
a {
	cursor:pointer;
}
h5 {
	display:block;
	margin-top:0;
	margin-bottom:10px;
}
.description {
	font-size:13px;
	line-height:23px;
}
.stepnr {
	font-weight:bold;
	font-size:18px;
	padding-right:5px;
}
h5 {
	font-size:17px;
}
.hidden {
	visibility:hidden;
	width:1px;
	height:1px;
	overflow:hidden;
}
#clickme {
	color:#f36a19;
	text-decoration:underline;
	font-weight:bold;
	font-size:17px;
}
#brightness {
	width:100%;
	margin:0;
}
.user-menu li img {
	vertical-align:middle;
}
.error {
	color:#f36a19;
	font-weight:bold;
	display:block;
	margin-top:10px;
	font-size:14px;
}
#uploadimageli {
	position:relative;
	overflow:hidden;
}
#uploadimageli .arrow-error {
	position:absolute;
	width:92px;
	height:53px;
	right:-10px;
	top:0;
	display:block;
	background:url(icons/arrow.png) no-repeat center center;
	z-index:999;
}
.brightness-mobile img {
	vertical-align:middle;
}
.brightness-mobile {
	display:none;
	margin-top:20px;
	width:100%;
}
#brightness-mobile {
	width:100%;
	margin:0;
}
.showOnMobile {
	display:none;
}
 @media (max-width:991px) {
#uploadimageli .arrow-error {
	position:absolute;
	width:78px;
	height:30px;
	right:-10px;
	top:40px;
	display:block;
	background:url(icons/arrow-mobile.png) no-repeat center center;
	z-index:999;
}
.bottom-menu li {
	font-size:12px;
}
.icon-bottom {
	max-height:32px;
}
.user-menu h5 {
	font-size:15px;
}
.description {
	font-size:12px;
}
}
 @media (max-width:767px) {
.showOnMobile {
	display:block;
}
.border {
	border:solid 5px #f36a19;
}
#uploadimageli .arrow-error {
	position:absolute;
	width:78px;
	height:30px;
	right:-10px;
	top:15px;
	display:block;
	background:url(icons/arrow-mobile.png) no-repeat center center;
	z-index:999;
}
.brightness-desktop {
	display:none;
}
.brightness-mobile {
	display:block;
}
.arrow-bottom {
	display:none !important;
}
.bottom-black {
	margin-top:20px;
}
}
.showOnDesktop {
	display:none;
}
 @media (min-width:768px) {
.bottom-menu li {
	width:20% !important;
}
.showOnDesktop {
	display:block;
}
}
.tools-mobile {
	display:block;
	margin-top:15px;
	line-height:23px;
}
li.hassub {
	cursor:pointer;
}
.padding {
	padding:10px;
}
#loader {
	position:fixed;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background:url(loader.gif) no-repeat center center #000;
	opacity:0.5;
	z-index:9999;
}
#wrapper {
	display:none;
}
#contest {
	max-width:1000px;
	font-size:15px;
	margin-bottom:40px;
}
.divRow {
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #111;
	line-height:23px;
}
.terms-group {
	font-size:13px;
	margin-bottom:15px;
}
.divRow.lastOne {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.registerForm {
	display:block;
	margin-bottom:20px;
}
span.spanRed {
	color:#f36a19;
	font-size:18px;
	font-weight:bold;
}
.registerForm input.inputbox {
	display:block;
	width:100%;
	max-width:480px;
	padding:10px;
	margin-top:10px;
	margin-bottom:15px;
	background:#ffffff;
	border:solid 2px #f36a19;
	color:#333;
}
.registerForm input.btn {
	background:#f36a19;
	color:#fff;
	padding:10px 15px;
	border:none;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	margin-top:10px;
}
html.remodal-is-locked {
	overflow: hidden;
}
 .remodal, [data-remodal-id] {
 display: none;
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
.remodal-overlay, .remodal-wrapper {
	backface-visibility: hidden;
}
.remodal {
	position: relative;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	display: inline-block;
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	filter: blur(3px);
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	animation: remodal-overlay-opening-keyframes 0.3s;
}
.remodal-overlay.remodal-is-closing {
	animation: remodal-overlay-closing-keyframes 0.3s;
}
.remodal-wrapper {
	padding: 10px 10px 0;
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	animation: remodal-opening-keyframes 0.3s;
}
.remodal.remodal-is-closing {
	animation: remodal-closing-keyframes 0.3s;
}
.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}
.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}
.remodal-close:hover {
	color: #2b2e38;
}
.remodal-close:before {
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}
.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.remodal-confirm {
	color: #fff;
	background: #81c784;
}
.remodal-confirm:hover {
	background: #66bb6a;
}
.remodal-cancel {
	color: #fff;
	background: #e57373;
}
.remodal-cancel:hover {
	background: #ef5350;
}
 .remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner {
 padding: 0;
 border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
 from {
 transform: scale(1.05);
 opacity: 0;
}
to {
	transform: none;
	opacity: 1;
}
}
 @keyframes remodal-closing-keyframes {
 from {
 transform: scale(1);
 opacity: 1;
}
to {
	transform: scale(0.95);
	opacity: 0;
}
}
 @keyframes remodal-overlay-opening-keyframes {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes remodal-overlay-closing-keyframes {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
.remodal {
	max-width: 700px;
}
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}
#msgDsp {
	line-height:23px;
	font-weight:bold;
	margin-bottom:15px;
	color:#4b3d28;
}
.close-button {
	background:#f36a19;
	color:#fff;
	padding:10px 15px;
	border:none;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	margin-top:10px;
}
#mod-message {
	display:block;
	margin-bottom:15px;
	font-size:16px;
	color:#111;
	line-height:23px;
}
#mod-message a {
	color:#f36a19;
	font-weight:bold;
}
#terms {
	font-size:15px;
	max-height:500px;
	overflow-y:auto;
	line-height:23px;
	text-align:left;
	padding:10px;
}
#footer {
	margin:0 auto;
	max-width:1000px;
	padding-top:15px;
	padding-bottom:20px;
}
#terms p {
	margin-bottom:10px;
}
 @media (min-width:992px) {

}
.termsLink span {
	color:#f36a19;
	text-decoration:underline;
}
#moto {
	display:block;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:19px;
	padding-top:25px;
	padding-bottom:15px;
	line-height:normal;
}

.astereq {
	color:#f36a19;
	font-size:16px;
	font-weight:bold;
}

.fb-modal-title {
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #dfdfdf;
color:#f36a19;
line-height:normal;
}

.fb-modal-wrapper {
	max-width:500px;
}