.header-mobile {}

.header-mob-top {
  background: url(../images/background-curve-red.min.png) no-repeat top center; 
  background-size: cover;
  height: 100px;
  position: relative;
  z-index: 1;
  
}

.header-mob-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}

.header-mob-inner p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #ffc926;
  font-weight: bold;
  margin-bottom: 2px;
}

.featured-star {
  margin-right: 5px;
  margin-top: 0;
}

.featured-star i {
  color: #ffc926;
  font-size: 17px;
  letter-spacing: 2px;
}

.header-mob-top-left {
  padding-right: 8px;
  text-align: right;
  margin-top: -8px
}

.header-mob-top-right {
  padding-left: 8px;
}

.header-mob-top-right img {
  margin-left: -15px;
}

.now-in {
  background: url(../images/background-curve-gold.min.png) no-repeat center top;
  background-size: cover;
  height: 100px;
  margin-top: -20px;
  z-index: 99;
  position: relative;
}

.now-in p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #660000;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #fffd00;
}

.header-mob-bot {
  background: url(../images/background-logo.min.png) repeat;
  padding: 45px 30px 241px 18px;
  margin-top: -35px;
}

.header-mob-bot img {
  display: block;
  margin: 0 auto;
}

.header-mob-bot img.logo-left-part {
  width: 34%;
  margin-bottom: 15px
}

.header-mob-bot img.main-logo-mob {
  width: 100%;
}
 

/* Responsive Styles */

 
@media (min-width: 320px) and (max-width: 767px) {
  .header-mob-top-left {
    padding-right: 15px
  }
  .header-mob-top {
	  height: 150px;
  }
.now-in {
    height: 120px;
	margin-top: -55px;
    padding-top: 8px;
  }  

  .now-in h2 {
    font-size: 22px;
    line-height: 80px
  }
  .header-mob-inner{
	  padding-top:0px;
	  display:table;
	  width:100%;
	}
.header-mob-top-right {
    padding-left: 8px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.header-mob-top-left {
    padding-right: 15px;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    float: none;
}
.header-mob-top-right img{
	margin-top:10px;
}
}

@media (min-width: 300px) and (max-width: 360px) {
	.header-mob-top-left,
	.header-mob-top-right,
	.header-mob-inner {
		height:85px;
	}
.now-in {
	margin-top: -60px;
  }  	
}