
* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}

body {
	background: black;
	font-family: Arial;
	line-height:14px;
}

a {text-decoration: none;}

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
} 

img {vertical-align: middle;}

#global-wrapper {
	max-width: 480px;
	margin: 0 auto;
}

.oswald {
	font-family: 'Oswald';
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

h1.header2-h1 {
    font-size: 61px;
    line-height: 59px;
    padding: 0 5px;
}

h2.header-h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    padding-top: 3px;
}

.red {
	color: red;
}

.yellow {
	color: #fff200;
}

.green {
	color: #6ac843;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.white-text {
	color: white;
}

.dark-text {
	color: #231f20;
}

.grey-text {
	color: #cccccc;
}

.black-bg {
	background: black;
}

.red-bg {
	background: #eb2629;
}

.yellow-bg {
	background: #eadf1c;
}

.yellow-text {
	color: #eadf1c;
}

.centered {
	text-align: center;
}

.green-gradient {
	background: #596c1b;
    background: -webkit-linear-gradient(#96e37c, #596c1b);
    background: -o-linear-gradient(#96e37c, #596c1b);
    background: -moz-linear-gradient(#96e37c, #596c1b); 
    background: linear-gradient(#96e37c, #596c1b);	
}

.yellow-gradient {
	background: #dacd00;
    background: -webkit-linear-gradient(#fef88b, #dacd00);
    background: -o-linear-gradient(#fef88b, #dacd00);
    background: -moz-linear-gradient(#fef88b, #dacd00); 
    background: linear-gradient(#fef88b, #dacd00);	
}

.red-gradient {
	background: #600e0e;
    background: -webkit-linear-gradient(#f83737, #600e0e);
    background: -o-linear-gradient(#f83737, #600e0e);
    background: -moz-linear-gradient(#f83737, #600e0e); 
    background: linear-gradient(#f83737, #600e0e);	
}

.cta-block {
	position: relative;
}

.cta-button {
    width: 100%;
    display: inline-block;
    float: left;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.cta-button span {
	color:#fef42f;
}

.cta-button.iiiCTA {
    font-size: 27px;
}

.cta-block-img {
	width: 100%;
} 

.cta-button.cta_right i.fa.fa-commenting {
    position: relative;
    top: -4px;
}

.slick-arrow {
    background: #d01c1c;
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 5px;
    color:#fff;
    font-size: 26px;
}

.slick-arrow.arrow-prev {
	left: 5px;
}

.slick-arrow.arrow-next {
	right: 5px;
}

#site-logo {
	width: 221px;
}

#sertification {
	width: 122px;
}

button, .button {
    border: 0;
    padding: 0 12px;
    font-size: 21px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

#chatabox {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 8px;
}

#chatabox img {
	border: 1px solid #999;	
}

/* HEADER */

section#header-top {
    background: url(../images/header_img.jpg);
    min-height: 155px;
    background-size: 100%;
}

section#header-top-sms {
    background: url(../images/header_img-sms.jpg);
    min-height: 155px;
    background-size: 100%;
}

#site-logo {
    width: 221px;
    margin: 10px;
}

section#header-bottom {
    position: relative;
	background: #231f20; /* Old browsers */
	background: -moz-linear-gradient(top,  #231f20 47%, #231f20 47%, #564e4e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #231f20 47%,#231f20 47%,#564e4e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #231f20 47%,#231f20 47%,#564e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#564e4e',GradientType=0 ); /* IE6-9 */
}

h1.header-h1 {
    font-size: 50px;
    line-height: 52px;
    padding: 3px 5px 0;
}

h2.header-h2 {

  font-size: 28px;
  line-height: 28px;
  padding: 3px 5px;
}

#sertification {
    width: 122px;
    position: absolute;
    right: 0;
    top: -50px;
}

#site-nav {
    display: none;
    background: #5b942c;
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    border-top: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
}

#site-nav .menu-item {
	float: left;
	width: 50%;
	list-style: none;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#site-nav .menu-item a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 0 11px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.menu-item2 {float:left;width:100%;list-style:none;border-right:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);
text-align: center; background: rgba(0, 0, 0, 0) linear-gradient(#fef88b, #dacd00) repeat scroll 0 0;}

#site-nav .menu-item2 a {
  color: #000;
  display: block;
  font-size: 19px;
  line-height: 28px;
  padding: 1px 0 5px 11px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header-buttons-holder {
	min-height: 50px;
}

div#header-buttons-wrapper {
    text-align: center;
    padding: 5px;
    position: relative;
}

div#header-buttons-wrapper.sticky {
    position: fixed;
    top: 0;
    z-index: 30;
    width: 100%;
    background: #231f20; /* Old browsers */
	background: -moz-linear-gradient(top,  #231f20 47%, #231f20 47%, #564e4e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #231f20 47%,#231f20 47%,#564e4e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #231f20 47%,#231f20 47%,#564e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#564e4e',GradientType=0 ); /* IE6-9 */
    max-width: 480px;
}

#header-buttons-wrapper a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

div#header-buttons-wrapper i.fa.hamburger {
    vertical-align: middle;
    font-size: 43px;
    line-height: 30px;
    position: relative;
    top: -1px; 
}

/* Profile block */

.cta-block {
    position: relative;
    margin: 5px;
}

.cta-top-part {
	position: relative;
}

.cta-block-top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
}

span.cta-category-name {
  background: #3e3e3e none repeat scroll 0 0;
  display: inline-block;
  font-size: 33px;
  line-height: 50px;
  margin-right: 5px;
  padding: 0 4px;
}

p.cta-top-block-text {
  font-size: 20px;
  line-height: 50px;
  padding: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.more-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #003;
    border-radius: 5px;
}

p.term {
	font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.term5p {
	padding: 5px 0 7px 0;
	}
	
.tsc {
	padding: 43px 0 7px 0;
	}

/* CAROUSEL */

.carousel-wrapper {
	margin: 7px 0 8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#544c4c+0,000001+29,000001+29 */
	background: #544c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #544c4c 0%, #000001 29%, #000001 29%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #544c4c 0%,#000001 29%,#000001 29%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #544c4c 0%,#000001 29%,#000001 29%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544c4c', endColorstr='#000001',GradientType=0 ); /* IE6-9 */
}
 
.carousel-item {
    text-align: center;
    padding: 0 5px;
    position: relative;
}

.item-content {
    position: relative;
}

.carousel-item-desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    right: 0px;
    background: rgba(0,0,0,0.5);
    color: white;
	font-size: 19px;
    line-height: 22px;
    transition: 500ms opacity linear;
}

.item-content img {opacity: 0;}

.item-content.loaded .carousel-item-desc {
	opacity: 1;
}

 .item-content.loaded .loader {opacity: 0;}

h3.carousel-title {
    line-height: 50px;
    position: relative;

}

.slick-slide img {
    max-width: 100%;
}

/* POSTER */

#poster-divide {
	width: 100%;
	height: 8px;	
}

.poster-link {text-decoration: none;}

.poster {
    margin: 8px 5px 8px;
    border-radius: 5px;
    overflow: hidden;
}

img.poster-photo {
    margin-right: 10px;
}

.poster-text {
    padding: 10px;
}

h5.poster-title {
  color: #000;
  font-size: 23px;
  line-height: 33px;
}

span.poster-caption {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}

/* To TOP */

a.to-top {
    display: block;
    text-align: center;
    color: #efe878;
    text-decoration: none;
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 25px;
}

span.top-icon {
    color: #000;
    padding: 6px 7px;
    border-radius: 2px;
}

.to-top span {
    text-decoration: underline;
    font-style: italic;
}


/* genres */

h4.genres-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 3px;
}

.genres {
    float: left;
    width: 33.33%;
    padding: 5px;
}

a.genre-link {
    display: block;
    text-decoration: none;
}

a.genre-link span {
    display: block;
	font-size: 20px;
    line-height: 30px;
}

img.genre-img {
    max-width: 100%;
}

/* more */

section#more-from {
    background: #373434;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#more-from h5 {
    font-size: 32px;
    margin-top: 4px;
    line-height: 45px;
}

