body {
  background-color: #FFF;
  padding: 0px;
}

hr {
  border-top: 1px solid #CCC !important;
}

.pink {
  color: #ff3a6d;
}

.pink:hover {
  color: #fe5a84;
}

.pink:active {
  color: #fe1852;
}

.blue {
  color: #00c0e7;
}

.blue:hover {
  color: #36d5fb;
}

.blue:active {
  color: #03aad2;
}

.purple {
  color: #ed53ed;
}

.purple:hover {
  color: #f07ff0;
}

.purple:active {
  color: #d027d0;
}

.left {
  float: left;
}

.right {
  float: right;
}

div#modal-login {
  display: none;
  background-color: #FFF;
  position: absolute;
  padding-left: 0px;
  max-width: 100%;
  z-index: 300;
  -moz-box-shadow: 0 0 15px #333;
  -webkit-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333;
}

div#modal-login iframe {
  max-width: 100%;
  border: 0px;
}

div#modal-fade {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 200;
}

div#wrapper {
  width: 100%;
}

div#content {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

div#banner {
  background-position: center;
  background-size: cover;
  height: 650px;
  position: relative;
}

.whatson div#banner {
  background-image: url(../images/banner-background-whats-on.jpg);
}

div#menu {
  display: none;
}

div#menu-mobile {
  position: relative;
  background-image: url(../images/menu-background.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 100px;
  width: 100%;
  z-index: 900;
  position: fixed;
  left: 0;
}

div#menu-mobile a#logo {
  text-align: center;
  display: block;
}

div#menu-mobile a#logo img {
  height: 80px;
  width: auto;
}

div#banner div#banner-content {
  text-align: center;
  color: #FFF;
}

div#banner div#banner-content div#banner-headline {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  line-height: 60px;
  margin-top: 100px;
}

div#banner div#banner-content div#banner-sub-headline {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 275px;
}

div#home-pane-2 {
  background-color: #00F;
  background-image: url(../images/couple-laptop-background.jpg);
  background-size: cover;
  margin-top: -120px;
}

div#home-pane-2 div#pane2-headline {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  margin-top: 220px;
  text-align: center;
  max-width: 320px;
}

div#home-pane-2 div#pane2-sub-headline {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; 
  margin-bottom: 30px; 
  display: block;
  text-align: center;
  max-width: 90%;
  width: 320px;
}

div#home-pane-2 a#pane2-features {
  display: block;
  margin-top: 15px;
  text-align: center;
}

div#home-pane-3 {
  background-image: url(../images/girl-laptop-background.jpg);
  border-bottom: 5px solid #ff3a6d;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fdf5ed;
}

div#home-pane-3 .home-pane3-content {
  text-align: center;
}

div#home-pane-3 .home-pane3-content img {
  max-width: 100%;
  margin-top: 80px;
}

div#footer {
  background-color: #191910;
  padding-bottom: 50px;
  font-size: 16px;
}

div#footer div#footer-playon-row {
  color: #FFF;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#footer div#windows-row {
  margin-top: 50px;
}

div#footer a {
  color: #8f8f8f;
  line-height: 30px;
}

div#footer .footer-main-link {
  color: #FFF;
  font-weight: bold;
}

div#footer div.col-xs-5 {
  margin-bottom: 25px;
}

div#footer div#windows-row div {
  text-align: center;
  margin-bottom: 25px;
}

div#footer div#windows-row div img {
  max-width: 90%;
}

div#footer div#footer-help-menu {
  clear: left;
}

div#footer div#footer-privacy p {
  color: #999;
  font-size: 12px;
}

div#footer div#footer-social-networking img {
  width: 75px;
  height: auto;
}

div#whatson-pane {
  border-bottom: 5px solid #f3b100;
}

div#whatson-pane img {
  width: 100%;
  height: auto;
}

div#whatson-pane div.image_wrapper {
  padding: 0px;
}

a#see-all-channels {
  line-height: 50px;
  color: #FFF;
}

.mm-panel {
  background-color: #000 !important;
}

.mm-panel a {
  color: #CCC !important;
}

.mm-menu .mm-listview > li:after {
  border-color: #555 !important;
  margin-right: 20px;
}

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 70px;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 20px;
}

#hamburger:before {
  top: 13px;
}

#hamburger span {
  top: 20px;
}

#hamburger:after {
  top: 27px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px;
}

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}

html.mm-opening #hamburger:before {
  transform: rotate( 45deg );
}

html.mm-opening #hamburger:after {
  transform: rotate( -45deg );
}

