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

body {
	width:100%;
	background:#fff;
	font-family: 'Poppins', sans-serif;
	min-width:320px;
	font-size: 16px;
	line-height: 19px;	
}

h1, h2, h3, h4 { padding: 0; margin: 0;}

h1 {
	font-size: 33px;
	line-height: 35px;
}
	
h2 {
	font-size: 30px;
	line-height: 32px;
}

h3 {
	font-size: 28px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 22px;
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img,video {
    height: auto;
    max-width: 100%
}

.container {
    width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

.header, .banner-pc, .banner-mobile {
	display: flex;
}

.banner-pc, .banner-mobile {
	border-bottom: 4px solid #E1E1E1;
}

.banner-pc img, .banner-mobile img {
	width: 100%;
}

.header-title {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: 900;
	padding: 10px 10px 8px 10px;
}

.header-title span {
	color: #b1ebf4;
}

.banner-mobile {
	display: none;
}

.logo-pc {
	flex: 20%;
	padding: 5px 10px 0 22px;
	display: flex;
  align-items: center;
  justify-content: center;
text-align: center;
background-color: #914e62;
}

.logo-pc img {
    width: 62%;
}

.sidebar {
width: 30%;
background-color: #E1E1E1;
float: right;
padding-top: 10px;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebar p {
	font-size: 16px;
	line-height: 18px;
}

.main_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  
}

.main {
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
  padding: 10px 30px 0 0;
}

.promo_wrapper, .trending, .profiles {
	flex: 0 0 100%;
	text-align: center;
	align-items: center;
  	justify-content: center;
	padding: 10px 0 0 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}

.promo_wrapper {
	margin: -5px 0 -15px 0;
}

.cta-button-ivr, .cta-button-sms {
	padding: 10px;
	background-color: #914e62;
	border-radius: 20px;
	color: #fff;
	width: 55%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.cta-button-ivr span, .cta-button-sms span {
	color: #FF0;
}

.cta-button-sms span {
	font-size: 28px;
	line-height: 30px;
}

.smskw {
	font-size: 28px !important;
	line-height: 30px !important;
}


.cta-button-ivr:hover, .cta-button-sms:hover {
	background-color: #000;
}

.click2, .click2call, .c2t {
	display: none;
}

.tcaption, .tcaption2 {
	display: inline-block;
	color: #914e62;
}

.tcaption2 {
	font-size: 24px;
	line-height: 26px;
}

.c2t-none {
	display: inline-block;
	padding-right: 5px;
}

.terms, .terms-pc, .terms-mobile, .bigger {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: none;	
}

.terms-mobile {
	display: none;
}

.terms-pc {
	width: 100%;
	display: block;
}

.bigger {
	font-size: 17px;
	line-height: 20px;
}

.trending, .more_wrapper {
	text-align: center;
	margin-top: 20px;
}

.trending {
	text-align: center;
	margin: 10px 0;
}

.trending span {
	color: #be4d72;
}

.trending img {
	border-radius: 50%;
	border: 1px solid #999;
}

.trending-genres ul, .top-profiles ul {
	flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.trending-title {
	font-size: 15px;
	line-height: 17px;
	background-color: #E1E1E1;
	padding: 2px;
	color: #000;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3px;
}

.top-profiles ul {
	padding-top: 10px;
}

.top-profiles ul span {
	color: #be4d72;
}


.top-profiles ul img {
	border-radius: 10%;
	border: 1px solid #999;
}

.trending-genres li, .top-profiles li  {
	padding: 10px;
	flex: 1 0 25%;
	list-style-type: none;
}

.top-profiles li  {
	padding: 6px;
}

.profiles p {
	font-size: 16px;
	line-height: 20px;
}

.profile-no {
	font-size: 15px !important;
}

.sitelist {
	text-align: center;
	margin-top: 28px;
	padding-bottom: 20px;
}

.about {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal;
}

.more ul, .sitelist ul {
	flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}

.more li {
	padding: 10px;
	flex: 1 0 50%;
	list-style-type: none;
}

.sitelist li {
	padding: 10px;
	flex: 1 0 50%;
	list-style-type: none;
	font-size: 16px;
	line-height: 18px;
}

.sitelist li a:hover{
	color: #914e62;
}

.mobileterms {
	display: none;
}

.more-pic {
	position: relative;
}

.more-pic img {
	position: relative;
	display: block;
	border: solid 1px #999;
}

.nob img {
	border-top: none !important;
}

.more-title {
	width: 100%;
	background-color: #E1E1E1;
	color: #000;
	padding: 5px;
	border-radius: 0 0 15px 15px;
	font-size: 24px;
    line-height: 26px;
}

.bio {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}

.more-title span {
	color: #be4d72;
}

.more-genre {
	width: auto;
	top: 30%;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 3px;
	font-size: 14px;
	line-height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}

.footer {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
	margin: 15px 0 53px 0;
}

.footer a {
	text-decoration: underline;
	color: #be4d72;
}

.sticky-term {
	background-color: #333;
    color: #fff;
    position: fixed;
    left: 0;
   bottom: 0;
    text-align: center;
	z-index: 1;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 19px;
  line-height: 21px;
  font-weight: 600;	
  padding-bottom: 5px;
}

.sticky-term a {
	color: #fff;
	text-decoration: none;
}

.sticky-items {
text-align: left;
padding: 0 35px;
}

.sticky-cc img {
	width: 57px;
	height: auto;
	float: left;
	padding-top: 3px;
}

.sticky-sms img {
	width: 46px;
	height: auto;
	float: left;
	padding-top: 5px;
	
}

.sticky-title1 {
    margin-top: 25px;
	float: left;
	padding-left: 5px;
}

.sticky-title2 {
    margin-top: 20px;
	float: left;
	padding-left: 5px;
}

.medium {
	font-size: 28px !important;
	line-height: 30px !important;
}

.medium2 {
	font-size: 28px !important;
	line-height: 30px !important;
}

.small {
	font-size: 24px !important;
	line-height: 26px !important;
}

.smaller {
	font-size: 16px !important;
	line-height: 20px !important;
}

.small span {
	color: #914e62;
}


.smaller span {
	color: #914e62;
}



/*start-nav*/

.topnav {
  overflow: hidden;
  background-color: #914e62;
  flex: 80%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #b50a11;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 0;
  background-color: inherit;
  font-family: inherit;
  margin-top: 16px !important;
}

.dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-bottom: 10px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.videoWrapper{position:relative;padding-bottom:56.2%;padding-top:0;height:0; margin: -45px 0 45px 0;}
.videoWrapper img{width:100%;height:auto;}
.videoWrapper video{position:absolute;top:45px;left:0;width:100% !important;height:100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  
}

.mbm {
	margin-bottom: 0;
}


@media screen and (max-width: 1023px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	font-size: 35px !important;
	margin-top: 11px;
	padding-bottom: 10px;
	color: #FF0;
  }
}

@media screen and (max-width: 1023px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	padding-bottom: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	padding-left: 27px;
  }
}

/*end-nav*/

/*start-mainmedia*/

@media (max-width: 1366px) {
.medium {
    font-size: 16px !important;
    line-height: 22px !important;
}

h4 {
	font-size: 16px;
	line-height: 18px;
}

.cta-button-sms span {
	font-size: 25px;
	line-height: 27px;
}

.dropdown {
  margin-top: 3px !important;
}
}

@media (max-width: 1024px) {
	
.main {
    flex-basis: 63%;
}

.sidebar {
	width: 37%;
}

.trending {
	font-size: 26px;
	line-height: 30px;
}

.cta-button-ivr, .cta-button-sms {
	width: 59%;
}

.cta-button-sms {
	width: 79%;
}

.more ul {
	font-size: 18px;
}

.dropdown {
  margin-top: 0;
}

}


@media (max-width: 1023px) {

.main_wrapper, .sidebar {
    width: 100%;
}

.sidebar {
background-color: #fff;
}

.main {
    flex-basis: 100%;
	padding: 0;
}

.profiles p {
    font-size: 20px;
    line-height: 23px;
}

.logo-mobile {
    position: relative;
	display: block;
}

.logo-mobile img {
    width: 221px;
}

.active {
  display: none !important;
}

.topnav a {
    padding: 13px 16px 8px 25px;
}

}

@media (max-width: 800px) {
.medium {
    font-size: 22px !important;
    line-height: 25px !important;
}

.sitelist ul {
    padding: 0 25%;
}

.profile-no {
    font-size: 19px !important;
}
}

@media (max-width:640px) {

.sticky-cc img {
    width: 37px;
}

.sticky-sms img {
    width: 30px;
}

.sticky-items {
    padding: 0 9px;
}

.sticky-title1, .sticky-title2 {
    margin-top: 15px;
    font-size: 13px;
}

}

@media (max-width: 575.98px) {

.header, .banner-pc, .banner-mobile {
    display: flex;
    flex-direction: column;
}

.logo-pc img {
    width: 66%;
    padding: 3px 0;
}	


.click2call {
	display: inline-block;
	color: #72aab3;
	padding-top: 3px;
	font-size: 21px;
}

.click2, .c2t {
	display: inline-block;
}

.banner-pc, .terms-pc {
	display: none;
}

.more li {
    flex: 1 0 100%;
}

.mobileterms {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.terms-pc {
	display: none;
}

.cta-button-ivr, .cta-button-sms {
    width: 100%;
}

.promo_wrapper {
	font-size: 23px;
    line-height: 27px;
	padding-bottom: 0;
}

.mbm {
	margin-bottom: 14px;
}

.trending {
    font-size: 20px;
    line-height: 20px;
}

.profiles p {
    font-size: 16px;
    line-height: 22px;
}

.trending-genres li {
	padding: 5px;
}

h4 {
    font-size: 17px;
    line-height: 19px;
}

h1 {
    font-size: 23px;
    line-height: 25px;
}

.sticky-cc img {
    width: 32px;
    padding-top: 6px 
}

.sticky-sms img {
    width: 26px;
	padding-top: 6px;
}

.sticky-title1 {
    margin-top: 12px;
}

.sticky-title2 {
    margin-top: 9px;
}

.sticky-title1, .sticky-title2 {
    font-size: 14px;
}

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

.c2t {
	display: inline;
	padding-right: 5px;
}

.c2t-none {
	display: none;
}

.cta-button-sms, .cta-button-sms span {
	font-size: 23px;
	line-height: 25px;
}

.cta-button-sms span {
	font-size: 20px;
	line-height: 23px;
}

.small {
    font-size: 16px !important;
    line-height: 18px !important;
}

.smaller, .trending span {
    font-size: 16px !important;
    line-height: 19px !important;
}

.more-title {
    font-size: 24px;
	line-height: 26px;
    padding: 3px;
}

.sitelist ul {
    padding: 0;
}

.medium {
    font-size: 17px !important;
    line-height: 21px !important;
}

.profile-no {
    font-size: 16px !important;
}

.smskw {
	font-size: 20px !important;
	line-height: 22px !important;
}

}

/*ANNIE*/

@media (max-width: 375px) {
	
	.promo_wrapper {
    font-size: 21px;
    line-height: 23px;
}

.trending {
    font-size: 15px;
    line-height: 18px;
}

.profiles p {
    font-size: 14px;
    line-height: 16px;
}
h4 {
    font-size: 16px;
    line-height: 18px;
}

.sticky-items {
    padding: 0 5px;
}

.smaller {
    font-size: 16px !important;
    line-height: 20px !important;
}

.profile-no {
    font-size: 14px !important;
	line-height: 16px !important;
}

.cta-button-sms span {
	font-size: 18px;
	line-height: 20px;
}

.smskw {
        font-size: 18px !important;
        line-height: 22px !important;
    }
	
.bio {
    font-size: 14px;
}

}

@media (max-width: 360px) {


h1 {
    font-size: 22px;
    line-height: 24px;
}

.sticky-title1, .sticky-title2 {
    font-size: 13px;
}

.profile-no {
    font-size: 13px !important;
}

	.promo_wrapper {
    font-size: 21px;
    line-height: 23px;
}

}



@media (min-width: 640px) {
    .container {
        max-width:640px;	
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
	
	
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1565px) {
    .container {
        max-width:1565px
    }
}
