body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	min-width: 320px;
	text-align: center;
}

.block.content {
  max-width: 480px;
  margin: 0 auto; 
}

#logo {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}

#logo img {
	width: 100%;
	height: auto;
	display: block;
}

#header {
	float: left;
	width: 100%;
}

#header img {
	width: 100%;
	height: auto;
	display: block;
}

#top-text {
  color: #000;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  float: left;
  width: 100%;
}

#intro-text {
	float: left;
	width: 100%;
	
}

#intro-text p {
	font-size: 13px;
	line-height: 15px;
	padding: 0 4px 6px 0; margin: 0;
	font-family: 'Roboto', sans-serif;
}


* {
  margin: 0px;
  padding: 0px;
}

a.cta{
	text-decoration: none;
}

.header img{
	width: 100%;
}

.profiles {
	margin: 0 auto;
	float: left;
	width: 100%;
}

.profiles img {
	width: 100%;
	height: auto;
	float: left;
}

.cta-ivr-tab, .cta-cc-tab, .cta-sms-tab, .cta-vsc-tab {
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 19px;
    text-decoration: none;
    width: 100%;
    padding: 0 0 1px 0;
	margin-top: 2px;
	font-family: "Open Sans Condensed",sans-serif;
	border-radius: 3px;
}

.cta-ivr-tab {
	background-color: #666;
}

.cta-sms-tab {
	background-color: #666;
}

.cta-vsc-tab {
	background-color: #666;
}

.cta-ivr-tab span, .cta-cc-tab span, .cta-sms-tab span, .cta-vsc-tab span {
	color: #CCC;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	
}

.genre_caption {
  background: rgba(57, 57, 57, 0.8) none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  padding: 4px 3px 8px;
  position: absolute;
  top: 0;
  width: 100%;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.genre_caption span {
	color: #ccc;
}

.c2t-tab {
	background: rgba(57, 57, 57, 0.8) none repeat scroll 0 0;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
	padding: 2px 14px 5px 14px;
	position: absolute;
	top: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	border-radius: 0 3px 3px 0;
}

.cta-cc-tab {
	background: #666;
	border-radius: 3px;	
}

.cta-cc-tab span {
	color: #CCC;
	font-weight: normal;
}

.clicktocall {
	display: none;
}

.clicktocall-tab {
	font-size: 19px;
	font-weight: bold;
}

.clicktocall-tab span {
	color: #bbf98e;
	font-weight: normal;
}

.term {
  color: #666;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 13px;
  width: 100%;
  padding-top: 2px;
  text-shadow: none;
}

.profiles ul {
	float: left;
	color: #fff;
	box-sizing: border-box;
  padding:0 2px;
	margin: 5px 0 0 0;
	width: 100%;
}

.profiles ul li {
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 6px 2px 6px;
  margin-bottom: 10px;
}

.profile_genres {
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: "Open Sans Condensed",sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	border-radius: 3px 3px 0 0;
	
}

.profile_genres_image {
    float: left;
    width: 100%;
    position: relative;
}

.profile_genres_image {
    float: left;
    width: 100%;
    position: relative;
}

.profile_des {
	background-color: #000;
	padding: 5px 8px;
	float: left;
	margin-bottom: 3px;
}

.profile_des p {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
}

a.more_button {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background: #000;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.new_badge {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 40px;
  background:red;
  height: 40px;
  width: 40px;
}

li{list-style: none;}

#footer-links_wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  float: left;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	width: 100%;
}
 
#footer-links_title {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 20px;
	line-height: 21px;
	border-radius: 3px;
	background: #000;
	color: #fff;
	padding: 1px 0 4px 0;
	margin: 0 38px 10px 38px;
}

.footer-links_featured {
	float: left;
	width: 43%;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	padding: 0 0 10px 15px;
}

.footer-links_featured a {
	text-decoration: none;
	color: #000;
}

#tan {
	float: left;
	width: 100%;
}

/* =links start
------------------------------------------------------------- */



#links-container {
  box-sizing: border-box;
  float: left;
  padding: 5px 109px 0 109px;
  width: 100%;
}

#links-wrapper {
	float: left;
	width: 100%;
	border-radius: 0 0 3px 3px;
	background: #2C4A78;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2889C4;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
    line-height: 18px;
}

#links-wrapper a {
	text-decoration: none;
	color: #fff;
}

.links-col1, .links-col2 {
  border-bottom: 1px solid #2889c4;
  box-sizing: border-box;
  float: left;
  padding: 3px 0 3px 45px;
  width: 50%;
  text-align:  left;
}

.links-col1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2889C4;
}

.links-last1, .links-last2  {
  box-sizing: border-box;
  float: left;
  padding: 3px 0 3px 45px;
  width: 50%;
  text-align:  left;
}