body.modal {
  background-color: #FFF !important;
}

div#modal-wrapper {
  width: 100%;
  max-width: 540px;
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
}

div#modal-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  max-width: 90%;
  font-size: 14px;
  color: #797979;
}

div#modal-bottom img {
  vertical-align: middle;
}

div#modal-bottom a {
  font-size: 14px;
}

div#modal-headline {
  font-weight: bold;
  font-size: 60px;
}

div#modal-wrapper a {
  color: #00c0e7;
  text-decoration: none;
}

div#modal-wrapper hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #ccc;
  margin: 1em 0; padding: 0; 
}

div#modal-wrapper a#facebook-button {
  color: #FFF;
  background-color: #2094ff;
  width: 340px;
  padding: 8px 20px;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

div#modal-wrapper input[type="text"] {
  width: 380px;
  border: 1px solid #999;
  border-radius: 25px !important;
  padding: 10px 20px;
  font-size: 14px;
  color: #999;
  max-width: 90%;
}

div#modal-wrapper p.modal-terms {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: left;
  max-width: 90%;
}

div#modal-wrapper div#modal-checkbox {
  text-align: left;
  font-size: 12px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

div#modal-wrapper a#begin-download {
  color: #FFF;
  background-color: #ef436f;
  border-radius: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  max-width: 90%;
}

div#modal-wrapper a#begin-download img {
  vertical-align: middle;
}

div#modal-wrapper div#or-wrapper {
  border-top: 1px solid #CCC;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

div#modal-wrapper div#or-wrapper p {
  color: #CCC;  
  background-color: #FFF;
  margin-top: -10px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

a.modal-close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #CCC;
  margin-right: 20px;
  margin-top: 5px;
  font-family: arial;
}

a.modal-close:hover {
  text-decoration: none;
}

.fades, .fades_slow {
  opacity: 0;
}

.tabs {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

/*--- moving some styles to page.tpl.php ---*/

.pane {
  background-size: cover;
}

p.bold {
  font-weight: bold;
  text-align: left;
}

.below-button-link {
  line-height: 50px;
  position: relative;
  z-index: 100;
}

.pane-headline {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
  margin-top: 25px;
}

.pane-sub-headline {
  font-size: 18px;
  margin-top: 20px; 
}

.page-forum #banner {
  height: 100px !important;
}

.page-phpbbforum #banner {
  height: 100px !important;
}

#masthead-below-button {
  margin-top: 25px;
}

#masthead-below-button a {
  color: #FFF;
  font-size: 14px;
}

body.page-press {
  background-color: #e6e6e6 !important;
}

.page-press div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.page-press div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.page-press #content-pages-header {
  text-align: center;
  margin-bottom: 50px;
}

.page-press #content-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.page-press #content-pages-header h1 strong {
  color: #00b3f9;
}

.page-press #content-pages-header a {
  color: #00b3f9;
}

.page-press #content .container {
  margin-top: 20px;
}

/* team page */
.page-press.page-node-69911 #content-pages-content {
  background-color: #e6e6e6;
}

.page-press #content-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.page-press #content-pages-content h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-press #content-pages-content h4 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.page-press #content-pages-content ul {
  list-style-type: none;
}


.page-press #content-pages-content li {
  margin: 25px 0px;
}

.page-press #content-pages-content a {
  font-weight: normal;
  color: #30b1ff !important;
}

.page-press #content-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.page-press #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.page-press #hamburger {
  margin-top: 10px;
}

.page-press #hamburger:before,
.page-press #hamburger:after,
.page-press #hamburger span {
  background: #000;
}

.page-press div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.page-press .mm-menu {
  background-color: #FFF;
}

.page-press .mm-menu a {
  color: #000;
}

.page-press h2 {
  font-size: 20px;
  margin-top: 50px;
}

.page-press a {
  font-weight: normal;
  color: #30b1ff;
}

.page-press #content-pages-content {
  padding: 20px;
  background-color: #FFF;
}

.page-press #content-pages-content ul.pager {
  margin-top: 50px;
}

.page-press #content-pages-content .views-row {
  margin-bottom: 25px;
}

.page-press #content-pages-content .views-field-title {
  font-weight: bold;
  font-size: 20px;
}

.page-press #content-pages-content .field-name-field-source-article-link a {
  font-size: 18px;
  padding: 10px 0px;
}

.page-press #content-pages-content .date-display-single {
  color: #999;
  font-size: 14px;
}

.page-press #content-pages-content li.pager-item {
  margin-bottom: 20px;
}


/*** ----- TO BE REFACTORED --- */

