@import "http://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;
}

/* line 9, ../sass/defaults.scss */
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.
 */
/* line 20, ../sass/defaults.scss */
::-moz-selection {
  background: #ab0000;
  color: #fff;
  text-shadow: none;
}

/* line 26, ../sass/defaults.scss */
::selection {
  background: #ab0000;
  color: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 36, ../sass/defaults.scss */
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
 */
/* line 49, ../sass/defaults.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 57, ../sass/defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 67, ../sass/defaults.scss */
textarea {
  resize: vertical;
}

/* line 71, ../sass/defaults.scss */
li {
  list-style: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 80, ../sass/defaults.scss */
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

/* line 11, ../sass/style.scss */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ==========================================================================
	Global Styles
   ========================================================================== */
/* line 5, ../sass/global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/global.scss */
html {
  background-color: #151515;
  font-size: 16px;
}
/* line 19, ../sass/mixins.scss */
html ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
/* line 24, ../sass/mixins.scss */
html ::-webkit-scrollbar-thumb {
  background: #d1031a;
}
/* line 28, ../sass/mixins.scss */
html ::-webkit-scrollbar-track {
  background: black;
}
/* line 33, ../sass/mixins.scss */
html body {
  scrollbar-face-color: #d1031a;
  scrollbar-track-color: black;
}

/* line 15, ../sass/global.scss */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 1em auto;
  max-width: 960px;
  width: 90%;
}


/* 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 */


@media (max-width: 1000px) {
  /* line 15, ../sass/global.scss */
  body {
    width: 100%;
  }
}

/* line 27, ../sass/global.scss */
.main {
  float: left;
  overflow: hidden;
  margin-top: 1em;
  width: 83%;
}
@media (max-width: 1000px) {
  /* line 27, ../sass/global.scss */
  .main {
    width: 100%;
  }
}

/* line 38, ../sass/global.scss */
.intro {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
}

/* line 44, ../sass/global.scss */
footer {
  float: left;
  width: 100%;
}
/* line 48, ../sass/global.scss */
footer p {
  background: #d1031a;
  color: #fff;
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
  text-align: center;
  padding: 10px;
}

footer p a {
  color: #FF0;
  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: 650px) {
  /* line 57, ../sass/global.scss */
  article p {
    padding: 0 5%;
    text-align: center;
  }

header div p {
	width: 100% !important;
	float: none !important;
}

.confessions ul h4 {
    font-size: 26px !important;
}
  
}

/* line 64, ../sass/global.scss */
header {
  position: relative;
  padding-bottom: 4px;
}
/* line 67, ../sass/global.scss */
header h1 {
  color: #ab0000;
  float: left;
font-family: 'Oswald', sans-serif;
  font-size:67px !important;
  line-height: 1;
  height: 10%;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 48%;
  z-index: 61;
}
@media (max-width: 650px) {
  /* line 67, ../sass/global.scss */
  header h1 {
    margin-top: -15px;
    text-align: center;
    width: 100%;
  }
}
/* line 89, ../sass/global.scss */
header h1 span {
  color: #d1031a;
}
/* line 95, ../sass/global.scss */
header div {
  background: #ab0000;
  color: #fff;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 5px;
  padding-bottom: 5px;
  position: relative;
  text-align: right;
  width: 45%;
}
@media (max-width: 1000px) {
  /* line 95, ../sass/global.scss */
  header div {
    background: #ab0000;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 650px) {
  /* line 95, ../sass/global.scss */
  header div {
    width: 100%;
  }
}
/* line 118, ../sass/global.scss */
header div h5 {
  font-size: 43.2px;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0;
  position: relative;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  z-index: 41;
}
@media (max-width: 650px) {
  /* line 118, ../sass/global.scss */
  header div h5 {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
}
/* line 128, ../sass/global.scss */
header div h5 a {
  color: #fff;
  text-decoration: none;
}
/* line 134, ../sass/global.scss */
header div img {
    float: left;
    position: absolute;
    left: -128px;
    top: -15px;
    z-index: 450;
}
@media (max-width: 1000px) {
  /* line 134, ../sass/global.scss */
  header div img {
    display: none;
  }
}
/* line 146, ../sass/global.scss */
header div span {
  background-color: #7db9e8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7DB9E8', endColorstr='#FF1E5799');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7db9e8), color-stop(49%, #5896c9), color-stop(50%, #2989d8), color-stop(100%, #1e5799));
  background-image: -webkit-linear-gradient(top, #7db9e8 0%, #5896c9 49%, #2989d8 50%, #1e5799 100%);
  background-image: -moz-linear-gradient(top, #7db9e8 0%, #5896c9 49%, #2989d8 50%, #1e5799 100%);
  background-image: -o-linear-gradient(top, #7db9e8 0%, #5896c9 49%, #2989d8 50%, #1e5799 100%);
  background-image: linear-gradient(top, #7db9e8 0%, #5896c9 49%, #2989d8 50%, #1e5799 100%);
  border-radius: 5px;
  float: right;
  height: 35px;
  line-height: 0.6;
  margin: 3px 0 5px 5px;
  text-align: center;
  width: 35px;
}
/* line 158, ../sass/global.scss */
header div span:before {
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 162, ../sass/global.scss */
header div p {
    font-size: 15px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    float: right;
    width: 310px;
}

/* line 174, ../sass/global.scss */
.strapline {
  color: #CCC;
  float: left;
  font-size: 20px !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 5px 0;
  text-align: center;
  text-transform: none;
  width: 80%;
}
@media (max-width: 650px) {
  /* line 174, ../sass/global.scss */
  .strapline {
    margin: -5px 0 5px 0;
    width: 100%;
  }
}

/* line 1, ../sass/aside.scss */
aside {
  float: right;
  margin-top: 1em;
  width: 15%;
}
@media (max-width: 1000px) {
  /* line 1, ../sass/aside.scss */
  aside {
    display: none;
  }
}
/* line 12, ../sass/aside.scss */
aside #iphone {
  margin-left: -5px;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 12, ../sass/aside.scss */
  aside #iphone {
    display: none;
  }
}
/* line 20, ../sass/aside.scss */
aside h4 {
  color: #ffa963;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  margin-left: -10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 20, ../sass/aside.scss */
  aside h4 {
    display: none;
  }
}
/* line 33, ../sass/aside.scss */
aside div {
  height: 1115px;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  /* line 33, ../sass/aside.scss */
  aside div {
    height: 160px;
    overflow: hidden;
    width: 2550px;
  }
}
/* line 42, ../sass/aside.scss */
aside div figure {
  float: left;
  height: 128px;
  margin: 10px 0;
  position: relative;
  width: 128px;
}
@media (max-width: 1000px) {
  /* line 42, ../sass/aside.scss */
  aside div figure {
    border: 5px solid #fff;
    height: 150px;
    margin: 0 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 150px;
  }
}
/* line 59, ../sass/aside.scss */
aside div figure img {
  width: 100%;
}
/* line 62, ../sass/aside.scss */
aside div figure figcaption {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
/* line 5, ../sass/nav.scss */
nav {
  background: #d1031a;
  position: relative;
  z-index: 30;
}
/* line 10, ../sass/nav.scss */
nav ul {
  margin: 0;
  padding: 0;
}
/* line 15, ../sass/nav.scss */
nav li {
  float: left;
  margin-right: -4px;
}
@media (max-width: 650px) {
  /* line 15, ../sass/nav.scss */
  nav li {
    float: none;
    display: block;
    position: relative;
  }
}
/* line 24, ../sass/nav.scss */
nav a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 650px) {
  /* line 24, ../sass/nav.scss */
  nav a {
    border-bottom: 2px solid white;
  }
}
/* line 36, ../sass/nav.scss */
nav a:hover {
  background: #fc0b26;
  color: #fff;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
/* line 3, ../sass/slider.scss */
.slide-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

/* line 9, ../sass/slider.scss */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 18, ../sass/slider.scss */
.rslides a {
  text-decoration: none;
}
/* line 23, ../sass/slider.scss */
.rslides li {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  display: none;
  float: left;
  width: 100%;
}
/* line 32, ../sass/slider.scss */
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
/* line 38, ../sass/slider.scss */
.rslides li img {
  border: 0;
  display: block;
  float: right;
  margin-left: 10px;
  width: 50%;
}
@media (max-width: 650px) {
  /* line 38, ../sass/slider.scss */
  .rslides li img {
    float: left;
    margin: 0 0 10px -10px;
    width: 105%;
  }
}

/* line 55, ../sass/slider.scss */
.prev, .next {
  background: rgba(0, 0, 0, 0.6);
  height: 50px;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  bottom: 0;
  transition: 1s all;
  width: 50px;
  z-index: 10;
}
@media (max-width: 650px) {
  /* line 55, ../sass/slider.scss */
  .prev, .next {
    top: 25%;
  }
}
/* line 70, ../sass/slider.scss */
.prev:hover, .next:hover {
  opacity: 1;
  transition: 0.5s all;
}

/* line 77, ../sass/slider.scss */
.prev {
  background-image: url("../img/arrow_left.png");
  background-size: 100%;
  right: 50px;
}
@media (max-width: 650px) {
  /* line 77, ../sass/slider.scss */
  .prev {
    left: 0;
  }
}

/* line 86, ../sass/slider.scss */
.next {
  background-image: url("../img/arrow_right.png");
  background-size: 100%;
  right: 0;
}

/* line 93, ../sass/slider.scss */
.caption {
  background: #000;
  background: rgba(255, 255, 255, 0.1);
  bottom: -15px;
  color: #fff;
  float: left;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 650px) {
  /* line 93, ../sass/slider.scss */
  .caption {
    bottom: 0px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
}
/* line 109, ../sass/slider.scss */
.caption p {
  padding-right: 10px;
  margin: 0;
}
/* line 113, ../sass/slider.scss */
.caption h3, .caption .profile-boxes figure p, .profile-boxes figure .caption p {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 20px 0 0 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.caption h3 {
	margin: 0;
}
/* line 119, ../sass/slider.scss */
.caption div {
  background: #d1031a;
  bottom: 0;
  margin-left: -10px;
  padding-bottom: 6px;
  margin-bottom: -16px;
  padding-left: 10px;
}
/* line 127, ../sass/slider.scss */
.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) {
  /* line 127, ../sass/slider.scss */
  .caption div span {
    display: none;
  }
}
/* line 144, ../sass/slider.scss */
.caption div span::before {
  font-size: 26px;
}

/* line 151, ../sass/slider.scss */
.terms {
  font-size: 15px !important;
	line-height: 17px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  float: left;
  margin: 0 0 0 7px;
  width: 48%;
  padding-top: 17px;
}
@media (max-width: 650px) {
  /* line 151, ../sass/slider.scss */
  .terms {
    width: 100%;
  }
}

/* Layout helpers
----------------------------------*/
/* line 3, ../sass/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 6, ../sass/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 16, ../sass/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 27, ../sass/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 32, ../sass/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 35, ../sass/jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 38, ../sass/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 48, ../sass/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* TR overrides */
/* line 53, ../sass/jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 57, ../sass/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 61, ../sass/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 65, ../sass/jquery-ui.scss */
.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;
}

/* line 75, ../sass/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 80, ../sass/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 86, ../sass/jquery-ui.scss */
.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;
}

/* line 90, ../sass/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 93, ../sass/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 20px;
  background: none;
}
@media (max-width: 650px) {
  /* line 93, ../sass/jquery-ui.scss */
  .ui-tabs .ui-tabs-panel {
    padding: 1em 0.4em;
  }
}

/* line 104, ../sass/jquery-ui.scss */
.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;
}

/* line 112, ../sass/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 118, ../sass/jquery-ui.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 122, ../sass/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 128, ../sass/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 132, ../sass/jquery-ui.scss */
.ui-widget-content {
  border: 5px solid #ab0000;
  background: #fff;
  color: #222222;
}

/* line 137, ../sass/jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 140, ../sass/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #ab0000;
  color: #222222;
  font-weight: bold;
}

/* line 146, ../sass/jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 154, ../sass/jquery-ui.scss */
.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;
}

/* line 162, ../sass/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 171, ../sass/jquery-ui.scss */
.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;
}

/* line 180, ../sass/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 186, ../sass/jquery-ui.scss */
.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;
}

/* line 196, ../sass/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 201, ../sass/jquery-ui.scss */
.ui-tabs-anchor:focus {
  outline: 0;
}

/* line 2, ../sass/phone-chat.scss */
.profile-boxes {
  float: left;
  margin: 0 -1% 0 -1%;
  padding: 0;
}
@media (max-width: 1000px) {
  /* line 2, ../sass/phone-chat.scss */
  .profile-boxes {
    margin: 0;
  }
}
/* line 11, ../sass/phone-chat.scss */
.profile-boxes li {
  float: left;
  margin: 1%;
  width: 23%;
}
@media (max-width: 650px) {
  /* line 11, ../sass/phone-chat.scss */
  .profile-boxes li {
    width: 48%;
  }
}
/* line 20, ../sass/phone-chat.scss */
.profile-boxes li img {
  border: 1px solid #ab0000;
  height: auto;
  width: 100%;
}
/* line 26, ../sass/phone-chat.scss */
.profile-boxes figure {
  overflow: hidden;
}
/* line 28, ../sass/phone-chat.scss */
.profile-boxes figure a {
  text-decoration: none;
}
/* line 32, ../sass/phone-chat.scss */
.profile-boxes figure div {
  position: relative;
}
/* line 35, ../sass/phone-chat.scss */
.profile-boxes figure div:hover > figcaption {
  bottom: 0;
}
/* line 39, ../sass/phone-chat.scss */
.profile-boxes figure div figcaption {
  background: #ab0000;
  bottom: -3em;
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
/* line 57, ../sass/phone-chat.scss */
.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%;
}
/* line 64, ../sass/phone-chat.scss */
.profile-boxes figure p {
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 0.8;
  margin-top: -5px;
}

/* line 1, ../sass/profile.scss */
.profile-pic {
  border: 4px solid #ab0000;
  float: right;
  margin: -55px 0 0 20px;
  width: 35%;
}
@media (max-width: 1000px) {
  /* line 1, ../sass/profile.scss */
  .profile-pic {
    margin: -65px -10px 0 10px;
    width: 37%;
  }
}
@media (max-width: 650px) {
  /* line 1, ../sass/profile.scss */
  .profile-pic {
    margin: 0 0 10px 10px;
    width: 50%;
  }
}

/* line 21, ../sass/profile.scss */
.profile p {
  color: #fff;
  float: left;
  font-size: 19px;
  line-height: 22px;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 21, ../sass/profile.scss */
  .profile p {
    padding: 10px;
  }
}
/* line 32, ../sass/profile.scss */
.profile h2 {
  background: #ab0000;
  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) {
  /* line 32, ../sass/profile.scss */
  .profile h2 {
    padding-top: 5px;
    width: 100%;
  }
}
/* line 52, ../sass/profile.scss */
.profile h2:after {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(171, 0, 0, 0)), color-stop(100%, #ab0000));
  background-image: -webkit-linear-gradient(left, rgba(171, 0, 0, 0) 0%, #ab0000 100%);
  background-image: -moz-linear-gradient(left, rgba(171, 0, 0, 0) 0%, #ab0000 100%);
  background-image: -o-linear-gradient(left, rgba(171, 0, 0, 0) 0%, #ab0000 100%);
  background-image: linear-gradient(left, rgba(171, 0, 0, 0) 0%, #ab0000 100%);
  content: ' ';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 10;
}
/* line 65, ../sass/profile.scss */
.profile h2 span {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}
/* line 71, ../sass/profile.scss */
.profile h3, .profile .profile-boxes figure p, .profile-boxes figure .profile p {
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 650px) {
  /* line 71, ../sass/profile.scss */
  .profile h3, .profile .profile-boxes figure p, .profile-boxes figure .profile p {
    font-size: 36px;
  }
}

/* line 81, ../sass/profile.scss */
.tabs {
  background: #e4e4e4;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
/* line 90, ../sass/profile.scss */
.tabs p {
  color: #333;
	 font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 0 0;
  margin-top: -10px;
}
@media (max-width: 650px) {
  /* line 90, ../sass/profile.scss */
  .tabs p {
    margin-top: 0;
  }
}
/* line 100, ../sass/profile.scss */
.tabs h3, .tabs .profile-boxes figure p, .profile-boxes figure .tabs p {
  margin-top: -5px;
  padding: 0 15px 0 0;
  float: left;
}
@media (max-width: 650px) {
  /* line 100, ../sass/profile.scss */
  .tabs h3, .tabs .profile-boxes figure p, .profile-boxes figure .tabs p {
    line-height: 0.9;
  }
}
/* line 109, ../sass/profile.scss */
.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) {
  /* line 109, ../sass/profile.scss */
  .tabs h5 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: -10px 0 10px 0;
  }
}

@media (max-width: 650px) {
  /* line 125, ../sass/profile.scss */
  .fontawesome-comment, .fontawesome-phone {
    display: none;
  }
}

/* line 131, ../sass/profile.scss */
#tabs-1 {
  position: relative;
}
/* line 135, ../sass/profile.scss */
#tabs-1 img {
  float: right;
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30%;
}
@media (max-width: 1000px) {
  /* line 135, ../sass/profile.scss */
  #tabs-1 img {
    top: -30px;
    width: 25%;
  }
}
@media (max-width: 650px) {
  /* line 135, ../sass/profile.scss */
  #tabs-1 img {
    display: none;
  }
}
/* line 151, ../sass/profile.scss */
#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) {
  /* line 151, ../sass/profile.scss */
  #tabs-1 span {
    display: none;
  }
}

