/*
Theme Name: icon
Theme URI: http://icon.co.nz/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for ICON.
Version: 1.0

	This theme was built by Sam Cooke,
	whose website you will find at http://www.thinkbox.co.nz/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Sarala:400,700');


/* @import "/wp-content/themes/icon/style-reset.css";
@import "/wp-content/themes/icon/style-grid.css";
@import "/wp-content/themes/icon/style-typography.css";
@import "/wp-content/themes/icon/style-layout.css";
@import "/wp-content/themes/icon/style-navigation.css";
@import "/wp-content/themes/icon/style-wp-stds.css";
@import "/wp-content/themes/icon/style-plugins.css";
@import "/wp-content/themes/icon/style-media.css";
@import "/wp-content/themes/icon/style-mq.css"; */

/* @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"; */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
}

/* end reset css */


/* reset box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


/* responsive */

.full {
    display: inline-block;        
}
.resp {
    display: none;
}
.rhide {
  display: block !important;
}
.rshow {
  display: none !important;
}



/***************GRID*****************/

/* Grid >> 20 Columns
----------------------------------------------------------------------------------------------------*/
.col { 
  /* padding: 0 0.625%; */ 
  position: relative;
}
.col.nopad { 
  padding: 0; 
}


.grid-1-2 { width:50%; }
.grid-1-4 { width:25%; }
.grid-1-3 { width: 33.333333%; }
.grid-2-3 { width: 66.66666%; }

.prefix-1 { padding-left: 5.625%; }
.prefix-2 { padding-left: 10.625%; }

.suffix-1 { padding-right: 5.625%; }
.suffix-2 { padding-right: 10.625%; }


/**** clearfix ****/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.clear { clear: both; }


/**** cols and rows and ****/

.row {
  overflow: hidden;
  _overflow:visible;
  _zoom:1;
  width: 100%;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* .content {
  margin: 0 auto;
} */
.col {
  position: relative;
  float:left;
  display: block;
  min-height: 1px;
}
.stack .col {
  width: 100% !important;
  float: none;
}
.float-right {
  float:right;
}

.center {
  margin: 0 auto;
}
.hidden {
  display: none;
}
.tall {
  min-height:100%;
}
.hide {
  display: none;
}

.centxt {
  text-align: center;
}
.lefttxt {
  text-align: left;
}
.clearleft {
  clear: left;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.twocol .col { padding-left:20px; padding-right:20px; }
.twocol .col:first-child { padding-left: 0; }
.twocol .col:last-child { padding-right: 0; }

.padded {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 33px;
  padding-right: 33px;
}
.arched {
  padding-top: 25px;
  padding-left: 33px;
  padding-right: 33px;
}
.scooped {
  padding-bottom: 25px;
  padding-left: 33px;
  padding-right: 33px;
}
.inset {
  padding-left: 33px;
  padding-right: 33px;
}

.padleft {
  padding-left: 33px;
}
.padright {
  padding-right: 33px;
}
.padbottom {
  padding: 0 0 65px 0;
}

.headspace {
  padding-top: 30px !important; 
}
.footspace {
  padding-bottom: 30px !important;  
}


/***************TYPOGRAPHY*****************/

/*****

font-family: 'Sarala', sans-serif;
font-family: 'Open Sans', sans-serif;

****/

body {
  font-family: 'Aller', sans-serif;
  font-size: 14px !important; 
  font-weight: 400; 
  text-align: left;    
  color: #394248;
  }

h1,h2,h3,h4,h5,h6 {
  font-family:  'Aller', sans-serif;
  font-weight: 700;  
  margin: 0 0 10px 0; 
  padding: 0; 
  line-height: 1.5; 
  letter-spacing: normal; 

}

p, li, td {     
  margin: 0 0 10px 0; 
  padding: 0; 
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4; 
}
li, td {     
  margin: 0; 
}

h1 {  
  font-size: 1.15em;
  line-height: 1;
  margin-bottom: 40px
}
h2 {  
  font-size: 1.15em;
  line-height: 1;
}
section.home-banner h2 {
  text-transform: uppercase;
  color: #69d8c7;
  margin-bottom: 0;
}











section.selector .col h2 {
  color: #fff;
  font-size: 1.45em;
  line-height: 1.2;
  margin: 0 auto;
  padding-top: 15px;
  padding-top: 2.25vh;
  max-width: 95px;
}
 section.selector .col.nudes h2 {
  padding-top: 27px;
  padding-top: 4.04vh;
}


section.stories .container.heading {
  background-color: transparent;
}
section.stories.nudes .heading {
  border-bottom: solid 10px #fd625e;
}
section.stories.feeling-bullied .heading {
  border-bottom: solid 10px #69d8c7;
}
section.stories.hate-and-abuse .heading {
  border-bottom: solid 10px #bc70ad;
}

section.stories.taking-charge .heading {
  border-bottom: solid 10px #f6cc23;
}



section.stories .heading h2 {
  text-transform: uppercase;
  width: 100%;
  height: 59px;
  background: transparent url("images/down-up-white.png") no-repeat center bottom 5px;
  margin: 0;
  padding-top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;  
}

section.stories.active .heading h2 {
  background-position: center top;
}

section.stories.nudes .heading h2 span {
  background-color: #fd625e;
}
section.stories.feeling-bullied .heading h2 span {
  background-color: #69d8c7;
}
section.stories.hate-and-abuse .heading h2 span {
  background-color: #bc70ad;
}
section.stories.taking-charge .heading h2 span {
  background-color: #f6cc23;
}
section.stories .heading h2 span {
  display: inline-block;
  color: #fff;
  line-height: 36px;
  width: auto;
  height: 36px;
  padding: 0 15px;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.stories.active .heading h2 span  {
  margin-top: 19px;
}









/* 
h3.boxed {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    min-width: 95px;
    text-transform: uppercase;
    color: #fff;

} */


















section.stories .content h2 {
  text-transform: uppercase;
  margin-top: 15px;
}









section.main-content h2  {
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  display: block;
}
.nudes section.main-content h2 {
  background-color: #fd625e;
}
.feeling-bullied section.main-content h2 {
  background-color: #69d8c7;
}
.hate-and-abuse section.main-content h2 {
  background-color: #bc70ad;
}
.taking-charge section.main-content h2 {
  background-color: #f6cc23;
}
section.links h2 {
  color: #000;
  font-size: 1.3em;
  height: 80px;
  line-height: 70px;
  width: 100%;
  margin: 0;
  border-top: solid 2px #fff;
  background: #f2f4f3 url("images/down-up-black.png") no-repeat center bottom 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.links a.active h2 {
  background-position: center top 10px;
  padding-top: 9px;
}

section.links a {
  text-decoration: none;
}


section.links .sub-content h2 {
    color: #000;
    font-size: 1.3em;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0 0 20px;
    border-top: none;
    background: transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nudes section.links .sub-content h2 {
  color: #fd625e;
}
.feeling-bullied section.links .sub-content h2 {
  color: #69d8c7;
}
.hate-and-abuse section.links .sub-content h2 {
  color: #bc70ad;
}
.taking-charge section.links .sub-content h2 {
  color: #f6cc23;
}


















.socialblock section.main-content h2 {
  display: block;
  border-width: 0 0 1px;
  text-align: left;
  padding: 0;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0px;
  background: transparent;
}
















h3 {
  font-size: 1.10em;
}
.sub-content h3 {
  font-style: italic;
  font-size: 1.3em;

}
h3.boxed {
  display: inline-block;
  padding: 0 15px;
  line-height: 36px;
  min-width: 95px;
  text-transform: uppercase;
  color: #fff;
}
.stories h3.boxed {
  margin-bottom: 0;
}
.banner h3.boxed {
  margin-bottom: 22px;

}
h3.social-row {
  line-height: 37px;
  text-transform: capitalize;
}

h3.subtitle {
  font-style: normal;
}
.nudes h3.subtitle {
  color: #fd625e;
}
.feeling-bullied h3.subtitle {
  color: #69d8c7;
}
.hate-and-abuse h3.subtitle {
  color: #bc70ad;
}
.taking-charge h3.subtitle {
  color: #f6cc23;
}
















h4 {  
  font-size:1em; 
  line-height: 1.2;
  font-weight: 700; 
  color: #000;
}



section.selector .col h4 {
  text-transform: uppercase;
  color: #394248;
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  padding: 12px 0 6px 0; 
}
section.selector .col.hate-and-abuse h4 {
  max-width: 140px;
}


.stories h4 {  
  font-size:1.15em; 
  margin-bottom: 10px;
  font-weight: 400; 
}


.qselector h4 {
  font-size: 0.9em;
  line-height: 1.15;
  font-style: italic;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-align: left;
}












h5 { 
  font-size: 1.4em; 
  line-height: 1.6; 
  font-weight: 400;
  color: #000;
}
.resource h5 { 
  font-size:1em; 
  font-weight: 700;
}

h6 { 
  font-size:0.75em;
}



blockquote {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  font-size:2.25em;
  line-height: 1.1em;
  text-align: center;
}
cite {
  font-size: 9px;
  line-height: 1em;
  font-weight: 700;
  text-transform:  uppercase;
  display: block;
  padding: 0;
  margin: 10px 0 0;
}


.home-banner p { 
  font-size: 1.2em;
  line-height: 1.2;
  padding-top: 20px; 
  padding-top: 3vh;
  margin-bottom: 16px;
  margin-bottom: 2.4vh;
  font-style: italic;
}
.banner p { 
  font-size: 0.8em;
  line-height: 1.15;
  font-style: italic;
  padding-left: 5px;
  margin-bottom: 0;
}


section.selector .col p {
  border-top: solid 1px #fff;
  font-size: 0.7em;
  line-height: 1.2;
  color: #394248;

  display: none;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
  padding: 7px 0; 
}
.stories p {
  font-size: 0.8em;
  line-height: 1.35;
  font-style: italic;
  padding-right: 45px;
}

p.legal {
  font-size: 0.7em;
  line-height: 1.2;
  font-style: normal;
  padding-top: 15px;
}
p.copyright {
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
  margin-bottom: 0;
}
.address p {
  font-weight: 700;
}
p.disclaim {
  padding-top: 50px;
  font-size: 0.8em;
  color: #fff;
}







p.small { font-size: 0.7em; }
p.smaller { font-size: 0.6em; }

p.up { text-transform: uppercase; }

p.clear{ clear: both;  margin: 0; padding: 0; height:0px;  }
p.clearspace10 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace25 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace50 { clear: both;  margin: 0; padding: 0; height:50px; }  

p.space {
  line-height: 0.5;
}


input, textarea { 
  font-size: 1em; line-height: 1.5;  color: #000; letter-spacing: normal;  
  font-family:  'Aller', sans-serif; 
  padding: 0 10px;
}
input{ 
  line-height: 34px; height: 34px;
}


ul, ol{
  margin: 0 0 8px;
}
ul li, 
ol li{
  list-style-position:outside;
  margin: 0 0 0 2.5em;
  font-size:1em;    
  margin-left: 30px;
  line-height: 1.4em;
  letter-spacing: normal;
  padding: 0 0 5px;
} 
ul li,
ul li ul li { list-style: disc;
}
ol li,
ol li ol li,
ul li ol li  {
  list-style-type: decimal;
}
ol li ul li {
  list-style: disc;
}


a, a:visited,
a:active {
  color: #69d8c7;
  text-decoration: underline;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}

a.more,
a.less,
a.read-review {
  font-style: italic;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 12px;
  color: #69d8c7;
}
a.read-review {
  line-height: 17px;
  text-decoration: underline;
}
a.accordion {
  text-decoration: none;
}



.featured h3.boxed,
.stories.featured h3.boxed {
  background-color: #50e3c2;
}
.nudes h3.boxed,
.stories.nudes h3.boxed {
  background-color: #fd625e;
}
.feeling-bullied h3.boxed,
.stories.feeling-bullied h3.boxed {
  background-color: #69d8c7;
}
.hate-and-abuse h3.boxed,
.stories.hate-and-abuse h3.boxed {
  background-color: #bc70ad;
}

.taking-charge h3.boxed,
.stories.taking-charge h3.boxed {
  background-color: #f6cc23;
}















.featured .stories h4,
.stories.featured h4 {
  color: #50e3c2;
}

.nudes a,
.nudes.socialblock h2, 
.nudes .stories h4,
.stories.nudes h4 {
  color: #fd625e;
}

.feeling-bullied a,
.feeling-bullied.socialblock h2,
.feeling-bullied .stories h4,
.stories.feeling-bullied h4 {
  color: #69d8c7;
}

.hate-and-abuse a,
.hate-and-abuse.socialblock h2,
.hate-and-abuse .stories h4,
.stories.hate-and-abuse h4 {
  color: #bc70ad;
}

.taking-charge a,
.taking-charge.socialblock h2,
.taking-charge .stories h4,
.stories.taking-charge h4 {
  color: #f6cc23;
}

















a.less {
  display: none;
}





section.selector .col a,
section.stories a {
  text-decoration: none;
}



p.disclaim a {
  color: #fff;
}

p.disclaim a:hover {
  color: #d2d2d2;
}
a.btn {
  display: inline-block;
  width: 243px;
  height: 54px;
  line-height: 54px;
  color: #645465;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  padding: 0 40px 0 15px;
  margin-top: 55px;
  margin-right: 30px;
  background: #fecf5d;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
}
a.btn:hover {
  background: #736091 url(images/btn-arrow.png) no-repeat right center;
  color: #fff;
}
table { 
  border-collapse: collapse;
  width: 100%
}
td, th {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

table.alt-table td {
  text-align: right;
}
table.alt-table td:first-child {
  text-align: left;
}

strong { 
  font-weight: 600;
}
em {
  font-style:italic;
     
}
small {
  font-size: 0.75em;
}
hr {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  color: #69d8c7;
  background: #69d8c7;
  margin: 20px 0 15px;
  padding: 0;
}
.nudes hr {
  color: #fd625e;
  background: #fd625e;
}
.feeling-bullied hr {
  color: #69d8c7;
  background: #69d8c7;
}
.hate-and-abuse hr {
  color: #bc70ad;
  background: #bc70ad;
}
.taking-charge hr {
  color: #f6cc23;
  background: #f6cc23;
}




code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
#postend {
  height: 1px;
  width:100%;
}
figcaption {
  margin-top: 10px;
  padding-top: 12px;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
}
figcaption small {
  font-size: 0.8em;
  font-style: italic;
}

.story-filter {
  font-size: 0.8em;
  line-height: 20px;
  font-style: italic;
}

select {
  padding:3px;
  font-size: 0.8em;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  -moz-box-shadow:    inset 0px 1px 8px 0px #dfdfdf;
  box-shadow:         inset 0px 1px 8px 0px #dfdfdf;
  line-height: 20px;
  margin: 0 0 0 5px !important;
  font-weight: 700;
  background-color: #FFF;
  color: #000;
  vertical-align: middle !important;
  border-radius: 0;
}
input, select { 
    /* -webkit-appearance: none;  */
    outline: none;
}
.button,
.button a {
  display:  inline-block;
  line-height:  45px;
  padding:  0 15px;
  border-radius: 2;
}

.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}

/***************LAYOUT*****************/

body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  width: 100%; height: 100%; 
  background: #fff;
  overflow-x: hidden;
}

.body-wrap {
  width:  100%;
  position: relative;
  z-index: 4000;

}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    position: absolute;
    z-index: 99999;
    background: #58595b;
    opacity: 0;
}
#overlay.is-active {
    display: block;
}