div#page-banner {
  position: relative;
}

div#page-banner div#banner-content div#banner-headline {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 48px;
}

div#page-banner div#banner-content div#banner-sub-headline {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

div#page-banner div#menu div#menu-user {
  position: absolute;
  top: 5px;
  right: 110px;
  min-width: 125px;
  border: 1px solid transparent;
}

div#page-banner div#menu div#menu-user a {
  margin-left: 10px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

div#page-banner div#menu div#menu-user div#menu-user-sub {
  text-align: left;
  margin-top: 10px;
}

div#page-banner div#menu div#menu-user div#menu-user-sub a {
  float: none;
  display: block;
}

div#page-banner div#menu div#menu-user a {
  color: #00b3f9;
}

div#page-banner div#menu div#menu-menu a#menu-user,
div#page-banner div#menu div#menu-menu a#menu-login {
  color: #00b3f9;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 200px;
}

div#page-banner div#menu div#menu-menu a#menu-login {
  color: #00b3f9;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 125px;
}

div#channel-banner {
  background-image: url(../images/channel-store-banner.png);
  height: 238px;
  background-size: cover;
  background-position: center;
  margin-left: 0px;
  margin-right: 0px;
}

div#channel-store-banner-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans";
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
}

body.node-type-content-support-pages {
  background-color: #e6e6e6 !important;
}

.node-type-content-support-pages div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.node-type-content-support-pages div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.node-type-content-support-pages #support-pages-header {
  text-align: center;
  margin-bottom: 50px;
}

.node-type-content-support-pages #support-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.node-type-content-support-pages #support-pages-header h1 strong {
  color: #00b3f9;
}

.node-type-content-support-pages #support-pages-header a {
  color: #00b3f9;
}

.node-type-content-support-pages #content .container {
  margin-top: 20px;
}

.node-type-content-support-pages #support-pages-menu {
  margin-bottom: 25px;
}

.node-type-content-support-pages #support-pages-content {
  background-color: #FFF;
  padding: 15px 30px;
}

.node-type-content-support-pages #support-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.node-type-content-support-pages #support-pages-content ul {
  list-style-type: none;
}

.node-type-content-support-pages #support-pages-content p,
.node-type-content-support-pages #support-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
}

.node-type-content-support-pages #support-pages-content li {
  margin: 25px 0px;
}

.node-type-content-support-pages #support-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.node-type-content-support-pages #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.node-type-content-support-pages #hamburger {
  margin-top: 10px;
}

.node-type-content-support-pages #hamburger:before,
.node-type-content-support-pages #hamburger:after,
.node-type-content-support-pages #hamburger span {
  background: #000;
}

.node-type-content-support-pages #content .container {
  padding-top: 75px;
}

.node-type-content-support-pages div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.node-type-content-support-pages .mm-menu {
  background-color: #FFF;
}

.node-type-content-support-pages .mm-menu a {
  color: #000;
}

.node-type-content-support-pages #channel-support-menu a {
}

.node-type-content-support-pages #channel-support-menu a.active {
  padding-left: 20px;
  border-left: 7px solid #30b1ff;
}

.node-type-content-support-pages h2 {
  font-size: 20px;
  margin-top: 50px;
}

.node-type-content-support-pages #faq-content .faq-wrapper {
  border-bottom: 1px solid #DDD;
}

.node-type-content-support-pages #faq-content p.faq-question {
  font-size:20px;
  padding: 15px 0px;
  cursor: pointer;
}

.node-type-content-support-pages #faq-content p.faq-question.active {
  border-left: 7px solid #30b1ff;
  margin-left: -60px;
  padding-left: 53px;
}

.node-type-content-support-pages #faq-content p.faq-answer {
  font-size: 18px;
  margin-left: 20px;
  line-height: 30px;
  display: none;
}

.node-type-content-support-pages #support-center-home h3 {
  font-size: 20px;
  font-weight: normal;
}

.node-type-content-support-pages #support-center-home li {
  margin: 10px 0px;
}

.node-type-content-support-pages #support-center-home p {
  margin-left: 30px;
}

.node-type-content-support-pages #support-center-home li,
.node-type-content-support-pages #support-center-home p {
  font-size: 16px;
}

.node-type-content-support-pages a {
  font-weight: normal;
  color: #30b1ff;
}

body.node-type-content {
  background-color: #e6e6e6 !important;
}

.node-type-content div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.node-type-content div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.node-type-content #content-pages-header {
  text-align: center;
  margin-bottom: 50px;
}