.more-links {
    max-width: 370px;
    margin: 15px auto;
}

a.more-link {
    width: 50%;
    float: left;
    color: white;
    text-decoration: none;
    line-height: 32px;
    font-size: 18px;
}

.tan {
	text-align: center;
	display: block;
}

/* FOOTER */

p.footer-terms {
    font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
    padding-top: 6px;
    padding: 0 10px;
}

.featured_price {
    width: 100%;
    float: left;
    font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

p.footer-terms a {
    color: #FF0;
	text-decoration: underline;
}

p.copyright {
    padding: 20px;
    font-size: 11px;
}

.sticky-term {
	background-color:rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
    left: 0;
   bottom: 0;
   width: 100%;
    width: 100%;
padding: 3px 0 2px 0;
    text-align: center;
	z-index: 1;
}

.sticky-term a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

/* LOADER */

.loader, .loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.loader {
	display: none;
    font-size: 0px;
    position: absolute;
    left: 50px;
    margin-left: 15px;
    top: 30px;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.slick-initialized .loader {display: block;}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 479px){
	section#header-top, section#header-top-sms {
	    min-height: 136px;
	}
	
	h1.header-h1 {
    	font-size: 40px;
	    line-height: 48px;
	}
	h2.header-h2 {
  font-size: 24px;
  line-height: 24px;
}
	.cta-button {
	    line-height: 40px;
	    font-size: 16px;
	}
	.carousel {
	    padding: 0 3px;
	}
	.carousel-item {
	    padding: 0 3px;
	}
h5.poster-title {
  font-size: 19px;
  line-height: 28px;
}
span.poster-caption {
  font-size: 15px;
  line-height: 17px;
}
	.genres {
	    padding: 3px;
	}
	.genres_wrap {
	    padding: 0px 3px;
	}
} 

