.bg-login {
	background:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url(../img/bg1.jpg); 
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.bg {
	background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.red {
	color: red;
}

.content-header > .breadcrumb {
	color: #fff;
	border-radius: 0px;
	/*border-top-color: #FC9544;*/
	border-top: 1px solid #FC9544;
	border-bottom: 1px solid #FC9544;
}

.content-header > .breadcrumb > li > a {
	color: #fff;
}

.label {
	border-radius: 0px;
}

.notif {
	position:absolute; 
	right:0; 
	font-size:16px; 
	float:right;
}

.top {
	margin-top: 20px;
}

.content-header {
	color: #fff;
}

.m-item {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #ddd;
	background-color: #fff;
	padding: 55px;
	position: absolute;
	transform: rotate(45deg) translate(25px);
}
.m-item img {
	position: absolute;
	transform: rotate(-45deg) translate(0, -70px);
}
.m-item span {
	color: #000;
	font-size: 12px;
	text-align: center;
	position: absolute;
	transform: rotate(-45deg) translate(0, -20px);
}
.m-item:hover {
	background-color: #ddd;
}

.wrap{
	width:100%;
	margin-left:13%;
	transform-origin:60% 0;
	transform: rotate(-45deg);
}
.wrap > a{
	float:left;
	width:19%;
	padding-bottom:19%;
	margin:0.5%;
	background:teal;
}
.wrap > a:hover{
	background:gold;
}
.wrap > a:nth-child(4){
	clear:left;
	/*margin-left:20.5%;*/
}
.wrap > a:nth-child(7){
	clear:left;
	/*margin-left:60.5%;*/
}

.ribbon {
	font-size: 18px !important;
	width: 100%;
	position: relative;
	/*background: linear-gradient(0deg, #069 0%, #09c 99%);*/
	background: #FFD72A;
	/*color: #fff;*/
	text-align: center;
	padding: 0.3em 0em;
	margin: 2em auto;
}

.ribbon:before,.ribbon:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #FECC30;
	z-index: -1;
}
.ribbon:before{
	left: -2em;
	border-left-color: transparent;
}
.ribbon:after{
	right: -2em;
	border-right-color: transparent;
}
.ribbon-folds:before,.ribbon-folds:after{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #FC9544 transparent;
	bottom: -1em;
}
.ribbon-folds:before{
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon-folds:after{
	right: 0;
	border-width: 1em 1em 0 0;
}
.ribbon-z-index{
	position: relative;
	z-index: 1;
}

.hexagon {
	width: 100px;
	height: 55px;
	background: red;
	position: relative;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid red;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid red;
}

.breadcrumb {
	padding: 1px 15px;
	border-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 40px;
	border-top-color: #FC9544;
	border-top: 3px solid #FC9544;
}

.box.box-default {
	border-top-color: #FC9544;
}

.box-profile {
	border: 1px solid #fff;
	padding: 10px;
	background-color: #fff;
}

.box-button {
	margin-top: 10px;
}

.modal { 
	overflow: auto !important;
}