.node-type-content #content-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.node-type-content #content-pages-header h1 strong {
  color: #00b3f9;
}

.node-type-content #content-pages-header a {
  color: #00b3f9;
}

.node-type-content #content .container {
  margin-top: 20px;
}

/* team page */
.node-type-content.page-node-69911 #content-pages-content {
  background-color: #e6e6e6;
}

.node-type-content #content-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.node-type-content #content-pages-content h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.node-type-content #content-pages-content h4 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.node-type-content #content-pages-content ul {
  list-style-type: none;
}

.node-type-content #content-pages-content li {
  margin: 5px 0px;
}

.node-type-content #content-pages-content a {
  font-weight: normal;
  color: #30b1ff !important;
}

.node-type-content #content-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.node-type-content #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.node-type-content #hamburger {
  margin-top: 10px;
}

.node-type-content #hamburger:before,
.node-type-content #hamburger:after,
.node-type-content #hamburger span {
  background: #000;
}

.node-type-content #content .container {
  padding-top: 75px;
}

.node-type-content div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.node-type-content .mm-menu {
  background-color: #FFF;
}

.node-type-content .mm-menu a {
  color: #000;
}

.node-type-content h2 {
  font-size: 20px;
  margin-top: 50px;
}

.node-type-content a {
  font-weight: normal;
  color: #30b1ff;
}

body.node-type-user-guide {
  background-color: #e6e6e6 !important;
}

.node-type-user-guide div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.node-type-user-guide div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.node-type-user-guide #support-pages-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 75px;
}

.node-type-user-guide #support-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.node-type-user-guide #support-pages-header p {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 100;
}

.node-type-user-guide #support-pages-header h1 strong {
  color: #00b3f9;
}

.node-type-user-guide #support-pages-header a {
  color: #00b3f9;
}

.node-type-user-guide #content .container {
  margin-top: 20px;
}

.node-type-user-guide #support-pages-menu {
  margin-bottom: 25px;
}

.node-type-user-guide #support-pages-content {
  background-color: #FFF;
  padding: 15px 30px;
}

.node-type-user-guide #support-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.node-type-user-guide #support-pages-content ul {
  list-style-type: none;
}

.node-type-user-guide #support-pages-content p,
.node-type-user-guide #support-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
}

.node-type-user-guide #support-pages-content li {
  margin: 25px 0px;
}

.node-type-user-guide #channel-user-guide-menu {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  padding-top: 0px;
}

.node-type-user-guide #channel-user-guide-menu a {
  color: #000;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

.node-type-user-guide #channel-user-guide-menu a:hover {
  color: #30b1ff;
}

.node-type-user-guide #support-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.node-type-user-guide #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.node-type-user-guide #hamburger {
  margin-top: 10px;
}

.node-type-user-guide #hamburger:before,
.node-type-user-guide #hamburger:after,
.node-type-user-guide #hamburger span {
  background: #000;
}

.node-type-user-guide div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.node-type-user-guide .mm-menu {
  background-color: #FFF;
}

.node-type-user-guide .mm-menu a {
  color: #000;
}

.node-type-user-guide #channel-user-guide-menu a.active {
  padding-left: 20px;
  margin-left: -27px;
  border-left: 7px solid #30b1ff;
  font-weight: bold;
}

.node-type-user-guide h3 {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.node-type-user-guide h2 {
  font-size: 16px;
  margin-top: 20px;
}

.node-type-user-guide a {
  font-weight: normal;
  color: #30b1ff;
}

.user-guide-section {
  display: none;
}

#user-guide-section-0 {
  display: block;
}

.page-channel-store {
  background-color: #d1d1d1;
}

.page-channel-store #channel-banner {
  position: relative;
}

.page-channel-store .view-filters {
  float: left;
  clear: both;
}

.page-channel-store .views-exposed-form {
  padding: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #535353;
}

.page-channel-store .views-exposed-form label {
  color: #FFF;
  font-size: 12px;
}

.page-channel-store .views-exposed-form a {
  color: #FFF;
  font-size: 12px;
}

.page-channel-store .views-submit-button {
  display: none;
}

.page-channel-store #edit-title-wrapper {
  position: absolute;
  left: 50%;
  top: 140px;
  width: 260px;
  margin-left: -130px;
}

.page-channel-store.logged-in #edit-title-wrapper {
  top: 180px;
}

.page-channel-store #edit-title {
  width: 260px;
  border: 1px solid #999;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  color: #999;
}

.page-channel-store .edit-title-wrapper {
  position: relative;
}