header,
nav,
section,
footer {
  position: relative;
  width: 100%;
  display: block;
  position: relative;
}
header {
  z-index: 4;
}
nav {
  z-index: 5;
}
section {
  z-index: 2;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

section.home-banner {
  height: 97px;
  height: 14.54vh;
  z-index: 6;
}
section.home-banner,
section.banner ,
section.qselector .container {
  background: #f2f4f4;
}
section.contact {
}


.container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto !important;
}

section.home-banner .container {
  max-width: 240px;
}
section.contact .container {
  background: url("images/bg-mob.jpg") no-repeat center top;
  background-size: auto 100%;
  height: 137px;
  height: 20.54vh;
  padding-top: 70px;
  padding-top: 10.5vh;
}
.page-template-situations-template section.contact .container {
  height: 115px;
  height: 17.24vh;
  padding-top: 50px;
  padding-top: 7.5vh;
  background-size: 100% auto;
}



/*==============HEADER=================*/

body {

}



header {
/*   position: fixed;
top: 0px; */
  background: #fff;
  height: 85px;
  height: 12.74vh;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
}

#logo  {
  float: left;
  position: relative;
}
#logo h1 {
  margin: 0;
}
#logo a {
  display: block;
  width: 130px;
  height: 50px;
  background: url("images/icon-logo.svg") no-repeat center top;
  margin:  30px 0 0 33px;
  margin: 4.5vh 0 0 33px;
  text-indent:  -9999px;
}


#stored-pages {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 4001;
  background: #fff;
  min-height: 568px;
  min-height: 100vh;
}
#stored-pages.active {
   left: 0; 
}

.favhist {
  position: absolute;
  top: 0px;
  right: 20px;
  text-align: right;
}

.favhist .fav-trigger {
  display: inline-block;
  width: 46px;
  height: 27px;
  background-color: #f2f4f4;
  text-indent: -9999px;
}

.favhist .hist-trigger,
.closefav {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.8em;
  font-style: italic;
  height: 27px;
  line-height: 27px;
  padding: 0 20px 0 10px;
  margin-left: 3px;
  background: #f2f4f4 url(images/arrow-right.png) no-repeat right center;
  vertical-align: top;
}
.favhist .fav-trigger,
.favhist .hist-trigger {
  display: none;
}




.closefav {
  padding: 0 10px 0 20px;
  background: #f2f4f4 url(images/arrow-left.png) no-repeat left center;
}

.fav-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYTQyNDg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLWRhcms8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMSAwIDE0LjQgNi44OSAyMiA3Ljk5IDE2LjUgMTMuMzUgMTcuOCAyMC45MiAxMSAxNy4zNSA0LjIgMjAuOTIgNS41IDEzLjM1IDAgNy45OSA3LjYgNi44OSAxMSAwIi8+PC9zdmc+);
  background-size: 22px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.nudes .fav-trigger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMTYyNjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLXJlZDwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjExIDAgMTQuNCA2Ljg5IDIyIDcuOTkgMTYuNSAxMy4zNSAxNy44IDIwLjkyIDExIDE3LjM1IDQuMiAyMC45MiA1LjUgMTMuMzUgMCA3Ljk5IDcuNiA2Ljg5IDExIDAiLz48L3N2Zz4=);
}
.feeling-bullied .fav-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3NWNhYmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLXRlYWxzdmc8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMSAwIDE0LjQgNi44OSAyMiA3Ljk5IDE2LjUgMTMuMzUgMTcuOCAyMC45MiAxMSAxNy4zNSA0LjIgMjAuOTIgNS41IDEzLjM1IDAgNy45OSA3LjYgNi44OSAxMSAwIi8+PC9zdmc+);
}
.hate-and-abuse .fav-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNiYzcwYWU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLXB1cnBsZTwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjExIDAgMTQuNCA2Ljg5IDIyIDcuOTkgMTYuNSAxMy4zNSAxNy44IDIwLjkyIDExIDE3LjM1IDQuMiAyMC45MiA1LjUgMTMuMzUgMCA3Ljk5IDcuNiA2Ljg5IDExIDAiLz48L3N2Zz4=);
}
.taking-charge .fav-trigger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmNmNjMjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLXllbGxvdzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjExIDAgMTQuNCA2Ljg5IDIyIDcuOTkgMTYuNSAxMy4zNSAxNy44IDIwLjkyIDExIDE3LjM1IDQuMiAyMC45MiA1LjUgMTMuMzUgMCA3Ljk5IDcuNiA2Ljg5IDExIDAiLz48L3N2Zz4=);
}


