.trans_all_medium{
	transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
}
.trans_all_slow{
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	-ms-transition: all 2s;
}

.invisible{
	opacity: 0 !important;
}
.border1{
	border: 1px solid grey;
}
.at_left{
	left: 2% !important;
}
.at_top{
	top: 3% !important;
}
.at_left-right{
	right: 10% !important;
}
.at_right{
	left: 20% !important;
}
.margin_left{
	margin-left: -10px !important;
}
.no_display{
	display: none !important;
}
.background{
	background-color: rgba(255, 255, 255, 0.4);
}
.background-strong{
	background-color: rgba(255, 255, 255, 0.975);
}
.all{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rolled{
	height: 60px;
}

.padding10{
	padding: 10% 10% 10% 10%;
}

.padding2{
	padding: 2% 2% 2% 2%;
}

.padding1{
	padding: 1% 1% 1% 1%;
}

.margin5{
	margin: 5% 5% 5% 5%;
}

.forms > div{
	display: inline-block;
}


.trans_all_album{
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	-ms-transition: all 2s;
}