/* line 176, ../sass/profile.scss */
#tabs-2 span {
  color: #d1031a;
  margin-right: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.text span {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}

.text h3 {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  line-height: 55px;
  margin-top: 10px;
}


/* line 189, ../sass/profile.scss */
.picture1,
.picture2,
.picture3,
.picture4 {
  border: 4px solid #ab0000;
  float: left;
}

/* line 194, ../sass/profile.scss */
.picture1 {
  margin-right: 2.4%;
  width: 16%;
}

/* line 198, ../sass/profile.scss */
.picture2 {
  margin-right: 2.4%;
  width: 35.6%;
}

/* line 203, ../sass/profile.scss */
.picture3 {
  margin-right: 1.9%;
  width: 16.6%;
}

/* line 208, ../sass/profile.scss */
.picture4 {
  width: 25%;
  margin-bottom: 10px;
}

/* line 214, ../sass/profile.scss */
.profile-phone-chat h4 {
  background: #ab0000;
  color: #fff;
  height: 40px;
  position: relative;
  width: 105%;
}
/* line 221, ../sass/profile.scss */
.profile-phone-chat h4:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, #000000 10%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, #000000 10%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, #000000 10%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(top, #000000 10%, rgba(0, 0, 0, 0) 100%);
  content: '';
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 20px;
  z-index: 10;
}
/* line 233, ../sass/profile.scss */
.profile-phone-chat div {
  height: 775px;
  overflow-y: scroll;
}