a.favit {
  float: right;
  margin-right: -33px;

  display: inline-block;
  width: 105px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  font-style: italic;
  height: 33px;
  line-height: 17px;
  padding: 0 33px 0 5px;
  vertical-align: top;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyAzMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiMwNzA3MDc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLWJsYWNrLW9uLXdoaXRlPC90aXRsZT48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIzMyIgaGVpZ2h0PSIzMyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNy41IDYuMDQgMjAuOSAxMi45MyAyOC41IDE0LjAzIDIzIDE5LjM5IDI0LjMgMjYuOTYgMTcuNSAyMy4zOSAxMC43IDI2Ljk2IDEyIDE5LjM5IDYuNSAxNC4wMyAxNC4xIDEyLjkzIDE3LjUgNi4wNCIvPjwvc3ZnPg==);
  background-size: 33px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.favit.active { 
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyAzMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNmMTYyNjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLXJlZC1vbi13aGl0ZTwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMzMiIGhlaWdodD0iMzMiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTcuNSA2LjA0IDIwLjkgMTIuOTMgMjguNSAxNC4wMyAyMyAxOS4zOSAyNC4zIDI2Ljk2IDE3LjUgMjMuMzkgMTAuNyAyNi45NiAxMiAxOS4zOSA2LjUgMTQuMDMgMTQuMSAxMi45MyAxNy41IDYuMDQiLz48L3N2Zz4=);
}
.single .back {
  display: none;
}
.clearhistlist,
.clearfavlist {
  position: absolute;
  top: 0;
  right: 33px;
  color: #69d8c7;
  text-decoration: none;
  font-size: 0.8em;
  font-style: italic;
  height: 27px;
  line-height: 27px;
  margin: 5px 0 10px;
}
#stored-pages .tabcontent {
  padding-top: 40px;
  background: #f2f4f4;
  min-height: 468px;
  min-height: 85vh;
  max-height: 468px;
  max-height: 85vh;
  overflow-y: scroll;
}
#stored-pages .tabs li {
    width: 50%;
    text-align: left;
    padding-right: 0 !important;
    padding-bottom: 0px !important;
}
#stored-pages .tabs li a {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 0;
    color: #000;
    line-height: 32px;
}
#stored-pages .tabs li.active a {
    border-bottom: #69d8c7 solid 3px;
}
a[data-tab="favlist"] {
  padding-left: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMC45MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYTQyNDg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyLWRhcms8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMSAwIDE0LjQgNi44OSAyMiA3Ljk5IDE2LjUgMTMuMzUgMTcuOCAyMC45MiAxMSAxNy4zNSA0LjIgMjAuOTIgNS41IDEzLjM1IDAgNy45OSA3LjYgNi44OSAxMSAwIi8+PC9zdmc+);
    background-size: 22px auto;
    background-position: left center;
    background-repeat: no-repeat;
}

.screenlist,
.favlist {
  clear: both;
  width: 100%;
}
.screenlist li,
.favlist li {
  width: 100%;
  border-bottom: solid 1px #fff;
}
.screenlist li a,
.favlist li a {
  width: 85%;
  font-size: 1.1em;
  color: #394248;
  display: inline-block;
  padding: 10px 0 15px 0;
  text-decoration: underline !important;
}
.screenlist li a.clrhist,
.favlist li a.clrfav {
  width: 10%;
  height: 20px;
  display: inline-block;
  margin: 15px 0 0 5%;
  padding: 10px 0 15px 0;
  background: url(images/cross-green.png) no-repeat right top;
  vertical-align: top;
  text-indent: -9999px;
}




section.selector .col {
  height: 144px;
  height: 21.59vh;
  max-height: 144px;
  max-height: 21.59vh;
  background: #d4d0d0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  

}
section.selector .col {
  height: 23.5vh;
  max-height: 157px;
  max-height: 23.5vh;
}



section.selector .col.nudes {
  background: #fd625e;
}
section.selector .col.feeling-bullied {
  background: #69d8c7;
}
section.selector .col.hate-and-abuse {
  background: #bc70ad;
}
section.selector .col.taking-charge {
  background: #f6cc23;
}

section.selector .col.active {
  background: #d4d0d0;
}


section.selector-menu {
  position: fixed;
  z-index: 100;
  top: 85px;
  top: 12.74vh;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;  


}
section.selector-menu .container {
  /* margin-right: 0 !important; */
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.26);
}

section.selector-menu.active {
/*   height: 288px;
height: 43.18vh;
max-height: 288px;
max-height: 43.18vh; */
  height: 314px;  
  height: 47vh;
  max-height: 314px;
  max-height: 47vh;
}


section.selector .col.nudes h2,
section.selector .col.taking-charge h2 {

}
section.selector .col a {
  height: 144px;
  max-height: 144px; 
}
section.selector .col a.help {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 10px;
  display: block;
  width: 23px;
  height: 23px; 
  background: url("images/icon-help.png") no-repeat center top;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;  
}
section.selector .col.active a.help { 
  background-position: center bottom;
  opacity: 0.7;

}

section.selector .col.active h2 {
  display: none;
}
section.selector .col.active p {
  display: block;
}



.home .bigbg {
    background: #888888 url("images/bg-mob.jpg") no-repeat center bottom -45px;
    background-size: auto;
    padding-bottom: 110px;
  }


section.contact a {
  font-size: 0.8em;
  line-height: 1.2;

  display: block;
  margin: 0 auto;
  padding: 0;
  width: 310px;
  height: 48px; 
  background: #fff url("images/icon-contact.png") no-repeat right center;
  text-decoration: none;
}
section.contact a span {
  display: block;
  padding: 10px 5px 0 15px;
  width: 260px;
  height: 48px;
  background: #fff;
}

.featured section.contact a {
  background-color: #50e3c2;
}
.nudes section.contact a {
  background-color: #fd625e;
}
.feeling-bullied section.contact a {
  background-color: #69d8c7;
}
.hate-and-abuse section.contact a {
  background-color: #bc70ad;
}
.taking-charge section.contact a {
  background-color: #f6cc23;
}


section.stories .container {
  background-color: #fff;
}

section.stories {

      background: url(images/bg-mob.jpg) no-repeat center top;
      padding-top: 55px;
}






.story {
  border-bottom: solid 1px;
  margin-bottom: 20px;
}
.featured .stories .story {
  border-color: #50e3c2;
}
.nudes .stories .story {
  border-color: #fd625e;
}
.feeling-bullied .stories .story {
  border-color: #69d8c7;
}
.hate-and-abuse .stories .story {
  border-color: #bc70ad;
}
.taking-charge .stories .story {
  border-color: #f6cc23;
}

.story-filter {
  text-align: right;
  max-width: 380px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -28px;
  margin-bottom: 0;
}
#story-catcher .stories {
  position: relative;
  padding-top: 20px;
  background: #fff;
}
section.stories .container {
  max-width: 414px;
}







.sub-content {
  background-color: #fff;
}

.sub-content.the-law,
.sub-content.services {
  display: none;
}

.services .item {
  border-bottom: solid 1px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.nudes .services .item {
  border-color: #fd625e;
}
.feeling-bullied .services .item {
  border-color: #69d8c7;
}
.hate-and-abuse .services .item {
  border-color: #bc70ad;
}
.taking-charge .services .item {
  border-color: #f6cc23;
}

.star {
  display: block;
  float: left;
  margin-right: 4px;
  width: 17px;
  height: 16px;
  background: url(images/icons-star.png) no-repeat 0 0;
}
.star.full {
  background-position: 0 100%;
}

.reveiw-score {
  display: block;
  padding: 20px 0;
  height: 17px;

}
.reveiw-txt {
  display: none;
  padding: 20px 0 0;
}



.socialblock .sub-head {
  background: #f2f4f4;
}
/* .nudes.socialblock .sub-head {
  background-color: #fd625e;
}
.feeling-bullied.socialblock .sub-head {
  background-color: #69d8c7;
}
.hate-and-abuse.socialblock .sub-head {
  background-color: #bc70ad;
}
.taking-charge.socialblock .sub-head {
  background-color: #f6cc23;
} */








.scroll {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff url(images/arrow-down-red.png) no-repeat center center;
  border-radius: 35px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
}

div.moretxt {
  display: none;
}

/*===============FOOTER=================*/


footer { 
  background: #e9edec;
}
.sponsors .grid-2-3 img {
  margin-right: 20px;
}


/*===============OTHER=================*/

 a.pdflink {
  display: inline-block;
  line-height: 1.1;
  min-height: 80px;
  padding-top: 75px;
  background: url(images/icon-pdf-green.png) no-repeat center top;
  color: #68b799;
  text-align: center;
  text-decoration: none;
  max-width: 200px;
}
 a.pdflink:hover {
  text-decoration: underline;
 }





/*=================NAVIGATION=================*/

.nav ul,
.nav ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.nav ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:hover, .nav ul li a:active {
  text-decoration:none; 
}
.nav.hrz ul li {
  float: left;
}
.nav.vert ul li {
  float: none;
  display: block;
}
.nav.hrz.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}
.nav ul li ul {
   display: none; 
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;  }
* html ul li a { height: 1%; }
body { font-size: 100%;  }
/* End */

nav {
  margin: 0;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}




a.nav-trigger {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #69d8c7;
  margin-bottom: 0;
  background: url(images/up-down-green.png) no-repeat center bottom;
  float: right; 
  margin: 28px 33px 0 0;   
  margin: 4.2vh 33px 0 0; 
  text-decoration: none;
  display: block;
}
a.nav-trigger.active {
  background-position: center top;
}



