@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Yellowtail|Alegreya:400,900";
@import "https://www.ddphonesex.co.uk/fontawesome/css/font-awesome.css";
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 16px;
  line-height: 1.4;
}

a {
	text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #34495e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #34495e;
  color: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

li {
  list-style: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ==========================================================================
	Global Styles
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #ecf0f1;
  font-size: 16px;
}
html ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
html ::-webkit-scrollbar-thumb {
  background: #952d71;
}
html ::-webkit-scrollbar-track {
  background: #cccccc;
}
html body {
  scrollbar-face-color: #952d71;
  scrollbar-track-color: #cccccc;
}

body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  margin: 1em auto;
  max-width: 960px;
  width: 90%;
}
@media (max-width: 1000px) {
  body {
    width: 100%;
  }
}

.main {
  float: left;
  overflow: hidden;
  margin-top: 1em;
  width: 83%;
}
@media (max-width: 1000px) {
  .main {
    width: 100%;
  }
}

footer {
  float: left;
  width: 100%;
}
footer p {
  background: #952d71;
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
padding: 10px;
  text-align: center;
}

footer p a {
 color: #FF0 !important;
 text-decoration: underline;
}

.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;
}

@media (max-width: 640px) {
  article p {
    padding: 0 5%;
    text-align: center;
  }
}

header {
  position: relative;
  
}
header h1 {
  color: #34495e;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-weight: black;
  line-height: 1;
  height: 10%;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 43%;
  z-index: 61;
  font-size: 86px !important;
}

header h1 a {
  color: #34495e;
}

@media (max-width: 650px) {
  header h1 {
    margin-top: -15px;
    text-align: center;
  }
}
header h1 span {
  color: #952d71;
}




