/*html {*/
	/*background-image: -webkit-linear-gradient(bottom, #F4E2C9 20%, #F4D7C9 100%);*/
	/*background-image: -ms-linear-gradient(bottom, #F4E2C9 20%, #F4D7C9 100%);*/
	/*background-image: linear-gradient(to bottom, #F4E2C9 20%, #F4D7C9 100%);*/
/*}*/

/*html, body {*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*position: relative;*/
	/*color: #464637;*/
	/*min-height: 100%;*/
	/*font-size: 20px;*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 300;*/
/*}*/


/*h1 {*/
	/*color: #FF3F00;*/
	/*font-size: 20px;*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 300;*/
	/*text-align: center;*/
/*}*/


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*.container {*/
	/*width: 80%;*/
	/*margin: auto;*/
	/*min-width: 1100px;*/
	/*max-width: 1300px;*/
	/*position: relative;*/
/*}*/

/*@media (min-width: 750px) and (max-width: 970px){*/
	/*.container {*/
		/*width: 100%;*/
		/*min-width: 750px;*/
	/*}*/
/*}*/


/*.sortable-ghost {*/
	/*opacity: .2;*/
/*}*/


/*img {*/
	/*border: 0;*/
	/*vertical-align: middle;*/
/*}*/


/*.logo {*/
	/*top: 55px;*/
	/*left: 30px;*/
	/*position: absolute;*/
/*}*/


.title {
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	position: relative;
	background-color: rgba(52, 152, 219, 0.5);
	z-index: 1000;
}
	.title_xl {
		padding: 3px 15px;
		font-size: 40px;
	}



.tile {
	width: 22%;
	min-width: 245px;
	color: #FF7270;
	padding: 10px 30px;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 30px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
	.tile__name {
		cursor: move;
		padding-bottom: 10px;
		border-bottom: 1px solid #FF7373;
	}

	.tile__list {
		margin-top: 10px;
	}
		.tile__list:last-child {
			margin-right: 0;
			min-height: 80px;
		}

		.tile__list img {
			cursor: move;
			margin: 10px;
			border-radius: 100%;
		}



.block {
	opacity: 1;
	position: absolute;
}
.block3{
	left: 5%;
}
.block4{
	left: 12%;
}
.block5{
	left: 19%;
}
.block6{
	left: 26%;
}.block7{
	left: 33%;
}
.block8{
	left: 40%;
}
	.block__list {
		font-size: 20px;
		/*padding: 7px 0;*/
		max-width: 360px;
		margin-top: 0;
		margin-left: 5px;
		background-color: #fff;
	}
		.block__list-time {
			  margin-top: 15px;
		  }
			.block__list-time li{
				font-size: 0.5em;
				margin: 0 !important;
				background-color: #868686 !important;

			}

		.block__list-title {
			margin: -20px 0 0;
			padding: 10px;
			text-align: center;
			background: #5F9EDF;
		}
		.block__list li { cursor: move; }

		.block__list_words li {
			background-color: rgba(52, 152, 219, 0.32);
			padding:16px;
			margin: 13px 1px;
			font-size: 1.5em;
			text-align: center;}
		.block__list_words .sortable-ghost {
			opacity: 0.4;
			background-color: #F4E2C9;
		}

		.block__list_words li:first-letter {
			text-transform: uppercase;
		}

	/*block__list {*/
		/*padding-left: 30px;*/
	/*}*/

	.block__list_tags:after {
		clear: both;
		content: '';
		display: block;
	}
		.block__list_tags li {
			color: #fff;
			float: left;
			margin: 8px 20px 10px 0;
			padding: 2px 13px;
			min-width: 10px;
			background-color: #5F9EDF;
			text-align: center;
		}
		.block__list_words li.block__list_words-breaks{
				font-size: .8em !important;
				margin: -10px 0 !important;
				background: #d81b1b !important;
				color: #fff;
			}
			.block__list_words li.block__list_words-break15{
				padding: 4px !important;
			}
			.block__list_words li.block__list_words-break30{
				padding: 15px !important;
			}
			.block__list_words li.block__list_words-break45{
				padding: 19px !important;
			}
			.block__list_words li.block__list_words-break60{
				padding: 28px !important;
			}
			.block__list_tags li:first-child:first-letter {
				text-transform: uppercase;
			}
		.block__list_deleted li{
			background: #d81b1b !important;
			color: #fff;
		}



#editable {}
	#editable li {
		position: relative;
	}

	#editable i {
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		display: block;
		cursor: pointer;
		color: #c00;
		top: 10px;
		right: 40px;
		position: absolute;
		font-style: normal;
	}

	#editable li:hover i {
		opacity: 1;
	}


#filter {}
	#filter button {
		color: #fff;
		width: 100%;
		border: none;
		outline: 0;
		opacity: .5;
		margin: 10px 0 0;
		transition: opacity .1s ease;
		cursor: pointer;
		background: #5F9EDF;
		padding: 10px 0;
		font-size: 20px;
	}
		#filter button:hover {
			opacity: 1;
		}

	#filter .block__list {
		padding-bottom: 0;
	}

.drag-handle {
	margin-right: 10px;
	font: bold 20px Sans-Serif;
	color: #5F9EDF;
	display: inline-block;
	cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}

#todos input {
	padding: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}



#nested ul li {
	background-color: rgba(0,0,0,.05);
}