.qselect ul,
.qselect ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.qselect ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: none;
  display: block;
}
.qselect ul li a, .qselect ul li a:visited, .qselect ul li a:hover, .qselect ul li a:active {
  text-decoration:none; 
}

.qselect ul {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.qselect ul li {  
  width: 100%; 
  margin-top: 9px ;
}
.qselect ul li a  { 
  display:block; 
  height: 70px;
  width: 100%; 
  padding: 0 20px;
  font-size: 1.15em;
  line-height: 1.2;
  background: #fff;
  border: solid 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nudes .qselector .qselect ul li a {
  color: #fff;
  border-color: #fd625e;
  background-color: #fd625e;
}
.feeling-bullied .qselector .qselect ul li a {
  color: #fff;
  border-color: #69d8c7;
  background-color: #69d8c7;
}
.hate-and-abuse .qselector .qselect ul li a {
  color: #fff;
  border-color: #bc70ad;
  background-color: #bc70ad;
}
.taking-charge .qselector .qselect ul li a {
  color: #fff;
  border-color: #f6cc23;
  background-color: #f6cc23;
}

.nudes .qselector .qselect ul li ul li a {
  color: #fd625e;
  border-color: #fd625e;
  background-color: #fff;
}
.feeling-bullied .qselector .qselect ul li ul li a {
  color: #69d8c7;
  border-color: #69d8c7;
  background-color: #fff;
}
.hate-and-abuse .qselector .qselect ul li ul li a {
  color: #bc70ad;
  border-color: #bc70ad;
  background-color: #fff;
}
.taking-charge .qselector .qselect ul li ul li a {
  color: #f6cc23;
  border-color: #f6cc23;
  background-color: #fff;
}








.qselect ul li a:hover { 

}
.qselect ul li a>div  { 
  height: 66px;
}
.qselect ul li a div div  { 
  display: inline-block;
  width: auto;
}
.qselect ul li ul li a  { 

}
.qselect.active ul li ul li a  { 
  margin-top: 0px;
}
/****when selected****/

.qselect.active .qlevel1 {
  display: none;
}
.qselect ul li ul {
  overflow: hidden;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.qselect.active ul li.selected ul {
  opacity: 1;

}



.qselect.active>ul>li>a {
  display: none;
}
.qselect.active>ul>li.selected>a {
  display: block;
  border-width: 0 0 1px;
  text-align: left;
  padding: 0 0 15px;
  font-size: 1.5em;
  margin-bottom: 10px;
  background: transparent;
}

.nudes .qselect.active>ul>li.selected>a {
  color: #fd625e;
}
.feeling-bullied .qselect.active>ul>li.selected>a {
  color: #69d8c7;
}
.hate-and-abuse .qselect.active>ul>li.selected>a {
  color: #bc70ad;
}
.taking-charge .qselect.active>ul>li.selected>a {
  color: #f6cc23;
}








.qselected ul {
  position: relative;
  z-index: 1; 
  margin-top: 0;
}
.qselect ul li {  
  width: 100%; 
  margin-top: 9px ;
  text-
}
.qselected ul li a { 
  display: inline-block; 
  height: auto;
  width: auto; 
  padding: 10px 15px;
  font-size: 1.15em;
  line-height: 1.2;
  border: solid 2px;
  text-align: left;
}
.qselected>ul>li.selected>a { 
  display:block; 
  padding: 0 0 15px;
  font-size: 1.5em;
  border: none;
  width: 100%; 
}

.qselected.nav ul li ul {
  display: block;
}
.nudes .qselector .qselected ul li a {
  color: #fd625e;
  border-color: #fd625e;
}
.feeling-bullied .qselector .qselected ul li a {
  color: #69d8c7;
  border-color: #69d8c7;
}
.hate-and-abuse .qselector .qselected ul li a {
  color: #bc70ad;
  border-color: #bc70ad;
}
.taking-charge .qselector .qselected ul li a {
  color: #f6cc23;
  border-color: #f6cc23;
}






















.banner a.back {
  float: right;
  font-size: 1.15em;
  line-height: 18px;
  padding-left: 15px;
  background: url(images/icons-back.png) no-repeat 0 0;
}
.banner a.js-back {
  display: none;
}
.nudes .banner a.back {
  color: #fd625e;
  background-position: left 0;
}
.feeling-bullied .banner a.back {
  color: #69d8c7;
  background-position: left -20px;
}
.hate-and-abuse .banner a.back {
  color: #bc70ad;
  background-position: left -40px;
}
.taking-charge .banner a.back {
  color: #f6cc23;
  background-position: left -60px;
}





a.button  { 
  display:inline-block; 
  width: auto; 
  margin: 0;
  padding:  0 45px 0 20px;
  font-size: 1.3em;
  line-height:  45px;
  color: #666; 
  font-weight: 400;  
  font-family: 'Sarala', 'Times New Roman', Times, serif;
  border-radius: 2px;
  background: #fff url("images/arrow-right-grey.png") no-repeat right 20px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.button:hover  { 
  background: #ccc url("images/arrow-right-grey.png") no-repeat right 17px center;
}
a.button.border  { 
  border: solid 1px #ccc;
}
a.button.black  { 
  color: #fff; 
  background: #000 url("images/arrow-right-white.png") no-repeat right 20px center;
}
a.button.black:hover  { 
  background: #666 url("images/arrow-right-white.png") no-repeat right 17px center;
}

.social-row {
  margin-bottom: 15px;
}

.social-row .icon {
  display: block;
  width: 37px;
  height: 37px;
  float: left;
  margin-right: 15px;
  background-image: url(images/icons-social.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 100px;
  text-indent: -9999px;
}
.social-row .icon:last-child {
  margin-right: 0;
}
h3.social-row .icon:last-child {
 margin-right: 15px;
}
.nudes .social-row .icon {
  background-color: #fd625e;
}
.feeling-bullied .social-row .icon {
  background-color: #69d8c7;
}
.hate-and-abuse .social-row .icon {
  background-color: #bc70ad;
}
.taking-charge .social-row .icon {
  background-color: #f6cc23;
}
.social-row .icon.twitter {
  background-position: 0 0;
}
.social-row .icon.facebook {
  background-position: 0 -40px;
}
.social-row .icon.instagram {
  background-position: 0 -80px;
}
.social-row .icon.snapchat {
  background-position: 0 -120px;
}
.social-row .icon.phone {
  background-position: 0 -160px;
}
.social-row .icon.messenger {
  background-position: 0 -200px;
}
.social-row .icon.youtube {
  background-position: 0 -240px;
}





.tabs {
  width: 100%;
  /* height: 40px; */
}
.tabs li {
  width: auto;
  text-align: center;
  padding-right: 20px !important;
  padding-bottom: 5px !important;
}
.tabs li:first-child {
  text-align: left;
}

.tabs li:last-child {
  text-align: right;
}
.tabs li a {
  display: inline-block;
  font-size: 1.3em;
  padding-bottom: 8px;
}
.tabs li.active a {
 border-bottom: solid 1px;
}
.nudes .tabs li.active a {
  border-color: #fd625e;
}
.feeling-bullied .tabs li.active a {
  border-color: #69d8c7;
}
.hate-and-abuse .tabs li.active a {
  border-color: #bc70ad;
}
.taking-charge .tabs li.active a {
  border-color: #f6cc23;
}








.footermenu {
  z-index: 2;
}
.footermenu>ul {
  position: relative;
  z-index: 1; 
  float: left;
}
.footermenu>ul>li {  
  z-index:100; 
  margin: 0;
}
.footermenu>ul>li>a  { 
  display:block; 
  width: auto; 
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  color: #69d8c7; 
  font-weight: 700;  
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footermenu>ul>li:first-child a { 
  margin-left: 0;
}
.footermenu>ul>li>a:hover { 
  color: #394248; 
  text-decoration: none; 
}



.social-menu {
 /*  display:  none; */
}
header .social-menu {
  position: absolute;
  top: 20px;
  right: 0;
}
body.is-scrolled header .social-menu {

  top: 5px;
} 
footer .social-menu {
  margin-top: 30px;
}
.social-menu ul{
  position: relative;
  z-index: 1;
}
.social-menu ul li {
}
.social-menu ul li a {
  display: block;
  text-indent: -9999px !important;
  opacity: 1;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .social-menu ul li {
  margin-left: 6px;
}
header .social-menu ul li a {
  width: 18px;
  height: 18px;
  background: url(images/social-icons-header.png) no-repeat 0 0;
}
header .social-menu ul li.instagram a {
  background-position: 0 0;
}
header .social-menu ul li.facebook a {
  background-position: -24px 0;
}
footer .social-menu ul li {
  margin-right: 11px;
}
footer .social-menu ul li a {
  width: 37px;
  height: 37px;
  background: url(images/social-icons-footer.png) no-repeat 0 0;
}
footer .social-menu ul li.instagram a {
  background-position: 0 0;
}
footer .social-menu ul li.facebook a {
  background-position: -47px 0;
}
.social-menu ul li a:hover {
  opacity: 0.65;
}




.servicenav {
  padding-bottom: 25px;
}
.servicenav li a {
  margin-right: 15px;
}
.servicenav li a {
  margin-right: 15px;
  padding-bottom: 8px;
}
.servicenav li a {
  margin-right: 15px;
  padding-bottom: 8px;
}

.servicenav li a.active {
  border-bottom: solid 1px;
}
.nudes .servicenav li a {
  border-color: #fd625e;
}
.feeling-bullied .servicenav li a {
  border-color: #69d8c7;
}
.hate-and-abuse .servicenav li a {
  border-color: #bc70ad;
}
.taking-charge .servicenav li a {
  border-color: #f6cc23;
}







a.floattotop {
  display: none;
  overflow: hidden;
  width: 52px;
  height: 52px;
  z-index: 900000;
  position: fixed;
  bottom: 52px;
  right: 52px;
  top: auto;
  background: url(images/bg-backtotop.png) no-repeat center center;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -icab-border-radius: 99px;
  -khtml-border-radius: 99px;
  border-radius: 99px;
  text-indent: -9999px
}
a.floattotop span {


}


.nextprev { 
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10000;
  display: block;
  width: auto;
  height: auto;
}
.nextprev a {
  font-size: 0.92em;
  font-weight: 600;
  text-transform: uppercase;
}
.next {

  background-position: right 0;
}
.prev {
  margin-left: 15px;
}
.next:hover {
  background-position: right bottom;
}
.prev:hover {
  background-position: left bottom;
}



/***************WP STDS*****************/

.post.col {
  width:285px;
  height: 520px;
  margin: 30px 24px 0 25px;
  
}
.post.col.quote {
  border: none !important;
}
.col .post {

}
p.postmetadata {
  font-size: 0.65em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  color: #666;  
    margin-bottom: 20px;
}
p.postmetadata a {
  color: #666;
  text-decoration: none;
}
p.postmetadata a:hover {
  color: #DF2646;
}

p.wp-caption {
  font-size: 0.7em;
  font-style: italic;
  padding: 0 0 15px;
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 40px;

}

.share-col span {
  cursor: pointer;
}
.share-col span:hover {
  color: #fff;
}


.widget {
  margin: 0;
}
.widget ul,
.widget ul li {
  padding: 0;
  margin: 0;
}

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
}
.even, .alt {
}

.entry {
  padding-top: 30px;
}
.entry p a:visited {
  color: #b85b5a;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }






html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  }

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ul li:before {
  content: "\00BB \0020";
  }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }


/* End Entry Lists */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
  }



#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  border: solid 1px #e2eff4; 
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 4px;
  border: solid 1px #e2eff4; 
  }
#respond:after {
    content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }
#commentform #submit {
  clear:both;
  padding: 4px; margin: 0;  
  border: solid 1px #e2eff4; 
  background: #fff; 
  cursor: pointer;
  font-family: Helvetica, Arial,  sans-serif;
  font-size: 10px;
  color: #00749b;
  text-transform:uppercase;
}
#commentform #submit:hover { }  
  

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */





/***************PLUGINS*****************/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50200000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50300000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 50500000; 




}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 920px;
  max-height: 90%;
  padding: 80px;
  cursor: auto; 
  background: #fff;
  overflow: auto;
  }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 50400000; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 50600000; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 11px; }

.mfp-close-btn-in .mfp-close {
  color: #000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 55.5%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);



  background: #000; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}















/***** FlexSlider *****/ 
.flexslider {
  position: relative;
}
.flexslider ul.slides {
  width: 100%;
}
.flexslider li.item {
  width: 20%;
}

.flexslider ol,
.flexslider ul {
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
.flexslider ol li,
.flexslider ul li {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; width: 100%; position: absolute; z-index: 30000000000000; top: 50%; }
.flex-direction-nav a {   
  width: 32px; height: 26px; 
  margin: -20px 0 0; display: block; 
  background: #fff url(images/prev-next-slider.png) no-repeat 0 0; 
  border-radius: 99%;
  position: absolute; 
  top: 50%; 
  cursor: pointer; 
  text-indent: -9999px;  /* -webkit-transition: all .3s ease;*/}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -40px; }
.flex-direction-nav .flex-prev {left: -40px;}
.flexslider .flex-next:hover { background-position: 100% 100%; }
.flexslider .flex-prev:hover { background-position: 0 100%;  }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index: 40000000000000;
  bottom: -65px; text-align: center; left: 0px; }
.flex-control-nav li {
  margin: 0 !important; display: inline-block; zoom: 1; *display: inline;
  height: 15px; width: 28px;
}
.flex-control-paging li a { width: 10px; height: 10px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; 
  border-radius: 99%;  border: solid 2px #ccc; margin-left: auto; margin-right: auto;
  cursor: pointer;  display: flex;  align-items: center;  justify-content: center;   
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.flex-control-paging li a:hover {  
  background: #fdcf5d;  
}
.flex-control-paging li a.flex-active {  
  background: #fdcf5d; 
  width: 15px; height: 15px;
  border: solid 1px #fff;
  cursor: default; 
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; }
  .flex-direction-nav .flex-next {opacity: 1; }
}

.flex-direction-nav,
.flex-direction-nav li {
  height: 0;
  line-height: 0;
}




/***************MEDIA*****************/

img,
.txt img,
p img {
  width: 100%;
  object-fit: cover;

  }
p img {
  padding: 0;
  }