.links-last1 {
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2889C4;
}

/* =links end
------------------------------------------------------------- */



#footer {
  margin: 0 auto;
  font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 13px;
  color: #666;
  float: left;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}


/* =NAV start
------------------------------------------------------------- */
#nav {
  box-sizing: border-box;
  float: left;
  margin: 0 auto 3px;
  padding: 0 38px;
  position: relative;
  width: 100%;
}

.nav_el {
  box-sizing: border-box;
  float: left;
  padding: 0 3px;
  width: 33.33%;
}

#nav-ivr, #nav-sms  {
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 3px;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

#nav-ivr, #nav-sms {
background: #666;
}
}

#nav-sms {
background: #178dbb; /* Old browsers */
background: -moz-linear-gradient(top,  #178dbb 0%, #49b7e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#178dbb), color-stop(100%,#49b7e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #178dbb 0%,#49b7e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #178dbb 0%,#49b7e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #178dbb 0%,#49b7e42 100%); /* IE10+ */
background: linear-gradient(to bottom,  #178dbb 0%,#49b7e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178dbb', endColorstr='#49b7e4',GradientType=0 ); /* IE6-9 */
}

#menu,
#menu #menu-button {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 

#menu:hover {
	background-color: #666;
}

#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu {
  border-radius: 3px;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
  background-color: #666;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	
}

#menu #menu-button {
  color: #fff;
  padding: 4px 3px 5px 7px;
  
}

#menu #menu-button::after {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 17px;
  top: 12px;
  width: 20px;
}
  
#menu #menu-button::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 17px;
  top: 6px;
  width: 20px;
}

#hidden_menu {
  display: none;
}

#hidden_menu ul li {
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  padding: 3px;
  width: 50%;
}

#hidden_menu ul li a{
    border-radius: 3px;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 0;
  text-align: left;
  background-color: #666;
  display: block;
  padding:5px;
  color: white;
  text-decoration: none;
  border-radius:3px;
}

/* =NAV end
------------------------------------------------------------- */

/* =textsex start
------------------------------------------------------------- */

#top-text-sms {
  color: #333;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 35px;
  padding-bottom:  2px;
}

.caption-tab-sms {
  background-color: #333;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 20px;
  line-height: 22px;
  padding: 2px 3px 8px;
  text-decoration: none;
  width: 100%;
}

.caption-tab-sms span {
  color: #ff0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.mobiles-call-sms {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #921d25 0%, #f50708 100%) repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 20px;
  line-height: 22px;
  padding: 2px 3px 8px;
  text-decoration: none;
  width: 100%;
}

.mobiles-call-sms span {
  color: #ff0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.call-tab-sms {
  background: #499501;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  color: #bbf98e;
  float: left;
  font-size: 26px;
  line-height: 26px;
  padding: 3px 0 5px;
  text-decoration: none;
  width: 100%;
}

.call-tab-sms span {
	font-style: normal;
	color: #fff;
	font-weight: bold;
}

/* =textsex end
------------------------------------------------------------- */

/* =video banner start
------------------------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 55.11%;
	padding-top: 0;
	height: 0;
}

.videoWrapper img {
	width: 100%;
	height: auto;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%    !important;
  height: 100%  !important;
}

#video_block {
	float: left;
	height: 0;
}	

/* =video banner end
------------------------------------------------------------- */

@media (max-width: 640px) {
	
.block.content {
  max-width: 520px;
}

.profiles ul li {
  width: 100%;
}

#nav {
  padding: 0;
}

.mobiles-call-sms {
  font-size: 28px;
  line-height: 28px;
}

.mobiles-call-sms span {
  font-size: 26px;
  line-height: 26px;
}

#links-container {
  padding: 5px;
}

.genre_caption {
  font-size: 24px;
  line-height: 25px;
}

.cta-ivr-tab, .call-tab {
}

.caption-tab-sms {
  font-size: 28px;
  line-height: 28px;
}

.caption-tab-sms span {
  font-size: 26px;
  line-height: 26px;
}

#header_girl-ivr {
  top: -2px;
  width: 347px;
}

#header_girl-sms {
  width: 352px;
}

.service-banner p {
  font-size: 14px;
  line-height: 16px;
}

}


@media (max-width: 480px) {
#top-text {
  font-size: 20px;
  line-height: 22px;
}	

#top-text-sms {
  font-size: 27px;
  line-height: 28px;
  padding-bottom: 3px;
}

.mobiles-call-sms {
  font-size: 23px;
  line-height: 25px;
  padding: 1px 3px 7px;
}

.mobiles-call-sms span {
  font-size: 20px;
  line-height: 21px;
}

.links-col1, .links-col2 {
  padding: 3px 0 3px 20px;
}

.links-last1, .links-last2 {
  padding: 3px 0 5px 20px;
}

