@font-face {
    font-family: '681';
    src: url('../fonts/681.eot');
    src: url('../fonts/681.eot') format('embedded-opentype'),
         url('../fonts/681.woff2') format('woff2'),
         url('../fonts/681.woff') format('woff'),
         url('../fonts/681.ttf') format('truetype'),
         url('../fonts/681.svg#681') format('svg');
}
body{font-family: '681';}
a:focus {outline:0px solid}
.item-title {
  margin-bottom: 30px;
  text-align: center;
}
h1.prv-title {
  border: 1px solid #FFA200;
  display: inline-block;
  font-size: 28px;
  margin-top: 0;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
h1.prv-title span{font-weight:700;color:#FFA200}
.text-center.logo > h2 {
  font-family: "681";
  font-size: 38px;
  font-weight: bold;
  margin-top: 52px;
  padding-top: 15px;
  position: relative;
}
.text-center.logo span {
  color: #FFA200;
  font-size: 60px;
}
.text-center a:hover .text-heading {
  color: #FFA200;
}
.text-heading{
  text-decoration:none;
  transition: all .3s ease 0s;
}
.text-heading:hover {
  color: #6fc138;
}
.logo{
	margin-top: 30px;
	margin-bottom: 30px;
}
.text-center.logo > img {
	position: relative;
	width: 200px;
}
.center-item{
	width: 100%;
}
.responsive{
	max-width: 100%;
}
.image-shop-box.demo-full {
  text-decoration: none;
}
.btn-buy{
	background-color:#2D3035;
	color:#fff;
	padding: 10px 60px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .3s ease 0s;
}
.text-center.logo > h2::after {
  background: #FFA200;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -9px;
  width: 60px;
}
.image-heading{
	margin: 50px 0 80px;
}

.btn-buy:hover{
	background: #FFA200;
	color:#fff;
}

.buy-now{
	margin-top: 100px;
	position: relative;
}
.buy-now img{
	position: absolute;
	left: 34%;
	top: -180%;
}
.image-shop-box{
	margin-bottom: 50px;
	display: inline-block;
	text-align: center;
}
.heading-title{
	text-transform: uppercase;
	color:#333;
	margin: 50px 0;
}
.text-heading {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}


.copyright{
	margin: 30px 0;
}

.image-bg{
	background: url('../img/demo-bg.png') no-repeat center top; 
	width: 350px;
	height:215px;
	display:inline-block;
	position: relative;
}
.image-bg .image-shop-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;
}

.image-bg .image-shop-scroll{
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}

.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.copyright > a{
	color:#FFA200;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.image-bg {
		width: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.image-bg {
		width: 300px;
	}
	.center-item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.image-bg {
		width: 330px;
	}
	.text-center.logo > h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.text-center.logo span {
		font-size: 40px;
	}
	.section-title {
		margin: 0px auto 30px;
	}
	.buy-now img {
		top: -240%;
	}
}