/* line 2, ../sass/confessions.scss */
.confessions ul {
  margin: 10px -8% 10px -4%;
  padding: 0;
  width: 105%;
}
@media (max-width: 1000px) {
  /* line 2, ../sass/confessions.scss */
  .confessions ul {
    margin: 0;
    width: 100%;
  }
}
/* line 12, ../sass/confessions.scss */
.confessions ul h4 {
  color: #FF0;
  margin: 5px 0 0 0;
  font-size: 22px;
}
/* line 17, ../sass/confessions.scss */
.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;
}
/* line 28, ../sass/confessions.scss */
.confessions ul h5 {
  background: #ab0000;
  color: #fff;
  margin: 0;
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 38, ../sass/confessions.scss */
.confessions ul p {
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
  margin: 0;
}
/* line 45, ../sass/confessions.scss */
.confessions ul li {
  float: left;
  margin: 0 0 0.5% 0;
  padding: 5px;
  text-align: center;
  width: 16%;
}
@media (max-width: 1000px) {
  /* line 45, ../sass/confessions.scss */
  .confessions ul li {
    width: 33.3333%;
  }
}
@media (max-width: 650px) {
  /* line 45, ../sass/confessions.scss */
  .confessions ul li {
    width: 50%;
  }
}
/* line 57, ../sass/confessions.scss */
.confessions ul li img {
  margin: 0;
  width: 100%;
}
/* line 62, ../sass/confessions.scss */
.confessions ul li figcaption {
  margin: 0;
}
/* line 68, ../sass/confessions.scss */
.confessions h3, .confessions .profile-boxes figure p, .profile-boxes figure .confessions p {
  background: #d1031a;
  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) {
  /* line 68, ../sass/confessions.scss */
  .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: 0 0 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) {
  /* line 92, ../sass/confessions.scss */
  .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) {
  /* line 92, ../sass/confessions.scss */
  .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 */
/* line 108, ../sass/confessions.scss */
.lt-ie9 body {
  width: 960px;
}
/* line 110, ../sass/confessions.scss */
.lt-ie9 .home ul {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 115, ../sass/confessions.scss */
.lt-ie9 .home ul li {
  width: 16%;
}

/* for IE7 Just stops page breaking */
/* line 123, ../sass/confessions.scss */
.confessions h3, .confessions .profile-boxes figure p, .profile-boxes figure .confessions p {
  *display: none !important;
}
/* line 125, ../sass/confessions.scss */
.confessions ul li {
  *width: 15.5% !important;
}
/* line 127, ../sass/confessions.scss */
.confessions ul li audio {
  *display: none;
}

/* line 134, ../sass/confessions.scss */
.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);
}

/* line 1, ../sass/stories.scss */
.stories {
  background: #e4e4e4;
}
/* line 3, ../sass/stories.scss */
.stories ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 3, ../sass/stories.scss */
  .stories ul {
    margin: 0;
    width: 100%;
  }
}
/* line 11, ../sass/stories.scss */
.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) {
  /* line 11, ../sass/stories.scss */
  .stories ul li {
    margin: 0.6%;
    width: 18.8%;
  }
}
@media (max-width: 650px) {
  /* line 11, ../sass/stories.scss */
  .stories ul li {
    margin: 1%;
    width: 47.3%;
  }
}
/* line 30, ../sass/stories.scss */
.stories ul li img {
  width: 100%;
}
/* line 36, ../sass/stories.scss */
.stories a {
  text-decoration: none;
}