.clicktocall {
	display: block;
}

.clicktocall-tab {
	display: none;
}

.service-banner {
  font-size: 26px;
  line-height: 31px;
}

.service-banner p {
  font-size: 14px;
  line-height: 16px;
}

.cta-cc-tab {
}

.caption-tab-sms {
  font-size: 23px;
  line-height: 25px;
  padding: 1px 3px 7px;
}

.caption-tab-sms span {
  font-size: 20px;
  line-height: 21px;
}

#header_girl-ivr {
  width: 309px;
}

#header_girl-sms {
  width: 330px;
}

}

@media (max-width: 414px) {
	
#top-text {
  font-size: 23px;
  line-height: 23px;
  padding: 1px 0 3px;
}

.mobiles-call-sms {
  font-size: 22px;
  line-height: 24px;
}

.mobiles-call-sms span {
  font-size: 18px;
  line-height: 19px;
}

#top-text-sms {
  font-size: 23px;
  line-height: 23px;
  padding: 1px 0 3px;
}

.call-tab-sms {
  font-size: 29px;
}

#links-wrapper {
  font-size: 15px;
  line-height: 17px;
}

.service-banner img {
  width: 111px;
  height: 70px;
}

.service-banner {
  font-size: 24px;
  line-height: 30px;
}

.caption-tab-sms {
  font-size: 22px;
  line-height: 24px;
}

.caption-tab-sms span {
  font-size: 18px;
  line-height: 19px;
}

#header_girl-ivr {
  width: 271px;
}

#header_girl-sms {
  top: -24px;
  width: 272px;
}


}

@media (max-width: 375px) {
#top-text {
  font-size: 22px;
  line-height: 25px;
}

.call-tab-sms {
  font-size: 25px;
}	

.mobiles-call-sms {
  font-size: 20px;
  line-height: 21px;
  padding: 1px 3px 5px;
}

.mobiles-call-sms span {
  font-size: 17px;
  line-height: 19px;
}

#top-text-sms {
  font-size: 21px;
  line-height: 22px;
  padding: 2px 0 3px;
}

.links-col1, .links-col2 {
  padding: 3px 0 3px 10px;
}

.links-last1, .links-last2 {
  padding: 3px 0 5px 10px;
}

.genre_caption {
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 4px;
}

.caption-tab-sms {
  font-size: 20px;
  line-height: 21px;
  padding: 1px 3px 5px;
}

.caption-tab-sms span {
  font-size: 17px;
  line-height: 19px;
}

#header_girl-ivr {
  width: 245px;
}

#header_girl-sms {
  width: 251px;
}

}

@media (max-width: 360px) {
#top-text {
  font-size: 22px;
  line-height: 25px;
}

#top-text-sms {
  font-size: 20px;
}	

.links-col1, .links-col2 {
  padding: 3px 0 3px 7px;
}

.links-last1, .links-last2 {
  padding: 3px 0 5px 7px;
}

.service-banner img {
  height: 65px;
  width: 104px;
}

.service-banner {
  font-size: 23px;
  line-height: 28px;
}

#header_girl-ivr {
  width: 236px;
}

#header_girl-sms {
  width: 245px;
}

}

@media (max-width: 320px) {
#top-text {
  font-size: 19px;
  line-height: 20px;
  padding: 1px 0 0px;
}

.cta-ivr-tab, .cta-cc-tab {
  font-size: 18px;
}

.mobiles-call-sms {
  font-size: 18px;
  line-height: 19px;
  padding: 1px 3px 6px;
}

.mobiles-call-sms span {
  font-size: 15px;
  line-height: 19px;
}

.call-tab-sms {
  font-size: 22px;
}

#top-text-sms {
  font-size: 18px;
}

#hidden_menu ul li {
  font-size: 13px;
}

.links-col1, .links-col2 {
	width: 100%;
	border-right: none;
	padding: 3px 0 3px 19px;
}

.links-50plus, .links-j18 {
	padding: 5px 0 5px 19px;
	text-align: left;
}

.links-last1, .links-last2 {
  width: 100%;
  padding: 3px 0 3px 19px;
}

.links-last1 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #2889c4;	
}

.links-last2 {
	padding-bottom: 5px;
}

.service-banner {
  font-size: 20px;
  line-height: 25px;
  margin-top: 3px;
}

.service-banner img {
  height: 65px;
  width: 98px;
}

.service-banner p {
  font-size: 14px;
  line-height: 17px;
}

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

.caption-tab-sms {
  font-size: 18px;
  line-height: 19px;
  padding: 1px 3px 6px;
}

.caption-tab-sms span {
  font-size: 15px;
  line-height: 19px;
}

#header_girl-ivr {
  width: 205px;
}

#header_girl-sms {
	width: 213px;
	top: -14px;
}

}