* {box-sizing: border-box;}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "din-2014";
	font-size: 14px;
	line-height: 22px;
	color: #545454;
    font-weight: 300;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}

.stfrm {
	min-width: 400px;
	display: block;
	margin: 0 auto;
}

.stfrm input, .stfrm select {
	width: 300px;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	background: #fff;
}

.stfrm input[type=submit] {
	border: 2px solid #000;;
	cursor: pointer;
	transition: ease 0.5s;
}

.stfrm input[type=submit]:hover {
	background: #000;
	color: #fff;
	transition: ease 0.5s;
}


.stfrm h2, .stfrm h3 {
	padding: 10px 0px;
	text-transform: uppercase;
}

.stfrm textarea {
	width: 600px;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	background: #fff;
	min-height: 300px;
}

.stfrm.sml input[type=submit] {
	width: 100px;
}

.stfrm.sml input[type=file] {
	width: 130px;
}




.center {
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}

.tac {
	text-align: center;
}




.postit {
	line-height: 1;
	text-align:center;     
	width: 275px;    
	margin: 25px;    
	min-height:250px;
	max-height:250px;
	padding-top:35px;
	position:relative;   
	border:1px solid #E8E8E8;  
	font-size:22px;      
	border-bottom-right-radius: 60px 5px;
	display:inline-block;    
	background: #ffff88; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.postit:after {     
	content: "";
	position:absolute;
	z-index:-1;
	right:-0px; bottom:20px;
	width:200px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	 transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

#add_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#add_button .bigplus {
	width: 60px;
	padding: 23px;
	text-align: center;
	background: #0A0;
	color: #fff;
	border-radius: 30px;
}

#add_button .bigplus:hover a {
	animation: fadein 1s ;
	margin-bottom: -15px;
	opacity: 1;
}

#add_button a {
	display: inline-block;
	width: 45px;
	padding: 15px;
    text-align: center;
    background: #fff;
    color: #0A0;
    border-radius: 30px;
    margin-top: 23px;
    margin-left: -15px;
    margin-bottom: -200px;
	opacity: 0;
	animation: fadeout 0.6s ;
}




@keyframes fadein {
	0% {
		opacity: 0;
		margin-bottom: -200px;
	}
	
	50% {
		opacity: 0;
		margin-bottom: -15px;
	}
	
	100% {
		opacity: 1;
	}
}
@keyframes fadeout {
	0% {
		opacity: 1;
		margin-bottom: -15px;
	}
	
	50% {
		opacity: 0;
		margin-bottom: -15px;
	}
	
	100% {
		margin-bottom: -200px;
	}
}



























































