			#croppic{
				width: 346px;  /* MANDATORY */
				height: 208px; /* MANDATORY */
				position: relative;  /* MANDATORY */
                                background-color: #ccc;
				background-image: url(../img/placeholder.png);
				background-repeat: no-repeat;
				background-position: center;
                                margin: 0 0 0 11.5em;
			}
			
			/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
			.cropImgWrapper{
				cursor: -webkit-grab;
				cursor: grab;
			}
			.cropImgWrapper:active{
				cursor: -webkit-grabbing;
				cursor: grabbing;
			}
			
			.cropImgUpload{
				z-index:2;
				position:absolute;
				height:28px;
				display:block;
				top: -30px;
				right: -2px;
				font-family:sans-serif;
				width:20px;
				height:20px;
				text-align:center;
				line-height:20px;
				color:#FFF;
			}
			
			.cropControls{
				z-index:2;
				position:absolute;
				height:30px;
				display:block;
				/* top: -31px; */
				top: 0;
				right: 0;
				font-family:sans-serif;
				background-color:rgba(0,0,0,0.35); 
			}
			
			.cropControls i{
				display:block;
				float:left;
				margin:0;
				cursor:pointer;
				background-image:url('../img/cropperIcons.png');	
				width:30px;
				height:30px;
				text-align:center;
				line-height:20px;
				color:#FFF;
				font-size:13px;
				font-weight: bold;
				font-style: normal;
				
			}
			
			.cropControls i:hover{ background-color:rgba(0,0,0,0.7);  }
			
			.cropControls i.cropControlZoomMuchIn{ background-position:0px 0px;}
			.cropControls i.cropControlZoomIn{ background-position:-30px 0px; }
			.cropControls i.cropControlZoomOut{ background-position:-60px 0px; }
			.cropControls i.cropControlZoomMuchOut{ background-position:-90px 0px; }
			.cropControls i.cropControlRotateLeft{ background-position:-210px 0px; }
			.cropControls i.cropControlRotateRight{ background-position:-240px 0px; }
			.cropControls i.cropControlCrop{ background-position:-120px 0px;}
			.cropControls i.cropControlUpload{ background-position:-150px 0px;}
			.cropControls i.cropControlReset{ background-position:-180px 0px;}
			.cropControls i.cropControlRemoveCroppedImage{ background-position:-180px 0px;}
			
			.cropControls i:last-child{
				margin-right:none;
			}
			
			#croppicModal{
				position:fixed;
				width:100%;
				height:100%;
				top: 0;
				left: 0;
				display:block;
				background:rgba(0,0,0,0.8);
				z-index: 10000;
			}
			
			
			/*
			*		PRELOADER 
			*		With courtesy of : http://cssload.net/
			*/
			
			.bubblingG {
				text-align: center;
				width:80px;
				height:50px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -18px auto auto -40px;
				z-index:2;
			}

			.bubblingG span {
				display: inline-block;
				vertical-align: middle;
				width: 10px;
				height: 10px;
				margin: 25px auto;
				background: #e50006;
				box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
				-moz-border-radius: 50px;
				-moz-animation: bubblingG 1s infinite alternate;
				-webkit-border-radius: 50px;
				-webkit-animation: bubblingG 1s infinite alternate;
				-ms-border-radius: 50px;
				-ms-animation: bubblingG 1s infinite alternate;
				-o-border-radius: 50px;
				-o-animation: bubblingG 1s infinite alternate;
				border-radius: 50px;
				animation: bubblingG 1s infinite alternate;
				
			}

			#bubblingG_1 {
				-moz-animation-delay: 0s;
				-webkit-animation-delay: 0s;
				-ms-animation-delay: 0s;
				-o-animation-delay: 0s;
				animation-delay: 0s;
			}

			#bubblingG_2 {
				-moz-animation-delay: 0.3s;
				-webkit-animation-delay: 0.3s;
				-ms-animation-delay: 0.3s;
				-o-animation-delay: 0.3s;
				animation-delay: 0.3s;
			}

			#bubblingG_3 {
				-moz-animation-delay: 0.6s;
				-webkit-animation-delay: 0.6s;
				-ms-animation-delay: 0.6s;
				-o-animation-delay: 0.6s;
				animation-delay: 0.6s;
			}

			@-moz-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					-moz-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					-moz-transform: translateY(-21px);
				}

			}

			@-webkit-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					-webkit-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					-webkit-transform: translateY(-21px);
				}

			}

			@-ms-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					-ms-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					-ms-transform: translateY(-21px);
				}

			}

			@-o-keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					-o-transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					-o-transform: translateY(-21px);
				}

			}

			@keyframes bubblingG {
				0% {
					width: 10px;
					height: 10px;
					transform: translateY(0);
				}

				100% {
					width: 24px;
					height: 24px;
					transform: translateY(-21px);
				}

			}
			
			
/* form */
			
			
.projects-form-wrapper {
    margin: 1em;
}
#col3 .projects-form-wrapper h3,
#col3 .projects-form-wrapper h4 {
    margin: 0;
    padding: 0.5em 0 1em;
}