.gallery .container .col img {
  width: auto;
}
.gallery .container .col.fill img {
  width: 100%;
}
.sponsors img {
  width: auto !important;
}
.feature-image {
  position: relative;
  z-index: 100;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
img.alignright {
  margin: 0 0 0 20px;
  }
img.alignleft {
  margin: 0 30px 2px 0;
  }



.intro img {
  margin: 0 0 30px;
}

.alignright {
  float: right;
  }
.alignleft {
  float: left
  }

.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.mejs-container {
  margin-bottom: 31px !important;
}



/**
 * WordPress Theme Mediaelement.js Stylesheet
 *
 * A base stylesheet to allow theme developers to more easily overwrite the styles for the WordPress media 
 * player, which is mediaelement.js.  Theme developers are expected to handle colors, fonts, backgrounds, 
 * and other stylistic elements.  This stylesheet exists as a base for layout and positioning.  However, 
 * themes can also overwrite these things.
 *
 * This is a modified version of the default stylesheet provided by the MediaElement.js project.
 *
 * @version   20141221
 * @license   http://opensource.org/licenses/MIT
 * @author    John Dyer
 * @author    Justin Tadlock <justin@justintadlock.com>
 * @copyright Copyright (c) 2013 - 2014
 * @link      https://github.com/justintadlock/theme-mediaelement
 * @link      http://mediaelementjs.com
 */

/**
 * Table of Contents:
 * 01: Structure
 * 02: Media Element
 * 03: Layers
 * 04: Controls
 * 05: Clear
 * 06: Todo
 */

/**
 * 01: Structure - Layout of the major structural elements.
 * --------------------------------------------------------------------------- */

/* ====== Container ====== */

.mejs-container {
  display:         block;
  position:        relative;
  margin:          0;
  padding:         0;
  vertical-align:  baseline;
  outline:         none;
  font-size:       100%;
  background:      transparent;
  border:          none;
  text-decoration: none;
}

/* Alternatives to .mejs-container. Note that these classses are given to the <audio> and <video> elements. */
.wp-audio-shortcode {}
.mejs-container.wp-audio-shortcode {}

.wp-video-shortcode {}
.mejs-container.wp-video-shortcode {}

  /* === Fullscreen view === */

  .mejs-fullscreen {
    overflow: hidden!important;
  }

    .mejs-container-fullscreen {
      overflow: hidden;
      position: fixed;
      left:     0;
      top:      0;
      right:    0;
      bottom:   0;
      z-index:  1000;
    }

  /* === Inner wrapper === */

  .mejs-inner {}

    /* Inside structural wrappers. */

    .mejs-mediaelement {}
    .mejs-layers {}
    .mejs-controls {}
    .mejs-clear {}

/**
 * 02: Media Element - Wrapper for the actual media HTML (<audio>, <video>).
 * --------------------------------------------------------------------------- */

.mejs-mediaelement {
  position: absolute;
  top:      0;
  left:     0;
  width:    100%;
  height:   100%;
}

  /* Audio and video elements */
  .mejs-mediaelement audio {}
  audio.wp-audio-shortcode {}

  .mejs-mediaelement video {}
  video.wp-video-shortcode {}

  /* Fullscreen */
  .mejs-container-fullscreen .mejs-mediaelement, 
  .mejs-container-fullscreen video {
    width:  100%;
    height: 100%;
  }

  /* ?? */
  .me-plugin {
    position: absolute;
  }

  /* Embedding youtube.com, etc.??? */
  .mejs-embed, 
  .mejs-embed body {
    overflow: hidden;
    width:    100%;
    height:   100%;
    margin:   0;
    padding:  0;
  }

  /* === Background ?? === */

  .mejs-background {
    position: absolute;
    top:      0;
    left:     0;
  }

  /* === Cannot play file link === */

  .me-cannotplay a {
    color: #fff;
  }

  .me-cannotplay span {
    display: block;
    padding: 15px;
  }

/**
 * 03: Layers - Overlays and other layers to place over the media player.
 * --------------------------------------------------------------------------- */

.mejs-layers {}

  /* === Poster - <video poster="example.png"> - default video image. === */

  .mejs-poster {
    position:            absolute;
    top:                 0;
    left:                0;
    background-size:     contain;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
  }

    :root .mejs-poster img {
      display: none;
    }

    .mejs-poster img {
      margin:  0;
      padding: 0;
      border:  none;
    }

  /* === Overlay === */

  .mejs-overlay {
      position: absolute;
      top:      0;
      left:     0;
  }

    /* === Overlay play button === */

    .mejs-overlay-play {
        cursor: pointer;
    }

      /**
       * Play button.  Assumes a 100px x 100px image.  Adjust top/left margins if using a different 
       * size.  Adjust by 1/2 of the height/width.
       */
      .mejs-overlay-button {
        position: absolute;
        top:      50%;
        left:     50%;
        width:    100px;
        height:   100px;
        margin:   -50px 0 0 -50px;
        /*background: url( 'images/bigplay.png' ) no-repeat;*/
      }

        /* Only needed if you use an .svg file for your normal background. */
        .no-svg .mejs-overlay-button {
        }

        /* Adjust background position or other items when play button is hovered. */
        .mejs-overlay:hover .mejs-overlay-button {
          background-position: 0 -100px;
        }

    /* === Overlay loading === */

    /**
     * Loading image is expected to be 80px by 80px.  You'll need to adjust the width, height, 
     * and margin values (1/2 of size) for a different size.
     */
    .mejs-overlay-loading {
      position:   absolute;
      width:      100%;
      height:     100%;
      background: #333;
      background: rgba( 51, 51, 51, 0.75 );
    }

      .mejs-overlay-loading span {
        position:   absolute;
        display:    block;
        top:        50%;
        left:       50%;
        width:      80px;
        height:     80px;
        margin:     -40px 0 0 -40px;
        /*background: transparent url( 'images/loading.gif' ) 50% 50% no-repeat;*/
      }

  /* === Captions Layer (not supported in WP core as of 3.6). === */

  /* Example: http://mediaelementjs.com/examples/?name=translation */

  .mejs-captions-layer {
    position:   absolute;
    bottom:     0;
    left:       0;
    text-align: center;
    color:      #fff;
  }

    .mejs-captions-layer a {
      color:           #fff;
      text-decoration: underline;
    }

    .mejs-captions-position {
      position: absolute;
      width:    100%;
      bottom:   15px;
      left:     0;
    }

    .mejs-captions-position-hover {
      bottom: 45px;
    }

      .mejs-captions-text {
        padding:    3px 5px;
        background: #141414;
        background: rgba(20, 20, 20, 0.8);
      }

  /* ====== Chapters Layer (not supported in WP core as of 3.6). ====== */

  /* Example: http://mediaelementjs.com/examples/?name=chapters */

  .mejs-chapters {
    position: absolute;
    top:      0;
    left:     0;
    width:    10000px;
    z-index:  1;

      -xborder-right: solid 1px #fff;
  }

    .mejs-chapter {
      overflow:   hidden;
      position:   absolute;
      float:      left;
      background: #222;
      border:     none;
    }

      .mejs-chapter-block {
        display:       block;
        padding:       5px;
        color:         #fff;
        border-right:  solid 1px #333;
        border-bottom: solid 1px #333;
        cursor:        pointer;
      }

        .mejs-chapter-block-last {
            border-right: none;
        }

        .mejs-chapter-block:hover {
            background: #666;
        }

        .mejs-chapter-block .ch-title {
          display:       block;
          white-space:   nowrap;
          text-overflow: ellipsis;
          margin:        0 0 3px;
        }

          .mejs-chapter-block .ch-timespan {
            display:       block;
            white-space:   nowrap;
            text-overflow: ellipsis;
            margin:        3px 0 4px;
          }

  /* === Postroll Layer === */

  .mejs-postroll-layer {
    overflow:   hidden;
    position:   absolute;
    bottom:     0;
    left:       0;
    width:      100%;
    height:     100%;
    background: #323232;
    background: rgba( 50, 50, 50, 0.7 );
    z-index:    1000;
  }

    .mejs-postroll-layer-content {
      width:  100%;
      height: 100%;
    }

    .mejs-postroll-close {
      position:   absolute;
      right:      0;
      top:        0;
      padding:    4px;
      color:      #fff;
      background: #323232;
      background: rgba( 50, 50, 50, 0.7 );
      cursor:     pointer;
      z-index:    100;
    }

/**
 * 04: Controls - The media player control panel.
 * --------------------------------------------------------------------------- */

.mejs-controls {
  position:        absolute;
  list-style-type: none;
  margin:          0;
  padding:         0;
  top:          0;
  left:            0;
  width:           100%;
  height:          46px;
  background: transparent;
/*   background:      #323232;
background:      rgba( 50, 50, 50, 0.7 ); */
}

  /* Individual control sections. */
  .mejs-controls > div,
  .mejs-controls > a {
    display:     block;
    float:       left;
    margin:      0;
    padding:     0;
    width:       37px;
    height:      46px;
    border:      none;
    font-size:   1em;
    line-height: 11px;
  }

  /* Individual buttons. */
  .mejs-button button {
    display:  block;
    position: absolute;
    width:    24px;
    height:   24px;
    margin:   11px 7px;
    padding:  0;
    cursor:   pointer;

    border:          none;
    font-size:       0;
    line-height:     0;
    text-decoration: none;

    /*background: transparent url( 'images/controls.png' ) no-repeat;*/
  }

    .no-svg .mejs-button button {}

    .mejs-button button:focus {
      outline: solid 1px yellow;
    }

  /* === Play/Pause === */

  .mejs-playpause-button {}
  .mejs-play {} /* Class when playing. */
  .mejs-play {} /* Class when paused. */
  .mejs-stop {} /* Stop button. */

    .mejs-playpause-button button {}

    .mejs-play button {
      background-position: 0 0;
    }

    .mejs-pause button {
      background-position: 0 -16px;
    }

    .mejs-stop button {
      background-position: -112px 0;
    }

  /* === Media Time (current time) === */

  .mejs-controls .mejs-time {
    overflow:   hidden;
    display:    block;
    width:      auto;
    height:     17px;
    padding:    8px 3px 0;
    color:      #394248;
    text-align: center;

      -moz-box-sizing:    content-box;
      -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

    /* Individual elements within the time wrapper. */
    .mejs-time span {
      display: block;
      float:   left;
      width:   auto;
      margin:  2px 2px 0 0;
      color:   #394248;
    }

    .mejs-time .mejs-currenttime {}
    .mejs-time .mejs-duration {}

  /* Wrapper div for the time rail. */

  .mejs-controls .mejs-time-rail {
    direction: ltr;
    width:     200px;
    padding:   5px 5px 0;
  }

    /* Wrapper for the time rail elements. */
    .mejs-controls .mejs-time-slider { 
    } 

    /* Individual elements within the time rail */
    .mejs-time-rail span,
    .mejs-time-rail > a {
      display:  block;
      position: absolute;
      height:   5px;
      cursor:   pointer;
    }

    /* Total time. */
    .mejs-time-rail .mejs-time-total {
      position:   relative;
      margin:     5px 0;
      background: #222;
    }

    /* Buffering */
    .mejs-time-rail .mejs-time-buffering {
      width: 100%;

      /* Theme authors: Overwrite just this portion for custom colors. */
        background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image:        linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      /* === */

        -webkit-background-size: 15px 15px;
        -moz-background-size:    15px 15px;
        -o-background-size:        15px 15px;
      background-size:                15px 15px;

        -webkit-animation: buffering-stripes 2s linear infinite;
        -moz-animation:    buffering-stripes 2s linear infinite;
        -ms-animation:      buffering-stripes 2s linear infinite;
        -o-animation:       buffering-stripes 2s linear infinite;
      animation:                buffering-stripes 2s linear infinite;
    }

      /* Keyframes */
        @-webkit-keyframes buffering-stripes {
          from { background-position: 0 0;    }
          to   { background-position: 30px 0; }
        }
        @-moz-keyframes buffering-stripes {
          from { background-position: 0 0;    }
          to   { background-position: 30px 0; }
        }
        @-ms-keyframes buffering-stripes {
          from { background-position: 0 0;    }
          to   { background-position: 30px 0; }
        }
        @-o-keyframes buffering-stripes {
          from { background-position: 0 0;    }
          to   { background-position: 30px 0; }
        }
      @keyframes buffering-stripes {
        from { background-position: 0 0;    }
        to   { background-position: 30px 0; }
      }

    /* Time loaded */
    .mejs-time-rail .mejs-time-loaded {
      width:      0;       /* Don't overwrite. Mediaelement will adjust the width. */
      background: #3caac8;
    }

    /* Current time. */
    .mejs-time-rail .mejs-time-current {
      width:      0;       /* Don't overwrite. Mediaelement will adjust the width. */
      background: #fff;
    }

    /* Handle for adjusting current time. */
    .mejs-time-rail .mejs-time-handle {
      display:    none;
      position:   absolute;
      top:        -2px;
      width:      10px;
      margin:     0;
      background: #fff;
      cursor:     pointer;
      text-align: center;
    }

    /* Time float (Displays time when hovering cursor over time rail). */
    .mejs-time-rail .mejs-time-float {
      display:     none;
      position:    absolute;
      top:         -26px;
      width:       36px;
      height:      17px;
      margin-left: -18px;
      color:       #111;
      background:  #eee;
      border:      solid 1px #333;
      text-align:  center;
    }

      .mejs-long-video .mejs-time-rail .mejs-time-float {
        width: 48px;
      }

      /* Current time position hovering. */
      .mejs-time-rail .mejs-time-float-current {
        display:    block;
        left:       0;
        margin:     2px;
        width:      30px;
        text-align: center;
      }

        .mejs-long-video .mejs-time-rail .mejs-time-float-current {
          width: 44px;
        }

      /* Pointer at the botton of the time float. */
      .mejs-time-rail .mejs-time-float-corner {
        display:      block;
        position:     absolute;
        top:          15px;
        left:         13px;
        width:        0;
        height:       0;
        line-height:  0;
        border:       solid 5px #eee;
        border-color: #eee transparent transparent transparent;

          -webkit-border-radius: 0;
          -moz-border-radius:    0;
        border-radius: 0;
      }

        .mejs-long-video .mejs-time-rail .mejs-time-float-corner {
          left: 18px;
        }

  /* === Fullscreen === */

  /* Fullscreen button */
  .mejs-fullscreen-button button {
    background-position: -32px 0;
  }
  .mejs-unfullscreen button {
    background-position: -32px -16px;
  }

  /* === Volume === */

  /* Volume button */
  .mejs-controls .mejs-volume-button {
    position: relative;
  }
  .mejs-mute {}
  .mejs-unmute {}

    .mejs-volume-button:hover {}

    .mejs-volume-button button {}

    .mejs-volume-button .mejs-mute button {
      background-position: -16px -16px;
    }

    .mejs-volume-button .mejs-unmute button {
      background-position: -16px 0;
    }

    /* Vertical volume slider (wrapper). */
    .mejs-volume-button .mejs-volume-slider {
      display:    none;
      position:   absolute;
      top:        -115px;
      left:       0;
      width:      25px;
      height:     115px;
      margin:     0;
      background: #323232;
      background: rgba( 50, 50, 50, 0.7 );
      z-index:    1;
    }

    /* Volume total. */
    .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
      position:   absolute;
      top:        8px;
      left:       11px;
      width:      2px;
      height:     100px;
      margin:     0;
      background: #ddd;
    }

    /* Volume current */
    .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
      position:   absolute;
      top:        8px;
      left:       11px;
      width:      2px;
      height:     100px;
      margin:     0;
      background: #ddd;
    }

    /* Volume slider handle */
    .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
      position:   absolute;
      top:        -3px;
      left:       4px;
      width:      16px;
      height:     6px;
      margin:     0;
      background: #ddd;
      cursor:     N-resize;
    }

  /* === Horizontal volume slider (audio) === */
  .mejs-controls .mejs-horizontal-volume-slider {
    height:   26px;
    width:    60px;
    position: relative;
    display:  table;
  }

    /* Volume total. */
    .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
      position:   absolute;
      top:        21px;
      left:       0;
      width:      50px;
      height:     8px;
      margin:     0;
      padding:    0;
      font-size:  1px;
      background: #333;
    }

    /* Volume current. */
    .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
      position:   absolute;
      top:        21px;
      left:       0;
      width:      50px;
      height:     8px;
      margin:     0;
      padding:    0;
      font-size:  1px;
      background: #fff;
    }

    /* Volume handle. */
    .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
        display: none;
    }

  /* === Loop Button === */

  .mejs-controls .mejs-loop-off {}
  .mejs-controls .mejs-loop-on {}

    .mejs-loop-off button {
      background-position: -64px -16px;
    }

    .mejs-loop-on button {
      background-position: -64px 0;
    }

  /* === Backlight button === */

  .mejs-controls .mejs-backlight-off {}
  .mejs-controls .mejs-backlight-on {}

    .mejs-backlight-off button {
      background-position: -80px -16px;
    }
    .mejs-backlight-on button {
        background-position: -80px 0;
    }

  /* === Picture controls button === */

  .mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
  }

  /* === Captions (note that WP core doesn't support these as of 3.6). === */

  /* Example: http://mediaelementjs.com/examples/?name=translation */

  /* Captions button wrapper */
  .mejs-controls .mejs-captions-button {
    position: relative;
  }

    .mejs-captions-button button {
      background-position: -48px 0;
    }

    .mejs-captions-button .mejs-captions-selector {
      overflow:   hidden;
      visibility: hidden;
      position:   absolute;
      bottom:     26px;
      right:      -10px;
      width:      130px;
      height:     100px;
      padding:    10px;
      background: #323232;
      background: rgba( 50, 50, 50, 0.7 );
    }

      .mejs-captions-button .mejs-captions-selector ul {
        list-style-type: none;
        overflow:        hidden;
        display:         block;
        margin:          0;
        padding:         0;
      }

        .mejs-captions-button .mejs-captions-selector li {
          list-style-type: none;
          overflow:        hidden;
          display:         block;
          margin:          0 0 6px;
          padding:         0;
          color:           #fff;
        }

          .mejs-captions-button .mejs-captions-selector input {
            clear:  both;
            float:  left;
            margin: 3px 3px 0 5px;
          }

          .mejs-captions-button .mejs-captions-selector label {
            float:   left;
            width:   100px;
            padding: 4px 0 0;
          }

    .mejs-captions-button .mejs-captions-translations {
      margin: 0 0 5px;
    }

  /* === Source Chooser === */

  .mejs-controls .mejs-sourcechooser-button {
    position: relative;
  }

    .mejs-sourcechooser-button button {
      background-position: -128px 0;
    }

    .mejs-sourcechooser-selector {
      overflow:   hidden;
      visibility: hidden;
      position:   absolute;
      bottom:     26px;
      right:      -10px;
      width:      130px;
      height:     100px;
      padding:    10px;
      background: #323232;
      background: rgba( 50, 50, 50, 0.7 );
      border:     solid 1px transparent;
    }

      .mejs-sourcechooser-selector ul {
        list-style-type: none;
        overflow:        hidden;
        display:         block;
        margin:          0;
        padding:         0;
      }

        .mejs-sourcechooser-selector li {
          list-style-type: none;
          overflow:        hidden;
          display:         block;
          margin:          0 0 6px;
          padding:         0;
          color:           #fff;
        }

          .mejs-sourcechooser-selector li input {
            clear:  both;
            float:  left;
            margin: 3px 3px 0 5px;
          }

          .mejs-sourcechooser-selector li label {
            float:       left;
            width:       100px;
            padding:     4px 0 0;
            font-size:   10px;
            line-height: 15px;
          }