@media screen and (max-width: 413px){

	section#header-top, section#header-top-sms {
	    min-height: 123px;
	}

	#site-logo {
	    width: 161px;
	}

	h1.header-h1 {
	    font-size: 38px;
	    line-height: 40px;
	}

	#sertification {
	    width: 100px;
	    top: -44px;
	}

	h2.header-h2 {
	    font-size: 22px;
	    line-height: 17px;
	}

	span.cta-category-name {
	    font-size: 30px;
	    line-height: 40px;
	}

p.cta-top-block-text {
  font-size: 19px;
  line-height: 28px;
  padding: 6px;
}

	.cta-button {
	    font-size: 15px;
	}

h5.poster-title {
  font-size: 17px;
  line-height: 23px;
}

	span.poster-caption {
	    font-size: 14px;
	    line-height: 16px;
	}

	.more-links {
	    max-width: 300px;
	}

	a.more-link {
	    line-height: 27px;
	    font-size: 14px;
	}	

}

@media screen and (max-width: 374px){

	.more-button {
	  font-size: 18px;
	  font-weight: bold;
	  padding: 7px;
	}

	.cta-button.iiiCTA {
	    font-size: 21px;
	}

	section#header-top, section#header-top-sms {
	    min-height: 104px;
	}

	h1.header-h1 {
  font-size: 36px;
  line-height: 37px;
}

	h2.header-h2 {
  font-size: 21px;
  line-height: 21px;
}

	button, .button {
	    padding: 0 12px;
	    font-size: 19px;
	}