.projects-form-wrapper .form-row{
    background: #fdeded;
    padding: 0.5em 0.5em 0.75em;
    clear: both;
    position: relative;
}
.projects-form-wrapper .form-row label {
    width: 11em;
}
.projects-form-wrapper .form-row label small {
    font-size: 11px;
    font-weight: bold;
}
.projects-form-wrapper .form-row label em {
    font-weight: bold;
    display: inline-block;
    margin-left: 0.25em;
}
.projects-form-wrapper .form-row.croppic {
    padding: 0.5em 0;
    margin-top: 1em;
}			
.projects-form-wrapper .form-row.submit {
    padding: 1em 0;
    background: #fff;
}			
#col3 .projects-form-wrapper .form-row.submit p {
    margin: 0.5em 0.5em 1em;
}
.projects-form-wrapper .form-row.submit input,
.projects-form-wrapper .form-row.submit button {
    width: auto;
    background: #ccc;
    border: none;
    padding: 0.5em 1em;
}

.projects-form-wrapper .form-row.captcha input {
    margin: 0.5em 0 1em 0;
}
#col3 .projects-form-wrapper .form-row.croppic h3 {
    padding: 0.5em 0 1em 0.5em;
}
#col3 .projects-form-wrapper .form-row.croppic p.comment {
    margin: 0 0.5em 0.5em;
}
.projects-form-wrapper .form-row textarea {
    font-size: 12px;
    border: 1px solid #ccc;
    height: 12em;
    width: 30em;
    resize: vertical;
    padding: 2px 3px 2px 3px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.projects-form-wrapper .form-row textarea.todolist {
    height: 4em;
}

.projects-form-wrapper .form-row input {
    width: 30em;
    box-sizing: border-box;
}
			
dl dt {
    float: left;
    width: 11em;
    font-weight: bold;
    clear: both;
}			
dl dd {
    margin-bottom: 0.5em;
}		
			
hr {
    height: 0px;
    border: none;
    border-top: 1px solid #ccc;
    margin: 1em;
    clear: both;
}	
			
figure figcaption.csc-textpic-caption {
      padding-bottom: .5em;
    padding-top: .33em;
}	
#col3 ul.drk-projects-list {
    margin: 1em;
    padding: 1em 0 3em;
    list-style-type: none;
}		
#col3 ul.drk-projects-list li.list-item	{
    list-style: none;
    clear: both;
    margin: 0 0 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

#col3 ul.drk-projects-list li.list-item img {
    float: left;
    margin: 0 1em 0 0;
}
#col3 ul.drk-projects-list.startpage li.list-item img{
    
    margin: 0.5em 1em 0.25em 0;
}
#page.homepage #col3 ul.drk-projects-list.startpage li p,
#page.homepage #col3 ul.drk-projects-list.startpage li h3,
#page.homepage #col3 ul.drk-projects-list.startpage li h4 {
	margin-left: 0;
}
#col3 ul.drk-projects-list li h2 {
    margin-left: 0;
    margin-right: 0;
}
#col3 ul.drk-projects-list li h3 {
    margin-bottom: 0;
}		
#col3 ul.drk-projects-list li p {
    margin: 0;
    padding: 0;
}	
#col3 p.new-project a {
    background: #e50006;
    color: #fff;
    padding: 0.5em 1em;
    margin-top: 1em;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none ;
    display: inline-block;
}
			

#col3 p.new-project a:hover {
    text-decoration: underline;
}


.projects-form-wrapper .form-row span.label {
    display: block;
    width: 11em;
    float: left;
    line-height: 1.5em;
}
#col3 .projects-form-wrapper .form-row p {
    margin: 0 0 0 11em;
}
#col3 .projects-form-wrapper .form-row.error input,
#col3 .projects-form-wrapper .form-row.error textarea {
    border: 1px solid #e50006;
}
#col3 .projects-form-wrapper input[type=date] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.projects-form-wrapper .form-row.agb ,
.projects-form-wrapper .form-row.address,
.projects-form-wrapper .form-row.captcha {
    margin: 1em 0 0 ;
}
a.captcha-reaload {
    font-size: 12px;
    position: absolute;
    top: 7.75em;
    left: 11.5em;
}
#col3 .form-row p.captcha-input input{
    margin-top: 2em;
}
.projects-form-wrapper .form-row.agb label {
    float: none;
    
}
.projects-form-wrapper .form-row.agb input {
    width: auto;
    margin-right: 0.5em;
}

/*error*/
div.typo3-messages {
    margin: 1em;
}
div.typo3-messages .message-error{
    color: #e50006;
}
#col3 p.error-date {
    color: #e50006;
    display: none;
}
div.typo3-messages .typo3-message {
    margin-bottom: 0.5em;
}
div.typo3-messages .typo3-message.message-error .message-body:before {
    content:'- ';
}
div.typo3-messages .message-ok {
    border: 1px solid #58b548;
    background: #cdeaca;
    color: #3b7826;
    font-weight: bold;
    padding: 0.75em;
    border-radius: 2px;
}
p.preview-projects {
    color: #e50006;
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-left: 12px !important;
    text-align: center;
}

#col3 .projects-form-wrapper .form-row p.error-textarea {
    font-size: 11px;
    margin-left: 12em;
}
#col3 p.error-textarea span {
    font-weight: bold;
}

#col3 .drk-projects-list.startpage {
	margin-bottom: 0;
    padding-bottom:0;
}