@font-face {
    font-family: Princetown;
    src: url('fonts/Princetown.woff') format('woff');
}
@font-face {
    font-family: Algerian;
    src: url('fonts/Algerian.otf');
}
@font-face {
    font-family: Hobo;
    src: url('fonts/Hobo.woff') format('woff');
}
@font-face {
    font-family: Kunstler;
    src: url('fonts/Kunstler.woff') format('woff');
}
@font-face {
    font-family: Lucida;
    src: url('fonts/Lucida.woff') format('woff');
}
@font-face {
    font-family: Ravie;
    src: url('fonts/Ravie.woff') format('woff');
}
@font-face {
    font-family: Rosewood;
    src: url('fonts/Rosewood.woff') format('woff');
}
@font-face {
    font-family: Stencil;
    src: url('fonts/Stencil.woff') format('woff');
}
.sjabloon {
	cursor: pointer;
	margin-left:-10px;
}
.customizer-hide {
	display:none;
}
#overlay {
	background:#fff url('loading.gif') no-repeat center;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	opacity:0.95;
}
#overlay h1 {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	height:250px;
	width:350px;
	font-size:22px;
	text-align:center;
}
#overlay h1 span {
	display:block;
	font-size:16px;
	margin-top:10px;
}
h1 {
	font-size:28px;
	margin-top:0;
}
h5 {
	margin-bottom:10px;
	font-size:18px;
	color:#0055a5;
}
.columns, .column {
	float:left;
}
.six {
	width:50%;
}
.three {
	width:25%;
}
form {
	margin:0;	
	padding:0;
	display:inline;
}
.canvas-parent {
	width:500px;
	height:500px;
	background:#fff;
	margin:0 auto;
}
canvas {
	border:1px solid #3e3e3e;
}
#layer-controls {
    padding-left:30px;
}
#layer-controls button, .three button, .six button.blue {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0055A5;
    background-repeat: repeat-x;
    border:0;
    margin-top:3px;
    font-size:12px;
    padding:2px 10px;
    border-radius:3px;
}
/*
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
    margin-top:10px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 20px;
    background-color: #0055A5;
    background-image: linear-gradient(to bottom, #0055A5, #073662);
    background-repeat: repeat-x;
    border-color: #073662 #073662 #145e7a;
    border: 1px solid #999;
    height: 20px;
    width: 20px;
}
*/
#text-controls, #opacity-controls {
	display:block;
}
#text-controls span {
	margin-right:10px;
	display:inline-block;
	cursor:pointer;
}
#color-controls img, #strokecolor img, .dekbedondergrond img {
    height:20px;
    cursor:pointer;
}
#clear {
	cursor:pointer;
}
.inactive {
    opacity:0.5;
}
.items {
    border:1px solid #0055a5;
    margin:5px;
    cursor:pointer;
    display:inline-block;
}
.items {
    opacity:0.5;
}
.items.active {
	opacity:1;
}
textarea[name="svg"] {
	width:100%;
	display:none;
}
.photo .image, .plus, .ondergrond .bg {
	background-size:cover;
	display:block;
	width:50px;
	height:50px;
	margin:0 5px 5px 0;
	border:1px solid #0055a5;
	cursor:pointer;
	float:left;
}
.photo .image {
    background-position:center;
    background-repeat:no-repeat;
    background-size:50px;
    background-color:#fff;
	position:relative;
}
.ondergrond .bg {
	background-position:center;
    background-repeat:no-repeat;
    background-size:200px;
    background-color:#fff;
	position:relative;
}
.photo .image .fa-warning {
	bottom:15px;
	right:15px;
	position:absolute;
}
.fa-question-circle {
	color:#000;
	font-size:16px !important;
}
.plus {
	border:1px solid #0055a5;
}
.plus .fa {
	margin:20px 15px;
	color:#0055a5;
}
.text .plus {
	width:30px;
	height:30px;
}
.text .plus .fa, .cliparts .fa {
	margin:9px 8px;	
	color:#0055a5;
}
.clipart {
	cursor: pointer;
	margin:3px;
}