span.cta-category-name {
  font-size: 29px;
  line-height: 42px;
}
	p.cta-top-block-text {
	  font-size: 18px;
	  line-height: 32px;
	  padding: 5px;
	}
	.cta-button {
	    font-size: 18px;
	    width: 100%;
	}

	.cta-button.cta_left {
	    border-bottom-left-radius: 0px;
	}

	.cta-button.cta_left.iiiCTA {
	    border-bottom-left-radius: 20px;
	}

	.cta-button.cta_right {
		border-bottom-left-radius:20px;
	}

	.cta-button.cta_right.iiiCTA {
	    border-bottom-left-radius: 0px;
	}


	.cta-button.iiiCTA {
	    width: 50%;
	}

	.term-holder {
		padding: 0 5px;
		text-align: center;
	}

	span.poster-caption {
	    font-size: 12px;
	    line-height: 14px;
	}

	h5.poster-title {
	    font-size: 14px;
	    line-height: 15px;
	}

} 

@media screen and (max-width: 360px){
.poster-text {
  padding: 18px 5px;
}

h5.poster-title {
  font-size: 13px;
  line-height: 16px;
}
}

@media screen and (max-width: 359px){

}

@media screen and (max-width: 320px){
span.cta-category-name {
  font-size: 26px;
  line-height: 29px;
}

p.cta-top-block-text {
  font-size: 17px;
  line-height: 31px;
  padding: 0 5px;
}

.cta-button {
  line-height: 31px;
}

img.poster-photo {
  margin-right: 6px;
}

.poster-text {
  padding: 8px 5px;
}

h5.poster-title {
  font-size: 13px;
  line-height: 19px;
}

a.genre-link span {
  font-size: 14px;
}

h1.header-h1 {
  font-size: 31px;
  line-height: 30px;
}

h2.header-h2 {
  font-size: 19px;
  line-height: 21px;
}
}

<!--featured_page-->

*,
*:before,
*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-rendering:optimizeLegibility;}
body{margin:0 auto;max-width:960px;width:100%;}

header{}
#logo-m{display:none;}
#logo-p{}
#logo-p img{width:100%;}
footer{float:left;width:100%;text-align:center;font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}

footer a{
font-weight: normal;
}
footer p{padding:0;margin:0;}
#banner_des {
  float: left;
  font-size: 14px;
  line-height: 15px;
  margin: 5px 0;
  width: 100%;
}
.terms-pc{display:block;padding:7px 0 7px 0;}
.container{width:100%;margin:0 auto;padding-top:5px;}

#nav-featured{height:62px;width:100%;font-size:16px;font-weight:bold;position:relative;background-color:#C60000;}
#nav-featured ul{padding:0;margin:0 auto;text-align:center}
#nav-featured li{
	background-color: red;
	display:inline-block;float:none;}
#nav-featured a{color:#000;display:inline-block;text-align:center;text-decoration:none;line-height:27px;padding:0 5px 0 5px;margin:1px;}
#nav-featured li a{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:29px;border:1px solid #000000;color:#fff;}
#nav-featured a:hover, #nav-featured a:active{background-color:#FBE109;border-right-width:1px;border-right-style:solid;border-right-color:#000000;color:#000;}
#nav-featured a#pull{display:none;}