.page-channel-store #edit-title-wrapper label {
  position: absolute;
  top: 17px;
  left: 22px;
  cursor: text;
  font-size:14px;
  color: #BBB;
  font-weight: normal;
}

.page-channel-store #content {
  padding-left: 0px;
  padding-right: 0px;
}

.page-channel-store #channel-store-menu {
  background-color: #FFF;
  width: 100%;
  height: 40px;
}

.page-channel-store #channel-store-menu-items a {
  font-family: "Open Sans";
  color: #383838;
  font-weight: bold;
  margin-right: 10px;
  line-height: 37px;
  font-size: 12px;
}

.page-channel-store .views-fluid-grid  li {
  margin: 20px 20px 0px 0px;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
  width: 170px;
  position: relative;
  text-align: center;
  border: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  background-color: #FFF;
  padding: 5px 0 30px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 400px) {
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
    display: inline-block;
  }
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item .views-field-title {
  background-color: #383838;
  padding: 3px;
  margin-top: 5px;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item:hover .views-field-title {
  display: block;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item .views-field-title a {
  color: #CCC;
}

.page-channel-store .pager {
  text-align:left !important;
  padding-left: 0px;
}

.page-channel-store .pager li {
  padding: 0;
}

.page-channel-store .pager li a,
.page-channel-store .pager li a:hover {
  border: 0;
  background: transparent;
  color: #383838;
  padding: 20px 3px;
  font-weight: bold;
}

.page-channel-store .tabs {
  position: relative;
  text-align: left;
  margin-top: 15px;
  white-space: normal;
}

.page-channel-store .tabs ul.primary {
  border: 0px;
  float: left;
}

.page-channel-store .tabs ul li {
  margin-bottom: 10px;
  display:  block;
  float: left;
}

.page-channel-store .tabs a {
  color: #535353;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 12px;
}

.page-channel-store .tabs a.active {
  background-color: transparent;
  border: 1px solid #535353;
}

.page-channel-store .view-filters {
  width: 100%;
}

.page-channel-store #channel-store-footer {
  padding-top: 100px;
}

.page-channel-store #channel-store-footer p {
  font-color: #535353;
  font-size: 12px;
}

.page-channel-store #edit-field-plugin-categories-tid-wrapper label {
  float: left;
}

.page-channel-store  #edit-field-plugin-categories-tid-wrapper  .views-widget {
  float: left;
  margin-left: 15px;
}

.page-channel-store .bef-select-as-links .form-type-bef-link {
  display: none;
}

.page-channel-store .bef-select-as-links select {
  display: block !important;
}

/*************************************************************/
/*************************************************************/
/****     REFACTOR ABOVE                                 *****/
/*************************************************************/
/*************************************************************/

/***  Typography  ***/

body {
  font-family: 'Open Sans', 'arial';
}

a, a:active, a:hover {
  text-decoration: none !important;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}

h2 {
  font-size: 16px;
  line-height: 24px;
}

h3 {
  font-weight: bold;
}

a.free-download-button {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.node-type-content #content-pages-content p,
.node-type-content #content-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
}

.team-member p {
  text-align: left;
}

.team-member h3 {
  font-size: 30px !important;
  margin-bottom: 10px;
}

.team-member h4 {
  font-size: 20px !important;
  line-height: 26px !important;
}

#blog-date {
  font-size: 18px;
}

.page-blog h2 {
  color: #f900de;
  font-weight: bold;
}

.node-blog hr {
  border-top: 1px solid #DDD !important;
}

#support-jump-menu {
  font-size: 18px;
}

.node-type-plugin #plugin-banner {
  height: 240px;
}

.node-type-plugin #plugin-banner img {
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-plugin #plugin-banner h1 {
  display: none;
}

.node-type-plugin #plugin-banner h2 {
  display: none;
}

.node-type-plugin #plugin-menu a {
  color: #383838;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}

/***  Style       ***/
a.free-download-button,
a.free-download-button:hover,
a.free-download-button:active {
  color: #FFF !important;
}

tbody {
  border: 0 !important;
}

.node-type-content #content-pages-content {
  background-color: #FFF;
}

#blog-date {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/sites/all/themes/playon/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 230px 15px; 
}

.view-blog .pager  {
  margin-bottom: 50px;
}

.view-blog .pager li {
  padding: 0px;
  margin: 0px;
}

.view-blog .pager-item a,
.view-blog .pager-next a,
.view-blog .pager-last a {
  border: 0px;
}

#support-jump-menu {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/sites/all/themes/playon/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 225px 15px; 
  max-width: 100%;
}