/**
 * 05: Clear and Off-screen- Clears elements. Hides screen-reader text.
 * --------------------------------------------------------------------------- */

.mejs-clear,
.wp-playlist-item {
    clear: both;
}

.mejs-offscreen {
  position: absolute;
  top:      -9999em;
}

  .ltr .mejs-offscreen { left:  -9999em; }

  .rtl .mejs-offscreen { right: -9999em; }

/**
 * 06: Playlists - WordPress-created playlists.
 * --------------------------------------------------------------------------- */

.wp-playlist {
  margin:      0 0 1.5rem;
  padding:     1.5rem;
  border:      1px solid #999;
}

  .wp-playlist-light {
    /**
    background: #fff;
    color:      #000;
    /**/
  }

  .wp-playlist-dark {
    /**
    color:      #fff;
    background: #000;
    /**/
  }

  .wp-playlist video {
    display:   inline-block;
    max-width: 100%;
  }

  .wp-playlist audio {
    display:   none;
    max-width: 100%;
    width:     100%;
  }

  .wp-playlist .mejs-container {
    margin: 0;
    width:  100%;
  }

    .wp-playlist .mejs-controls .mejs-button button {
      outline: 0;
    }

  /* All captions. */
  .wp-playlist-caption {
    max-width:     88%;
    overflow:      hidden;
    text-overflow: ellipsis;
  }

    .wp-playlist-item-title {}

    .wp-playlist-item-artist {}

  /* Currently playing. */
  .wp-playlist-current-item {
    margin-bottom: 1.5rem;
  }

    .wp-playlist-current-item img {
      max-width:    60px;
      height:       auto;
    }
      .ltr .wp-playlist-current-item img {
        float:        left;
        margin-right: 1.5rem;
      }
      .rtl .wp-playlist-current-item img {
        float:        right;
        margin-left:  1.5rem;
      }

    .wp-playlist-item-meta {
      display: block;
    }

    .wp-playlist-item-album {}

  /* Track list after the current item. */
  .wp-playlist-tracks {
    margin-top: 1.5rem;
  }

    /* Playlist items in the list (not currently playing). */
    .wp-playlist-item {
      overflow:      hidden;
      cursor:        pointer;
      margin-bottom: 0.75rem;
    }

      .wp-playlist-item:last-child {
        margin-bottom: 0;
        border-bottom: none;
      }

    .wp-playlist-light .wp-playlist-item {}

    .wp-playlist-dark .wp-playlist-item {}

    /* Currently-playing item in the track list. */
    .wp-playlist-playing { font-weight: bold; }

      .wp-playlist-light .wp-playlist-playing {}

      .wp-playlist-dark .wp-playlist-playing {}

      /* Captions in the list. */
      .wp-playlist-item .wp-playlist-caption {}

        .ltr .wp-playlist-item .wp-playlist-caption { float: left;  }
        .rtl .wp-playlist-item .wp-playlist-caption { float: right; }

        .ltr .wp-playlist-item .wp-playlist-item-length { float: right; }
        .rtl .wp-playlist-item .wp-playlist-item-length { float: left;  }

/**
 * 07: Todo - Items that need to be worked on.
 * --------------------------------------------------------------------------- */

/* === Context menu ??? === */

.mejs-contextmenu {
  position:   absolute;
  top:        0;
  left:       0;
  width:      150px;
  padding:    10px;
  background: #fff;
  border:     solid 1px #999;
  z-index:    1001;
}

  .mejs-contextmenu .mejs-contextmenu-separator {
    height:     1px;
    margin:     5px 6px;
    font-size:  0;
    background: #333;
  }

  .mejs-contextmenu .mejs-contextmenu-item {
    padding:   4px 6px;
    font-size: 12px;
    color:     #333;
    cursor:    pointer;
  }

    .mejs-contextmenu .mejs-contextmenu-item:hover {
      color:      #fff;
      background: #2C7C91;
    }



    .mejs-duration-container {
      position: absolute;
      top: -32px;
      right: 0;
    }
    .mejs-currenttime-container,
    .mejs-time-rail .mejs-time-loaded {
      display: none !important;
    }


.stories.featured .mejs-time span {
  color: #50e3c2;
}

.stories.nudes .mejs-time span {
  color: #fd625e;
}

.stories.feeling-bullied .mejs-time span {
  color: #69d8c7;
}

.stories.hate-and-abuse .mejs-time span {
  color: #bc70ad;
}

.stories.taking-charge .mejs-time span {
  color: #f6cc23;
}




.stories.featured .mejs-time-rail .mejs-time-total {
  background-color: #50e3c2;
}

.stories.nudes .mejs-time-rail .mejs-time-total {
  background-color: #fd625e;
}

.stories.feeling-bullied .mejs-time-rail .mejs-time-total {
  background-color: #69d8c7;
}

.stories.hate-and-abuse .mejs-time-rail .mejs-time-total {
  background-color: #bc70ad;
}

.stories.taking-charge .mejs-time-rail .mejs-time-total {
  background-color: #f6cc23;
}












.mejs-playpause-button button {
  background: transparent url(images/play-pause-controls.png) no-repeat;
}
.mejs-play button {
    background-position: 0 0;
}
.mejs-pause button {
    background-position: -24px 0;
}