#featured{width:100%;float:left;margin-top:10px;margin-right:auto;margin-bottom:0;margin-left:auto;}
.featured_left{
	background-color: #252525;
	border: 1px solid red;
	border-radius: 0.3em;
	float: left;
	position: relative;
	width: 49%;
	margin-bottom: 10px;
}
.featured_right{background-color:#252525;border:1px solid red;border-radius:0.3em;float:right;position:relative;width:49%;margin-bottom:10px;}
.featured_header {
  background-color: #c60000;
  border-bottom: 2px solid red;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
  width: 100%;
}
.featured_cont{float:left;width:100%;background-color:#252525;text-align:center;padding:0 3px 0px 3px;border-radius:0.3em;}
.featured_profile{float:left;width:48%;margin:1%;position:relative;font-weight:bold;}
.featured_profile img{width:100%;height:auto;}
.featured_name {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 19px;
  padding: 1px 0;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
}

.featured_text {
  background-color: #7aa430;
  border-radius: 0 0 5px 5px;
  color: #FF0;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 1px 1px;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
  width: 100%;
}
.featured_to{color:#fff;font-size:20px;}
.featured_price{width:100%;float:left;font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
padding-bottom: 7px;
}
.featured_des{float:left;width:100%;color:#fff;padding:3px 10px 5px 10px;margin-top:3px;text-align:center;background-color:#B00;border-top-width:2px;border-top-style:solid;border-top-color:#8C0000;}
.featured_des p{font-size:16px;line-height:19px;padding:0;margin:0;}
.more{bottom:auto;float:left;height:0;left:50%;margin-left:-50px;position:absolute;top:15%;}
.more img{width:100%;height:auto;}
.more_mobile{display:none;}

#featured-links {
	width: 100%;
	float: left;
	margin:0 auto;
	text-align: left;	
}

@media screen and (max-width:768px){.featured_name{font-size:15px;line-height:18px;}
.more{left:53%;margin-left:-50px;}
.more img{width:80px;height:79px;}
}

@media screen and (max-width:600px){.more{left:56%;}
.more img{width:65px;height:64px;}
}

@media screen and (max-width:480px){
#nav-featured{height:auto;font-size:17px;}
#nav-featured ul{width:100%;display:block;height:auto;}
#nav-featured li{width:50%;float:left;position:relative; margin:0;}
#nav-featured a{text-align:left;width:100%;margin:0;}
#nav-featured a#pull{display:block;height:32px;background:#C60000;width:100%;position:relative;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#1a1a1a;color:#FFF;line-height:30px;}
#nav-featured a:hover#pull{display:block;height:32px;width:100%;position:relative;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#1a1a1a;background-color:#C60000;color:#FFF;}
#nav-featured a#pull:after{content:"";background:url('../images/nav-icon.png') no-repeat;width:27px;height:27px;display:inline-block;position:absolute;right:0px;top:5px;}
#logo-m{display:block;position:relative;}
#logo-m img{width:100%;}
#logo-p{display:none;}
#mobile_htext{font-size:8px;height:0;left:11px;line-height:11px;position:relative;top:66px;width:45%;}
#nav-featured{border-bottom:0;}
#nav-featured ul{display:none;height:auto;}		
#featured{margin:5px 0 5px 0;}
.featured_left{width:100%;margin-bottom:5px;}
.featured_right{width:100%;margin-bottom:5px;}
.featured_name{font-size: 21px;line-height:23px;padding-bottom:2px;}
.featured_text{line-height:19px;padding:2px 0 1px 0;}
.more{display:none;}
.more_mobile{display:block;float:left;width:100%;background-color:#FF0;border-top-width:2px;border-top-style:solid;border-top-color:#333333;color:#000;padding:4px 10px 2px 10px;margin-top:0;text-align:center;font-size:17px;line-height: 19px;font-weight:bold;}
#mobile_htext {
  color: #fff;
  font-size: 12px;
  left: 11px;
  line-height: 15px;
  top: 104px;
  width: 54%;
  color: #fff;
}
.featured_to{font-size:28px; line-height: 30px;}
.featured_text {font-size: 21px;}
}

@media screen and (max-width:414px){
#mobile_htext {
  font-size: 11px;
  line-height: 13px;
  top: 90px;
  width: 51%
}
}

@media screen and (max-width:375px){
#mobile_htext {
  top: 80px;
}
}

@media screen and (max-width:360px){
#mobile_htext {
  font-size: 9px;
  line-height: 11px;
  top: 78px;
}
}

@media screen and (max-width:320px){
#mobile_htext {
  font-size: 9px;
  line-height: 11px;
  top: 70px;
  width: 53%;
}
}