aside {
  float: right;
  margin-top: 1em;
  width: 15%;
}
@media (max-width: 1000px) {
  aside {
    display: none;
  }
}
aside #iphone {
  margin-left: -5px;
  width: 100%;
}
aside h4 {
  color: #952d71;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  margin-left: -10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
aside div {
  height: 2470px;
  overflow-y: scroll;
}
aside div figure {
  float: left;
  height: 128px;
  margin: 10px 0 25px;
  position: relative;
  width: 128px;
}
aside div figure img {
  width: 100%;
}
aside div figure figcaption {
  background: #952d71;
  bottom: -22px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
nav {
    background: #952d71;
    position: relative;
    z-index: 80;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  float: left;
  font-size: 18px;
  line-height: 2.2;
  margin-right: -4px;
}
@media (max-width: 650px) {
  nav li {
    float: none;
    display: block;
    position: relative;
  }
}
nav a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 650px) {
  nav a {
    border-bottom: 2px solid white;
  }
}
nav a:hover {
  background: #bc398f;
  color: #fff;
}
nav h3, nav .profile-boxes figure p, .profile-boxes figure nav p {
  color: #fff;
  float: right;
  margin: 0;
  font-size: 1.6em;
  line-height: 1;
  padding: 0.3em;
  text-align: center;
}
nav h3 span, nav .profile-boxes figure p span, .profile-boxes figure nav p span {
  display: block;
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}
@media (max-width: 650px) {
  nav h3, nav .profile-boxes figure p, .profile-boxes figure nav p {
    text-align: center;
    width: 100%;
  }
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.slide-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides a {
  text-decoration: none;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  width: 100%;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides li img {
  border: 0;
  display: block;
  float: right;
  margin-left: 10px;
  width: 50%;
}
@media (max-width: 650px) {
  .rslides li img {
    float: left;
    margin: 0 0 10px -10px;
    width: 105%;
  }
}

.prev, .next {
  background: #952d71;
  height: 50px;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  bottom: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  width: 50px;
  z-index: 10;
}
@media (max-width: 650px) {
  .prev, .next {
    top: 25%;
  }
}
.prev:hover, .next:hover {
  opacity: 1;
}

.prev {
  background-image: url("../img/arrow_left.png");
  background-size: 100%;
  right: 50px;
}
@media (max-width: 650px) {
  .prev {
    left: 0;
  }
}

.next {
  background-image: url("../img/arrow_right.png");
  background-size: 100%;
  right: 0;
}

.caption {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  bottom: -15px;
  color: #fff;
  float: left;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 650px) {
  .caption {
    bottom: 0px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
}
.caption p {
  padding-right: 10px;
  margin: 0;
}
.caption h3, .caption .profile-boxes figure p, .profile-boxes figure .caption p {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.caption div {
  background: #952d71;
  bottom: 0;
  margin-left: -10px;
  padding-bottom: 0;
  margin-bottom: -16px;
  padding-left: 10px;
}
.caption div .orange {
  color: orange;
  margin: 13px 0 -8px 0.2em;
  padding: 0;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: bold;
}
.caption div .orange span {
  color: #fff;
  font-size: 70%;
}
.caption div > span {
  background-color: #9dd53a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9DD53A', endColorstr='#FF7CBC0A');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
  background-image: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  border-radius: 5px;
  float: left;
  height: 35px;
  line-height: 1.3;
  margin: 10px 20px 5px 5px;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  width: 35px;
}
@media (max-width: 1000px) {
  .caption div > span {
    display: none;
  }
}
.caption div > span:before {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.terms, .terms2 {
  font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
  float: left;
  width: 50%;
  margin: -56px 0 0 4px;
}

.terms {
  margin-top: -66px !important;
}

.terms2 {
  margin: -44px 0 0 4px;
  margin-top: -40px !important;
}

}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 20px;
  background: none;
}
@media (max-width: 650px) {
  .ui-tabs .ui-tabs-panel {
    padding: 1em 0.4em;
  }
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 5px solid #34495e;
  background: #fff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #34495e;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #fff;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #fff;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #e4e4e4;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-tabs-anchor:focus {
  outline: 0;
}

.profile-boxes {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 1000px) {
.profile-boxes {
  margin: 0;
}
}
.profile-boxes li {
  float: left;
  margin: 1%;
  width: 23%;
}
@media (max-width: 650px) {
  .profile-boxes li {
    width: 48%;
  }
}
.profile-boxes li img {
  border: 1px solid #34495e;
  height: auto;
  width: 100%;
}
.profile-boxes figure a {
  text-decoration: none;
}
.profile-boxes figure div {
  position: relative;
}
.profile-boxes figure div figcaption {
  background: #34495e none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: bottom 0.5s ease-in-out 0s;
  white-space: nowrap;
  width: 100%;
}

.profile-boxes figure h3, .profile-boxes figure p {
  font-size: 27.2px;
  font-size: 1.7rem;
  position: relative;
  margin: 0;
  text-align: center;
  width: 100%;
}
.profile-boxes figure p {
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 0.8;
  margin-top: -5px;
}

.pagination {
  background: #952d71;
  float: left;
  padding: 0.5em 1em;
  width: 100%;
}
.pagination a {
  color: #fff;
  float: right;
}

.naviagtion-prev {
  float: left !important;
}

.profile-pic {
  border: 4px solid #34495e;
  float: right;
  margin: -55px 0 0 20px;
  width: 35%;
}
@media (max-width: 1000px) {
  .profile-pic {
    margin: -65px -10px 0 10px;
    width: 37%;
  }
}
@media (max-width: 650px) {
  .profile-pic {
    margin: 0 0 10px 10px;
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .profile:after {
    background: #34495e;
    color: #fff;
    float: left;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 20px -10px -10px -10px;
    padding: 10px 0;
    text-align: center;
    width: 105%;
  }
}
.profile p {
  float: left;
  font-size: 14.4px;
  font-size: 0.9rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .profile p {
    padding: 5px 0 0 0;
  }
}
.profile h2 {
  background: #34495e;
  color: #fff;
  float: left;
  height: 40px;
  line-height: 1.65;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
  width: 63%;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .profile h2 {
    padding-top: 5px;
    width: 100%;
  }
}
.profile h2:after {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(52, 73, 94, 0)), color-stop(100%, #34495e));
  background-image: -webkit-linear-gradient(left, rgba(52, 73, 94, 0) 0%, #34495e 100%);
  background-image: -moz-linear-gradient(left, rgba(52, 73, 94, 0) 0%, #34495e 100%);
  background-image: -o-linear-gradient(left, rgba(52, 73, 94, 0) 0%, #34495e 100%);
  background-image: linear-gradient(left, rgba(52, 73, 94, 0) 0%, #34495e 100%);
  content: ' ';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 10;
}
.profile h2 span {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}
.profile h3, .profile .profile-boxes figure p, .profile-boxes figure .profile p {
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 650px) {
  .profile h3, .profile .profile-boxes figure p, .profile-boxes figure .profile p {
    font-size: 32px;
    font-size: 2rem;
  }
}

.tabs {
  background: #e4e4e4;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.tabs p {
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333;
  margin-top: -6px;
}
@media (max-width: 650px) {
  .tabs p {
    margin-top: 0;
  }
}
.tabs h3, .tabs .profile-boxes figure p, .profile-boxes figure .tabs p {
  margin-top: -5px;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  float: left;
}
@media (max-width: 650px) {
  .tabs h3, .tabs .profile-boxes figure p, .profile-boxes figure .tabs p {
    line-height: 0.9;
  }
}
.tabs h5 {
  color: #444;
  float: left;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin: -8px;
  margin-left: 0;
  font-family: 'Yellowtail', cursive;
  width: 100%;
}
@media (max-width: 650px) {
  .tabs h5 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: -10px 0 10px 0;
  }
}

@media (max-width: 650px) {
  .fontawesome-comment, .fontawesome-phone {
    display: none;
  }
}

#tabs-1 {
  position: relative;
}
#tabs-1 img {
  float: right;
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30%;
}
@media (max-width: 1000px) {
  #tabs-1 img {
    top: -30px;
    width: 25%;
  }
}
@media (max-width: 650px) {
  #tabs-1 img {
    display: none;
  }
}
#tabs-1 span {
  background-color: #9dd53a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9DD53A', endColorstr='#FF7CBC0A');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
  background-image: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background-image: linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  height: 35px;
  line-height: 1.3;
  margin: 12px 10px 5px 5px;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  width: 35px;
}
@media (max-width: 650px) {
  #tabs-1 span {
    display: none;
  }
}

#tabs-2 span {
  color: #952d71;
  margin-right: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: none;
}

#text span {
	color: #fff;
	margin-right: 5px;
	font-size: 21px;
	font-weight: bold;
}