/* ==========================================================================
  Stories
   ========================================================================== */
@media (max-width: 650px) {
  /* line 44, ../sass/stories.scss */
  .story {
    padding: 10px;
    text-align: center;
  }
}
/* line 49, ../sass/stories.scss */
.story h2 {
  background: #ab0000;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 8px 0;
  padding-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  /* line 49, ../sass/stories.scss */
  .story h2 {
    margin: 10px;
  }
}
/* line 61, ../sass/stories.scss */
.story article {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 61, ../sass/stories.scss */
  .story article {
    padding: 10px;
  }
}
/* line 70, ../sass/stories.scss */
.story article img {
  border: 5px solid #ab0000;
  float: right;
  margin: 0 0 15px 15px;
  width: 30%;
}
@media (max-width: 650px) {
  /* line 70, ../sass/stories.scss */
  .story article img {
    width: 100%;
  }
}

/* line 81, ../sass/stories.scss */
.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%);
}

/* line 91, ../sass/stories.scss */
.read-more a {
  color: #ab0000;
}

/* line 95, ../sass/stories.scss */
.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;
}

/* line 108, ../sass/stories.scss */
.story-caption {
  background: #d1031a;
  color: #fff;
  margin: 0;
  float: left;
  margin-top: -20px;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 124, ../sass/stories.scss */
#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%;
}

