body{font-family: "Merriweather",sans-serif;}

a:focus {outline:0px solid}

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status, .status-mes {
	background-image: url(../img/status.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%; 
}

.status-mes h4 {
	color: #222;
	margin-top: 30px;
}







.prv-title {
  border: 1px solid #009FFF;
  display: inline-block;
  font-size: 28px;
  margin-top: 0;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prv-title span{font-weight:700;color:#009FFF}

.text-center h2 {
  font-size: 38px;
  font-weight: bold;
  margin-top: 52px;
  padding-top: 15px;
  position: relative;
}
.head-title span {
  color: #009FFF;
  font-size: 60px;
}
.text-heading {
  color: #009FFF;
}
.text-heading{
  text-decoration:none;
  transition: all .3s ease 0s;
}
.text-heading:hover {
  color: #009FFF;
}
.head-title{
	margin-top: 30px;
	margin-bottom: 30px;
}

.image-shop-box.demo-full {
  text-decoration: none;
}

.text-center.head-title > h2::after {
  background: #009FFF;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -9px;
  width: 60px;
}


.image-shop-box{
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.heading-title{
	text-transform: uppercase;
	color:#333;
	margin: 50px 0;
}
.text-heading {
  color: #555;
  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-m {
	background: url('../img/m2.png') no-repeat center top;
	width: 350px;
	height: 300px;
	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-m .image-shop-scroll {
	background-position: center 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 164px;
	height: 240px;
	top: 29px;
	left: 1px;
	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-m .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;
}
.image-bg-m:hover .image-shop-scroll {
	background-position: center 100% !important;
}


.btn-invite-bg {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    outline: 1px solid #ddd;
    outline-offset: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: none;
	margin-top:60px;
}
.btn-invite-bg:hover,
.btn-invite-bg:focus {
    outline: 1px solid #ddd;
    outline-offset: 2px;
    background: #009FFF;
    color: #fff;
    border: 1px solid #009FFF;
}



.copyright{
	color:#222;
}
@media(max-width:380px){
/*    .image-bg{
	width: 250px;
    background-size: 300px 213px;
}
    .image-bg .image-shop-scroll {
    position: absolute;
    width: 230px;
}
	 .image-bg-m{
	width: 250px;
    background-size: 300px 213px;
}
    .image-bg-m .image-shop-scroll {
    position: absolute;
    width: 230px;
}*/
    .how-its-work h3 {
        font-size: 20px;
    }
    .how-its-work h3 {
        direction:rtl;
    }
    .how-its-work .hc {
    padding: 60px 0px!important;
}
    .hc .colon1{
        padding:0px;
    }
}