.stories.featured .mejs-play button {
  background-position: 0 -24px;
}
.stories.nudes .mejs-play button {
  background-position: 0 0;
}
.stories.feeling-bullied .mejs-play button {
  background-position: 0 -24px;
}
.stories.hate-and-abuse .mejs-play button {
  background-position: 0 -48px;
}
.stories.taking-charge .mejs-play button {
  background-position: 0 -72px;
}

.stories.featured .mejs-pause button {
  background-position: -24px -24px;
}
.stories.nudes .mejs-pause button {
  background-position: -24px 0;
}
.stories.feeling-bullied .mejs-pause button {
  background-position: -24px -24px;
}
.stories.hate-and-abuse .mejs-pause button {
  background-position: -24px -48px;
}
.stories.taking-charge .mejs-pause button {
  background-position: -24px -72px;
}





.mejs-playpause-button {
  background: #f2f4f3;
  height: 46px;

}
.mejs-time-rail {
  background: #f2f4f3;
  height: 46px;
  padding: 15px 14px 0 !important;
  margin-left: 2px !important;

}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}


@media only screen and (min-width: 600px) {

	header {
	  height: 102px;
	}
	section.selector-menu {
	    top: 102px;
	}
	#logo a {
  		margin:  30px 0 0 33px;
	}
	header .container,
	footer .container {
		max-width: 1024px;
	}

	section.home-banner {
	    height: 80px;
	    padding-top: 10px;

	}
	section.home-banner p {
		position: absolute;
	    margin-top: -100px;
	}
	section.home-banner h2 {
	  font-size: 1.15em;
	  font-weight: 700;
	  line-height: 55px;
	  background: url(images/up-down-green.png) no-repeat center bottom;
	}

	a.nav-trigger {

	 float: none; 
	 margin: 0; 

	  display: block;
	  position: absolute;
	  width: 50%;
	  left: 25%;
	  top: 28px;  
	}
	section.selector .col {
		height: 172px;
		max-height: 172px;
	}
	section.contact .container,
	.page-template-situations-template section.contact .container {
		height: 128px;
		background: transparent;
  		padding-top: 28px;
	}
	.bigbg {
		background: #888888 url("images/bg-desktop.jpg") no-repeat center top;
		background-size: cover;
		padding-bottom: 110px;
	}
	.home .bigbg {
		background: #888888 url("images/bg-desktop.jpg") no-repeat center top;
		background-size: cover;
	}
 /*	.page-template-situations-template .bigbg {
	background-position: center top;
  		background-size: 1024px auto;
  		background-size: cover;
}
 */
	.home section.selector,
	section.qselector,
	section.contact-page,
	.page-template-default .main-content,
	.socialblock-template-default .main-content {
		padding-top: 30px;
	}
	section.qselector .container{
		padding-top: 25px;
	}

	section.selector .col h2 {
		padding-top: 20px;
		padding-top: 2.7vh;
	}
	section.selector .col.nudes h2 {
		padding-top: 32px;
		padding-top: 4.2vh;
	}


	section.stories {
		background: transparent;
    	padding-top: 0px;
    	margin-top: -60px;
	}
	section.stories .container.heading{
		max-width: 100%;
	}

	section.stories .heading h2 {
		height: 59px;
		line-height: 59px;
		background-position: center bottom 5px;
	}
	section.stories.active .heading h2 {
	  background-position: center top;
	  padding-top: 15px;
	}


	section.stories.active .heading h2 {
	  background-position: center top;
	}

	section.stories.active .heading h2 span  {
	  margin-top: 3px;
	}
	section.stories #story-catcher .stories {
		max-width: 380px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: 20px;
	}

	.footermenu>ul>li>a  { 
	  margin: 0 0 0 70px;
	}
	section.selector-menu.active {
	    height: 350px;
	    max-height: 350px;
	}

}
@media only screen and (min-width: 800px) {

	header {
	    height: 126px;
	}
	section.selector-menu {
	    top: 126px;
	}
	#logo a {
  		margin:  50px 0 0 33px;
	}
	section.home-banner p {
	    margin-top: -107px;
	}
	a.nav-trigger {
	  top: 43px;  
	}
	section.stories .container.content {
		max-width: 880px !important;
	}
	section.stories #story-catcher .stories {
		position: relative;
		margin-top: -40px;
	}
	.story-filter {
	  padding-right: 33px;
	}

}
@media only screen and (min-height: 768px) and (min-width: 1024px), screen and (min-device-height: 768px) and (min-device-width: 1024px) {
	header {
	  height: 102px;
	}
	section.selector-menu {
	    top: 102px;
	}

	section.home-banner p {
	    margin-top: -100px;
	}
	#logo a {
  		margin:  30px 0 0 33px;
	}

	a.nav-trigger {
	  top: 28px;  
	}
}

@media only screen and (min-width: 1025px) {
	
	section.selector .col {
	    height: 189px;
	    max-height: 189px;
	}
	section.selector-menu.active {
	    height: 388px;
	    max-height: 388px;
	}
	section.selector-menu  .col {
	    height: 189px;
	    max-height: 189px;
	}
}
@media only screen and (min-width: 1024px) {
	.bigbg, .home .bigbg {
		background-position:  center top -50px;
	} 
}

@media only screen and (min-width: 1120px) {
	.bigbg, .home .bigbg {
		background-position:  center top -70px;
	} 

}
@media only screen and (min-width: 1300px) {
	.bigbg, .home .bigbg {
		background-position:  center top -100px;
	} 

}

@media only screen and (min-width: 1600px) { 	
	.bigbg, .home .bigbg {
		background-position:  center top -120px;
	} 
}



@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1350px) {}
@media only screen and (max-width: 1220px) {}
@media only screen and (max-width: 1150px) {}
@media only screen and (max-width: 1024px), screen and (max-device-width: 1024px) {}
@media only screen and (max-device-width: 960px) {}
@media only screen and (max-width: 800px), screen and (max-device-width: 800px) {}
@media only screen and (max-width: 768px), screen and (max-device-width: 768px) {}
@media only screen and (max-width: 667px), screen and (max-device-width: 667px) {}

@media only screen and (max-width: 600px), screen and (max-device-width: 600px) {
	.home #logo {
	  width: 100%;
	}
	.home #logo a {
	  margin-left: auto;
	  margin-right: auto;
    margin-top: 15px;
    width: 110px;
    height: 42px;
	}
  .home-banner p {
    font-size: 0.8em;
  }
}


@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {}
@media only screen and (max-width: 414px), screen and (max-device-width: 414px) {
	/*iphone 6plus*/
}
@media only screen and (max-width: 384px), screen and (max-device-width: 384px) {}
@media only screen and (max-width: 375px), screen and (max-device-width: 375px) {
	h3.boxed {
	    padding: 0 5px 0 10px;
	}
}

@media only screen and (max-width: 320px), screen and (max-device-width: 320px) {

	body {


	}


	#logo a {
  		margin:  15px 0 0 15px;
  		background-size: 90%;
	}
	a.nav-trigger {
	  margin: 22px 10px 0 0;   
	}
	a.nav-trigger.active {
	  margin:35px 10px 0 0;  
	}
	.sponsors .grid-2-3 img {
	  margin-right: 10px;
	}

	section.stories h2 {
	  line-height: 35px;
	}
	.padded, .arched, .scooped, .inset {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.qselect ul li a {
    	padding: 0 20px;
	}
	footer 	.padded {
	  padding-top: 13px;
	}
	.favhist {
	    right: 3px;
	}
	a.favit {
    float: right;
    margin-right: -20px;
	}
	.favhist .fav-trigger {
	    width: 36px;
	}
	.clearhistlist,
	.clearfavlist {
	  right: 20px;
	}



	section.selector .col {
	    /* height: 128px; */
	    /* max-height: 128px; */
	}
	section.selector-menu.active {
	    height: 285px;
	    max-height: 285px;
	}
	section.selector-menu  .col {
	    /* height: 140px; */
	    /* max-height: 140px; */
	}

	section.selector .col h2 {
	  font-size: 1.25em;
	  max-width: 85px;
	  padding-top: 8px;
	}
	 section.selector .col.nudes h2 {
	  padding-top: 20px;
	}
	.home-banner p {
	    padding-top: 20px;
	    padding-top: 3vh;
	    margin-bottom: 8px;
	    margin-bottom: 1.4vh;
	}
	section.stories .heading h2 {
	    line-height: 50px;
	    height: 59px;
	}
	section.contact .container,
	.page-template-situations-template section.contact .container {
		background-size: 100% auto;
	    height: 100px;
	    padding-top: 52px;
	}
	section.contact a {
	    width: 320px;
	    border-top: solid 1px #f2f4f4;
	    border-bottom: solid 1px #f2f4f4;
	}
	section.contact a span {
	    width: 270px;
	}
	h3.boxed {
	    font-size: 1.05em;
	    padding: 0 10px;
	}
	.banner p {
	    padding-left: 10px;
	}
	a.nav-trigger {
	    font-size: 1.05em;
	}


	.footermenu>ul>li>a {

	    font-size: 0.85em;

	}




}

@media only screen and (max-height: 480px), screen and (max-device-height: 480px) {

	#logo a {
  		margin-top: 13px;
  		background-size: 90%;
	}
	a.nav-trigger {
	  margin: 8px 20px 0 0;   
	}
.home-banner p {
    padding-top: 10px;
    margin-bottom: 8px;
}
section.selector .col {
    height: 121px;
    max-height: 121px;
}
section.selector-menu.active {
    height: 285px;
    max-height: 285px;
}
section.selector-menu  .col {
    height: 140px;
    max-height: 140px;
}
section.contact .container,
.page-template-situations-template section.contact .container {
    /* background: transparent; */
    height: 48px;
   /*  height: 20.54vh; */
    padding-top: 0;
}
section.stories .heading h2 {
    line-height: 50px;
    height: 59px;
}




}