/* line 137, ../sass/stories.scss */
.story-pages {
  background: #ab0000;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
/* line 145, ../sass/stories.scss */
.story-pages li {
  display: inline;
  font-size: 32px;
  font-size: 2rem;
}
/* line 150, ../sass/stories.scss */
.story-pages a {
  color: #d1031a;
  text-decoration: none;
}

/* line 156, ../sass/stories.scss */
.current {
  color: #fff !important;
  text-shadow: 0 0 30px #fff;
}

/* ==========================================================================
  Free downloads
   ========================================================================== */
/* line 4, ../sass/free-downloads.scss */
.free-downloads {
  background: url("../img/free-downloads.jpg");
  background-size: cover;
  margin-top: 10px;
  padding-bottom: 78%;
}
@media (max-width: 650px) {
  /* line 4, ../sass/free-downloads.scss */
  .free-downloads {
    background-size: cover;
    margin: 0;
    padding-bottom: 0;
  }
}

/* line 16, ../sass/free-downloads.scss */
.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) {
  /* line 16, ../sass/free-downloads.scss */
  .free-downloads article {
    width: 50%;
  }
}
@media (max-width: 650px) {
  /* line 16, ../sass/free-downloads.scss */
  .free-downloads article {
    margin: 0;
    padding-bottom: 90%;
    text-align: center;
    width: 100%;
  }
}
/* line 35, ../sass/free-downloads.scss */
.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) {
  /* line 35, ../sass/free-downloads.scss */
  .free-downloads article h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

/* line 50, ../sass/free-downloads.scss */
#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) {
  /* line 50, ../sass/free-downloads.scss */
  #downloads-header {
    display: none;
  }
}