#user-guide-jump-menu {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/sites/all/themes/playon/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 235px 10px; 
}

.node-type-plugin #plugin-menu {
  border-bottom: 1px solid #CCC;
}

.node-type-masthead-grid #channel-show {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1px;
}

.node-type-masthead-grid #whatson-channel-pane {
  background-color: #21262f;
  color: #FFF;
  display: none;
}

.node-type-masthead-grid #whatson-channel-pane .whatson-channel {
  padding: 5px 0px 0px 0px;
}

.node-type-masthead-grid #whatson-channel-pane a {
  color: #00c0ed;
}

/***  Layout      ***/

.hide {

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#banner {
  min-height: 275px;
}

#banner-content {
  padding-top: 55px;
}

#banner-content h2 {
  margin-top: 10px;
}

a.free-download-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  width: 180px;
  border-radius: 40px;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

.pane {
  padding-top: 10px;
}

#support-pages-header h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.node-type-content #content-pages-content {
   padding: 15px 30px;
}

.node-type-content .team-member {
  background-color: #FFF;
  float: left;
  height: 1000px;
  padding: 20px;
  text-align: center;
  height: auto;
  margin-bottom: 50px;
}

.node-type-content .team-member img {
  max-width: 85%;
}

.page-blog .views-exposed-form {
  display: none;
}

#blog-date {
  padding: 6px 60px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.view-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 800px;
}

.node-blog {
  margin-bottom: 20px;
}

.node-blog  img {
  max-width: 90%;
}

.sharethis-buttons {
  margin-top: 25px;
}

.sharethis-wrapper {
  line-height: 24px;
}

#support-jump-menu {
  padding: 6px 60px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#channel-support-menu {
  display: none;
}

#user-guide-jump-menu {
  padding: 6px 20px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
}

#channel-user-guide-menu {
  display: none;
}

.node-type-user-guide div#user-guide-pages-content {
  background-color: #FFF;
  padding: 25px;
}

.node-type-plugin #plugin-banner {
  background-image: url(../images/banner-plugin.png);
  background-size: cover;
  background-position: center;
}

.node-type-plugin #plugin-menu {
  height: auto;
}

.node-type-plugin .tabs {
  position: relative;
  margin: 25px 0px;
}

.plugin-content-label {
  float: left;
  margin-right: 20px;
}

.plugin-content-item {
  margin-bottom: 10px;
}

#plugin-download {
  display: block;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

#flag-adult-content {
  border: 1px solid #AAA;
  padding: 15px 20px 20px 75px;
  background-image: url(../images/flag-adult.png);
  background-repeat: no-repeat;
  background-position: 10px 20px;
}

#flag-broken-channel {
  border: 1px solid #AAA;
  padding: 15px 20px 20px 75px;
  background-image: url(../images/flag-broken.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

#flag-adult-content h4, #flag-broken-channel h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}

#flag-adult-content, #flag-broken-channel {
  font-size: 12px;
}

.node-type-plugin #plugin-menu-title {
  display: none;
}

.node-type-masthead-grid #banner-content {
  padding-top: 50px;
}

.node-type-masthead-grid #banner-content #channel-show {
  display: block;
  margin-top: -30px;
  font-size: 14px;
}

.page-node-67826 #banner {
  min-height: 320px;
}

.node-type-content #support-pages-menu {
  padding-top: 50px;
}

.node-type-content #support-pages-menu {
  width: 25%;
  float: left;
}

.node-type-content #content .container {
  padding-top: 0px;
}

.node-type-content #support-pages-content {
  width: 75%;
  float: left;
  padding: 35px 60px;
}

div#modal-login {
  padding-left: 50px;
}

#hamburger {
  display: none;
}

div#menu {
  display: block;
}

div#menu-mobile {
  display: none;
}

div#menu {
  height: 120px;
  width: 100%;
  background-image: url(../images/menu-background.png);
  background-repeat: repeat-x;
}

div#menu a#logo {
  margin-left: 20px;
  float: left;
}

div#menu div#menu-menu {
  float: right;
  margin-top: 30px;
  margin-right: 25px;
}

div#menu div#menu-menu a {
  color: #FFF;
  margin-left: 25px;
  font-size: 16px;
}

div#menu div#menu-user {
  position: absolute;
  top: 5px;
  right: 110px;
  min-width: 125px;
  border: 1px solid transparent;
}

div#menu div#menu-user a {
  margin-left: 10px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

div#menu div#menu-user div#menu-user-sub {
  display: none;
  text-align: left;
  margin-top: 10px;
}

div#menu div#menu-user div#menu-user-sub a {
  float: none;
  display: block;
}

