.loaded  .ip-logo {
	margin-top: -70px;
}
.ip-logo {
	text-align: center;
}
.ip-logo img{
	margin: 0 auto;
}
.ip-container , body {
	/*background-color: #9B59B6 !important;*/
	background: url('../img/bg.jpg');
}
.componnent{
	margin-top: 100px;
}
.thumbnail:hover .worksarrow img{
	/*opacity: 0.7;*/
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

.thumbnail:hover .pic {
	opacity: 0.7;
}

.thumbnail .pic{
	transition: all 1s ease 0s;
}

.worksarrow {
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
}

.worksarrow img {
	border:1px solid #e01e27;
	border-radius: 50%;
    position: absolute;
    width: 52px !important;
    margin-top: -26px;
    margin-left: -26px;
    left: 50%;
    transition: all 0.5s ease 0s;
}

.caption , .thumbnail {
	text-align: center;
}
.caption{
	background: #fff;
}
.caption a{
	color:#000;
	font-size: 19px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
.caption a:hover {
	color:#000;
	text-decoration: none;
}
.ip-logo img{
	width: 700px;
}