/* line 65, ../sass/free-downloads.scss */
form {
  width: 100%;
}

/* line 69, ../sass/free-downloads.scss */
form input {
  display: block;
}

/* line 74, ../sass/free-downloads.scss */
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) {
  /* line 74, ../sass/free-downloads.scss */
  input[type=email], input[type=text] {
    text-align: center;
  }
}

/* line 86, ../sass/free-downloads.scss */
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) {
  /* line 86, ../sass/free-downloads.scss */
  input[type=submit] {
    width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/helpers.scss */
.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/helpers.scss */
.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
 */
/* line 54, ../sass/helpers.scss */
.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
 */
/* line 67, ../sass/helpers.scss */
.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.
 */
/* line 84, ../sass/helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../sass/helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../sass/helpers.scss */
.clearfix {
  *zoom: 1;
}

#tan {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}

@media (max-width: 800px) {
 header h1 {
	font-size:58px !important;
  }
  .strapline {
  width: 100%;
}
}

@media (max-width: 768px) {
 header h1 {
	font-size:56px !important;
  }
}

@media (max-width: 640px) {
 .strapline {
  margin: 2px 0 5px;
}

.terms {
    padding: 13px 0 !important;
}
}

@media (max-width: 375px) {
 header h1 {
	font-size:54px !important;
  }
  
  .confessions ul h4 {
    font-size: 25px !important;
	line-height: 27px;
}
}

@media (max-width: 360px) {
 header h1 {
	font-size:51px !important;
  }
}

@media (max-width: 320px) {
 header h1 {
	font-size:46px !important;
  }

.confessions ul h4 {
    font-size: 22px;
}  
}