div#menu div#menu-user a {
  color: #00b3f9;
}

div#menu div#menu-menu a#menu-user,
div#menu div#menu-menu a#menu-login {
  color: #00b3f9;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 200px;
}

div#menu div#menu-menu a#menu-login {
  color: #00b3f9 !important;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 100px;
}

div#menu div#menu-menu a#menu-support {
  color: #00b3f9 !important;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 25px;
}

div#banner div#banner-content div#banner-headline {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 48px;
}

div#banner div#banner-content div#banner-sub-headline {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

#free-download {
  padding: 16px 20px;
  font-size: 22px;
  width: 320px;
  font-weight: bold;
}

div#home-pane-2 div#pane2-headline {
  margin-top: 200px;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  max-width: 100%;
}

div#home-pane-2 div#pane2-sub-headline {
  font-size: 18px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin-left: 0px;
}

div#home-pane-2 #pane2-free-download {
  margin-left: 0px;
  margin-right: none;
}

div#home-pane-2 #pane2-features {
  text-align: left !important;
  margin-left: 100px;
}

div#home-pane-3 {
  background-image: url(../images/girl-laptop-background.jpg);
  background-size: cover;
  border-bottom: 5px solid #ff3a6d;
}

div#home-pane-3 .home-pane3-content img {
  margin-top: 200px;
}

div#footer div#windows-row div {
  text-align: left;
}

div#footer div#footer-help-menu {
  clear: none;
}

div#footer div#footer-social-networking img {
  width: 40px;
  height: auto;
  margin-top: 0px;
}

div#modal-headline {
  font-weight: bold;
  font-size: 40px;
}

.node-type-content-support-pages #support-pages-menu {
  padding-top: 50px;
}

.node-type-content-support-pages #support-pages-menu {
  width: 25%;
  float: left;
}

.node-type-content-support-pages #content .container {
  padding-top: 0px;
}

.node-type-content-support-pages #support-pages-content {
  width: 75%;
  float: left;
  padding: 35px 60px;
}

/*************************************************************/
/*************************************************************/
/****     REFACTOR BELOW                                 *****/
/*************************************************************/
/*************************************************************/

/***  Typography  ***/

h1 {
  font-size: 42px;
  line-height: 60px;
}

.pane h1 {
  font-size: 36px;
  line-height: 42px;
}

.node-type-content-support-pages h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 24px;
}

.pane h2 {
  font-size: 18px;
  line-height: 24px;
}

a.free-download-button {
  font-size: 22px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

p.header {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin-left: 10%;
}

.node-type-content #content-pages-content p,
.node-type-content #content-pages-content li {
  line-height: 20px;
}

#support-pages-menu {
  font-weight: 100;
  padding-top: 0px;

  font-size: 16px;
  line-height: 28px;
}

#support-pages-menu br {
  line-height: 40px;
}

#support-pages-menu a {
  color: #000;
}

#support-pages-menu a:hover {
  color: #30b1ff;
}

.node-type-user-guide h2 {
  font-size: 20px;
  margin-top: 50px;
}

.node-type-plugin #plugin-menu a {
  margin-left: 20px;
  margin-right: 10px;
  line-height: 40px;
}

/***  Style       ***/

/***  Layout      ***/

#banner-content {
  padding-top: 25px;
}

#banner-content h2 {
  margin-top: 20px;
}

a.free-download-button {
  margin-top: 20px;
  width: 320px;
  padding: 16px 20px;
}

.pane {
  padding-top: 30px;
}

.node-type-content .team-member {
  height: 1200px;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
}

.node-blog .sharethis-buttons {
  float: right;
  margin-top: -5px;
}

#support-jump-menu {
  display: none;
}

#channel-support-menu {
  display: block;
}

.node-type-user-guide div#user-guide-pages-menu {
  width: 25%;
  float: left;
}

.node-type-user-guide div#user-guide-pages-content {
  width: 75%;
  float: left;
}

#user-guide-form {
  display: none;
}

#channel-user-guide-menu {
   display: block;
}

/*** Channel Store to Refactor ***/

.page-channel-store #edit-title-wrapper {
  width: 380px;
  margin-left: -190px;
}

.page-channel-store #edit-title {
  width: 380px;
}

.page-channel-store #channel-store-menu-items a {
  margin-right: 25px;
  font-size: 14px;
}

.page-channel-store .bef-select-as-links .form-type-bef-link {
  display: block;
}

.page-channel-store .bef-select-as-links select {
  display: none !important;
}

