body{
	font-family: "Open Sans" , arial;
}
a{
	color: #ff6c00;
}
.btn-success {
  color: #fff;
  border-radius: inherit;
  margin-bottom: 50px;
}
.center-block{
	float: inherit;
}
.logo{
	margin-top: 40px;
}
.divider{
	background: #ff6c00 none repeat scroll 0 0;
	height: 3px;
	margin: 25px auto 35px;
	width: 70px;
}
.padding-top{
	margin-top: 80px;
} 
#main {
  margin-bottom: 50px;
}
.slogan{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
}
.slogan span{
	color:#ff6c00;
}
.slogan, .single_demo{
	margin-bottom: 0px;
}
.single_demo{
}
.single_demo h4{
	border: 1px solid #ddd;
	font-weight: 600;
	margin: 30px auto;
	padding: 13px;
	width: 63%;
}

.image-bg{
	background: url('../img/demo-bg.png') no-repeat center top; 
	width: 350px;
	height:215px;
	display:inline-block;
	position: relative;
}
.image-bg .image-page-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 280px;
	height: 165px;
	top: 23px;
	left: 0;
	background-size: cover;
	right: 0;
	margin: 0 auto;
	transition: all 15s ease-out 0s;
	-webkit-transition: all 15s ease-out 0s;
	-moz-transition: all 15s ease-out 0s;
	-ms-transition: all 15s ease-out 0s;
	-o-transition: all 15s ease-out 0s;
}
.image-bg:hover .image-page-scroll{
	background-position: center 100%!important;
}

.footer{
	padding-bottom: 20px;
}