#text h3 {
  color: #FCF;
  font-size: 28px;
  font-weight: bold;
  line-height: 55px;
  margin: 10px 0;
}

.picture1,
.picture2,
.picture3,
.picture4 {
  border: 4px solid #34495e;
  float: left;
}

.picture1 {
  margin-right: 2.4%;
  width: 16%;
}

.picture2 {
  margin-right: 2.4%;
  width: 35.6%;
}

.picture3 {
  margin-right: 1.9%;
  width: 16.6%;
}

.picture4 {
  width: 25%;
  margin-bottom: 10px;
}

.profile-phone-chat h4 {
  background: #34495e;
  color: #fff;
  height: 40px;
  position: relative;
  width: 105%;
}
.profile-phone-chat h4:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  content: '';
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 20px;
  z-index: 10;
}
.profile-phone-chat div {
  height: 775px;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .profile-phone-chat div {
    height: 160px;
    overflow: hidden;
    width: 2550px;
  }
}

.confessions ul {
  margin: 10px -8% 10px -4%;
  padding: 0;
  width: 105%;
}
@media (max-width: 1000px) {
  .confessions ul {
    margin: 0;
    width: 100%;
  }
}
.confessions ul h4 {
  color: #952d71;
  margin: 0;
  font-size: 22px;
}
.confessions ul h4 a {
  background: #6e9e2d;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4px;
  padding: 2px 5px;
  text-decoration: none;
}
.confessions ul h5 {
  background: #34495e;
  color: #fff;
  margin: 0;
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confessions ul p {
  color: #333;
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
  margin: -4px 0 -8px 0;
}
.confessions ul li {
  float: left;
  margin: 0 0 0.5% 0;
  padding: 5px;
  text-align: center;
  width: 16%;
}
@media (max-width: 1000px) {
  .confessions ul li {
    width: 33.3333%;
  }
}
@media (max-width: 650px) {
  .confessions ul li {
    width: 50%;
  }
}
.confessions ul li img {
  margin: 0;
  width: 100%;
}
.confessions ul li figcaption {
  margin: 0;
}
.confessions h3, .confessions .profile-boxes figure p, .profile-boxes figure .confessions p {
  background: #952d71;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  float: left;
  height: 39px;
  line-height: 1.7;
  margin-top: 51px;
  margin-right: -51px;
  margin-left: -45px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  width: 131px;
}
@media (max-width: 1000px) {
  .confessions h3, .confessions .profile-boxes figure p, .profile-boxes figure .confessions p {
    float: left;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
    margin: 10px 0;
    position: inherit;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .confessions h3:first-child, .confessions .profile-boxes figure p:first-child, .profile-boxes figure .confessions p:first-child {
    border-top: 2px solid #fff;
  }
}
@media (max-width: 650px) {
  .confessions h3:first-child, .confessions .profile-boxes figure p:first-child, .profile-boxes figure .confessions p:first-child {
    border-top: 0;
  }
}

/* for IE8 stops page breaking */
.lt-ie9 body {
  width: 960px;
}
.lt-ie9 .home ul {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.lt-ie9 .home ul li {
  width: 16%;
}

/* for IE7 Just stops page breaking */
.confessions h3, .confessions .profile-boxes figure p, .profile-boxes figure .confessions p {
  *display: none !important;
}
.confessions ul li {
  *width: 15.5% !important;
}
.confessions ul li audio {
  *display: none;
}

.lt-ie9 .confessions h3, .lt-ie9 .confessions .profile-boxes figure p, .profile-boxes figure .lt-ie9 .confessions p, .ie9 .confessions h3, .ie9 .confessions .profile-boxes figure p, .profile-boxes figure .ie9 .confessions p {
  margin: 5px -96px 0 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.stories {
  background: #e4e4e4;
}
.stories ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .stories ul {
    margin: 0;
    width: 100%;
  }
}
.stories ul li {
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  float: left;
  margin: 5px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 15.6%;
}
@media (max-width: 1000px) {
  .stories ul li {
    margin: 0.6%;
    width: 18.8%;
  }
}
@media (max-width: 650px) {
  .stories ul li {
    margin: 1%;
    width: 47.3%;
  }
}
.stories ul li img {
  width: 100%;
}
.stories a {
  text-decoration: none;
}

/* ==========================================================================
  Stories
   ========================================================================== */
@media (max-width: 650px) {
  .story {
    padding: 10px;
    text-align: center;
  }
}
.story h2 {
  background: #34495e;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 8px 0;
  padding-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .story h2 {
    margin: 10px;
  }
}
.story article {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .story article {
    padding: 10px;
  }
}
.story article img {
  border: 5px solid #34495e;
  float: right;
  margin: 0 0 15px 15px;
  width: 30%;
}
@media (max-width: 650px) {
  .story article img {
    width: 100%;
  }
}

.read-more {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00FFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, #ffffff), color-stop(94%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #ffffff 94%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #ffffff 94%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #ffffff 94%, #ffffff 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #ffffff 94%, #ffffff 100%);
}

.read-more a {
  color: #34495e;
}

.story-excerpt {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 10px, #abced4 10px, #abced4 11px, transparent 11px), linear-gradient(#eeeeee 0.1em, transparent 0.1em);
  background-size: 100% 1.1rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  max-height: 8em;
  overflow: hidden;
  padding-left: 20px;
  text-align: left;
}

.story-caption {
  background: #952d71;
  color: #fff;
  margin: 0;
  float: left;
  margin-top: -20px;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#story-header {
  background: none;
  border: 0;
  color: #444;
  float: right;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.1;
  padding: 5px 15px;
  text-align: center;
  width: 100%;
}

.story-pages {
  background: #34495e;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.story-pages li {
  display: inline;
  font-size: 32px;
  font-size: 2rem;
}
.story-pages a {
  color: #952d71;
  text-decoration: none;
}

.current {
  color: #fff !important;
  text-shadow: 0 0 30px #fff;
}

/* smsob ccsms start */

.banner-wrapper {
	padding: 0 5px;
}

.banner-wrapper img {
  width: 375px; height: auto;
}

.banners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

.column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 10px 0;
}

@media (max-width: 575.98px) {
.banner-wrapper img {
  width: 100% !important; height: auto;
}

.column {
	flex: auto;
	padding: 5px 0;
}

}

/* smsob ccsms finish */

/* ==========================================================================
  Free downloads
   ========================================================================== */
.free-downloads {
  background: url("../img/free-downloads.jpg");
  background-size: cover;
  margin-top: 10px;
  padding-bottom: 98%;
}
@media (max-width: 650px) {
  .free-downloads {
    background-size: cover;
    margin: 0;
    padding-bottom: 0;
  }
}

.free-downloads article {
  background: rgba(255, 255, 255, 0.6);
  color: #444;
  font-size: 17.6px;
  font-size: 1.1rem;
  float: right;
  margin: 10px;
  padding: 10px;
  text-align: right;
  width: 35%;
}
@media (max-width: 1000px) {
  .free-downloads article {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .free-downloads article {
    margin: 0;
    padding-bottom: 90%;
    text-align: center;
    width: 100%;
  }
}
.free-downloads article h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 41.6px;
  font-size: 2.6rem;
  padding: 0;
  margin: 0 0 10px -30px;
  width: 110%;
}
@media (max-width: 650px) {
  .free-downloads article h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

#downloads-header {
  background: #ccc;
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  margin: 10px 0 0 0;
  padding: 5px;
  text-align: center;
}
@media (max-width: 650px) {
  #downloads-header {
    display: none;
  }
}

form {
  width: 100%;
}

form input {
  display: block;
}

input[type=email], input[type=text] {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 0;
  padding-right: 5px;
  text-align: right;
  width: 100%;
}
@media (max-width: 650px) {
  input[type=email], input[type=text] {
    text-align: center;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: #6e9e2d;
  color: white;
  cursor: pointer;
  float: right;
  font-size: 27.2px;
  font-size: 1.7rem;
  padding: 4px;
  width: 40%;
}
@media (max-width: 650px) {
  input[type=submit] {
    width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

#tan {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

.cc-banners {
	float: left;
	width: 100%;
	text-align: center;
	margin:0 auto;
	padding-top: 10px;
}

.cc-banners img {
	width: 217px;
	height: auto;
}

@media (max-width: 1200px){ 
.terms {
  margin-top: -62px !important;
  padding: 10px 0;
}

.terms2 {
    margin: -29px 0 5px 4px !important;
}
}

@media (max-width: 768px) {
#text h3 {
  font-size: 29px;
  line-height: 45px;
}

.terms {
  margin-top: -72px !important;
  padding: 10px 0;
}

.terms2 {
    margin: -29px 0 5px 4px !important;
}

}

@media (max-width: 640px) {

.terms {
  margin-top: 0 !important;
  padding: 10px 0;
  width: 100%;
}

.terms2 {
    margin: 0 0 5px 4px !important;
	@media (max-width: 768px) {
#text h3 {
  font-size: 29px;
  line-height: 45px;
}

.terms {
  margin-top: -72px !important;
  padding: 10px 0;
}

.terms2 {
    margin: -29px 0 5px 4px !important;
}
}


@media (max-width: 576px) {
 header h1 {
	font-size:76px !important;
  }
  
    .terms2 {
    margin: 5px 0 5px 4px !important;
	width: 100%;
	padding: 3px 0;
}

}

@media (max-width: 375px) {
 header h1 {
	font-size:68px !important;
  }
}

@media (max-width: 360px) {
 header h1 {
	font-size:66px !important;
  }
}

@media (max-width: 320px) {
 header h1 {
	font-size:58px !important;
  }
  
  #text span {
	font-size: 17px;
}

#text h3 {
  font-size: 27px;
  line-height: 35px;
}

}