.page-channel-store #edit-field-plugin-categories-tid-wrapper label {
  float: none;
}

.page-channel-store  #edit-field-plugin-categories-tid-wrapper  .views-widget {
  float: none;
}

.page-channel-store .tabs {
  position: relative;
  float: left;
  margin-left: 80px;
  text-align: left;
  margin-top: 15px;
  width: 900px;
}

.page-channel-store .tabs ul.primary {
  border: 0px;
}

.page-channel-store .tabs li {
  display: inline;
}

.page-channel-store .tabs a {
  color: #535353;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2px 20px;
  font-size: 14px;
}

.page-channel-store .tabs a.active {
  background-color: transparent;
  border: 1px solid #535353;
}

.page-channel-store .tabs a.active {
  background-color: transparent;
  border: 1px solid #535353;
}

.page-channel-store .views-exposed-form {
  margin-right: 20px;
}

.page-channel-store .view-filters {
  margin-top: -55px;
  width: auto;
}

.page-channel-store ul.views-fluid-grid-list {
  padding-left: 170px;
}

.page-channel-store .pager {
  padding-left: 150px;
}

.page-channel-store .pager li {
  padding: 0.5em;
}

.node-type-plugin #plugin-menu {
  height: 40px;
}

.node-type-plugin .node {
  float: left;
  width: 70%;
}

.node-type-plugin .node .content {
  padding-right: 25px;
}

.node-type-plugin .left-sidebar {
  float: left;
  width: 30%;
}

#plugin-download {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}

.node-type-plugin #plugin-banner img {
  float: right;
  display: inline;
  margin-top: 25px;
}

.node-type-plugin #plugin-banner h1 {
  color: #FFF;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom:0px;
  line-height: 45px;
  display: block;
}

.node-type-plugin #plugin-banner h2 {
  color: #FFF;
  font-size: 25px;
  margin-top: 0px;
  display: block;
}

.node-type-plugin #plugin-menu-title {
  display: inline;
}

.page-node-67833  #banner-content {
  padding-top: 65px;
}

.node-type-masthead-grid #banner-content {
  padding-top: 25px;
}

.node-type-masthead-grid #banner-content #channel-show {
  font-size: 18px;
  margin-top: 0px;
}
div#menu div#menu-menu {
  margin-right: 50px;
}

div#menu div#menu-menu a {
  margin-left: 50px;
}

div#menu div#menu-menu a#menu-login {
  right: 125px;
}

div#menu div#menu-menu a#menu-support {
  right: 50px;
}

div#banner div#banner-content div#banner-headline {
  font-size: 60px;
  margin-top: 130px;
}

#free-download {
  margin-top: 50px;
}

div#banner div#banner-content div#banner-sub-headline {
  margin-top: 40px;
}

div#banner div#banner-content div#free-download {
  margin-top: 40px;
}

div.home-pane1-content p {
  font-size: 16px;
  max-width: 260px;
}

div#home-pane-2 div#pane2-headline {
  font-size: 48px;
  line-height: 60px;
  margin-top: 300px;
  text-align: left;
  padding-left: 20px;
}

div#home-pane-2 div#pane2-sub-headline {
  text-align: left;
  max-width: 100%;
  max-width: 400px;
  padding-left: 20px;
}

div#footer div#footer-social-networking img {
  width: 50px;
  height: auto;
  margin-top: 0px;
}

/*************************************************************/
/*************************************************************/
/****     REFACTOR BELOW                                 *****/
/*************************************************************/
/*************************************************************/

/***  Typography  ***/

h1 {
  font-size: 60px;
  line-height: 80px;
}

.pane h1 {
  font-size: 48px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
}

.pane h2 {
  font-size: 20px;
  line-height: 36px;
}

p {
  font-size: 18px;
  line-height: 26px;
}

#support-pages-menu {
  font-size: 16px;
  line-height: 40px;
}

/***  Style       ***/

/***  Layout      ***/

.node-type-content .team-member {
  height: 1000px;
}
#banner-content {
  padding-top: 75px;
}

.pane h1 {
  margin-bottom: 50px;
}

h2 {
  margin-top: 35px;
}

a.free-download-button {
  margin-top: 50px;
}

.pane {
  padding-top: 20px;
}

#plugin-download {
  margin-left: 100px;
}

.page-node-67833  #banner-content {
  padding-top: 135px;
}

.node-type-masthead-grid #banner-content {
  padding-top: 0px;
  position: absolute;
  bottom: 60px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.node-type-masthead-grid #banner-content .free-download-button {
  margin-top: 100px;
}
