/*body {
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	margin: 0;
	color: #fff;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: center;
	height: 100%;
	position: relative;
	-webkit-transition: background-color 0.6s ease-in-out 0s;
	transition: background-color 0.6s ease-in-out 0s;
}*/

#work-in-progress {
/*	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;*/
}
#work-in-progress h2 { 
	font-size:20px;
	color:#1bb7c2;
	text-align:center;
        text-transform: uppercase; 
        font-weight: 500;
}

 #work-in-progress .licom {

	margin:20px 0;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
        display: inline-block;
}



/*** Rectangle Bounce ***/

.rectangle-bounce  div {
	height: 24px;
	width: 24px;
        border-radius: 3px;
	margin: 0 10px 0 0;
	background-color: #1cb8c3;
	float: left;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.rectangle-bounce .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.rectangle-bounce .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.rectangle-bounce .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.rectangle-bounce .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes stretchdelay {  0%, 40%, 100% {
-webkit-transform: scaleY(0.7)
}
 20% {
-webkit-transform: scaleY(1.0)
     background :#d84916
}
}
 @keyframes stretchdelay {  0%, 40%, 100% {
 transform: scaleY(0.5);
 -webkit-transform: scaleY(0.7);
}
20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
 background :#d84916
}
}

.cf:before, .cf:after {
	content: "";
	display: table
}
.clear:after { clear: both }
.clear {
    padding:20px;
    border:1px solid #fff;
    background: #fff;
}
.work-in-progress { margin: 50px auto;  max-width: 400px; width: 100%; text-align: center; border: 1px solid #d84916; border: 1px solid #ddd;box-shadow: 0 0 5px #ddd;border-radius: 10px;}
.work-in-progress img { width: 100px; margin: 20px 0 54px; }