﻿@charset "UTF-8";

/*
 * AudPop Resources Stylesheet
 * Version: 1.0.0
 * All Rights Reserved
 *
 * From the /scss folder, run this Terminal command to initiate watching of the files: sudo sass --watch styles.scss:../public/css/styles.css --style compact
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

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

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Bootstrap Scaffolding
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}


.search-box, .close-icon, .search-wrapper {
    position: relative;
    padding: 10px 0px;
}

.search-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 50px;
}

.search-box {
    width: 80%;
    border: 0px solid #ccc;
    outline: 0;
    border-radius: 15px;
}

    .search-box:focus {
        /*box-shadow: 0 0 15px 5px #b0e0ee;
	border: 2px solid #bebede;*/
    }

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

    .close-icon:after {
        content: "X";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        /*background-color: #FA9595;*/
        z-index: 1;
        right: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: #000;
        font-weight: normal;
        font-size: 20px;
        /*box-shadow: 0 0 2px #E50F0F;*/
        cursor: pointer;
        line-height: 24px;
    }

.search_box {
    border-left: 1px solid #999;
    padding-left: 20px
}

.search_form {
    padding: 0px;
}

.search_text {
    width: 85%;
}

.footer-background {
    background-size: initial;
    background-position: bottom right;
    background-image: url(https://audpopnew.wpengine.com/wp-content/uploads/2020/09/assets-bundled-2.png) !important;
}

footer {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    background-size: initial;
    background-position: bottom right;
    background-image: url(https://audpopnew.wpengine.com/wp-content/uploads/2020/09/assets-bundled-2.png) !important;
    background-repeat: no-repeat;
    color: #052b30;
    padding-top: 60px;
    padding-left: 10px;
}

.bg-pink {
    background-color: #ff00b9 !important;
}

.text-voilet {
    color: #a300bf !important;
}

.mainFooter h4 {
    font-size: 18px;
    font-weight: 800;
}

.mainFooter li a {
    color: #052b30;
    font-weight: 600;
    font-size: 15px;
}

    .mainFooter li a:hover {
        color: #fff;
        text-decoration: none;
    }

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #052b30;
}

.copyRTxt p {
    font-size: 13px;
    font-weight: 500;
    padding: 5%;
}

    .copyRTxt p a {
        color: #000;
    }

        .copyRTxt p a:hover {
            color: #fff;
            text-decoration: none;
        }


.copyRTtxt p {
    font-size: 13px;
    font-weight: 500;
    padding: 5% 5% 5% 0%;
}

 .copyRTtxt p a {
      color: #fff;
  }

    .copyRTtxt p a:hover {
        color: #fff;
        text-decoration: none;
    }

.footer-upgrade {
    padding-top: 20%;
    padding-left: 0%;
    text-align: left;
    margin-left: 1%;
}

    .footer-upgrade p a {
        color: #000;
    }

   .footer-upgrade p a:hover {
       color: #fff;
       text-decoration: none;
     }


.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav.navbar-main > li:hover .dropdown-menu li a:hover .navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav.navbar-main > li .dropdown-menu li a {
    color: #ffffff !important;
    font-weight: 400;
}

.navbar-default .navbar-nav.navbar-main > li:hover .dropdown-menu li a:hover {
    background: #f900b5 !important;
    color: #dad3d8 !important;
    transition: .3s ease in out;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #dad3d8 !important;
}

.menu-item-has-children > a:first-child:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 800;
    padding-right: 5px;
    transform: translateY(-50%);
}

.menu-item-has-children > a:first-child {
    padding-right: 18px !important;
}

.slim-nav .menu-item-has-children > a:first-child:after {
    top: 18px !important;
    padding-top: 8px;
    padding-right: 0px;
}

.slim-nav .expanded-nav .navbar-nav > li > a {
    margin-top: 0px;
    padding: 27px 18px !important;
}


.slim-nav .container-fluid.lrPadding {
    padding: 0 15px 0px;
}

.container-fluid.lrPadding {
    padding: 0 15px 0px;
    max-width: 1440px;
    height: 50px;
}

ul.nav.navbar-nav.navbar-right.login {
    padding-left: 22px;
}

.juryinvite {
    padding-top: 5%;
    margin-left: 17% !important;
    margin-right: 17% !important;
}

.formData {
    padding: 30px;
}

.navigation_title {
    text-decoration: underline;
}

.nav_font_size {
    margin-left: 20px;
}

.footer_title {
    margin-top: 50px !important;
}

.label_cstomization_fields {
    display: none;
}

.padding_left {
    padding-left: 20px;
}

.filmmakers_details {
    display: none;
}

.team_ballots {
    display: none;
}

.team_ballots_color {
    color: #FF0000;
}

.navbar-brand-right {
    margin-right: 30px;
    margin-top: 5px;
}
@media screen and (max-width: 440px){
.radio-inline, .checkbox-inline {
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}
}
@media screen and (max-width: 400px){
.container-fluid.lrPadding {
    padding: 0!important;
}
.navbar-brand {
    padding: 7px 0!important;
}
}
@media only screen and (max-width: 767px){
#user-meta-header-mobile .navbar-nav > li > a{
padding-top: 17px !important;
padding-bottom: 17px !important;
padding-right: 5px !important;
padding-left: 5px !important;
font-size: 11px !important;
}
.nav-mobile .navbar-main.navbar-nav {
    margin-left: 20px!important;
}
}
@media only screen and (max-width: 600px) {
.expanded-nav .navbar-brand img, .slim-nav .navbar-brand img {
    max-width: 95px!important;
    margin-top: 8px;
	margin-left:20px;
}
.navbar-brand-right
{
	margin-right:0px;
}
.usermeta-down-color
{
	position:absolute;
	margin-top:-22px;
	margin-left: 31px;
}
.text-center {
margin-top: 50px;
}
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

.aud_news_iframe {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
	.page-header .page-header__text {
    padding-top: 50px;
	}
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after, .btn-toolbar:before,
.clearfix:after, .clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after, .nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal
.form-group:after,
.modal-footer:after,
modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

/*
 * Helper Classes
 * Some of these classes should be used sparingly as they might employ the !important suffix and will override
 * other classes. If you are doing that often, you are coding wrong.
*/
    #ajax-loader {
    display: none;
    width: 100%;
}

.advert img {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .advert {
        margin: 0 auto 20px;
    }
}

.ad-notice {
    position: relative;
}

    .ad-notice p {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 3px;
        font-size: .6em;
        opacity: 0.8;
        background: #fff;
    }

/* Loading Circle */
.loading {
    margin: 20px 0 60px;
    text-align: center;
    color: #FF00B9;
    font-size: 5em;
}

/* use .no-break to keep copy from breaking out of wells */
.no-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.text-nowrap {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flush-top {
    margin-top: 0px;
    padding-top: 0px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.orange {
    color: #FF00B9;
}

.white {
    color: #fff;
}

.danger {
    color: #FF00B9;
}

.info {
    color: #21c4ee;
}

.success {
    color: #07bb7d;
}

.grey,
.gray {
    color: #7b7b7b;
}

.opacity {
    opacity: .4;
}

.opacity-low {
    opacity: .2;
}

.opacity-high {
    opacity: .7;
}

.white-fill-color, .body-fill-white, .fill-white {
    background: #fff;
}

.body-fill-color, .fill-body {
    background: #f9f9f9;
}

.body-fill-dark-color, .body-fill-dark, .fill-dark {
    background: #484848;
    padding-bottom: 200px;
}

.body-fill-extra-dark, .fill-extra-dark {
    background: #222222;
}

.body-fill-grey, .body-fill-gray, .fill-grey, .fill-gray {
    background: #555555;
}

.orange-fill-color, .fill-orange-gradient {
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(29%, #FF00B9), to(#FF00B9));
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -o-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: linear-gradient(to right bottom, #FF00B9 29%, #FF00B9 100%);
    background-color: #FF00B9;
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -webkit-gradient(linear,left top, right bottom,color-stop(29%, #FF00B9), to(#FF00B9));
    background-image: -webkit-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
    background-image: -o-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
    background-image: linear-gradient(to right bottom,#FF00B9 29%, #FF00B9 100%);
}

.fill-orange {
    background: #EF7C39 !important;
}

.fill-purple {
    background: #462444 !important;
}

.fill-green {
    background: #219A7F !important;
}

.fill-pink {
    background: #E22D57 !important;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8) !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.affix {
    position: fixed;
}

.dropZone {
    border: 2px dashed #999;
    color: #999;
    padding: 10px;
}

    .dropZone.hover {
        border-color: #FF00B9;
    }

        .dropZone.hover span {
            color: #222;
        }

    .dropZone .span {
        color: #999;
        position: relative;
        padding: 20px;
        display: block;
        font-style: italic;
        font-size: .8em;
    }

    .dropZone span {
        color: #999;
        font-style: italic;
        font-size: .8em;
    }

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

.loading {
    margin: 0px;
    color: #FF00B9;
}

.loading-circle {
    font-size: 4em;
    margin-bottom: 40px !important;
}

.share-on-link {
    opacity: 1;
    -webkit-transition: all, 0.25s, ease-in-out;
    -moz-transition: all, 0.25s, ease-in-out;
    -o-transition: all, 0.25s, ease-in-out;
    transition: all, 0.25s, ease-in-out;
}

    .share-on-link .fa-facebook:before,
    .share-on-link .fa-twitter:before,
    .share-on-link .fa-google-plus:before,
    .share-on-link .fa-linkedin:before,
    .share-on-link .fa-reddit,
    .share-on-link .icon-aa-icon {
        line-height: 2;
    }

    .share-on-link:hover {
        opacity: .7;
        text-decoration: none;
    }

.share-on-facebook,
.button--facebook {
    color: #3b5998 !important;
}

    .share-on-facebook.button,
    .button--facebook.button {
        border-color: #3b5998 !important;
    }

        .share-on-facebook.button:active, .share-on-facebook.button:hover, .share-on-facebook.button.active,
        .button--facebook.button:active,
        .button--facebook.button:hover,
        .button--facebook.button.active {
            color: #fff !important;
            background-color: #3b5998 !important;
        }

.share-on-twitter,
.button--twitter {
    color: #00aced !important;
}

    .share-on-twitter.button,
    .button--twitter.button {
        border-color: #00aced !important;
    }

        .share-on-twitter.button:active, .share-on-twitter.button:hover, .share-on-twitter.button.active,
        .button--twitter.button:active,
        .button--twitter.button:hover,
        .button--twitter.button.active {
            color: #fff !important;
            background-color: #00aced !important;
        }

.share-on-googleplus,
.button--googleplus {
    color: #dd4b39 !important;
}

    .share-on-googleplus.button,
    .button--googleplus.button {
        border-color: #dd4b39 !important;
    }

        .share-on-googleplus.button:active, .share-on-googleplus.button:hover, .share-on-googleplus.button.active,
        .button--googleplus.button:active,
        .button--googleplus.button:hover,
        .button--googleplus.button.active {
            color: #fff !important;
            background-color: #dd4b39 !important;
        }

.share-on-reddit,
.button--reddit {
    color: #ff4500 !important;
}

    .share-on-reddit.button,
    .button--reddit.button {
        border-color: #ff4500 !important;
    }

        .share-on-reddit.button:active, .share-on-reddit.button:hover, .share-on-reddit.button.active,
        .button--reddit.button:active,
        .button--reddit.button:hover,
        .button--reddit.button.active {
            color: #fff !important;
            background-color: #ff4500 !important;
        }

.share-on-youtube,
.button--youtube {
    color: #bb0000 !important;
}

    .share-on-youtube.button,
    .button--youtube.button {
        border-color: #bb0000 !important;
    }

        .share-on-youtube.button:active, .share-on-youtube.button:hover, .share-on-youtube.button.active,
        .button--youtube.button:active,
        .button--youtube.button:hover,
        .button--youtube.button.active {
            color: #fff !important;
            background-color: #bb0000 !important;
        }

.share-on-linkedin,
.button--linkedin {
    color: #0077B5 !important;
}

    .share-on-linkedin.button,
    .button--linkedin.button {
        border-color: #0077B5 !important;
    }

        .share-on-linkedin.button:active, .share-on-linkedin.button:hover, .share-on-linkedin.button.active,
        .button--linkedin.button:active,
        .button--linkedin.button:hover,
        .button--linkedin.button.active {
            color: #fff !important;
            background-color: #0077B5 !important;
        }

.share-on-instagram,
.button--instagram {
    color: #3f729b !important;
}

    .share-on-instagram.button,
    .button--instagram.button {
        border-color: #3f729b !important;
    }

        .share-on-instagram.button:active, .share-on-instagram.button:hover, .share-on-instagram.button.active,
        .button--instagram.button:active,
        .button--instagram.button:hover,
        .button--instagram.button.active {
            color: #fff !important;
            background-color: #3f729b !important;
        }

.share-on-pinterest,
.button--pinterest {
    color: #C92228 !important;
}

    .share-on-pinterest.button,
    .button--pinterest.button {
        border-color: #C92228 !important;
    }

        .share-on-pinterest.button:active, .share-on-pinterest.button:hover, .share-on-pinterest.button.active,
        .button--pinterest.button:active,
        .button--pinterest.button:hover,
        .button--pinterest.button.active {
            color: #fff !important;
            background-color: #C92228 !important;
        }

.share-on-imdb,
.button--imdb {
    color: #daa520 !important;
}

    .share-on-imdb.button,
    .button--imdb.button {
        border-color: #daa520 !important;
    }

        .share-on-imdb.button:active, .share-on-imdb.button:hover, .share-on-imdb.button.active,
        .button--imdb.button:active,
        .button--imdb.button:hover,
        .button--imdb.button.active {
            color: #fff !important;
            background-color: #daa520 !important;
        }

/*
    * @author Bootstrap
    * @copyright 2011-2015 Twitter, Inc
    * @license MIT
    * @since 3.3.4
    * @link http://getbootstrap.com/css/#grid
*/
* {
    min-width: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f9f9f9;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mainFooter ul li {
    list-style: none;
    margin-left: 0;
}

.mainFooter ul {
    margin-left: 0;
}

    .mainFooter ul li {
        list-style: none;
        margin-left: 0;
    }

.mainFooter ul {
    margin-left: 0;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 48%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 14%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        /*margin-left: 16.66666667%; */
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.sm-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("embedded-opentype"), url("/fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.woff2") format("woff2"), url("/fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.woff") format("woff"), url("/fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.ttf") format("truetype"), url("/fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.svg#Proxima Nova") format("svg");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("embedded-opentype"), url("/fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.woff2") format("woff2"), url("/fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.woff") format("woff"), url("/fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.ttf") format("truetype"), url("/fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.svg#Proxima Nova") format("svg");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix") format("embedded-opentype"), url("/fonts/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.woff2") format("woff2"), url("/fonts/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.woff") format("woff"), url("/fonts/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.ttf") format("truetype"), url("/fonts/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.svg#Proxima Nova") format("svg");
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 16px;
    color: #444444;
}

ul,
ol {
    padding: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

li {
    line-height: 1.6em;
    margin: 0 0 10px 20px;
}

blockquote {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #d6d6d6;
    width: 100%;
}

    blockquote p {
        margin-bottom: 0;
        display: inline;
    }

    blockquote.blockquote--pretty {
        padding: .5em 10px;
        margin: 1.5em 10px 1.5em 0;
        border-left: 1px solid #FF00B9;
    }

        blockquote.blockquote--pretty:before {
            color: #d6d6d6;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }

    blockquote.blockquote--orange {
        color: #FF00B9;
    }

    blockquote.blockquote--grey {
        color: #444444;
    }

a {
    color: #FF00B9;
}

    a:hover, a:focus, a:active {
        color: #FF00B9;
    }

    a:focus, a:active {
        text-decoration: none;
        color: #FF00B9;
    }

hr {
    border-color: #ececec;
}

    hr.orange {
        border-color: #FF00B9;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #222222;
}

    h1.small,
    h1 span.small,
    h2.small,
    h2 span.small,
    h3.small,
    h3 span.small,
    h4.small,
    h4 span.small,
    h5.small,
    h5 span.small,
    h6.small,
    h6 span.small,
    .h1.small,
    .h1 span.small,
    .h2.small,
    .h2 span.small,
    .h3.small,
    .h3 span.small,
    .h4.small,
    .h4 span.small,
    .h5.small,
    .h5 span.small,
    .h6.small,
    .h6 span.small {
        font-size: 65%;
        color: #919191;
    }

    h1.underline,
    h2.underline,
    h3.underline,
    h4.underline,
    h5.underline,
    h6.underline,
    .h1.underline,
    .h2.underline,
    .h3.underline,
    .h4.underline,
    .h5.underline,
    .h6.underline {
        padding-bottom: 10px;
        border-bottom: 1px solid #d6d6d6;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

.lead {
    font-size: 120%;
    font-weight: 300;
    line-height: 1.5;
}

.small {
    font-size: 85%;
}

.poweredby_audpopicon {
    margin-left: 10px;
    height: 120px;
    width: 140px;
}

.poweredby_icon {
    margin-left: 10px;
}

.caps {
    text-transform: uppercase;
}

.slim {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.lighten {
    color: #777777;
}

.darken {
    color: #111111;
}

.margin {
    margin: 20px;
}

.margin-flush {
    margin: 0;
}

.margin-top-flush {
    margin-top: 0;
}

.margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .margin-vertical.margin-vertical--large {
        margin-top: 60px;
        margin-bottom: 60px;
    }

.margin-top {
    margin-top: 20px;
}

    .margin-top.margin-top--large {
        margin-top: 60px;
    }

.margin-bottom {
    margin-bottom: 20px;
}

    .margin-bottom.margin-bottom--large {
        margin-bottom: 60px;
    }

.padding {
    padding: 20px;
    padding-top: 255px;
}

#simple-navbar-wrapper .navbar-header {
    padding-top: 15px;
}

#simple-navbar-wrapper .navbar-default {
    padding-bottom: 10px;
    padding-top: 3px;
}

.padding-flush {
    margin: 0;
    padding: 0;
}

.padding-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .padding-vertical.padding-vertical--large {
        padding-top: 60px;
        padding-bottom: 60px;
    }

.padding-top {
    padding-top: 35px;
}

    .padding-top.padding-top--large {
        padding-top: 60px;
    }

.padding-bottom {
    padding-bottom: 20px;
}

    .padding-bottom.padding-bottom--large {
        padding-bottom: 60px;
    }

.padding-horizontal {
    padding-left: 20px;
    padding-right: 20px;
}

#logoUploadAreaContainer .dropZone {
    max-width: 250px;
    min-height: 100px;
}
/* Hello */
@font-face {
    font-family: "audienceawards";
    src: url("./../../fonts/aa/taa.eot?72810715");
    src: url("./../../fonts/aa/taa.eot?72810715#iefix") format("embedded-opentype"), url("./../../fonts/aa/taa.woff?72810715") format("woff"), url("./../../fonts/aa/taa.ttf?72810715") format("truetype"), url("./../../fonts/aa/taa.svg?72810715#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-clapper"]:before,
[class*=" icon-clapper"]:before,
[class^="icon-taa"]:before,
[class*=" icon-taa"]:before,
[class^="icon-pro-c"]:before,
[class*=" icon-pro-c"]:before,
[class^="icon-pro-l"]:before,
[class*=" icon-pro-l"]:before,
[class^="icon-pro-r"]:before,
[class*=" icon-pro-r"]:before {
    font-family: "taa";
}

[data-icon]:before {
    font-family: "audienceawards" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "audienceawards" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    display: inline-block;
    font: normal normal normal 12px/1 audienceawards;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    /*Fixes weird top spacing on custom icons, now matches FA placement */
    bottom: -.07em;
}

.icon-clapper:before {
    content: '\e800';
}

/* '' */
.icon-taa:before {
    content: '\e801';
}

/* '' */
.icon-taa-brand:before {
    content: '\e802';
}

/* '' */
.icon-pro-c:before {
    /*content: '\e803'; */
    content: '';
}

/* '' */
.icon-pro-l:before {
    content: '\e804';
}

/* '' */
.icon-pro-r:before {
    content: '\e805';
}

/* '' */
.icon-pro-lg:before {
    content: '\e806';
}

/* '' */
.icon-pro-in:before {
    content: '\e807';
}

/* '' */
.fa-circle-o-notch.fa-spin.loader--large {
    font-size: 3em;
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

button {
    background: none;
    border: 0;
    padding: 0;
}

    button:hover, button:focus, button:active {
        outline: 0;
    }

input[type="submit"],
.button,
a.button {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 3px;
    background: transparent;
    text-shadow: none;
    border: 1px solid #FF00B9;
    color: #FF00B9;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all, 0.25s, ease-in-out;
    -moz-transition: all, 0.25s, ease-in-out;
    -o-transition: all, 0.25s, ease-in-out;
    transition: all, 0.25s, ease-in-out;
}

    input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
    .button:hover,
    .button:focus,
    .button:active,
    a.button:hover,
    a.button:focus,
    a.button:active {
        outline: 0;
    }

    input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"].active,
    .button:active,
    .button:hover,
    .button.active,
    a.button:active,
    a.button:hover,
    a.button.active {
        color: #fff;
        background: #FF00B9;
    }

    input[type="submit"].button--block,
    .button.button--block,
    a.button.button--block {
        width: 100%;
        display: block;
        text-align: center;
    }

    input[type="submit"].button--primary,
    .button.button--primary,
    a.button.button--primary {
        border-color: #FF00B9;
        background-image: -webkit-linear-gradient(#FF00B9 29%, #FF00B9 100%);
        background-image: -webkit-gradient(linear,, to(#FF00B9));
        background-image: -webkit-linear-gradient(#FF00B9 100%);
        background-image: -o-linear-gradient(#FF00B9 100%);
        background-image: linear-gradient(to, #FF00B9 100%);
        background-color: #FF00B9;
        background-image: -webkit-linear-gradient(#FF00B9 29%, #FF00B9 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #FF00B9), to(#FF00B9));
        background-image: -o-linear-gradient(#FF00B9 29%, #FF00B9 100%);
        background-image: linear-gradient(#FF00B9 29%, #FF00B9 100%);
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    }

        input[type="submit"].button--primary:hover, input[type="submit"].button--primary:active, input[type="submit"].button--primary.active,
        .button.button--primary:hover,
        .button.button--primary:active,
        .button.button--primary.active,
        a.button.button--primary:hover,
        a.button.button--primary:active,
        a.button.button--primary.active {
            border-color: #FF00B9;
            background: #c1319a;
        }

        input[type="submit"].button--primary.button--small,
        .button.button--primary.button--small,
        a.button.button--primary.button--small {
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        }

        input[type="submit"].button--primary .fa-spin,
        .button.button--primary .fa-spin,
        a.button.button--primary .fa-spin {
            color: #fff;
            text-shadow: none;
        }

    input[type="submit"].button--flat,
    .button.button--flat,
    a.button.button--flat {
        border-color: #FF00B9;
        background: #FF00B9;
        color: #fff;
    }

        input[type="submit"].button--flat:hover, input[type="submit"].button--flat:active, input[type="submit"].button--flat.active,
        .button.button--flat:hover,
        .button.button--flat:active,
        .button.button--flat.active,
        a.button.button--flat:hover,
        a.button.button--flat:active,
        a.button.button--flat.active {
            border-color: #FF00B9;
            background: #c1319a;
        }

    input[type="submit"].button--inverse,
    .button.button--inverse,
    a.button.button--inverse {
        border-color: #a3a3a3;
        color: #a3a3a3;
    }

        input[type="submit"].button--inverse:hover, input[type="submit"].button--inverse:active, input[type="submit"].button--inverse.active,
        .button.button--inverse:hover,
        .button.button--inverse:active,
        .button.button--inverse.active,
        a.button.button--inverse:hover,
        a.button.button--inverse:active,
        a.button.button--inverse.active {
            border-color: #d6d6d6;
            background: transparent;
            color: #d6d6d6;
        }

    input[type="submit"].button--danger, input[type="submit"].button--danger.button--primary, input[type="submit"].button--danger.button--inverse,
    .button.button--danger,
    .button.button--danger.button--primary,
    .button.button--danger.button--inverse,
    a.button.button--danger,
    a.button.button--danger.button--primary,
    a.button.button--danger.button--inverse {
        border: #FF00B9 1px solid;
        background: transparent;
        color: #FF00B9;
        text-shadow: none;
    }

        input[type="submit"].button--danger:hover, input[type="submit"].button--danger:active, input[type="submit"].button--danger.active, input[type="submit"].button--danger.button--primary:hover, input[type="submit"].button--danger.button--primary:active, input[type="submit"].button--danger.button--primary.active, input[type="submit"].button--danger.button--inverse:hover, input[type="submit"].button--danger.button--inverse:active, input[type="submit"].button--danger.button--inverse.active,
        .button.button--danger:hover,
        .button.button--danger:active,
        .button.button--danger.active,
        .button.button--danger.button--primary:hover,
        .button.button--danger.button--primary:active,
        .button.button--danger.button--primary.active,
        .button.button--danger.button--inverse:hover,
        .button.button--danger.button--inverse:active,
        .button.button--danger.button--inverse.active,
        a.button.button--danger:hover,
        a.button.button--danger:active,
        a.button.button--danger.active,
        a.button.button--danger.button--primary:hover,
        a.button.button--danger.button--primary:active,
        a.button.button--danger.button--primary.active,
        a.button.button--danger.button--inverse:hover,
        a.button.button--danger.button--inverse:active,
        a.button.button--danger.button--inverse.active {
            border-color: #FF00B9;
            background: #FF00B9;
            color: #fff;
        }

    input[type="submit"].button--utility,
    .button.button--utility,
    a.button.button--utility {
        border-color: #b3b3b3;
        background-color: #e6e6e6;
        color: #444444;
    }

        input[type="submit"].button--utility:hover, input[type="submit"].button--utility:active, input[type="submit"].button--utility.active,
        .button.button--utility:hover,
        .button.button--utility:active,
        .button.button--utility.active,
        a.button.button--utility:hover,
        a.button.button--utility:active,
        a.button.button--utility.active {
            border-color: #b3b3b3;
            background: #b3b3b3;
            color: #111111;
        }

    input[type="submit"].button--white,
    .button.button--white,
    a.button.button--white {
        border-color: #cccccc;
        background-color: #fff;
        color: #484848;
    }

        input[type="submit"].button--white:hover, input[type="submit"].button--white:active, input[type="submit"].button--white.active,
        .button.button--white:hover,
        .button.button--white:active,
        .button.button--white.active,
        a.button.button--white:hover,
        a.button.button--white:active,
        a.button.button--white.active {
            border-color: #fff;
            background: transparent;
            color: #fff;
        }

    input[type="submit"].button--white-outline,
    .button.button--white-outline,
    a.button.button--white-outline {
        border-color: #fff;
        background: transparent;
        color: #fff;
    }

        input[type="submit"].button--white-outline:hover, input[type="submit"].button--white-outline:active, input[type="submit"].button--white-outline.active,
        .button.button--white-outline:hover,
        .button.button--white-outline:active,
        .button.button--white-outline.active,
        a.button.button--white-outline:hover,
        a.button.button--white-outline:active,
        a.button.button--white-outline.active {
            border-color: #FF00B9;
            background: #FF00B9;
            color: #fff;
        }

    input[type="submit"][disabled="disabled"], input[type="submit"].button--danger[disabled="disabled"], input[type="submit"].button--primary[disabled="disabled"], input[type="submit"].button--inverse[disabled="disabled"], input[type="submit"].button--white[disabled="disabled"],
    .button[disabled="disabled"],
    .button.button--danger[disabled="disabled"],
    .button.button--primary[disabled="disabled"],
    .button.button--inverse[disabled="disabled"],
    .button.button--white[disabled="disabled"],
    a.button[disabled="disabled"],
    a.button.button--danger[disabled="disabled"],
    a.button.button--primary[disabled="disabled"],
    a.button.button--inverse[disabled="disabled"],
    a.button.button--white[disabled="disabled"] {
        opacity: .7;
        text-shadow: none;
        background: white;
        border-color: #a3a3a3;
        color: #a3a3a3;
    }

        input[type="submit"][disabled="disabled"]:hover, input[type="submit"][disabled="disabled"]:active, input[type="submit"][disabled="disabled"].active, input[type="submit"].button--danger[disabled="disabled"]:hover, input[type="submit"].button--danger[disabled="disabled"]:active, input[type="submit"].button--danger[disabled="disabled"].active, input[type="submit"].button--primary[disabled="disabled"]:hover, input[type="submit"].button--primary[disabled="disabled"]:active, input[type="submit"].button--primary[disabled="disabled"].active, input[type="submit"].button--inverse[disabled="disabled"]:hover, input[type="submit"].button--inverse[disabled="disabled"]:active, input[type="submit"].button--inverse[disabled="disabled"].active, input[type="submit"].button--white[disabled="disabled"]:hover, input[type="submit"].button--white[disabled="disabled"]:active, input[type="submit"].button--white[disabled="disabled"].active,
        .button[disabled="disabled"]:hover,
        .button[disabled="disabled"]:active,
        .button[disabled="disabled"].active,
        .button.button--danger[disabled="disabled"]:hover,
        .button.button--danger[disabled="disabled"]:active,
        .button.button--danger[disabled="disabled"].active,
        .button.button--primary[disabled="disabled"]:hover,
        .button.button--primary[disabled="disabled"]:active,
        .button.button--primary[disabled="disabled"].active,
        .button.button--inverse[disabled="disabled"]:hover,
        .button.button--inverse[disabled="disabled"]:active,
        .button.button--inverse[disabled="disabled"].active,
        .button.button--white[disabled="disabled"]:hover,
        .button.button--white[disabled="disabled"]:active,
        .button.button--white[disabled="disabled"].active,
        a.button[disabled="disabled"]:hover,
        a.button[disabled="disabled"]:active,
        a.button[disabled="disabled"].active,
        a.button.button--danger[disabled="disabled"]:hover,
        a.button.button--danger[disabled="disabled"]:active,
        a.button.button--danger[disabled="disabled"].active,
        a.button.button--primary[disabled="disabled"]:hover,
        a.button.button--primary[disabled="disabled"]:active,
        a.button.button--primary[disabled="disabled"].active,
        a.button.button--inverse[disabled="disabled"]:hover,
        a.button.button--inverse[disabled="disabled"]:active,
        a.button.button--inverse[disabled="disabled"].active,
        a.button.button--white[disabled="disabled"]:hover,
        a.button.button--white[disabled="disabled"]:active,
        a.button.button--white[disabled="disabled"].active {
            opacity: .7;
            cursor: no-drop;
            text-shadow: none;
            background: white;
            border-color: #a3a3a3;
            color: #a3a3a3;
        }

        input[type="submit"][disabled="disabled"] i.fa-circle-o-notch, input[type="submit"].button--danger[disabled="disabled"] i.fa-circle-o-notch, input[type="submit"].button--primary[disabled="disabled"] i.fa-circle-o-notch, input[type="submit"].button--inverse[disabled="disabled"] i.fa-circle-o-notch, input[type="submit"].button--white[disabled="disabled"] i.fa-circle-o-notch,
        .button[disabled="disabled"] i.fa-circle-o-notch,
        .button.button--danger[disabled="disabled"] i.fa-circle-o-notch,
        .button.button--primary[disabled="disabled"] i.fa-circle-o-notch,
        .button.button--inverse[disabled="disabled"] i.fa-circle-o-notch,
        .button.button--white[disabled="disabled"] i.fa-circle-o-notch,
        a.button[disabled="disabled"] i.fa-circle-o-notch,
        a.button.button--danger[disabled="disabled"] i.fa-circle-o-notch,
        a.button.button--primary[disabled="disabled"] i.fa-circle-o-notch,
        a.button.button--inverse[disabled="disabled"] i.fa-circle-o-notch,
        a.button.button--white[disabled="disabled"] i.fa-circle-o-notch {
            color: #FF00B9;
        }

    input[type="submit"].button--nooutline,
    .button.button--nooutline,
    a.button.button--nooutline {
        border: none;
    }

    input[type="submit"].button--small,
    .button.button--small,
    a.button.button--small {
        font-size: 80%;
        padding: 5px 10px;
    }

    input[type="submit"].button--large,
    .button.button--large,
    a.button.button--large {
        font-size: 130%;
        padding: 20px;
    }

    .button.button--large {
        padding: 20px 15px;
    }

    input[type="submit"].button--headertop,
    .button.button--headertop,
    a.button.button--headertop {
        margin-top: -20px;
    }

    input[type="submit"].button-text.button-text--orange,
    .button.button-text.button-text--orange,
    a.button.button-text.button-text--orange {
        color: #FF00B9;
    }

.button-text {
    text-decoration: underline;
    color: inherit;
}

    .button-text:hover, .button-text:active, .button-text:focus {
        color: inherit;
    }

    .button-text.button-text--orange {
        color: #FF00B9;
    }

    .button-text.button-text--danger {
        color: #FF00B9;
    }

    .button-text.button-text--info {
        color: #21c4ee;
    }

    .button-text.button-text--dark {
        color: #484848;
    }

.button-column button,
.button-column input[type="submit"],
.button-column .button,
.button-column a.button {
    margin-bottom: 10px;
}

    .button-column button:last-of-type,
    .button-column input[type="submit"]:last-of-type,
    .button-column .button:last-of-type,
    .button-column a.button:last-of-type {
        margin-bottom: 0;
    }

.button-row {
    overflow: hidden;
}

    .button-row button,
    .button-row input[type="submit"],
    .button-row .button,
    .button-row a.button {
        float: left;
        border-radius: 0;
        border-right-width: 0;
    }

        .button-row button:first-of-type,
        .button-row input[type="submit"]:first-of-type,
        .button-row .button:first-of-type,
        .button-row a.button:first-of-type {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .button-row button:last-of-type,
        .button-row input[type="submit"]:last-of-type,
        .button-row .button:last-of-type,
        .button-row a.button:last-of-type {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-right-width: 1px;
        }

    .button-row.button-row--block {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .button-row.button-row--block button,
        .button-row.button-row--block input[type="submit"],
        .button-row.button-row--block .button,
        .button-row.button-row--block a.button {
            text-align: center;
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
            -ms-flex-positive: 1;
        }

#film_revgenbutton {
    background: #1E90FF;
    color: #fff;
    padding: 15px 5px;
}

@media (max-width: 768px) {
    .button-row.button-row--block {
        display: block;
    }

        .button-row.button-row--block button,
        .button-row.button-row--block input[type="submit"],
        .button-row.button-row--block .button,
        .button-row.button-row--block a.button {
            width: 100%;
            display: block;
            border-right-width: 1px;
            border-radius: 3px;
        }

    #film_revgenbutton {
        padding: 12px 5px;
    }
}

[data-toggle="buttons"] > .button input[type="radio"],
[data-toggle="buttons"] > .button input[type="checkbox"],
[data-toggle="buttons"] > .button-row > .button input[type="radio"],
[data-toggle="buttons"] > .button-row > .button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.avatar {
    width: 53px;
    height: auto;
}

.avatar-small {
    width: 34px;
    height: auto;
}

.avatar-large {
    width: 90px;
    height: auto;
}

.avatar-list {
    margin-top: 10px;
}

    .avatar-list .avatar {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px;
    }

.pro-badge {
    height: 30px;
    width: 70px;
    font-size: 1em;
    background: #000;
    color: #FF00B9;
    z-index: 1;
    text-align: center;
    border-radius: 15px;
    padding: 4px 8px;
}

    .pro-badge i {
        color: #fff;
        font-size: 1.4rem;
    }

        .pro-badge i.orange {
            color: #FF00B9;
        }

.avatar-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 21px;
    width: 20px;
    border-radius: 50%;
    font-size: 1.3em;
    background: white;
    z-index: 1;
}

    .avatar-badge.avatar-badge--large {
        height: 29px;
        width: 29px;
        font-size: 2em;
    }

        .avatar-badge.avatar-badge--large i.icon-taa {
            top: 6px;
            left: 5px;
        }

        .avatar-badge.avatar-badge--large i.icon-taa-brand {
            top: 6px;
            left: 9px;
        }

    .avatar-badge i {
        color: white;
        font-size: .8em;
        position: absolute;
        top: 3px;
        left: 3px;
    }

        .avatar-badge i.orange {
            color: #FF00B9;
        }

        .avatar-badge i.icon-taa {
            top: 5px;
            left: 4px;
            font-size: .6em;
        }

        .avatar-badge i.icon-taa-brand {
            top: 5px;
            left: 7px;
            font-size: .6em;
        }

.fm-level-0 {
    background-color: gray;
}

.fm-level-1 {
    background-color: darkblue;
}

.fm-level-2 {
    background-color: darkgreen;
}

.fm-level-3 {
    background-color: purple;
}

.fm-level-4 {
    background-color: #FF00B9;
}

.user-level-1 {
    background-color: gray;
}

.user-level-2 {
    background-color: gray;
}

.user-level-3 {
    background-color: darkblue;
}

.user-level-4 {
    background-color: darkblue;
}

.user-level-5 {
    background-color: darkgreen;
}

.user-level-6 {
    background-color: darkgreen;
}

.user-level-7 {
    background-color: purple;
}

.user-level-8 {
    background-color: purple;
}

.user-level-9 {
    background-color: #FF00B9;
}

.user-level-10 {
    background-color: #FF00B9;
}

.brand-level {
    background-color: #FF00B9;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
        margin: 0;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #444444;
            background-color: #f9f9f9;
            border: 1px solid #d6d6d6;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #FF00B9;
            background-color: #ffffff;
            border-color: #d6d6d6;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #FF00B9;
        border-color: #FF00B9;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #cccccc;
        background-color: #f9f9f9;
        border-color: #cccccc;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.label-fancy {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: inherit;
}

.label-padding {
    padding-top: 5px;
}
.label-sign-me {
    padding-left: 5px;
    text-transform: inherit !important;
    font-size: 1.5em !important;
}
.label-fancy input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.indicator-fancy {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.radio-fancy .indicator-fancy {
    border-radius: 50%;
}

.label-fancy:hover input ~ .indicator-fancy,
.label-fancy input:focus ~ .indicator-fancy {
    background: #cccccc;
}

.label-fancy input:checked ~ .indicator-fancy {
    background: #444444;
}

.label-fancy:hover input:not([disabled]):checked ~ .indicator-fancy,
.label-fancy input:checked:focus ~ .indicator-fancy {
    background: #0080A1;
}

.label-fancy input:disabled ~ .indicator-fancy {
    background: #cccccc;
    opacity: 0.6;
    pointer-events: none;
}

.indicator-fancy:after {
    content: '';
    position: absolute;
    display: none;
}

.label-fancy input:checked ~ .indicator-fancy:after {
    display: block;
}

.checkbox-fancy .indicator-fancy:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-fancy input:disabled ~ .indicator-fancy:after {
    border-color: #444444;
}

.radio-fancy .indicator-fancy:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.radio-fancy input:disabled ~ .indicator-fancy:after {
    background: #444444;
}

.select-fancy {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select-fancy select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #cccccc;
        color: #444444;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select-fancy select::-ms-expand {
            display: none;
        }

        .select-fancy select:hover, .select-fancy select:focus {
            color: #000;
            background: #919191;
        }

        .select-fancy select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select-arrow-fancy {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #444444 transparent transparent transparent;
}

.select select:hover ~ .select-arrow-fancy .select select:focus ~ .select-arrow-fancy {
    border-top-color: #000;
}

.select select:disabled ~ .select-arrow-fancy {
    border-top-color: #919191;
}

.page-header {
    position: relative;
    padding: 60px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .page-header.page-header--secondary {
        padding: 80px 60px;
    }

    .page-header.page-header--slim {
        padding: 20px 60px;
    }

    .page-header.page-header--columns {
        padding: 60px 0;
    }

    .page-header .page-header__text {
        position: relative;
        z-index: 2;
    }

        .page-header .page-header__text h1 {
            font-size: 60px;
        }

        .page-header .page-header__text h2 {
            font-size: 48px;
        }

        .page-header .page-header__text h3 {
            font-size: 36px;
        }

        .page-header .page-header__text h4 {
            font-size: 24px;
        }

        .page-header .page-header__text h5 {
            font-size: 20px;
        }

        .page-header .page-header__text h6 {
            font-size: 18px;
        }

        .page-header .page-header__text p.lead {
            font-size: 24px;
        }

        .page-header .page-header__text.page-header__text--white h1,
        .page-header .page-header__text.page-header__text--white h2,
        .page-header .page-header__text.page-header__text--white h3,
        .page-header .page-header__text.page-header__text--white h4,
        .page-header .page-header__text.page-header__text--white h5,
        .page-header .page-header__text.page-header__text--white h6,
        .page-header .page-header__text.page-header__text--white p {
            color: #fff;
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
        }

    .page-header .page-header__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

        .page-header .page-header__overlay.page-header__overlay--lighter {
            background: rgba(0, 0, 0, 0.5);
        }

        .page-header .page-header__overlay.page-header__overlay--lightest {
            background: rgba(0, 0, 0, 0.3);
        }

        .page-header .page-header__overlay.page-header__overlay--white {
            background: rgba(255, 255, 255, 0.6);
        }

    .page-header .page-header__form {
        text-align: left;
        position: relative;
    }

        .page-header .page-header__form input {
            font-size: 150%;
            background-color: transparent;
            border: 1px solid #d6d6d6;
            border-radius: 3px;
            padding: 20px 75px 20px 20px;
            width: 100%;
        }

            .page-header .page-header__form input:focus, .page-header .page-header__form input:active {
                outline: 0;
            }

        .page-header .page-header__form i {
            font-size: 3em;
            position: absolute;
            padding: 15px;
            top: 0;
            right: 15px;
        }

        .page-header .page-header__form.page-header__form--white input {
            border-color: #fff;
        }

            .page-header .page-header__form.page-header__form--white input::-webkit-input-placeholder {
                color: white !important;
            }

            .page-header .page-header__form.page-header__form--white input::-moz-placeholder {
                color: white !important;
            }

            .page-header .page-header__form.page-header__form--white input:-moz-placeholder {
                color: white !important;
            }

            .page-header .page-header__form.page-header__form--white input:-ms-input-placeholder {
                color: white !important;
            }

        .page-header .page-header__form.page-header__form--white input,
        .page-header .page-header__form.page-header__form--white i {
            color: #fff;
        }

    .page-header.page-header--orange {
        background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(29%, #FF00B9), to(#FF00B9));
        background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
        background-image: -o-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
        background-image: linear-gradient(to right bottom, #FF00B9 29%, #FF00B9 100%);
        background-color: #FF00B9;
        background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
        background-image: -webkit-gradient(linear,left top, right bottom,color-stop(29%, #FF00B9), to(#FF00B9));
        background-image: -webkit-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
        background-image: -o-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
        background-image: linear-gradient(to right bottom,#FF00B9 29%, #FF00B9 100%);
    }

        .page-header.page-header--orange h1,
        .page-header.page-header--orange h2,
        .page-header.page-header--orange p {
            color: #fff;
        }

        .page-header.page-header--orange .page-header__form input {
            border-color: #fff;
        }

            .page-header.page-header--orange .page-header__form input::-webkit-input-placeholder {
                color: white !important;
            }

            .page-header.page-header--orange .page-header__form input::-moz-placeholder {
                color: white !important;
            }

            .page-header.page-header--orange .page-header__form input:-moz-placeholder {
                color: white !important;
            }

            .page-header.page-header--orange .page-header__form input:-ms-input-placeholder {
                color: white !important;
            }

        .page-header.page-header--orange .page-header__form input,
        .page-header.page-header--orange .page-header__form i {
            color: #fff;
        }

.header-input {
    font-size: 150%;
    padding: 20px 75px 20px 20px;
    width: 100%;
    text-align: left;
}

.input-clear {
    position: relative;
}

    .input-clear input {
        background: transparent;
        border: 1px solid white;
    }

    .input-clear.input-clear-white {
        color: #fff;
    }

        .input-clear.input-clear-white input::-webkit-input-placeholder {
            color: white !important;
        }

        .input-clear.input-clear-white input:-moz-placeholder {
            /* Firefox 18- */
            color: white !important;
        }

        .input-clear.input-clear-white input::-moz-placeholder {
            /* Firefox 19+ */
            color: white !important;
        }

        .input-clear.input-clear-white input:-ms-input-placeholder {
            color: white !important;
        }

    .input-clear i.searchIcon {
        position: absolute;
        top: 15px;
        right: 21px;
        font-size: 3em;
    }

#hero-video {
    background-color: #000;
    position: relative;
    overflow: hidden;
}

    #hero-video .video-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        overflow: hidden;
        background-position: center top;
        background-repeat: no-repeat;
        position: relative;
    }

        #hero-video .video-wrapper video {
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
            display: none;
        }

        #hero-video .video-wrapper .mobile-image {
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
            display: none;
            background-size: cover;
            background-position: center top;
        }

        #hero-video .video-wrapper .overlay {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 2;
        }

        #hero-video .video-wrapper .page-header {
            z-index: 3;
            background: transparent;
        }

        #hero-video .video-wrapper .hero-text {
            text-align: center;
            position: relative;
            z-index: 3;
        }

            #hero-video .video-wrapper .hero-text h1 {
                font-weight: 600;
                text-shadow: 2px 2px 5px #000;
                color: #fff;
            }

@media only screen and (min-width: 768px) {
    #hero-video .video-wrapper video {
        display: block;
    }
}

.parallax {
    background: center 100% no-repeat fixed none;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

@media only screen and (min-width: 2300px) {
    .parallax {
        height: 400px;
        background-size: cover;
    }
}

@media (max-width: 420px) {
    .parallax {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .page-header {
        padding: 60px 30px;
        margin-bottom: 30px;
    }

        .page-header.page-header--secondary {
            padding: 80px 30px;
        }

        .page-header.page-header--slim {
            padding: 20px 30px;
        }

        .page-header .page-header__text h1 {
            font-size: 48px;
        }

        .page-header .page-header__text h2 {
            font-size: 36px;
        }

        .page-header .page-header__text h3 {
            font-size: 30px;
        }

        .page-header .page-header__text h4 {
            font-size: 24px;
        }

        .page-header .page-header__text h5 {
            font-size: 20px;
        }

        .page-header .page-header__text h6 {
            font-size: 18px;
        }

        .page-header .page-header__text p.lead {
            font-size: 24px;
        }
}

@media only screen and (max-width: 480px) {
    .page-header {
        padding: 30px;
        margin-bottom: 30px;
    }

        .page-header.page-header--secondary {
            padding: 30px;
        }

        .page-header.page-header--secondary {
            padding: 10px;
        }

        .page-header .page-header__text h1 {
            font-size: 36px;
        }

        .page-header .page-header__text h2 {
            font-size: 30px;
        }

        .page-header .page-header__text h3 {
            font-size: 24px;
        }

        .page-header .page-header__text h4 {
            font-size: 20px;
        }

        .page-header .page-header__text h5 {
            font-size: 18px;
        }

        .page-header .page-header__text h6 {
            font-size: 16px;
        }

        .page-header .page-header__text p.lead {
            font-size: 20px;
        }

        .page-header .page-header__form input {
            font-size: 100%;
        }
}

.list {
    margin-left: 0;
}

    .list .list__item {
        padding: 15px;
        margin: 0;
        display: block;
    }

    .list.list--full {
        margin: 0;
    }

        .list.list--full .list__item {
            text-align: center;
            width: 100%;
        }

    .list.list--border {
        border: 3px;
    }

        .list.list--border .list__item {
            border: 1px solid #d6d6d6;
            border-bottom-width: 0;
        }

            .list.list--border .list__item:last-child {
                border-top-width: 1px;
                border-bottom-width: 1px;
            }

    .list.list--flush .list__item {
        padding-left: 0;
        padding-right: 0;
    }

    .list.list--slim .list__item {
        padding: 5px;
    }

    .list.list--extraslim .list__item {
        padding: 2px;
    }

    .list.list--divisible {
        list-style: none;
        margin: 0;
    }

        .list.list--divisible .list__item {
            line-height: 1.65;
            margin: 20px 0;
            padding: 0 0 20px;
            border-bottom: 1px solid #d6d6d6;
        }

            .list.list--divisible .list__item:first-child {
                padding-top: 20px;
                margin-top: 0;
                border-top: 1px solid #d6d6d6;
            }

            .list.list--divisible .list__item img {
                border-radius: 3px;
            }

        .list.list--divisible .list__item__title {
            font-weight: bold;
            margin: 0;
        }

        .list.list--divisible.list--divisible--no-border .list__item {
            border: 0;
        }

        .list.list--divisible.list--slim .list__item {
            margin: 10px 0;
            padding: 0 0 10px;
        }

            .list.list--divisible.list--slim .list__item:first-child {
                padding-top: 10px;
            }

    .list.list--inline {
        margin-left: 0;
        overflow: hidden;
    }

        .list.list--inline .list__item {
            float: left;
            margin-right: 10px;
            list-style: none;
        }

        .list.list--inline.list--inline--right .list__item {
            float: right;
            margin-right: 0;
            margin-left: 10px;
        }

    .list.list--inline--footer {
        margin-left: 0;
        overflow: hidden;
    }

        .list.list--inline--footer .list__item {
            float: left;
            padding: 5px 3px;
            list-style: none;
        }

        .list.list--inline--footer.list--inline--footer--right .list__item {
            float: right;
        }

.checklist {
    list-style: none;
    margin-left: 0px;
}

    .checklist .checklist__item {
        margin-left: 5px;
    }

        .checklist .checklist__item .checklist__item__checkbox {
            font-size: 1em;
        }

.dropdown {
    position: relative;
}

    .dropdown.dropdown--hover:hover ul.dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        margin: 0;
        list-style: none;
        font-size: 14px;
        background-color: #fff;
        font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
        /*border: 1px solid #d6d6d6;*/
        border-radius: 3px;
        background-clip: padding-box;
    }

        .dropdown .dropdown-menu li {
            margin: 0;
        }

        .dropdown .dropdown-menu a {
            font-size: 12px;
            color: lightgray;
            padding: 5px 10px;
            display: block;
        }

            .dropdown .dropdown-menu a:hover {
                color: #f9f9f9;
                text-decoration: none;
                background: #484848;
            }

    .dropdown.open .dropdown-menu {
        display: block;
    }

    .dropdown.pull-right > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dropdown.pull-left > .dropdown-menu {
        right: auto;
        left: 0;
    }

.collapse {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height, visibility, 0.35s, ease-in-out;
    -moz-transition: height, visibility, 0.35s, ease-in-out;
    -o-transition: height, visibility, 0.35s, ease-in-out;
    transition: height, visibility, 0.35s, ease-in-out;
}

.collapse.in {
    display: block;
}

.popover {
    position: absolute;
    z-index: 1070;
    background: #222222;
    border: 1px solid #151515;
    color: #f9f9f9;
    max-width: 300px;
    padding: 20px;
    border-radius: 3px;
}

    .popover:before, .popover:after {
        top: 100%;
        right: 46%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popover:after {
        border-color: rgba(221, 221, 221, 0);
        border-top-color: #222222;
        border-width: 6px;
        margin-left: -6px;
    }

    .popover:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #222222;
        border-width: 5px;
        margin-left: -5px;
    }

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

    .popover > .arrow,
    .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .popover > .arrow {
        border-width: 11px;
    }

        .popover > .arrow:after {
            border-width: 10px;
            content: "";
        }

    .popover.top > .arrow {
        left: 50%;
        margin-left: -11px;
        border-bottom-width: 0;
        border-top-color: #222222;
        border-top-color: rgba(0, 0, 0, 0.25);
        bottom: -11px;
    }

        .popover.top > .arrow:after {
            content: " ";
            bottom: 1px;
            margin-left: -10px;
            border-bottom-width: 0;
            border-top-color: #222222;
        }

    .popover.right > .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-left-width: 0;
        border-right-color: #222222;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

        .popover.right > .arrow:after {
            content: " ";
            left: 1px;
            bottom: -10px;
            border-left-width: 0;
            border-right-color: #222222;
        }

    .popover.bottom > .arrow {
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #222222;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        top: -11px;
    }

        .popover.bottom > .arrow:after {
            content: " ";
            top: 1px;
            margin-left: -10px;
            border-top-width: 0;
            border-bottom-color: #222222;
        }

    .popover.left > .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #222222;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

        .popover.left > .arrow:after {
            content: " ";
            right: 1px;
            border-right-width: 0;
            border-left-color: #222222;
            bottom: -10px;
        }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.notice {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

    .notice a {
        color: inherit;
        text-decoration: underline;
    }

    .notice.notice--info {
        background: #e9f9fd;
        border-color: #90e2f7;
    }

    .notice.notice--danger {
        background: #feece8;
        border-color: #fba08b;
    }

    .notice.notice--success {
        background: #e6f8f2;
        border-color: #83ddbe;
    }

    .notice.notice--taa, .notice.notice--aa {
        background: #fdf3e9;
        border-color: #f7c290;
    }

    .notice.notice--hidden {
        display: none;
    }

    .notice.notice--welcome {
        position: absolute;
        top: 85%;
        right: -15px;
        z-index: 999;
        color: #f9f9f9;
        background-color: #FF00B9;
        border: 1px solid #FF00B9;
        min-width: 300px;
        border-radius: 10px;
    }

        .notice.notice--welcome.notice--video {
            top: 110%;
            width: 180px;
        }

        .notice.notice--welcome h4 {
            font-size: 1em;
            color: #f9f9f9;
            margin-bottom: 10px;
        }

        .notice.notice--welcome:after, .notice.notice--welcome:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .notice.notice--welcome:after {
            border-color: rgba(34, 34, 34, 0);
            border-bottom-color: #FF00B9;
            border-width: 10px;
            margin-left: -10px;
        }

        .notice.notice--welcome:before {
            border-color: rgba(17, 17, 17, 0);
            border-bottom-color: #FF00B9;
            border-width: 11px;
            margin-left: -11px;
        }

    .notice h4 {
        margin-top: 0;
        color: inherit;
    }

    .notice > p,
    .notice > ul {
        margin-bottom: 0;
    }

        .notice > p + p {
            margin-top: 5px;
        }

.slim-nav .notice.notice--welcome {
    top: 110%;
}

.notice--dismissable,
.notice--dismissible {
    padding-right: 30px;
}

    .notice--dismissable .close,
    .notice--dismissible .close {
        float: right;
        font-size: 1.3em;
        position: relative;
        top: -2px;
        color: inherit;
        margin-right: 5px;
    }

.progress-bar {
    overflow: hidden;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

    .progress-bar .progress-bar__fill {
        float: left;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.4);
        text-align: left;
        background: #d6d6d6;
        -webkit-transition: width, 0.25s, ease-in-out;
        -moz-transition: width, 0.25s, ease-in-out;
        -o-transition: width, 0.25s, ease-in-out;
        transition: width, 0.25s, ease-in-out;
    }

    .progress-bar.progress-bar--orange {
        border-color: #FF00B9;
    }

        .progress-bar.progress-bar--orange .progress-bar__fill {
            background: #FF00B9;
        }

    .progress-bar.progress-bar--info {
        border-color: #21c4ee;
    }

        .progress-bar.progress-bar--info .progress-bar__fill {
            background: #21c4ee;
        }

    .progress-bar.progress-bar--danger {
        border-color: #FF00B9;
    }

        .progress-bar.progress-bar--danger .progress-bar__fill {
            background: #FF00B9;
        }

    .progress-bar.progress-bar--success {
        border-color: #07bb7d;
    }

        .progress-bar.progress-bar--success .progress-bar__fill {
            background: #07bb7d;
        }

    .progress-bar.progress-bar--neutral {
        border-color: #d6d6d6;
    }

        .progress-bar.progress-bar--neutral .progress-bar__fill {
            background: #d6d6d6;
        }

    .progress-bar.progress-bar--contest {
        position: relative;
        height: 30px;
    }

    .progress-bar.progress-bar--slim {
        border-radius: 1px;
        height: 10px;
    }

    .progress-bar.progress-bar--slim-2x {
        border-radius: 0;
        height: 5px;
    }

    .progress-bar.progress-bar--float {
        border-color: transparent;
    }

    .progress-bar.progress-bar--fat {
        height: 50px;
    }

        .progress-bar.progress-bar--fat p {
            font-size: 24px;
            padding: 5px 0;
        }

    .progress-bar p {
        color: #000;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        text-transform: uppercase;
        text-align: center;
        padding: 5px 0;
        font-size: 18px;
        opacity: 0.6;
    }

        .progress-bar p.small {
            font-size: 16px;
            padding-top: 4px;
        }

        .progress-bar p.contest {
            font-size: 24px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .progress-bar p {
        padding: 5px 0;
        font-size: 14px;
    }
}

.customer-feed {
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.brand-box {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff;
    margin-bottom: 10px;
}

.well {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.cust-feed {
    width: 320px;
    margin: 0 auto;
    border: none;
}

.well .well__title {
    margin-bottom: 9px;
    margin-top: 0px;
}

    .well .well__title.well__title--nowrap {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.title_text--nowrap {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.well .well__header {
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

    .well .well__header.well__header--circle {
        min-width: 50px;
        min-height: 50px;
        margin: -40px auto 20px;
        border-radius: 50%;
    }

    .well .well__header.well__header--color {
        width: 100px;
        height: 100px;
    }

    .well .well__header.well__header--full {
        margin: -20px -20px 20px -20px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .well .well__header.well__header--full img {
            border-radius: 3px 3px 0 0;
        }

.well .well__header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 5px 20px;
    text-align: left;
}

.well.well--clear {
    background: transparent;
    border: 0;
    padding: 0;
}

    .well.well--clear .well__header.well__header--full {
        margin: 0 0 20px;
    }

.well.well--success {
    border-color: #07bb7d;
}

.well.well--info {
    border-color: #21c4ee;
}

.well.well--danger {
    border-color: #FF00B9;
}

.well.well--contest {
    background: #fff;
    border: 1px solid #efefef;
}

    .well.well--contest .well__header.well__header--full {
        margin-bottom: 0px;
    }

    .well.well--contest .well__title {
        margin: 0;
        padding: 5px 15px 0px;
        border-top: 0;
        font-size: 2rem;
        text-align: center;
    }

        .well.well--contest .well__title .owner {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1.6;
            text-transform: uppercase;
        }

    .well.well--contest .well__body {
        padding: 0px 15px 5px;
        text-align: center;
    }

        .well.well--contest .well__body hr {
            border-top: 1px solid #FF00B9;
            margin: 12px 0;
        }

        .well.well--contest .well__body p {
            font-size: 1.8rem;
        }

            .well.well--contest .well__body p span {
                color: #FF00B9;
                display: block;
                font-size: 1.1rem;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

    .well.well--contest .well__prize {
        font-size: 1.4em;
        margin: 10px 0;
    }

    .well.well--contest .progress-bar {
        border-radius: 0px;
        border-bottom: none;
    }

    .well.well--contest .button {
        border-radius: 0px;
        margin: 0;
    }

.well.well--upload {
    border: 1px dashed #ccc;
    background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199px) {
    .well.well--ad img {
        max-width: 210px;
        max-height: 348px;
    }
}

@media (max-width: 991px) {
    .well.well--ad img {
        max-width: 218px;
    }
}

@media (max-width: 767px) {
    .well.well--ad img {
        max-width: 260px;
        margin: 0 auto;
    }
}

/* IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .well__header img {
        max-height: 225px;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #bdbdbd;
        outline: 0;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm,
        .input-group-sm input[type="date"],
        .input-group-sm input[type="time"],
        .input-group-sm input[type="datetime-local"],
        .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg,
        .input-group-lg input[type="date"],
        .input-group-lg input[type="time"],
        .input-group-lg input[type="datetime-local"],
        .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #07bb7d;
}

.has-success .form-control {
    border-color: #07bb7d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #03593b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #07bb7d;
    border-color: #07bb7d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #07bb7d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FF00B9;
}

.has-error .form-control {
    border-color: #FF00B9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #a12306;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #FF00B9;
    border-color: #FF00B9;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #FF00B9;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

form .alert {
    display: none;
}

#registerForm .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/* Range Slider Style */
input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    margin-top: 3px;
}

    input[type=range]::-webkit-slider-runnable-track {
        height: 10px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #FF00B9;
        margin-top: -4px;
    }

    input[type=range]::-moz-range-track {
        height: 10px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #FF00B9;
    }

    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        height: 10px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #FF00B9;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

        input[type=range]:focus::-ms-fill-lower {
            background: #888;
        }

        input[type=range]:focus::-ms-fill-upper {
            background: #ccc;
        }

/* LEGACY FORM - DELETE WHEN ALL INSTANCES REMOVED */
form.aa-form .notice.notice--danger {
    background-color: rgba(247, 65, 22, 0.3);
    border-color: #FF00B9;
    padding: 7px;
}

form.aa-form .notice.notice--success {
    background-color: rgba(7, 187, 125, 0.3);
    border-color: #07bb7d;
    padding: 7px;
}

form.aa-form .form-group .input-group-aa {
    position: relative;
}

    form.aa-form .form-group .input-group-aa .form-icon-container {
        text-align: center;
        width: 18px;
        position: absolute;
        top: 8px;
        left: 10px;
        display: block;
    }

        form.aa-form .form-group .input-group-aa .form-icon-container i.form-icon {
            font-size: 1.1em;
            color: #484848;
        }

    form.aa-form .form-group .input-group-aa input.form-control {
        padding-left: 34px;
    }

    form.aa-form .form-group .input-group-aa input.no-icon {
        padding-left: 10px;
    }

    form.aa-form .form-group .input-group-aa input.tel-phone {
        padding-left: 45px;
    }

    form.aa-form .form-group .input-group-aa .form-icon-validate {
        display: none;
        position: absolute;
        top: 11px;
        right: 12px;
        font-size: 1.1em;
    }

    form.aa-form .form-group .input-group-aa .notice--danger {
        border-radius: 0px 0px 3px 0px;
    }

form.aa-form .form-group label {
    font-weight: normal;
}

    form.aa-form .form-group label input {
        margin-top: 0px;
    }

form.aa-form .form-group .error-message-container {
    display: none;
}

form.aa-form .form-group .bfh-datepicker .input-group-addon {
    background-color: Transparent;
    border-right: none;
}

form.aa-form .form-group .bfh-datepicker input {
    padding-left: 0px;
}

form.aa-form .form-group.has-error {
    border-radius: 3px;
    border-left: 5px solid #FF00B9;
}

    form.aa-form .form-group.has-error .input-group-aa .form-icon-container {
        left: 5px;
    }

        form.aa-form .form-group.has-error .input-group-aa .form-icon-container i.form-icon {
            color: #FF00B9;
        }

    form.aa-form .form-group.has-error .input-group-aa .form-control {
        border-color: #FF00B9;
        border-left-width: 0px;
        border-radius: 0px 3px 0px 0px;
    }

    form.aa-form .form-group.has-error .input-group-aa .form-icon-validate.fa-frown-o {
        display: block;
        color: #FF00B9;
    }

    form.aa-form .form-group.has-error .error-message-container {
        display: block;
        background: rgba(247, 65, 22, 0.3);
        border-radius: 0px 0px 3px 0px;
        text-align: left !important;
    }

        form.aa-form .form-group.has-error .error-message-container p {
            margin: 0px;
            padding: 7px 0px 7px 7px;
        }

form.aa-form .form-group.has-success .input-group-aa .form-icon-container i.form-icon {
    color: #07bb7d;
}

form.aa-form .form-group.has-success .input-group-aa .form-control {
    border-color: #07bb7d;
}

form.aa-form .form-group.has-success .input-group-aa .form-icon-validate.fa-smile-o {
    display: block;
    color: #07bb7d;
}

/* NEW FORM WHO DIS. */
form.aud-form .form-group {
    position: relative;
}

    form.aud-form .form-group label {
        font-size: .8em;
        text-transform: uppercase;
        color: #5e5e5e;
        letter-spacing: .5px;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }

        form.aud-form .form-group label.form-check-label, form.aud-form .form-group label.form-radio-label {
            font-weight: 400;
            text-transform: none;
            color: #444444;
            letter-spacing: 0px;
        }

        form.aud-form .form-group label.required:after {
            content: "*";
            font-size: 1.5rem;
            color: #FF00B9;
        }

    form.aud-form .form-group .form-control {
        border-top: none;
        border-right: none;
        border-left: none;
        color: #666;
        background-color: transparent;
        border-radius: 0px;
        min-height: 35px;
        padding: 0px 30px 0 0;
        vertical-align: bottom;
        position: relative;
        z-index: 1;
    }

    form.aud-form .form-group select.form-control,
    form.aud-form .form-group textarea.form-control {
        padding: 6px 0px;
    }

    form.aud-form .form-group .input-valid {
        position: absolute;
        right: 0;
        top: 25px;
        z-index: 9;
        cursor: text;
        text-align: center;
        line-height: 35px;
        height: 35px;
        width: 35px;
    }

        form.aud-form .form-group .input-valid:after {
            font-family: 'FontAwesome';
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 45px;
            z-index: 9;
        }

    form.aud-form .form-group .intl-tel-input {
        width: 100%;
    }

        form.aud-form .form-group .intl-tel-input .selected-flag {
            z-index: 2;
        }

        form.aud-form .form-group .intl-tel-input input {
            padding-left: 44px !important;
        }

    form.aud-form .form-group.has-error .input-valid:after {
        color: #FF00B9;
        content: "\f00d";
    }

    form.aud-form .form-group.has-error .form-control {
        border-bottom-width: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        form.aud-form .form-group.has-error .form-control:focus {
            border-color: #d6d6d6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            form.aud-form .form-group.has-error .form-control:focus ~ .input-valid:after {
                content: none;
            }

            form.aud-form .form-group.has-error .form-control:focus ~ .danger {
                display: none;
            }

    form.aud-form .form-group.has-error .indicator-fancy {
        border: 1px solid #FF00B9;
        height: 22px;
        width: 22px;
    }

    form.aud-form .form-group.has-error input[type=radio],
    form.aud-form .form-group.has-error input[type=checkbox] {
        -webkit-box-shadow: 0 0 1px 2px #FF00B9;
        box-shadow: 0 0 1px 2px #FF00B9;
    }

        form.aud-form .form-group.has-error input[type=radio]:focus, form.aud-form .form-group.has-error input[type=radio]:active, form.aud-form .form-group.has-error input[type=radio]:checked,
        form.aud-form .form-group.has-error input[type=checkbox]:focus,
        form.aud-form .form-group.has-error input[type=checkbox]:active,
        form.aud-form .form-group.has-error input[type=checkbox]:checked {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    form.aud-form .form-group.has-success .input-valid:after {
        color: #07bb7d;
        content: "\f00c";
    }

    form.aud-form .form-group.has-success .form-control {
        border-bottom-width: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        form.aud-form .form-group.has-success .form-control:focus {
            border-color: #07bb7d;
        }

    form.aud-form .form-group.is-validating .input-valid:after {
        color: #FF00B9;
        content: "\f1ce";
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

    form.aud-form .form-group.is-validating .form-control {
        border-bottom-width: 2px;
        border-color: #FF00B9;
    }

    form.aud-form .form-group .danger,
    form.aud-form .form-group .success,
    form.aud-form .form-group .info {
        font-size: 1.3rem;
        font-style: italic;
        padding: 2px 0;
    }

        form.aud-form .form-group .danger ul,
        form.aud-form .form-group .success ul,
        form.aud-form .form-group .info ul {
            margin: 5px 0 0 0;
        }

            form.aud-form .form-group .danger ul li,
            form.aud-form .form-group .success ul li,
            form.aud-form .form-group .info ul li {
                margin-bottom: 3px;
            }

        form.aud-form .form-group .danger.js-passwordValidation ul,
        form.aud-form .form-group .success.js-passwordValidation ul,
        form.aud-form .form-group .info.js-passwordValidation ul {
            list-style-type: none;
            clear: both;
        }

            form.aud-form .form-group .danger.js-passwordValidation ul li,
            form.aud-form .form-group .success.js-passwordValidation ul li,
            form.aud-form .form-group .info.js-passwordValidation ul li {
                margin-left: 0px;
                width: 49%;
                float: left;
            }

                form.aud-form .form-group .danger.js-passwordValidation ul li:before,
                form.aud-form .form-group .success.js-passwordValidation ul li:before,
                form.aud-form .form-group .info.js-passwordValidation ul li:before {
                    content: "\f00c";
                    font-family: 'FontAwesome';
                    margin-right: 5px;
                }

                form.aud-form .form-group .danger.js-passwordValidation ul li.invalid,
                form.aud-form .form-group .success.js-passwordValidation ul li.invalid,
                form.aud-form .form-group .info.js-passwordValidation ul li.invalid {
                    color: #cccccc;
                }

                form.aud-form .form-group .danger.js-passwordValidation ul li.valid,
                form.aud-form .form-group .success.js-passwordValidation ul li.valid,
                form.aud-form .form-group .info.js-passwordValidation ul li.valid {
                    color: #07bb7d;
                }

    form.aud-form .form-group .bfh-datepicker .input-group-addon {
        background-color: Transparent;
        border-right: none;
    }

    form.aud-form .form-group .bfh-datepicker input {
        padding-left: 0px;
    }

form.aud-form .form-horizontal .form-group label {
    padding-top: 12px;
}

form.aud-form .form-horizontal .form-group .input-valid {
    right: 15px;
    top: 0px;
}

form.aud-form.aud-form--float .form-group .form-control {
    background: none;
    padding-left: 0;
}

form.aud-form.aud-form--float .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 5rem;
}

form.aud-form.aud-form--float .form-group input.full ~ label,
form.aud-form.aud-form--float .form-group textarea.full ~ label,
form.aud-form.aud-form--float .form-group select.selected ~ label
textarea:focus ~ label,
form.aud-form.aud-form--float .form-group input:focus ~ label {
    color: #b3b3b3;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    -ms-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

form.aud-form .notice.notice--danger {
    background-color: rgba(247, 65, 22, 0.3);
    border-color: #FF00B9;
    padding: 7px;
}

form.aud-form .notice.notice--success {
    background-color: rgba(7, 187, 125, 0.3);
    border-color: #07bb7d;
    padding: 7px;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 65px 10px 10px 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

    .modal-content.modal-content--dark {
        background-color: #222222;
        color: #f9f9f9;
    }

        .modal-content.modal-content--dark .modal-footer {
            border-top-color: #3b3b3b;
        }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    -webkit-transition: opacity, 0.25s, ease-in-out;
    -moz-transition: opacity, 0.25s, ease-in-out;
    -o-transition: opacity, 0.25s, ease-in-out;
    transition: opacity, 0.25s, ease-in-out;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.7;
        filter: alpha(opacity=50);
    }

.modal-header {
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(29%, #FF00B9), to(#FF00B9));
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -o-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: linear-gradient(to right bottom, #FF00B9 29%, #FF00B9 100%);
    background-color: #FF00B9;
    background-image: -webkit-linear-gradient(left top, #FF00B9 29%, #FF00B9 100%);
    background-image: -webkit-gradient(linear,left top, right bottom,color-stop(29%, #FF00B9), to(#FF00B9));
    background-image: -webkit-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
    background-image: -o-linear-gradient(left top,#FF00B9 29%, #FF00B9 100%);
    background-image: linear-gradient(to right bottom,#FF00B9 29%, #FF00B9 100%);
    padding: 20px;
    border-bottom: 1px solid #FF00B9;
    min-height: 16.42857143px;
}

    .modal-header .modal-title,
    .modal-header .close {
        color: #fff;
        font-weight: 400;
    }

    .modal-header .close {
        opacity: .4;
        margin-top: -2px;
    }

        .modal-header .close:hover {
            opacity: 1;
        }

    .modal-header button {
        float: right;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    overflow: hidden;
    padding: 20px;
    text-align: right;
    border-top: 1px solid #d6d6d6;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-fancy .modal-content {
    border: 4px solid #FF00B9;
    border-radius: 15px;
}

    .modal-fancy .modal-content .modal-header {
        background: none;
        border: none;
        padding: 20px 20px 0px;
    }

        .modal-fancy .modal-content .modal-header .modal-title {
            color: #222222;
            font-weight: 600;
        }

        .modal-fancy .modal-content .modal-header .close {
            font-size: 13px;
            opacity: 1;
            border: 2px solid #fff;
            background: #484848;
            border-radius: 20px;
            padding: 1px 5px;
            margin-top: -15px;
            margin-right: -10px;
        }

    .modal-fancy .modal-content .modal-body {
        padding: 10px 20px 20px;
    }

    .modal-fancy .modal-content .modal-footer {
        border-top: none;
    }

.modal-fancy.modal-fancy--orange .modal-content {
    background: #FF00B9;
    color: #fff;
    border: 4px solid #fff;
}

    .modal-fancy.modal-fancy--orange .modal-content .modal-header .modal-title {
        color: #fff;
    }

.modal-fancy.modal-fancy--dark .modal-content {
    background: #484848;
    color: #fff;
}

    .modal-fancy.modal-fancy--dark .modal-content .modal-header .modal-title {
        color: #FF00B9;
    }

.modal-flat .modal-content {
    border-radius: 0px;
}

    .modal-flat .modal-content .modal-header {
        background: none;
        border: none;
        padding-bottom: 0px;
    }

        .modal-flat .modal-content .modal-header .modal-title {
            color: #222222;
            font-size: 2rem;
            font-weight: 400;
        }

        .modal-flat .modal-content .modal-header .close {
            color: #222;
            font-size: 20px;
            margin-top: -20px;
            margin-right: -10px;
        }

    .modal-flat .modal-content .modal-body {
        padding: 10px 20px 20px;
    }

    .modal-flat .modal-content .modal-footer {
        border-top: none;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 155px auto 0px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 600px;
        margin: 101px auto 0px auto;
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }

    .modal-fancy .modal-dialog,
    .modal-flat .modal-dialog {
        margin: 215px auto 0;
    }
}

.sponsor-bar {
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
}

    .sponsor-bar img {
        height: 80px;
        margin: 0 20px;
    }

.branded-bar {
    margin: 5px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
}

    .branded-bar a.owner {
        min-height: 50px;
        min-width: 50px;
        margin: 0 5px 0 0;
    }

        .branded-bar a.owner img {
            height: 50px;
            width: 50px;
            margin: 0 10px 0 0;
        }

    .branded-bar h4 {
        margin-top: 5px;
    }

        .branded-bar h4 span {
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: uppercase;
        }

.contest .slick-slider {
    margin-bottom: 0px;
}

.contest .slick-prev:before, .contest .slick-next:before {
    color: #888;
    font-size: 24px;
}

.contest.contest--active {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

    .contest.contest--active .laurel {
        background: url(/images/laurels/ribbon.png) no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 99;
        width: 111px;
        height: 103px;
        text-align: right;
        font-size: 2.6em;
        font-weight: 700;
        color: #fff;
        padding: 1.5em .3em 0 0;
    }

    .contest.contest--active input[type="submit"], .contest.contest--active .button, .contest.contest--active a.button {
        margin: 0;
    }

.contest .contest__title {
    font-size: 30px;
    text-transform: uppercase;
}

.laurel {
    background: url(/images/laurels/ribbon.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 2em;
    text-align: right;
}

    .laurel i {
        position: absolute;
        z-index: 101;
        bottom: 10px;
        right: 10px;
        color: #FF00B9;
    }

.media-well .well__header {
    position: relative;
}

    .media-well .well__header .media-utility {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
    }

        .media-well .well__header .media-utility .button {
            position: relative;
            z-index: 20;
            margin: 0;
            border: 0;
            border-radius: 0;
            padding: 8px;
            color: #222;
            background: rgba(255, 255, 255, 0.65);
        }

            .media-well .well__header .media-utility .button:hover {
                color: #FF00B9;
                background: rgba(255, 255, 255, 0.9);
            }

            .media-well .well__header .media-utility .button.utility--privacy {
                color: #fff;
                background: rgba(25, 25, 25, 0.65);
                float: left;
                width: 90%;
            }

                .media-well .well__header .media-utility .button.utility--privacy span {
                    text-transform: uppercase;
                    padding-left: 4px;
                }

                .media-well .well__header .media-utility .button.utility--privacy:hover {
                    background: rgba(25, 25, 25, 0.8);
                }

            .media-well .well__header .media-utility .button.utility--settings {
                float: right;
                width: 10%;
            }

.pricing .well__header {
    background: #484848;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
}

    .pricing .well__header span.small {
        color: #fff;
    }

.pricing.pricing.pricing--pro .well__header {
    background: #FF00B9;
    color: #fff;
}

.pricing.pricing.pricing--soon .well__header {
    background: #999999;
    color: #fff;
}

.pricing .pricing__price {
    font-size: 4rem;
    font-weight: 300;
    display: block;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: .55;
}

    .pricing .pricing__price span.small {
        font-size: 1.5rem;
    }

.pricing .pricing__features li {
    padding: 20px;
    list-style: none;
    border-bottom: 1px solid #efefef;
}

.pricing .notice--info {
    font-size: 2rem;
    background: #FF00B9;
    border-color: #FF00B9;
}

.pricing .label-fancy {
    padding-top: 35px;
    padding-left: 0 !important;
    margin-bottom: 5px;
}

    .pricing .label-fancy .indicator-fancy {
        margin: 10px auto;
        top: 0;
        right: 0;
    }

.has-context-menu {
    position: relative;
}

    .has-context-menu.has-context-menu--hover .context-menu__toggle {
        display: none;
    }

    .has-context-menu.has-context-menu--hover:hover .context-menu__toggle {
        display: block;
    }

    .has-context-menu.context-open .context-menu__toggle {
        display: block !important;
        opacity: 1 !important;
    }

    .has-context-menu:hover .context-menu-overlay {
        opacity: 1;
    }

    .has-context-menu:hover .context-menu-overlay--off-canvas {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

.context-menu {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .context-menu .context-menu__toggle {
        position: relative;
        display: block;
        font-size: 18px;
        opacity: .7;
    }

        .context-menu .context-menu__toggle:hover {
            cursor: pointer;
            opacity: 1;
        }

    .context-menu .context-menu__options {
        position: absolute;
        top: 20px;
        right: -6px;
        line-height: 2;
        color: #f9f9f9;
        z-index: 2000;
        list-style: none;
        padding-left: 0;
        opacity: 0;
        display: none;
        border-radius: 3px;
    }

        .context-menu .context-menu__options .arrow-box {
            position: relative;
            border: 1px solid #151515;
            border-radius: 3px;
        }

            .context-menu .context-menu__options .arrow-box:after, .context-menu .context-menu__options .arrow-box:before {
                bottom: 100%;
                right: 6px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .context-menu .context-menu__options .arrow-box:after {
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #222222;
                border-width: 5px;
                margin-left: -5px;
            }

            .context-menu .context-menu__options .arrow-box:before {
                border-color: rgba(221, 221, 221, 0);
                border-bottom-color: #222222;
                border-width: 6px;
                margin-left: -6px;
            }

        .context-menu .context-menu__options ul {
            padding-left: 0;
            min-width: 140px;
            margin: 0;
        }

            .context-menu .context-menu__options ul li {
                line-height: 1.5em;
                list-style: none;
                margin: 0;
            }

                .context-menu .context-menu__options ul li a {
                    font-size: 11px;
                    color: lightgray;
                    background: #222222;
                    padding: 5px 10px;
                    display: block;
                }

                    .context-menu .context-menu__options ul li a i {
                        font-size: 80%;
                        margin-right: 10px;
                    }

                    .context-menu .context-menu__options ul li a:hover {
                        color: #f9f9f9;
                        text-decoration: none;
                        background: #484848;
                    }

                .context-menu .context-menu__options ul li:first-child a {
                    border-top-right-radius: 3px;
                    border-top-left-radius: 3px;
                }

                .context-menu .context-menu__options ul li:last-child a {
                    border-bottom-right-radius: 3px;
                    border-bottom-left-radius: 3px;
                }

    .context-menu.context-menu--light .context-menu__toggle {
        color: #f9f9f9;
    }

    .context-menu.context-menu--light .context-menu__options .arrow-box {
        border-color: #e0e0e0;
    }

        .context-menu.context-menu--light .context-menu__options .arrow-box:after,
        .context-menu.context-menu--light .context-menu__options .arrow-box:before {
            border-bottom-color: #f9f9f9;
        }

    .context-menu.context-menu--light .context-menu__options ul li a {
        color: #484848;
        background: #f9f9f9;
    }

        .context-menu.context-menu--light .context-menu__options ul li a:hover {
            color: #222222;
            background: white;
        }

.context-menu-overlay {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 2000;
    text-align: center;
    opacity: .4;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 3px;
    overflow: hidden;
    -webkit-transition: all, 0.25s, ease-in-out;
    -moz-transition: all, 0.25s, ease-in-out;
    -o-transition: all, 0.25s, ease-in-out;
    transition: all, 0.25s, ease-in-out;
}

    .context-menu-overlay .context-menu-overlay__item {
        display: block;
        font-size: 1.5em;
        opacity: .8;
        padding: 20px;
    }

        .context-menu-overlay .context-menu-overlay__item i {
            color: #fff;
            -webkit-transition: all, 0.25s, ease-in-out;
            -moz-transition: all, 0.25s, ease-in-out;
            -o-transition: all, 0.25s, ease-in-out;
            transition: all, 0.25s, ease-in-out;
        }

        .context-menu-overlay .context-menu-overlay__item:hover {
            opacity: 1;
            background: #484848;
        }

    .context-menu-overlay.context-menu-overlay--off-canvas {
        -webkit-transition: -webkit-transform, 0.25s, ease-in-out;
        -moz-transition: -moz-transform, 0.25s, ease-in-out;
        -webkit-transition: 0.25s, ease-in-out, -webkit-transform;
        transition: 0.25s, ease-in-out, -webkit-transform;
        -o-transition: transform, 0.25s, ease-in-out;
        transition: transform, 0.25s, ease-in-out;
        transition: transform, 0.25s, ease-in-out, -webkit-transform;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

.sidebar {
    border: 1px solid #D2D2D2;
    background: #EDEDED;
}

    .sidebar .sidebar__header {
        margin: 0;
    }

        .sidebar .sidebar__header .sidebar__header__title {
            padding: 10px;
            border-bottom: 1px solid #D2D2D2;
        }

    .sidebar ul.sidebar__nav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        .sidebar ul.sidebar__nav li {
            margin: 0;
            padding: 10px;
        }

            .sidebar ul.sidebar__nav li.active, .sidebar ul.sidebar__nav li:active, .sidebar ul.sidebar__nav li:hover {
                background: #D6D6D6;
            }

                .sidebar ul.sidebar__nav li.active a, .sidebar ul.sidebar__nav li:active a, .sidebar ul.sidebar__nav li:hover a {
                    color: #000;
                }

                    .sidebar ul.sidebar__nav li.active a:after {
                        content: '\f0da';
                        font-family: FontAwesome;
                        font-weight: normal;
                        font-style: normal;
                        margin: 2px 0px 0px 10px;
                        text-decoration: none;
                        position: absolute;
                        right: -3px;
                    }

            .sidebar ul.sidebar__nav li a {
                color: #444;
                padding: 0px;
            }

    .sidebar.sidebar--dashboard {
        background: #ececec;
        border: 1px solid;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        padding: 10px;
    }

        .sidebar.sidebar--dashboard .sidebar__bio {
            text-align: center;
        }

            .sidebar.sidebar--dashboard .sidebar__bio h1 {
                font-size: 2rem;
            }

            .sidebar.sidebar--dashboard .sidebar__bio .profile-image {
                width: 70%;
                margin: 10px auto;
                border-radius: 500px;
                padding: 3px;
                border: 2px solid #FF00B9;
            }

        .sidebar.sidebar--dashboard hr {
            border-color: rgba(54, 54, 54, 0.1);
        }

        .sidebar.sidebar--dashboard ul.sidebar__nav {
            margin: 0 -10px;
            font-size: 1.4rem;
        }

            .sidebar.sidebar--dashboard ul.sidebar__nav li {
                padding-left: 15px;
            }

    .sidebar.sidebar--profile {
        border: none;
        background: none;
        font-size: 1.3rem;
    }

        .sidebar.sidebar--profile .sidebar__bio {
            text-align: center;
        }

            .sidebar.sidebar--profile .sidebar__bio h1 {
                font-size: 2rem;
                margin-top: 5px;
            }

            .sidebar.sidebar--profile .sidebar__bio .profile-image {
                border-radius: 500px;
                border: 5px solid #ffffff;
                -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
                -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
                width: 60%;
                margin: -120px auto 0;
                background: #fff;
            }

        .sidebar.sidebar--profile .fa-ul > li {
            margin: 0 0 0 -4px;
        }

@media only screen and (min-width: 767px) {
    .sidebar.sidebar--profile .sidebar__bio {
        text-align: left;
    }

        .sidebar.sidebar--profile .sidebar__bio .profile-image {
            width: 80%;
            margin: -100px 0 0;
        }
}

@media only screen and (min-width: 992px) {
    .sidebar.sidebar--profile {
        font-size: 1.5rem;
    }

        .sidebar.sidebar--profile .sidebar__bio .profile-image {
            margin-top: -120px;
        }
}

.video-info {
    position: relative;
    display: block;
    width: 100%;
}

    .video-info .video-info__details {
        bottom: 0;
        padding: .625rem 1.25rem;
        position: absolute;
        z-index: 1;
        color: #fff;
    }

    .video-info .video-info__title {
        font-size: 2rem;
    }

    .video-info .video-info__time {
        font-size: 1.2rem;
        font-weight: 200;
    }

    .video-info:after {
        background-image: -webkit-linear-gradient(bottom, #000, transparent);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background-image: -o-linear-gradient(bottom, #000, transparent);
        background-image: linear-gradient(to top, #000, transparent);
        bottom: 0;
        content: ' ';
        height: 50%;
        position: absolute;
        width: 100%;
        display: block;
    }

/* Dashboard Side Slide */
@media (max-width: 767px) {
    #dashboard {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #dashboard #toggle-menu {
            z-index: 9999;
            position: fixed;
            left: -180px;
            width: 180px;
            height: calc(100% - 140px);
            padding: 0px;
            overflow-y: auto;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #dashboard #toggle-content {
            width: 100%;
            position: absolute;
        }

        #dashboard.toggled #toggle-menu {
           left:0;
        }

        #dashboard.toggled #toggle-content {
           position: absolute;
           margin-right: -180px;
        }

    .dashboard-navbar-fixed-top {
        z-index: 1999;
        top: 50px;
        position: fixed;
        right: 0;
        left: 0;
        border-width: 0 0 1px;
        padding: 5px 10px;
        background: #efefef;
        border-bottom: 1px solid #ddd;
    }
}

.well-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .well-grid > [class*="col-"] {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
    }

    .well-grid .well {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 20px;
        min-width: 0;
        width: 100%;
    }

    .well-grid .well__header,
    .well-grid .button-row {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .well-grid .well__header img {
            max-width: 100%;
            min-height: 0;
            border-radius: 3px 3px 0 0;
        }

    .well-grid .well__body {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .well-grid .button-row .button:last-of-type {
        margin-right: 1px;
    }

.film-display, .creative-display {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    border: 1px solid #555555;
    background: #222222;
}

    .film-display .film-display__video,
    .film-display .creative-display__item, .creative-display .film-display__video,
    .creative-display .creative-display__item {
        -webkit-transition: all, 0.45s, ease-in-out;
        -moz-transition: all, 0.45s, ease-in-out;
        -o-transition: all, 0.45s, ease-in-out;
        transition: all, 0.45s, ease-in-out;
        width: 100%;
        margin: 0;
    }

        .film-display .film-display__video .film-player,
        .film-display .creative-display__item .film-player, .creative-display .film-display__video .film-player,
        .creative-display .creative-display__item .film-player {
            background: #000;
        }

        .film-display .creative-display__item img, .creative-display .creative-display__item img {
            max-height: 1000px;
        }

    .film-display .film-display__video__options,
    .film-display .creative-display__item__options, .creative-display .film-display__video__options,
    .creative-display .creative-display__item__options {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100px;
        max-width: 300px;
        height: 100%;
        padding: 20px;
        z-index: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: -webkit-transform, 0.25s, ease-in-out;
        -moz-transition: -moz-transform, 0.25s, ease-in-out;
        -webkit-transition: 0.25s, ease-in-out, -webkit-transform;
        transition: 0.25s, ease-in-out, -webkit-transform;
        -o-transition: transform, 0.25s, ease-in-out;
        transition: transform, 0.25s, ease-in-out;
        transition: transform, 0.25s, ease-in-out, -webkit-transform;
    }

        .film-display .film-display__video__options.closed,
        .film-display .creative-display__item__options.closed, .creative-display .film-display__video__options.closed,
        .creative-display .creative-display__item__options.closed {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .film-display .film-display__video__options.open,
        .film-display .creative-display__item__options.open, .creative-display .film-display__video__options.open,
        .creative-display .creative-display__item__options.open {
            z-index: 3;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .film-display .film-display__video__options .film-display__video__options__close, .film-display .film-display__video__options .creative-display__item__options__close,
        .film-display .creative-display__item__options .film-display__video__options__close,
        .film-display .creative-display__item__options .creative-display__item__options__close, .creative-display .film-display__video__options .film-display__video__options__close, .creative-display .film-display__video__options .creative-display__item__options__close,
        .creative-display .creative-display__item__options .film-display__video__options__close,
        .creative-display .creative-display__item__options .creative-display__item__options__close {
            opacity: .4;
            display: block;
            color: #fff;
            font-weight: 200;
        }

            .film-display .film-display__video__options .film-display__video__options__close:hover, .film-display .film-display__video__options .creative-display__item__options__close:hover,
            .film-display .creative-display__item__options .film-display__video__options__close:hover,
            .film-display .creative-display__item__options .creative-display__item__options__close:hover, .creative-display .film-display__video__options .film-display__video__options__close:hover, .creative-display .film-display__video__options .creative-display__item__options__close:hover,
            .creative-display .creative-display__item__options .film-display__video__options__close:hover,
            .creative-display .creative-display__item__options .creative-display__item__options__close:hover {
                opacity: 1;
            }

    .film-display .film-display__meta h1,
    .film-display .creative-display__meta h1, .creative-display .film-display__meta h1,
    .creative-display .creative-display__meta h1 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 5px;
    }

    .film-display .film-display__meta h3,
    .film-display .creative-display__meta h3, .creative-display .film-display__meta h3,
    .creative-display .creative-display__meta h3 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 5px;
    }

    .film-display .film-display__meta p,
    .film-display .creative-display__meta p, .creative-display .film-display__meta p,
    .creative-display .creative-display__meta p {
        color: #888888;
        margin: 0;
    }

    .film-display .film-display__meta .button,
    .film-display .creative-display__meta .button, .creative-display .film-display__meta .button,
    .creative-display .creative-display__meta .button {
        margin: 0px 0px;
    }

    .film-display .film-display__sidebar, .film-display .creative-display__sidebar, .creative-display .film-display__sidebar, .creative-display .creative-display__sidebar {
        -webkit-transition: all, 0.45s, ease-in-out;
        -moz-transition: all, 0.45s, ease-in-out;
        -o-transition: all, 0.45s, ease-in-out;
        transition: all, 0.45s, ease-in-out;
        width: 0;
        position: relative;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        border-left: 1px solid #555555;
        color: #7b7b7b;
    }

        .film-display .film-display__sidebar .film-display__sidebar__header, .film-display .film-display__sidebar .creative-display__sidebar__header, .film-display .creative-display__sidebar .film-display__sidebar__header, .film-display .creative-display__sidebar .creative-display__sidebar__header, .creative-display .film-display__sidebar .film-display__sidebar__header, .creative-display .film-display__sidebar .creative-display__sidebar__header, .creative-display .creative-display__sidebar .film-display__sidebar__header, .creative-display .creative-display__sidebar .creative-display__sidebar__header {
            background: #151515;
            border-bottom: 1px solid #4b4b4b;
            position: relative;
            z-index: 2;
            height: 120px;
            padding: 20px;
        }

            .film-display .film-display__sidebar .film-display__sidebar__header h2,
            .film-display .film-display__sidebar .film-display__sidebar__header p, .film-display .film-display__sidebar .creative-display__sidebar__header h2,
            .film-display .film-display__sidebar .creative-display__sidebar__header p, .film-display .creative-display__sidebar .film-display__sidebar__header h2,
            .film-display .creative-display__sidebar .film-display__sidebar__header p, .film-display .creative-display__sidebar .creative-display__sidebar__header h2,
            .film-display .creative-display__sidebar .creative-display__sidebar__header p, .creative-display .film-display__sidebar .film-display__sidebar__header h2,
            .creative-display .film-display__sidebar .film-display__sidebar__header p, .creative-display .film-display__sidebar .creative-display__sidebar__header h2,
            .creative-display .film-display__sidebar .creative-display__sidebar__header p, .creative-display .creative-display__sidebar .film-display__sidebar__header h2,
            .creative-display .creative-display__sidebar .film-display__sidebar__header p, .creative-display .creative-display__sidebar .creative-display__sidebar__header h2,
            .creative-display .creative-display__sidebar .creative-display__sidebar__header p {
                color: #fff;
            }

            .film-display .film-display__sidebar .film-display__sidebar__header h2, .film-display .film-display__sidebar .creative-display__sidebar__header h2, .film-display .creative-display__sidebar .film-display__sidebar__header h2, .film-display .creative-display__sidebar .creative-display__sidebar__header h2, .creative-display .film-display__sidebar .film-display__sidebar__header h2, .creative-display .film-display__sidebar .creative-display__sidebar__header h2, .creative-display .creative-display__sidebar .film-display__sidebar__header h2, .creative-display .creative-display__sidebar .creative-display__sidebar__header h2 {
                margin: 0;
                font-size: 18px;
            }

            .film-display .film-display__sidebar .film-display__sidebar__header p, .film-display .film-display__sidebar .creative-display__sidebar__header p, .film-display .creative-display__sidebar .film-display__sidebar__header p, .film-display .creative-display__sidebar .creative-display__sidebar__header p, .creative-display .film-display__sidebar .film-display__sidebar__header p, .creative-display .film-display__sidebar .creative-display__sidebar__header p, .creative-display .creative-display__sidebar .film-display__sidebar__header p, .creative-display .creative-display__sidebar .creative-display__sidebar__header p {
                opacity: .7;
                display: block;
                font-weight: 400;
            }

            .film-display .film-display__sidebar .film-display__sidebar__header .clock, .film-display .film-display__sidebar .creative-display__sidebar__header .clock, .film-display .creative-display__sidebar .film-display__sidebar__header .clock, .film-display .creative-display__sidebar .creative-display__sidebar__header .clock, .creative-display .film-display__sidebar .film-display__sidebar__header .clock, .creative-display .film-display__sidebar .creative-display__sidebar__header .clock, .creative-display .creative-display__sidebar .film-display__sidebar__header .clock, .creative-display .creative-display__sidebar .creative-display__sidebar__header .clock {
                font-weight: bold;
                font-size: 28px;
                text-transform: uppercase;
            }

            .film-display .film-display__sidebar .film-display__sidebar__header .clock-p, .film-display .film-display__sidebar .creative-display__sidebar__header .clock-p, .film-display .creative-display__sidebar .film-display__sidebar__header .clock-p, .film-display .creative-display__sidebar .creative-display__sidebar__header .clock-p, .creative-display .film-display__sidebar .film-display__sidebar__header .clock-p, .creative-display .film-display__sidebar .creative-display__sidebar__header .clock-p, .creative-display .creative-display__sidebar .film-display__sidebar__header .clock-p, .creative-display .creative-display__sidebar .creative-display__sidebar__header .clock-p {
                opacity: 1 !important;
            }

        .film-display .film-display__sidebar .film-display__sidebar__list, .film-display .film-display__sidebar .creative-display__sidebar__list, .film-display .creative-display__sidebar .film-display__sidebar__list, .film-display .creative-display__sidebar .creative-display__sidebar__list, .creative-display .film-display__sidebar .film-display__sidebar__list, .creative-display .film-display__sidebar .creative-display__sidebar__list, .creative-display .creative-display__sidebar .film-display__sidebar__list, .creative-display .creative-display__sidebar .creative-display__sidebar__list {
            position: absolute;
            z-index: 1;
            height: 100%;
            right: 0;
            top: 0;
            padding-top: 120px;
            overflow: scroll;
            background: #222222;
            width: 100%;
        }

            .film-display .film-display__sidebar .film-display__sidebar__list .row, .film-display .film-display__sidebar .creative-display__sidebar__list .row, .film-display .creative-display__sidebar .film-display__sidebar__list .row, .film-display .creative-display__sidebar .creative-display__sidebar__list .row, .creative-display .film-display__sidebar .film-display__sidebar__list .row, .creative-display .film-display__sidebar .creative-display__sidebar__list .row, .creative-display .creative-display__sidebar .film-display__sidebar__list .row, .creative-display .creative-display__sidebar .creative-display__sidebar__list .row {
                margin-left: -5px;
                margin-right: -5px;
            }

            .film-display .film-display__sidebar .film-display__sidebar__list [class^="col-xs-"], .film-display .film-display__sidebar .creative-display__sidebar__list [class^="col-xs-"], .film-display .creative-display__sidebar .film-display__sidebar__list [class^="col-xs-"], .film-display .creative-display__sidebar .creative-display__sidebar__list [class^="col-xs-"], .creative-display .film-display__sidebar .film-display__sidebar__list [class^="col-xs-"], .creative-display .film-display__sidebar .creative-display__sidebar__list [class^="col-xs-"], .creative-display .creative-display__sidebar .film-display__sidebar__list [class^="col-xs-"], .creative-display .creative-display__sidebar .creative-display__sidebar__list [class^="col-xs-"] {
                padding-left: 5px;
                padding-right: 5px;
            }

            .film-display .film-display__sidebar .film-display__sidebar__list .list__item, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item {
                padding: 20px;
                border-color: #3b3b3b;
                margin: 0;
            }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item:first-child, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item:first-child, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item:first-child, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item:first-child, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item:first-child, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item:first-child, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item:first-child, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item:first-child {
                    border-top: 0;
                }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item .list__item__title,
                .film-display .film-display__sidebar .film-display__sidebar__list .list__item a, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item .list__item__title,
                .film-display .film-display__sidebar .creative-display__sidebar__list .list__item a, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item .list__item__title,
                .film-display .creative-display__sidebar .film-display__sidebar__list .list__item a, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item .list__item__title,
                .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item a, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item .list__item__title,
                .creative-display .film-display__sidebar .film-display__sidebar__list .list__item a, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item .list__item__title,
                .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item a, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item .list__item__title,
                .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item a, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item .list__item__title,
                .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item a {
                    font-weight: normal;
                    line-height: 1;
                    color: #fff;
                }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item .list__item__title, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item .list__item__title, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item .list__item__title, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item .list__item__title, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item .list__item__title, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item .list__item__title, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item .list__item__title, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item .list__item__title {
                    font-size: 12px;
                    margin: 0;
                }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item a, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item a, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item a, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item a, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item a, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item a, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item a, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item a {
                    font-weight: 400;
                    font-size: 10px;
                    line-height: 1.4;
                    opacity: .3;
                }

                    .film-display .film-display__sidebar .film-display__sidebar__list .list__item a:hover, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item a:hover, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item a:hover, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item a:hover, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item a:hover, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item a:hover, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item a:hover, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item a:hover {
                        opacity: .5;
                    }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item span, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item span, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item span, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item span, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item span, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item span, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item span, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item span {
                    position: absolute;
                    top: 0;
                    right: 0;
                    line-height: .9;
                    font-size: 10px;
                }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item:hover, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item:hover, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item:hover, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item:hover, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item:hover, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item:hover, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item:hover, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item:hover {
                    background: #2f2f2f;
                    cursor: pointer;
                }

                .film-display .film-display__sidebar .film-display__sidebar__list .list__item.active, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item.active, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item.active, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item.active, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item.active, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item.active, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item.active, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item.active {
                    position: relative;
                    background: #2f2f2f;
                }

                    .film-display .film-display__sidebar .film-display__sidebar__list .list__item.active:before, .film-display .film-display__sidebar .creative-display__sidebar__list .list__item.active:before, .film-display .creative-display__sidebar .film-display__sidebar__list .list__item.active:before, .film-display .creative-display__sidebar .creative-display__sidebar__list .list__item.active:before, .creative-display .film-display__sidebar .film-display__sidebar__list .list__item.active:before, .creative-display .film-display__sidebar .creative-display__sidebar__list .list__item.active:before, .creative-display .creative-display__sidebar .film-display__sidebar__list .list__item.active:before, .creative-display .creative-display__sidebar .creative-display__sidebar__list .list__item.active:before {
                        content: "•";
                        line-height: 1;
                        color: #FF00B9;
                        position: absolute;
                        left: 3px;
                        top: 37%;
                        font-size: 2em;
                        z-index: 2;
                    }

    .film-display.film-display--playlist .film-display .context-menu-overlay, .creative-display.film-display--playlist .film-display .context-menu-overlay {
        right: 0;
    }

    .film-display.film-display--playlist .context-menu-overlay__item, .creative-display.film-display--playlist .context-menu-overlay__item {
        font-size: 1.2em;
        padding: 10px;
    }

    .film-display.film-display--playlist .film-display__video, .creative-display.film-display--playlist .film-display__video {
        width: 65%;
    }

    .film-display.film-display--playlist .film-display__sidebar, .creative-display.film-display--playlist .film-display__sidebar {
        width: 35%;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    .film-display.creative-display--playlist .creative-display .context-menu-overlay, .creative-display.creative-display--playlist .creative-display .context-menu-overlay {
        right: 0;
    }

    .film-display.creative-display--playlist .context-menu-overlay__item, .creative-display.creative-display--playlist .context-menu-overlay__item {
        font-size: 1.2em;
        padding: 10px;
    }

    .film-display.creative-display--playlist .creative-display__item, .creative-display.creative-display--playlist .creative-display__item {
        width: 70%;
    }

    .film-display.creative-display--playlist .creative-display__sidebar, .creative-display.creative-display--playlist .creative-display__sidebar {
        width: 30%;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    .film-display.film-display--light, .creative-display.film-display--light {
        background: #f9f9f9;
        border-color: #e0e0e0;
    }

        .film-display.film-display--light .film-display__meta h3, .creative-display.film-display--light .film-display__meta h3 {
            color: #222222;
        }

        .film-display.film-display--light .film-display__sidebar, .creative-display.film-display--light .film-display__sidebar {
            border-left-color: #e0e0e0;
        }

        .film-display.film-display--light .film-display__sidebar__header, .creative-display.film-display--light .film-display__sidebar__header {
            background: #ececec;
            border-bottom-color: #e0e0e0;
        }

            .film-display.film-display--light .film-display__sidebar__header h2,
            .film-display.film-display--light .film-display__sidebar__header p, .creative-display.film-display--light .film-display__sidebar__header h2,
            .creative-display.film-display--light .film-display__sidebar__header p {
                color: #222222;
            }

        .film-display.film-display--light .film-display__sidebar__list, .creative-display.film-display--light .film-display__sidebar__list {
            background: #f9f9f9;
        }

            .film-display.film-display--light .film-display__sidebar__list .list .list__item, .creative-display.film-display--light .film-display__sidebar__list .list .list__item {
                border-color: lightgray;
            }

                .film-display.film-display--light .film-display__sidebar__list .list .list__item .list__item__title,
                .film-display.film-display--light .film-display__sidebar__list .list .list__item a, .creative-display.film-display--light .film-display__sidebar__list .list .list__item .list__item__title,
                .creative-display.film-display--light .film-display__sidebar__list .list .list__item a {
                    color: #222222;
                }

                .film-display.film-display--light .film-display__sidebar__list .list .list__item:hover, .creative-display.film-display--light .film-display__sidebar__list .list .list__item:hover {
                    background: white;
                }

#playlist .modal-footer p {
    text-align: left;
}

#playlist .modal-footer .genresList {
    text-align: left;
}

    #playlist .modal-footer .genresList .checkbox:first-child {
        margin-top: -5px;
    }

@media (max-width: 1199px) {
    .film-display .film-display__sidebar .film-display__sidebar__header .clock {
        font-size: 23px;
    }

    .creative-display .creative-display__sidebar .creative-display__sidebar__header {
        height: 100px;
    }

        .creative-display .creative-display__sidebar .creative-display__sidebar__header .clock {
            font-size: 22px;
        }
}

@media (max-width: 991px) {
    .film-display .film-display__sidebar .film-display__sidebar__header .clock {
        font-size: 20px;
    }

    .creative-display .creative-display__sidebar .creative-display__sidebar__header .clock {
        font-size: 16px;
    }

    .film-display__meta__title, .creative-display__meta__title {
        padding: 15px 0 15px 15px;
    }

    .film-display__meta__detail, .creative-display__meta__detail {
        padding: 15px 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .film-display.film-display--playlist, .film-display.creative-display--playlist, .creative-display.film-display--playlist, .creative-display.creative-display--playlist {
        display: block;
    }

        .film-display.film-display--playlist .film-display__video,
        .film-display.film-display--playlist .film-display__sidebar,
        .film-display.film-display--playlist .creative-display__item,
        .film-display.film-display--playlist .creative-display__sidebar, .film-display.creative-display--playlist .film-display__video,
        .film-display.creative-display--playlist .film-display__sidebar,
        .film-display.creative-display--playlist .creative-display__item,
        .film-display.creative-display--playlist .creative-display__sidebar, .creative-display.film-display--playlist .film-display__video,
        .creative-display.film-display--playlist .film-display__sidebar,
        .creative-display.film-display--playlist .creative-display__item,
        .creative-display.film-display--playlist .creative-display__sidebar, .creative-display.creative-display--playlist .film-display__video,
        .creative-display.creative-display--playlist .film-display__sidebar,
        .creative-display.creative-display--playlist .creative-display__item,
        .creative-display.creative-display--playlist .creative-display__sidebar {
            width: 100%;
        }

        .film-display.film-display--playlist .film-display__sidebar, .film-display.film-display--playlist .creative-display__sidebar, .film-display.creative-display--playlist .film-display__sidebar, .film-display.creative-display--playlist .creative-display__sidebar, .creative-display.film-display--playlist .film-display__sidebar, .creative-display.film-display--playlist .creative-display__sidebar, .creative-display.creative-display--playlist .film-display__sidebar, .creative-display.creative-display--playlist .creative-display__sidebar {
            min-height: 300px;
            max-height: 500px;
        }

            .film-display.film-display--playlist .film-display__sidebar .film-display__sidebar__list, .film-display.film-display--playlist .film-display__sidebar .creative-display__sidebar__list, .film-display.film-display--playlist .creative-display__sidebar .film-display__sidebar__list, .film-display.film-display--playlist .creative-display__sidebar .creative-display__sidebar__list, .film-display.creative-display--playlist .film-display__sidebar .film-display__sidebar__list, .film-display.creative-display--playlist .film-display__sidebar .creative-display__sidebar__list, .film-display.creative-display--playlist .creative-display__sidebar .film-display__sidebar__list, .film-display.creative-display--playlist .creative-display__sidebar .creative-display__sidebar__list, .creative-display.film-display--playlist .film-display__sidebar .film-display__sidebar__list, .creative-display.film-display--playlist .film-display__sidebar .creative-display__sidebar__list, .creative-display.film-display--playlist .creative-display__sidebar .film-display__sidebar__list, .creative-display.film-display--playlist .creative-display__sidebar .creative-display__sidebar__list, .creative-display.creative-display--playlist .film-display__sidebar .film-display__sidebar__list, .creative-display.creative-display--playlist .film-display__sidebar .creative-display__sidebar__list, .creative-display.creative-display--playlist .creative-display__sidebar .film-display__sidebar__list, .creative-display.creative-display--playlist .creative-display__sidebar .creative-display__sidebar__list {
                width: 100%;
            }

        .film-display.film-display--playlist .list-items-inline .list-items-inline__thumbnail, .film-display.creative-display--playlist .list-items-inline .list-items-inline__thumbnail, .creative-display.film-display--playlist .list-items-inline .list-items-inline__thumbnail, .creative-display.creative-display--playlist .list-items-inline .list-items-inline__thumbnail {
            width: 20%;
        }

        .film-display.film-display--playlist .list-items-inline .list-items-inline__details, .film-display.creative-display--playlist .list-items-inline .list-items-inline__details, .creative-display.film-display--playlist .list-items-inline .list-items-inline__details, .creative-display.creative-display--playlist .list-items-inline .list-items-inline__details {
            width: 80%;
        }

            .film-display.film-display--playlist .list-items-inline .list-items-inline__details h2, .film-display.creative-display--playlist .list-items-inline .list-items-inline__details h2, .creative-display.film-display--playlist .list-items-inline .list-items-inline__details h2, .creative-display.creative-display--playlist .list-items-inline .list-items-inline__details h2 {
                font-size: 1.5em;
            }

            .film-display.film-display--playlist .list-items-inline .list-items-inline__details a, .film-display.creative-display--playlist .list-items-inline .list-items-inline__details a, .creative-display.film-display--playlist .list-items-inline .list-items-inline__details a, .creative-display.creative-display--playlist .list-items-inline .list-items-inline__details a {
                font-size: 1em;
            }

    .film-display .film-display__sidebar,
    .film-display .creative-display__sidebar, .creative-display .film-display__sidebar,
    .creative-display .creative-display__sidebar {
        border-left: none;
    }

        .film-display .film-display__sidebar .creative-display__sidebar__header,
        .film-display .creative-display__sidebar .creative-display__sidebar__header, .creative-display .film-display__sidebar .creative-display__sidebar__header,
        .creative-display .creative-display__sidebar .creative-display__sidebar__header {
            height: 120px;
        }

            .film-display .film-display__sidebar .film-display__sidebar__header .clock,
            .film-display .film-display__sidebar .creative-display__sidebar__header .clock,
            .film-display .creative-display__sidebar .film-display__sidebar__header .clock,
            .film-display .creative-display__sidebar .creative-display__sidebar__header .clock, .creative-display .film-display__sidebar .film-display__sidebar__header .clock,
            .creative-display .film-display__sidebar .creative-display__sidebar__header .clock,
            .creative-display .creative-display__sidebar .film-display__sidebar__header .clock,
            .creative-display .creative-display__sidebar .creative-display__sidebar__header .clock {
                font-size: 22px;
            }
}

@media (max-height: 1200px) {
    .creative-display .creative-display__item img {
        max-height: 900px;
    }
}

@media (max-height: 980px) {
    .creative-display .creative-display__item img {
        max-height: 700px;
    }
}

@media (max-height: 768px) {
    .creative-display .creative-display__item img {
        max-height: 550px;
    }
}

@media (max-height: 670px) {
    .creative-display .creative-display__item img {
        max-height: 400px;
    }
}

.jwplayer button {
    margin: 0;
}

.film-player {
    position: relative;
}

    .film-player .context-menu-overlay {
        right: 1px;
    }

    .film-player .tooltip,
    .film-player .tooltip:before {
        z-index: 2147483647;
    }

    .film-player canvas {
        width: 100%;
        height: 100%;
    }

        .film-player canvas:-webkit-full-screen {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

    .film-player .context-menu-overlay {
        display: none;
    }

    .film-player .film-player__controls {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        vertical-align: middle;
        z-index: 1201;
        color: #fff;
        display: none;
    }

        .film-player .film-player__controls i,
        .film-player .film-player__controls span {
            color: #f0f0f0;
            padding: 15px 20px;
            opacity: .8;
        }

            .film-player .film-player__controls i:hover,
            .film-player .film-player__controls span:hover {
                color: white;
                opacity: 1;
            }

        .film-player .film-player__controls .time-start {
            padding-right: 5px;
            font-size: .8em;
            opacity: 1;
        }

        .film-player .film-player__controls .time-length {
            padding-left: 5px;
            opacity: .7;
            font-size: .8em;
        }

        .film-player .film-player__controls .right-controls i,
        .film-player .film-player__controls .right-controls span {
            padding: 15 5px;
        }

            .film-player .film-player__controls .right-controls i:last-of-type,
            .film-player .film-player__controls .right-controls span:last-of-type {
                padding-right: 20px;
            }

        .film-player .film-player__controls > .row {
            position: relative;
        }

        .film-player .film-player__controls .row {
            margin-top: 0;
            margin-bottom: 0;
        }

        .film-player .film-player__controls:hover .film-player__controls__progress {
            height: 10px;
        }

            .film-player .film-player__controls:hover .film-player__controls__progress .film-player__controls_progress_bar {
                height: 10px;
            }

    .film-player .iframeWrapper {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
    }

        .film-player .iframeWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .film-player .film-player__controls__progress {
        height: 3px;
        background-color: #222222;
        position: relative;
        width: 100%;
        cursor: pointer;
        z-index: 1202;
        -webkit-transition: all, 0.25s, ease-in-out;
        -moz-transition: all, 0.25s, ease-in-out;
        -o-transition: all, 0.25s, ease-in-out;
        transition: all, 0.25s, ease-in-out;
    }

        .film-player .film-player__controls__progress .film-player__controls_progress_bar {
            position: absolute;
            bottom: 0px;
            width: 0;
            height: 100%;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transition: all, 0.25s, ease-in-out;
            -moz-transition: all, 0.25s, ease-in-out;
            -o-transition: all, 0.25s, ease-in-out;
            transition: all, 0.25s, ease-in-out;
        }

        .film-player .film-player__controls__progress .film-player__controls_progress_progress {
            background-color: #FF00B9;
            left: 0;
            z-index: 1204;
        }

        .film-player .film-player__controls__progress .film-player__controls_progress_buffer {
            background-color: #484848;
            left: 0;
            z-index: 1203;
        }

        .film-player .film-player__controls__progress.film-player__controls__progress__bottom {
            position: absolute;
            bottom: 5px;
            margin-bottom: 0px;
            display: none;
        }

.play-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
}

    .play-control i {
        font-size: 4em;
        color: #fff;
        opacity: .8;
    }

        .play-control i:hover {
            opacity: 1;
        }

        .play-control i.fa-play {
            font-size: 6em;
        }

.volume-control {
    font-size: 18px;
    line-height: 1.4;
    float: left;
    padding-right: 5px;
}

    .volume-control button,
    .volume-control input {
        float: left;
        margin-right: 10px;
    }

    .volume-control button {
        width: 48px;
    }

    .volume-control .volume-control__slider {
        -webkit-appearance: none;
        width: 0;
        margin: 19px 0 13px;
        display: none;
        overflow: visible !important;
    }

video::-webkit-media-controls {
    display: none !important;
}

.volume-control .volume-control__slider:focus {
    outline: none;
}

.volume-control .volume-control__slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #484848;
}

.volume-control .volume-control__slider::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}

.volume-control .volume-control__slider:focus::-webkit-slider-runnable-track {
    background: #484848;
}

.volume-control .volume-control__slider::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #FF00B9;
    border-radius: 3px;
}

.volume-control .volume-control__slider::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.volume-control .volume-control__slider::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 3px;
}

.volume-control .volume-control__slider::-ms-fill-lower {
    background: #FF00B9;
    border-radius: 3px;
}

.volume-control .volume-control__slider::-ms-fill-upper {
    background: #FF00B9;
    border-radius: 3px;
}

.volume-control .volume-control__slider::-ms-thumb {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}

.volume-control .volume-control__slider:focus::-ms-fill-lower {
    background: #484848;
}

.volume-control .volume-control__slider:focus::-ms-fill-upper {
    background: #484848;
    border-radius: 3px;
}

.quality-control__options,
.actions-control__options {
    position: absolute;
    bottom: 100%;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    min-width: 149px;
    border-radius: 3px;
    padding: 20px;
    display: none;
}

.time-control {
    float: left;
}

::cue {
    font: 1em sans-serif;
}

@media (max-width: 768px) {
    .film-player .film-player__controls i,
    .film-player .film-player__controls span {
        padding: 15px 10px;
    }

    .volume-control {
        position: relative;
    }

        .volume-control .volume-control__slider {
            position: absolute;
            width: 75px !important;
            left: 25px;
            bottom: 100%;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -moz-transform-origin: 0%;
            -webkit-transform-origin: 0%;
            -o-transform-origin: 0%;
            -ms-transform-origin: 0%;
            transform-origin: 0%;
        }

    .actions-control__options,
    .actions-control__options h4,
    .quality-control__options,
    .quality-control__options h4 {
        font-size: 12px;
    }

        .actions-control__options .button-row.button-row--block .button,
        .actions-control__options .button-row.button-row--block a.button,
        .quality-control__options .button-row.button-row--block .button,
        .quality-control__options .button-row.button-row--block a.button {
            width: auto;
            display: inline-block;
        }

            .actions-control__options .button-row.button-row--block .button:first-of-type,
            .actions-control__options .button-row.button-row--block a.button:first-of-type,
            .quality-control__options .button-row.button-row--block .button:first-of-type,
            .quality-control__options .button-row.button-row--block a.button:first-of-type {
                border-radius: 3px 0 0 3px;
            }

            .actions-control__options .button-row.button-row--block .button:last-of-type,
            .actions-control__options .button-row.button-row--block a.button:last-of-type,
            .quality-control__options .button-row.button-row--block .button:last-of-type,
            .quality-control__options .button-row.button-row--block a.button:last-of-type {
                border-radius: 0 3px 3px 0;
            }
}

@media (max-width: 320px) {
    .quality-control__options,
    .actions-control__options {
        width: 270px;
    }

    .film-player__controls {
        font-size: .7em;
    }

    .volume-control {
        font-size: 1em;
    }

    .actions-control__options,
    .actions-control__options h4,
    .quality-control__options,
    .quality-control__options h4 {
        font-size: 12px;
    }
}

.ko-progress-circle {
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

    .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill {
        width: 60px;
        height: 60px;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform 10s;
        transition: -webkit-transform 10s;
        -o-transition: transform 10s;
        transition: transform 10s;
        transition: transform 10s, -webkit-transform 10s;
        border-radius: 50%;
    }

    .ko-progress-circle .ko-progress-circle__slice {
        clip: rect(0px, 60px, 60px, 30px);
    }

        .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
            clip: rect(0px, 30px, 60px, 0px);
            background-color: #FF00B9;
        }

    .ko-progress-circle .ko-progress-circle__overlay {
        width: 45px;
        height: 45px;
        position: absolute;
        margin-left: 7.5px;
        margin-top: 7.5px;
        background-color: #222;
        border-radius: 50%;
    }

    .ko-progress-circle .ko-progress-circle__play {
        width: 20px;
        height: 20px;
        position: absolute;
        margin-left: 22px;
        margin-top: 14px;
        color: white;
        font-size: 1.5em;
        display: block;
        cursor: pointer;
    }

    .ko-progress-circle[data-progress='0'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='0'] .ko-progress-circle__fill {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .ko-progress-circle[data-progress='0'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .ko-progress-circle[data-progress='1'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='1'] .ko-progress-circle__fill {
        -webkit-transform: rotate(1.8deg);
        -ms-transform: rotate(1.8deg);
        transform: rotate(1.8deg);
    }

        .ko-progress-circle[data-progress='1'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(3.6deg);
            -ms-transform: rotate(3.6deg);
            transform: rotate(3.6deg);
        }

    .ko-progress-circle[data-progress='2'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='2'] .ko-progress-circle__fill {
        -webkit-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }

        .ko-progress-circle[data-progress='2'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(7.2deg);
            -ms-transform: rotate(7.2deg);
            transform: rotate(7.2deg);
        }

    .ko-progress-circle[data-progress='3'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='3'] .ko-progress-circle__fill {
        -webkit-transform: rotate(5.4deg);
        -ms-transform: rotate(5.4deg);
        transform: rotate(5.4deg);
    }

        .ko-progress-circle[data-progress='3'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(10.8deg);
            -ms-transform: rotate(10.8deg);
            transform: rotate(10.8deg);
        }

    .ko-progress-circle[data-progress='4'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='4'] .ko-progress-circle__fill {
        -webkit-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }

        .ko-progress-circle[data-progress='4'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(14.4deg);
            -ms-transform: rotate(14.4deg);
            transform: rotate(14.4deg);
        }

    .ko-progress-circle[data-progress='5'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='5'] .ko-progress-circle__fill {
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
    }

        .ko-progress-circle[data-progress='5'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg);
        }

    .ko-progress-circle[data-progress='6'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='6'] .ko-progress-circle__fill {
        -webkit-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }

        .ko-progress-circle[data-progress='6'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(21.6deg);
            -ms-transform: rotate(21.6deg);
            transform: rotate(21.6deg);
        }

    .ko-progress-circle[data-progress='7'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='7'] .ko-progress-circle__fill {
        -webkit-transform: rotate(12.6deg);
        -ms-transform: rotate(12.6deg);
        transform: rotate(12.6deg);
    }

        .ko-progress-circle[data-progress='7'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(25.2deg);
            -ms-transform: rotate(25.2deg);
            transform: rotate(25.2deg);
        }

    .ko-progress-circle[data-progress='8'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='8'] .ko-progress-circle__fill {
        -webkit-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }

        .ko-progress-circle[data-progress='8'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(28.8deg);
            -ms-transform: rotate(28.8deg);
            transform: rotate(28.8deg);
        }

    .ko-progress-circle[data-progress='9'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='9'] .ko-progress-circle__fill {
        -webkit-transform: rotate(16.2deg);
        -ms-transform: rotate(16.2deg);
        transform: rotate(16.2deg);
    }

        .ko-progress-circle[data-progress='9'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(32.4deg);
            -ms-transform: rotate(32.4deg);
            transform: rotate(32.4deg);
        }

    .ko-progress-circle[data-progress='10'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='10'] .ko-progress-circle__fill {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

        .ko-progress-circle[data-progress='10'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
            transform: rotate(36deg);
        }

    .ko-progress-circle[data-progress='11'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='11'] .ko-progress-circle__fill {
        -webkit-transform: rotate(19.8deg);
        -ms-transform: rotate(19.8deg);
        transform: rotate(19.8deg);
    }

        .ko-progress-circle[data-progress='11'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(39.6deg);
            -ms-transform: rotate(39.6deg);
            transform: rotate(39.6deg);
        }

    .ko-progress-circle[data-progress='12'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='12'] .ko-progress-circle__fill {
        -webkit-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }

        .ko-progress-circle[data-progress='12'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(43.2deg);
            -ms-transform: rotate(43.2deg);
            transform: rotate(43.2deg);
        }

    .ko-progress-circle[data-progress='13'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='13'] .ko-progress-circle__fill {
        -webkit-transform: rotate(23.4deg);
        -ms-transform: rotate(23.4deg);
        transform: rotate(23.4deg);
    }

        .ko-progress-circle[data-progress='13'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(46.8deg);
            -ms-transform: rotate(46.8deg);
            transform: rotate(46.8deg);
        }

    .ko-progress-circle[data-progress='14'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='14'] .ko-progress-circle__fill {
        -webkit-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }

        .ko-progress-circle[data-progress='14'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(50.4deg);
            -ms-transform: rotate(50.4deg);
            transform: rotate(50.4deg);
        }

    .ko-progress-circle[data-progress='15'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='15'] .ko-progress-circle__fill {
        -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
        transform: rotate(27deg);
    }

        .ko-progress-circle[data-progress='15'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(54deg);
            -ms-transform: rotate(54deg);
            transform: rotate(54deg);
        }

    .ko-progress-circle[data-progress='16'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='16'] .ko-progress-circle__fill {
        -webkit-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }

        .ko-progress-circle[data-progress='16'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(57.6deg);
            -ms-transform: rotate(57.6deg);
            transform: rotate(57.6deg);
        }

    .ko-progress-circle[data-progress='17'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='17'] .ko-progress-circle__fill {
        -webkit-transform: rotate(30.6deg);
        -ms-transform: rotate(30.6deg);
        transform: rotate(30.6deg);
    }

        .ko-progress-circle[data-progress='17'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(61.2deg);
            -ms-transform: rotate(61.2deg);
            transform: rotate(61.2deg);
        }

    .ko-progress-circle[data-progress='18'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='18'] .ko-progress-circle__fill {
        -webkit-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }

        .ko-progress-circle[data-progress='18'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(64.8deg);
            -ms-transform: rotate(64.8deg);
            transform: rotate(64.8deg);
        }

    .ko-progress-circle[data-progress='19'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='19'] .ko-progress-circle__fill {
        -webkit-transform: rotate(34.2deg);
        -ms-transform: rotate(34.2deg);
        transform: rotate(34.2deg);
    }

        .ko-progress-circle[data-progress='19'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(68.4deg);
            -ms-transform: rotate(68.4deg);
            transform: rotate(68.4deg);
        }

    .ko-progress-circle[data-progress='20'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='20'] .ko-progress-circle__fill {
        -webkit-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        transform: rotate(36deg);
    }

        .ko-progress-circle[data-progress='20'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(72deg);
            -ms-transform: rotate(72deg);
            transform: rotate(72deg);
        }

    .ko-progress-circle[data-progress='21'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='21'] .ko-progress-circle__fill {
        -webkit-transform: rotate(37.8deg);
        -ms-transform: rotate(37.8deg);
        transform: rotate(37.8deg);
    }

        .ko-progress-circle[data-progress='21'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(75.6deg);
            -ms-transform: rotate(75.6deg);
            transform: rotate(75.6deg);
        }

    .ko-progress-circle[data-progress='22'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='22'] .ko-progress-circle__fill {
        -webkit-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }

        .ko-progress-circle[data-progress='22'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(79.2deg);
            -ms-transform: rotate(79.2deg);
            transform: rotate(79.2deg);
        }

    .ko-progress-circle[data-progress='23'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='23'] .ko-progress-circle__fill {
        -webkit-transform: rotate(41.4deg);
        -ms-transform: rotate(41.4deg);
        transform: rotate(41.4deg);
    }

        .ko-progress-circle[data-progress='23'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(82.8deg);
            -ms-transform: rotate(82.8deg);
            transform: rotate(82.8deg);
        }

    .ko-progress-circle[data-progress='24'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='24'] .ko-progress-circle__fill {
        -webkit-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

        .ko-progress-circle[data-progress='24'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(86.4deg);
            -ms-transform: rotate(86.4deg);
            transform: rotate(86.4deg);
        }

    .ko-progress-circle[data-progress='25'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='25'] .ko-progress-circle__fill {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .ko-progress-circle[data-progress='25'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .ko-progress-circle[data-progress='26'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='26'] .ko-progress-circle__fill {
        -webkit-transform: rotate(46.8deg);
        -ms-transform: rotate(46.8deg);
        transform: rotate(46.8deg);
    }

        .ko-progress-circle[data-progress='26'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(93.6deg);
            -ms-transform: rotate(93.6deg);
            transform: rotate(93.6deg);
        }

    .ko-progress-circle[data-progress='27'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='27'] .ko-progress-circle__fill {
        -webkit-transform: rotate(48.6deg);
        -ms-transform: rotate(48.6deg);
        transform: rotate(48.6deg);
    }

        .ko-progress-circle[data-progress='27'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(97.2deg);
            -ms-transform: rotate(97.2deg);
            transform: rotate(97.2deg);
        }

    .ko-progress-circle[data-progress='28'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='28'] .ko-progress-circle__fill {
        -webkit-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }

        .ko-progress-circle[data-progress='28'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(100.8deg);
            -ms-transform: rotate(100.8deg);
            transform: rotate(100.8deg);
        }

    .ko-progress-circle[data-progress='29'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='29'] .ko-progress-circle__fill {
        -webkit-transform: rotate(52.2deg);
        -ms-transform: rotate(52.2deg);
        transform: rotate(52.2deg);
    }

        .ko-progress-circle[data-progress='29'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(104.4deg);
            -ms-transform: rotate(104.4deg);
            transform: rotate(104.4deg);
        }

    .ko-progress-circle[data-progress='30'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='30'] .ko-progress-circle__fill {
        -webkit-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        transform: rotate(54deg);
    }

        .ko-progress-circle[data-progress='30'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(108deg);
            -ms-transform: rotate(108deg);
            transform: rotate(108deg);
        }

    .ko-progress-circle[data-progress='31'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='31'] .ko-progress-circle__fill {
        -webkit-transform: rotate(55.8deg);
        -ms-transform: rotate(55.8deg);
        transform: rotate(55.8deg);
    }

        .ko-progress-circle[data-progress='31'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(111.6deg);
            -ms-transform: rotate(111.6deg);
            transform: rotate(111.6deg);
        }

    .ko-progress-circle[data-progress='32'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='32'] .ko-progress-circle__fill {
        -webkit-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }

        .ko-progress-circle[data-progress='32'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(115.2deg);
            -ms-transform: rotate(115.2deg);
            transform: rotate(115.2deg);
        }

    .ko-progress-circle[data-progress='33'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='33'] .ko-progress-circle__fill {
        -webkit-transform: rotate(59.4deg);
        -ms-transform: rotate(59.4deg);
        transform: rotate(59.4deg);
    }

        .ko-progress-circle[data-progress='33'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(118.8deg);
            -ms-transform: rotate(118.8deg);
            transform: rotate(118.8deg);
        }

    .ko-progress-circle[data-progress='34'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='34'] .ko-progress-circle__fill {
        -webkit-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }

        .ko-progress-circle[data-progress='34'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(122.4deg);
            -ms-transform: rotate(122.4deg);
            transform: rotate(122.4deg);
        }

    .ko-progress-circle[data-progress='35'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='35'] .ko-progress-circle__fill {
        -webkit-transform: rotate(63deg);
        -ms-transform: rotate(63deg);
        transform: rotate(63deg);
    }

        .ko-progress-circle[data-progress='35'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(126deg);
            -ms-transform: rotate(126deg);
            transform: rotate(126deg);
        }

    .ko-progress-circle[data-progress='36'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='36'] .ko-progress-circle__fill {
        -webkit-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }

        .ko-progress-circle[data-progress='36'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(129.6deg);
            -ms-transform: rotate(129.6deg);
            transform: rotate(129.6deg);
        }

    .ko-progress-circle[data-progress='37'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='37'] .ko-progress-circle__fill {
        -webkit-transform: rotate(66.6deg);
        -ms-transform: rotate(66.6deg);
        transform: rotate(66.6deg);
    }

        .ko-progress-circle[data-progress='37'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(133.2deg);
            -ms-transform: rotate(133.2deg);
            transform: rotate(133.2deg);
        }

    .ko-progress-circle[data-progress='38'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='38'] .ko-progress-circle__fill {
        -webkit-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }

        .ko-progress-circle[data-progress='38'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(136.8deg);
            -ms-transform: rotate(136.8deg);
            transform: rotate(136.8deg);
        }

    .ko-progress-circle[data-progress='39'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='39'] .ko-progress-circle__fill {
        -webkit-transform: rotate(70.2deg);
        -ms-transform: rotate(70.2deg);
        transform: rotate(70.2deg);
    }

        .ko-progress-circle[data-progress='39'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(140.4deg);
            -ms-transform: rotate(140.4deg);
            transform: rotate(140.4deg);
        }

    .ko-progress-circle[data-progress='40'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='40'] .ko-progress-circle__fill {
        -webkit-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        transform: rotate(72deg);
    }

        .ko-progress-circle[data-progress='40'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(144deg);
            -ms-transform: rotate(144deg);
            transform: rotate(144deg);
        }

    .ko-progress-circle[data-progress='41'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='41'] .ko-progress-circle__fill {
        -webkit-transform: rotate(73.8deg);
        -ms-transform: rotate(73.8deg);
        transform: rotate(73.8deg);
    }

        .ko-progress-circle[data-progress='41'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(147.6deg);
            -ms-transform: rotate(147.6deg);
            transform: rotate(147.6deg);
        }

    .ko-progress-circle[data-progress='42'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='42'] .ko-progress-circle__fill {
        -webkit-transform: rotate(75.6deg);
        -ms-transform: rotate(75.6deg);
        transform: rotate(75.6deg);
    }

        .ko-progress-circle[data-progress='42'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(151.2deg);
            -ms-transform: rotate(151.2deg);
            transform: rotate(151.2deg);
        }

    .ko-progress-circle[data-progress='43'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='43'] .ko-progress-circle__fill {
        -webkit-transform: rotate(77.4deg);
        -ms-transform: rotate(77.4deg);
        transform: rotate(77.4deg);
    }

        .ko-progress-circle[data-progress='43'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(154.8deg);
            -ms-transform: rotate(154.8deg);
            transform: rotate(154.8deg);
        }

    .ko-progress-circle[data-progress='44'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='44'] .ko-progress-circle__fill {
        -webkit-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }

        .ko-progress-circle[data-progress='44'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(158.4deg);
            -ms-transform: rotate(158.4deg);
            transform: rotate(158.4deg);
        }

    .ko-progress-circle[data-progress='45'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='45'] .ko-progress-circle__fill {
        -webkit-transform: rotate(81deg);
        -ms-transform: rotate(81deg);
        transform: rotate(81deg);
    }

        .ko-progress-circle[data-progress='45'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(162deg);
            -ms-transform: rotate(162deg);
            transform: rotate(162deg);
        }

    .ko-progress-circle[data-progress='46'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='46'] .ko-progress-circle__fill {
        -webkit-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }

        .ko-progress-circle[data-progress='46'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(165.6deg);
            -ms-transform: rotate(165.6deg);
            transform: rotate(165.6deg);
        }

    .ko-progress-circle[data-progress='47'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='47'] .ko-progress-circle__fill {
        -webkit-transform: rotate(84.6deg);
        -ms-transform: rotate(84.6deg);
        transform: rotate(84.6deg);
    }

        .ko-progress-circle[data-progress='47'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(169.2deg);
            -ms-transform: rotate(169.2deg);
            transform: rotate(169.2deg);
        }

    .ko-progress-circle[data-progress='48'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='48'] .ko-progress-circle__fill {
        -webkit-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }

        .ko-progress-circle[data-progress='48'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(172.8deg);
            -ms-transform: rotate(172.8deg);
            transform: rotate(172.8deg);
        }

    .ko-progress-circle[data-progress='49'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='49'] .ko-progress-circle__fill {
        -webkit-transform: rotate(88.2deg);
        -ms-transform: rotate(88.2deg);
        transform: rotate(88.2deg);
    }

        .ko-progress-circle[data-progress='49'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(176.4deg);
            -ms-transform: rotate(176.4deg);
            transform: rotate(176.4deg);
        }

    .ko-progress-circle[data-progress='50'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='50'] .ko-progress-circle__fill {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .ko-progress-circle[data-progress='50'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .ko-progress-circle[data-progress='51'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='51'] .ko-progress-circle__fill {
        -webkit-transform: rotate(91.8deg);
        -ms-transform: rotate(91.8deg);
        transform: rotate(91.8deg);
    }

        .ko-progress-circle[data-progress='51'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(183.6deg);
            -ms-transform: rotate(183.6deg);
            transform: rotate(183.6deg);
        }

    .ko-progress-circle[data-progress='52'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='52'] .ko-progress-circle__fill {
        -webkit-transform: rotate(93.6deg);
        -ms-transform: rotate(93.6deg);
        transform: rotate(93.6deg);
    }

        .ko-progress-circle[data-progress='52'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(187.2deg);
            -ms-transform: rotate(187.2deg);
            transform: rotate(187.2deg);
        }

    .ko-progress-circle[data-progress='53'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='53'] .ko-progress-circle__fill {
        -webkit-transform: rotate(95.4deg);
        -ms-transform: rotate(95.4deg);
        transform: rotate(95.4deg);
    }

        .ko-progress-circle[data-progress='53'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(190.8deg);
            -ms-transform: rotate(190.8deg);
            transform: rotate(190.8deg);
        }

    .ko-progress-circle[data-progress='54'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='54'] .ko-progress-circle__fill {
        -webkit-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }

        .ko-progress-circle[data-progress='54'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(194.4deg);
            -ms-transform: rotate(194.4deg);
            transform: rotate(194.4deg);
        }

    .ko-progress-circle[data-progress='55'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='55'] .ko-progress-circle__fill {
        -webkit-transform: rotate(99deg);
        -ms-transform: rotate(99deg);
        transform: rotate(99deg);
    }

        .ko-progress-circle[data-progress='55'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(198deg);
            -ms-transform: rotate(198deg);
            transform: rotate(198deg);
        }

    .ko-progress-circle[data-progress='56'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='56'] .ko-progress-circle__fill {
        -webkit-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }

        .ko-progress-circle[data-progress='56'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(201.6deg);
            -ms-transform: rotate(201.6deg);
            transform: rotate(201.6deg);
        }

    .ko-progress-circle[data-progress='57'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='57'] .ko-progress-circle__fill {
        -webkit-transform: rotate(102.6deg);
        -ms-transform: rotate(102.6deg);
        transform: rotate(102.6deg);
    }

        .ko-progress-circle[data-progress='57'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(205.2deg);
            -ms-transform: rotate(205.2deg);
            transform: rotate(205.2deg);
        }

    .ko-progress-circle[data-progress='58'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='58'] .ko-progress-circle__fill {
        -webkit-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }

        .ko-progress-circle[data-progress='58'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(208.8deg);
            -ms-transform: rotate(208.8deg);
            transform: rotate(208.8deg);
        }

    .ko-progress-circle[data-progress='59'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='59'] .ko-progress-circle__fill {
        -webkit-transform: rotate(106.2deg);
        -ms-transform: rotate(106.2deg);
        transform: rotate(106.2deg);
    }

        .ko-progress-circle[data-progress='59'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(212.4deg);
            -ms-transform: rotate(212.4deg);
            transform: rotate(212.4deg);
        }

    .ko-progress-circle[data-progress='60'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='60'] .ko-progress-circle__fill {
        -webkit-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        transform: rotate(108deg);
    }

        .ko-progress-circle[data-progress='60'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(216deg);
            -ms-transform: rotate(216deg);
            transform: rotate(216deg);
        }

    .ko-progress-circle[data-progress='61'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='61'] .ko-progress-circle__fill {
        -webkit-transform: rotate(109.8deg);
        -ms-transform: rotate(109.8deg);
        transform: rotate(109.8deg);
    }

        .ko-progress-circle[data-progress='61'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(219.6deg);
            -ms-transform: rotate(219.6deg);
            transform: rotate(219.6deg);
        }

    .ko-progress-circle[data-progress='62'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='62'] .ko-progress-circle__fill {
        -webkit-transform: rotate(111.6deg);
        -ms-transform: rotate(111.6deg);
        transform: rotate(111.6deg);
    }

        .ko-progress-circle[data-progress='62'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(223.2deg);
            -ms-transform: rotate(223.2deg);
            transform: rotate(223.2deg);
        }

    .ko-progress-circle[data-progress='63'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='63'] .ko-progress-circle__fill {
        -webkit-transform: rotate(113.4deg);
        -ms-transform: rotate(113.4deg);
        transform: rotate(113.4deg);
    }

        .ko-progress-circle[data-progress='63'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(226.8deg);
            -ms-transform: rotate(226.8deg);
            transform: rotate(226.8deg);
        }

    .ko-progress-circle[data-progress='64'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='64'] .ko-progress-circle__fill {
        -webkit-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }

        .ko-progress-circle[data-progress='64'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(230.4deg);
            -ms-transform: rotate(230.4deg);
            transform: rotate(230.4deg);
        }

    .ko-progress-circle[data-progress='65'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='65'] .ko-progress-circle__fill {
        -webkit-transform: rotate(117deg);
        -ms-transform: rotate(117deg);
        transform: rotate(117deg);
    }

        .ko-progress-circle[data-progress='65'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(234deg);
            -ms-transform: rotate(234deg);
            transform: rotate(234deg);
        }

    .ko-progress-circle[data-progress='66'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='66'] .ko-progress-circle__fill {
        -webkit-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }

        .ko-progress-circle[data-progress='66'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(237.6deg);
            -ms-transform: rotate(237.6deg);
            transform: rotate(237.6deg);
        }

    .ko-progress-circle[data-progress='67'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='67'] .ko-progress-circle__fill {
        -webkit-transform: rotate(120.6deg);
        -ms-transform: rotate(120.6deg);
        transform: rotate(120.6deg);
    }

        .ko-progress-circle[data-progress='67'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(241.2deg);
            -ms-transform: rotate(241.2deg);
            transform: rotate(241.2deg);
        }

    .ko-progress-circle[data-progress='68'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='68'] .ko-progress-circle__fill {
        -webkit-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }

        .ko-progress-circle[data-progress='68'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(244.8deg);
            -ms-transform: rotate(244.8deg);
            transform: rotate(244.8deg);
        }

    .ko-progress-circle[data-progress='69'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='69'] .ko-progress-circle__fill {
        -webkit-transform: rotate(124.2deg);
        -ms-transform: rotate(124.2deg);
        transform: rotate(124.2deg);
    }

        .ko-progress-circle[data-progress='69'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(248.4deg);
            -ms-transform: rotate(248.4deg);
            transform: rotate(248.4deg);
        }

    .ko-progress-circle[data-progress='70'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='70'] .ko-progress-circle__fill {
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        transform: rotate(126deg);
    }

        .ko-progress-circle[data-progress='70'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(252deg);
            -ms-transform: rotate(252deg);
            transform: rotate(252deg);
        }

    .ko-progress-circle[data-progress='71'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='71'] .ko-progress-circle__fill {
        -webkit-transform: rotate(127.8deg);
        -ms-transform: rotate(127.8deg);
        transform: rotate(127.8deg);
    }

        .ko-progress-circle[data-progress='71'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(255.6deg);
            -ms-transform: rotate(255.6deg);
            transform: rotate(255.6deg);
        }

    .ko-progress-circle[data-progress='72'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='72'] .ko-progress-circle__fill {
        -webkit-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }

        .ko-progress-circle[data-progress='72'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(259.2deg);
            -ms-transform: rotate(259.2deg);
            transform: rotate(259.2deg);
        }

    .ko-progress-circle[data-progress='73'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='73'] .ko-progress-circle__fill {
        -webkit-transform: rotate(131.4deg);
        -ms-transform: rotate(131.4deg);
        transform: rotate(131.4deg);
    }

        .ko-progress-circle[data-progress='73'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(262.8deg);
            -ms-transform: rotate(262.8deg);
            transform: rotate(262.8deg);
        }

    .ko-progress-circle[data-progress='74'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='74'] .ko-progress-circle__fill {
        -webkit-transform: rotate(133.2deg);
        -ms-transform: rotate(133.2deg);
        transform: rotate(133.2deg);
    }

        .ko-progress-circle[data-progress='74'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(266.4deg);
            -ms-transform: rotate(266.4deg);
            transform: rotate(266.4deg);
        }

    .ko-progress-circle[data-progress='75'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='75'] .ko-progress-circle__fill {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

        .ko-progress-circle[data-progress='75'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

    .ko-progress-circle[data-progress='76'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='76'] .ko-progress-circle__fill {
        -webkit-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }

        .ko-progress-circle[data-progress='76'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(273.6deg);
            -ms-transform: rotate(273.6deg);
            transform: rotate(273.6deg);
        }

    .ko-progress-circle[data-progress='77'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='77'] .ko-progress-circle__fill {
        -webkit-transform: rotate(138.6deg);
        -ms-transform: rotate(138.6deg);
        transform: rotate(138.6deg);
    }

        .ko-progress-circle[data-progress='77'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(277.2deg);
            -ms-transform: rotate(277.2deg);
            transform: rotate(277.2deg);
        }

    .ko-progress-circle[data-progress='78'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='78'] .ko-progress-circle__fill {
        -webkit-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }

        .ko-progress-circle[data-progress='78'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(280.8deg);
            -ms-transform: rotate(280.8deg);
            transform: rotate(280.8deg);
        }

    .ko-progress-circle[data-progress='79'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='79'] .ko-progress-circle__fill {
        -webkit-transform: rotate(142.2deg);
        -ms-transform: rotate(142.2deg);
        transform: rotate(142.2deg);
    }

        .ko-progress-circle[data-progress='79'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(284.4deg);
            -ms-transform: rotate(284.4deg);
            transform: rotate(284.4deg);
        }

    .ko-progress-circle[data-progress='80'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='80'] .ko-progress-circle__fill {
        -webkit-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        transform: rotate(144deg);
    }

        .ko-progress-circle[data-progress='80'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(288deg);
            -ms-transform: rotate(288deg);
            transform: rotate(288deg);
        }

    .ko-progress-circle[data-progress='81'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='81'] .ko-progress-circle__fill {
        -webkit-transform: rotate(145.8deg);
        -ms-transform: rotate(145.8deg);
        transform: rotate(145.8deg);
    }

        .ko-progress-circle[data-progress='81'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(291.6deg);
            -ms-transform: rotate(291.6deg);
            transform: rotate(291.6deg);
        }

    .ko-progress-circle[data-progress='82'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='82'] .ko-progress-circle__fill {
        -webkit-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }

        .ko-progress-circle[data-progress='82'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(295.2deg);
            -ms-transform: rotate(295.2deg);
            transform: rotate(295.2deg);
        }

    .ko-progress-circle[data-progress='83'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='83'] .ko-progress-circle__fill {
        -webkit-transform: rotate(149.4deg);
        -ms-transform: rotate(149.4deg);
        transform: rotate(149.4deg);
    }

        .ko-progress-circle[data-progress='83'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(298.8deg);
            -ms-transform: rotate(298.8deg);
            transform: rotate(298.8deg);
        }

    .ko-progress-circle[data-progress='84'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='84'] .ko-progress-circle__fill {
        -webkit-transform: rotate(151.2deg);
        -ms-transform: rotate(151.2deg);
        transform: rotate(151.2deg);
    }

        .ko-progress-circle[data-progress='84'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(302.4deg);
            -ms-transform: rotate(302.4deg);
            transform: rotate(302.4deg);
        }

    .ko-progress-circle[data-progress='85'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='85'] .ko-progress-circle__fill {
        -webkit-transform: rotate(153deg);
        -ms-transform: rotate(153deg);
        transform: rotate(153deg);
    }

        .ko-progress-circle[data-progress='85'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(306deg);
            -ms-transform: rotate(306deg);
            transform: rotate(306deg);
        }

    .ko-progress-circle[data-progress='86'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='86'] .ko-progress-circle__fill {
        -webkit-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }

        .ko-progress-circle[data-progress='86'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(309.6deg);
            -ms-transform: rotate(309.6deg);
            transform: rotate(309.6deg);
        }

    .ko-progress-circle[data-progress='87'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='87'] .ko-progress-circle__fill {
        -webkit-transform: rotate(156.6deg);
        -ms-transform: rotate(156.6deg);
        transform: rotate(156.6deg);
    }

        .ko-progress-circle[data-progress='87'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(313.2deg);
            -ms-transform: rotate(313.2deg);
            transform: rotate(313.2deg);
        }

    .ko-progress-circle[data-progress='88'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='88'] .ko-progress-circle__fill {
        -webkit-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }

        .ko-progress-circle[data-progress='88'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(316.8deg);
            -ms-transform: rotate(316.8deg);
            transform: rotate(316.8deg);
        }

    .ko-progress-circle[data-progress='89'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='89'] .ko-progress-circle__fill {
        -webkit-transform: rotate(160.2deg);
        -ms-transform: rotate(160.2deg);
        transform: rotate(160.2deg);
    }

        .ko-progress-circle[data-progress='89'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(320.4deg);
            -ms-transform: rotate(320.4deg);
            transform: rotate(320.4deg);
        }

    .ko-progress-circle[data-progress='90'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='90'] .ko-progress-circle__fill {
        -webkit-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        transform: rotate(162deg);
    }

        .ko-progress-circle[data-progress='90'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(324deg);
            -ms-transform: rotate(324deg);
            transform: rotate(324deg);
        }

    .ko-progress-circle[data-progress='91'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='91'] .ko-progress-circle__fill {
        -webkit-transform: rotate(163.8deg);
        -ms-transform: rotate(163.8deg);
        transform: rotate(163.8deg);
    }

        .ko-progress-circle[data-progress='91'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(327.6deg);
            -ms-transform: rotate(327.6deg);
            transform: rotate(327.6deg);
        }

    .ko-progress-circle[data-progress='92'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='92'] .ko-progress-circle__fill {
        -webkit-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }

        .ko-progress-circle[data-progress='92'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(331.2deg);
            -ms-transform: rotate(331.2deg);
            transform: rotate(331.2deg);
        }

    .ko-progress-circle[data-progress='93'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='93'] .ko-progress-circle__fill {
        -webkit-transform: rotate(167.4deg);
        -ms-transform: rotate(167.4deg);
        transform: rotate(167.4deg);
    }

        .ko-progress-circle[data-progress='93'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(334.8deg);
            -ms-transform: rotate(334.8deg);
            transform: rotate(334.8deg);
        }

    .ko-progress-circle[data-progress='94'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='94'] .ko-progress-circle__fill {
        -webkit-transform: rotate(169.2deg);
        -ms-transform: rotate(169.2deg);
        transform: rotate(169.2deg);
    }

        .ko-progress-circle[data-progress='94'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(338.4deg);
            -ms-transform: rotate(338.4deg);
            transform: rotate(338.4deg);
        }

    .ko-progress-circle[data-progress='95'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='95'] .ko-progress-circle__fill {
        -webkit-transform: rotate(171deg);
        -ms-transform: rotate(171deg);
        transform: rotate(171deg);
    }

        .ko-progress-circle[data-progress='95'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(342deg);
            -ms-transform: rotate(342deg);
            transform: rotate(342deg);
        }

    .ko-progress-circle[data-progress='96'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='96'] .ko-progress-circle__fill {
        -webkit-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }

        .ko-progress-circle[data-progress='96'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(345.6deg);
            -ms-transform: rotate(345.6deg);
            transform: rotate(345.6deg);
        }

    .ko-progress-circle[data-progress='97'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='97'] .ko-progress-circle__fill {
        -webkit-transform: rotate(174.6deg);
        -ms-transform: rotate(174.6deg);
        transform: rotate(174.6deg);
    }

        .ko-progress-circle[data-progress='97'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(349.2deg);
            -ms-transform: rotate(349.2deg);
            transform: rotate(349.2deg);
        }

    .ko-progress-circle[data-progress='98'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='98'] .ko-progress-circle__fill {
        -webkit-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }

        .ko-progress-circle[data-progress='98'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(352.8deg);
            -ms-transform: rotate(352.8deg);
            transform: rotate(352.8deg);
        }

    .ko-progress-circle[data-progress='99'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='99'] .ko-progress-circle__fill {
        -webkit-transform: rotate(178.2deg);
        -ms-transform: rotate(178.2deg);
        transform: rotate(178.2deg);
    }

        .ko-progress-circle[data-progress='99'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(356.4deg);
            -ms-transform: rotate(356.4deg);
            transform: rotate(356.4deg);
        }

    .ko-progress-circle[data-progress='100'] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress='100'] .ko-progress-circle__fill {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .ko-progress-circle[data-progress='100'] .ko-progress-circle__fill.ko-progress-circle__bar {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

.post-block {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    margin: 0 0 20px;
    position: relative;
}

    .post-block .post-block__main h4 {
        margin: 0 0 5px;
    }

    .post-block .post-block__main p {
        margin-bottom: 0;
    }

    .post-block .post-block__main:last-of-type .post-block__main__body:last-of-type {
        border-bottom: 0;
    }

    .post-block .show-more-comments {
        padding: 5px;
        background: #ececec;
        border-bottom: 1px solid #d6d6d6;
        cursor: pointer;
    }

        .post-block .show-more-comments p {
            margin: 0;
        }

    .post-block .post-block__main__body {
        overflow: hidden;
        padding: 20px;
        margin-top: 0;
        border-bottom: 1px solid #d6d6d6;
    }

        .post-block .post-block__main__body .post-block__main__body__avatar {
            position: relative;
            margin: 0 20px 0 0;
            float: left;
            width: 10%;
            min-width: 50px;
        }

        .post-block .post-block__main__body .post-block__main__body__text {
            width: 78%;
            float: left;
        }

            .post-block .post-block__main__body .post-block__main__body__text blockquote {
                font-size: 14px;
                margin-bottom: 0;
            }

        .post-block .post-block__main__body .post-block__main__body__thumbnail {
            margin-top: 20px;
        }

        .post-block .post-block__main__body .avatar-badge {
            opacity: 2;
            -webkit-transition: all, 0.15s, ease-in-out;
            -moz-transition: all, 0.15s, ease-in-out;
            -o-transition: all, 0.15s, ease-in-out;
            transition: all, 0.15s, ease-in-out;
        }

    .post-block .post-block__main--visible {
        overflow: visible !important;
    }

    .post-block .post-block__main--post {
        background: #fff;
    }

        .post-block .post-block__main--post h4 {
            font-size: 14px;
        }

        .post-block .post-block__main--post p.small {
            font-size: 11px;
            margin-bottom: 5px;
            color: #6e6e6e;
        }

    .post-block .post-block__main--comment {
        background: #f4f4f4;
    }

        .post-block .post-block__main--comment .post-block__main__body .post-block__main__body__text {
            font-size: 13px;
            width: 90%;
        }

        .post-block .post-block__main--comment .post-block__main__body .post-block__main__body__avatar {
            width: 5%;
            margin-right: 5%;
            min-width: 0px;
        }

        .post-block .post-block__main--comment h4 {
            font-size: 13px;
        }

            .post-block .post-block__main--comment h4 span {
                font-weight: 600;
            }

            .post-block .post-block__main--comment h4 .js-postMeta {
                display: inline;
                margin-left: 10px;
            }

                .post-block .post-block__main--comment h4 .js-postMeta .timeago {
                    color: #888888;
                    font-size: 12px;
                    font-weight: 400;
                }

        .post-block .post-block__main--comment img.avatar {
            width: 45px;
            height: 45px;
            border-radius: 45px;
        }

    .post-block .post-block__main--form {
        overflow: hidden;
        background: #fff;
    }

        .post-block .post-block__main--form input[type="email"],
        .post-block .post-block__main--form input[type="text"],
        .post-block .post-block__main--form textarea,
        .post-block .post-block__main--form .form-control {
            color: #484848;
            line-height: 1;
            width: 100%;
            height: auto;
            min-height: 34px;
            border-radius: 3px;
            border: 1px solid #d6d6d6;
            padding: 12px 12px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .post-block .post-block__main--form .taggingContainer .commentTagging {
            min-height: 34px;
            height: auto;
            content: '';
            padding: 10px 12px;
        }

            .post-block .post-block__main--form .taggingContainer .commentTagging.tagging-placeholder:before {
                content: "Leave a comment..." !important;
                color: #484848;
                line-height: 1;
            }

            .post-block .post-block__main--form .taggingContainer .commentTagging:focus.tagging-placeholder:before {
                display: none;
            }

        .post-block .post-block__main--form .post-block__main__body__avatar {
            width: 5%;
            margin-right: 5%;
            float: left;
            min-width: 0px;
        }

        .post-block .post-block__main--form .post-block__main__input {
            width: 70%;
            float: left;
            margin-right: 1%;
        }

        .post-block .post-block__main--form .post-block__main__submit {
            width: 19%;
            float: left;
        }

            .post-block .post-block__main--form .post-block__main__submit button {
                margin: 0;
            }

        .post-block .post-block__main--form img.avatar {
            width: 45px;
            height: 45px;
            border-radius: 45px;
        }

    .post-block .flagged-alert {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0;
        z-index: 2;
        display: none;
    }

    .post-block .post-thumbnail {
        margin-top: 20px;
    }

        .post-block .post-thumbnail img.avatar {
            width: 100%;
        }

@media only screen and (max-width: 992px) {
    .post-block .post-block__main--form .post-block__main__body__avatar {
        display: none;
    }

    .post-block .post-block__main--form .post-block__main__input {
        width: 100%;
    }

    .post-block .post-block__main--form .post-block__main__submit {
        width: 100%;
    }

    .post-block .post-block__main--comment .post-block__main__body .post-block__main__body__text {
        width: 80%;
    }

    .post-block .post-block__main--comment .post-block__main__body .post-block__main__body__avatar {
        margin-right: 8%;
    }
}

@media (max-width: 767px) {
    .post-block .post-block__main__body .post-block__main__body__avatar {
        min-width: 25px;
    }

        .post-block .post-block__main__body .post-block__main__body__avatar img.avatar {
            width: 25px;
            height: 25px;
        }
}

/*
* Handles the Css for the status update box
*/
/* 
    Created on : Nov 7, 2014, 9:51:13 AM
    Author     : Damon Banks
*/
.statusUpdateContainer {
    position: relative;
}

    .statusUpdateContainer .textbox {
        width: 100%;
        height: auto;
        content: '';
    }

        .statusUpdateContainer .textbox:hover {
            cursor: text;
        }

        .statusUpdateContainer .textbox.status-textbox.tagging-placeholder:before {
            content: "Tag Users, Videos and Campaign by using the @ symbol.";
            color: #484848;
        }

        .statusUpdateContainer .textbox.onboarding-status.status-placeholder:before {
            content: "What brought you to AudPop? " !important;
            color: #484848;
        }

        .statusUpdateContainer .textbox:focus.tagging-placeholder:before {
            display: none;
        }

    .statusUpdateContainer .tagSearch {
        display: none;
        position: absolute;
        max-height: 300px;
        overflow-y: scroll;
        background: #FFF;
        z-index: 9;
        width: 100%;
        -webkit-box-shadow: 0px 4px 11px 0px #888;
        box-shadow: 0px 4px 11px 0px #888;
        max-width: 500px;
    }

        .statusUpdateContainer .tagSearch .nav-tabs {
            padding: 10px 10px 0 10px;
        }

        .statusUpdateContainer .tagSearch .tab-content ul {
            max-height: 250px;
            overflow-y: scroll;
        }

            .statusUpdateContainer .tagSearch .tab-content ul li {
                padding: 10px !important;
                cursor: pointer;
            }

                .statusUpdateContainer .tagSearch .tab-content ul li a {
                    display: block;
                    white-space: normal;
                    color: #484848 !important;
                }

                    .statusUpdateContainer .tagSearch .tab-content ul li a:hover {
                        color: #484848 !important;
                        background: transparent;
                        text-decoration: none;
                    }

                .statusUpdateContainer .tagSearch .tab-content ul li:hover {
                    background: #f5f5f5;
                }

        .statusUpdateContainer .tagSearch .loaderTag {
            diplay: none;
        }

/*
 * AudPop Landing and Tour Pages Stylesheet
 * Author: Becca Sayre
 * Version: 1.0.0
 * All Rights Reserved
 *
 * Outputs to /styles/landingStyles.css
*/
/* Section Structure
----------------------------------------- */
.section {
    position: relative;
    padding: 5em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .section .section__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .section .section--text {
        position: relative;
        z-index: 2;
    }

    .section.section--first {
        padding: 0 0 5em 0;
    }

    .section.section--white {
        background: #fff;
        color: #868686;
    }

    .section.section--slim {
        padding: 3em 0;
    }

    .section.section--dark {
        background: #303030;
        color: #aaaaaa;
    }

        .section.section--dark h1, .section.section--dark h2, .section.section--dark h3, .section.section--dark h4, .section.section--dark h5, .section.section--dark h6 {
            color: #fff;
        }

    .section .section--title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .section .section--subhead {
        font-weight: 300;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 2em;
        line-height: 1.4em;
        color: #7b7b7b;
    }

.section-heading {
    margin-bottom: 2em;
    text-align: center;
}

    .section-heading h1 {
        font-size: 48px;
    }

    .section-heading h2 {
        font-size: 40px;
    }

    .section-heading h3 {
        font-size: 36px;
    }

    .section-heading h4 {
        font-size: 30px;
    }

    .section-heading h5 {
        font-size: 24px;
    }

    .section-heading h6 {
        font-size: 18px;
    }

    .section-heading .section-heading__heading {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .section-heading .section-heading__subhead {
        color: #999;
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 300;
    }

    .section-heading.section-heading--slim {
        margin: 30px 0 10px;
    }

        .section-heading.section-heading--slim h1,
        .section-heading.section-heading--slim h2,
        .section-heading.section-heading--slim h3,
        .section-heading.section-heading--slim h4,
        .section-heading.section-heading--slim h5,
        .section-heading.section-heading--slim h6,
        .section-heading.section-heading--slim p {
            margin: 0;
            line-height: 36px;
        }

            .section-heading.section-heading--slim h1 .pull-right,
            .section-heading.section-heading--slim h2 .pull-right,
            .section-heading.section-heading--slim h3 .pull-right,
            .section-heading.section-heading--slim h4 .pull-right,
            .section-heading.section-heading--slim h5 .pull-right,
            .section-heading.section-heading--slim h6 .pull-right,
            .section-heading.section-heading--slim p .pull-right {
                margin-top: 15px;
            }

.features {
    padding: 15px 0;
}

    .features .features-bullet {
        margin-bottom: 20px;
    }

        .features .features-bullet i {
            padding-bottom: .3em;
        }

        .features .features-bullet .features-bullet__content {
            font-size: 16px;
            color: #999;
        }

            .features .features-bullet .features-bullet__content h4 {
                margin-top: 5px;
            }

            .features .features-bullet .features-bullet__content p {
                font-size: 16px;
            }

        .features .features-bullet .features-bullet__content--no-heading {
            padding-top: 1em;
        }

.page-header.section {
    padding: 100px 40px;
    margin-bottom: 0;
}

    .page-header.section .page-header__text h4 {
        font-size: 18px;
    }

.section .page-header .social {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    padding: 5px;
}

.section.hero p.credit {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-shadow: none;
    color: #fff;
    padding-right: 20px;
}

    .section.hero p.credit a {
        text-decoration: underline;
        color: #fff;
        font-weight: bold;
    }

@media (max-width: 991px) {
    .section .section--title {
        font-size: 36px;
        text-align: center;
    }

    .section .section--subhead {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .section .section--title {
        font-size: 24px;
    }

    .section .section--subhead {
        font-size: 14px;
    }

    .colorpicker {
        position: absolute;
    }
}

/*
 * Audfest Themes
*/
.theme-color {
    background: #E22D57;
}

.button.theme-color {
    background-color: #E22D57;
    border: none;
    color: #fff;
}

.glow {
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    -khtml-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
}

.landing-nav {
    background: #fff;
    font-size: 1.7rem;
    text-align: center;
}

    .landing-nav .navbar-nav {
        display: inline-block;
        float: none;
    }

        .landing-nav .navbar-nav li a {
            font-weight: 700;
            padding: 2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #222;
        }

            .landing-nav .navbar-nav li a:hover {
                color: #FF00B9;
            }

@media (max-width: 1200px) {
    .landing-nav {
        font-size: 1.5rem;
    }

        .landing-nav .navbar-nav li a {
            padding: 2rem 1rem;
        }
}

@media (max-width: 991px) {
    .landing-nav {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .landing-nav {
        font-size: 1.5rem;
    }

        .landing-nav .navbar-nav li a {
            padding: 1rem;
        }
}

/* Home Page */
.film-tiles {
    padding: 20px 0 40px;
    position: relative;
}

    .film-tiles .film-tiles-img-wrapper {
        overflow: hidden;
        width: 100%;
    }

        .film-tiles .film-tiles-img-wrapper img {
            position: relative;
            z-index: 1;
            height: 400px;
            margin-left: -50px;
            max-width: none;
            padding-top: 10px;
        }

    .film-tiles .well {
        position: absolute;
        z-index: 2;
        top: 19%;
        right: 10%;
        height: 94%;
        width: 540px;
        padding: 20px 30px;
    }

.corner-img {
    position: absolute;
    bottom: -35px;
    right: 20px;
    max-height: 80%;
    max-width: 45%;
    z-index: 0;
}

@media (max-width: 991px) {
    .film-tiles .well {
        top: 19%;
        right: 13%;
        height: inherit;
        width: 540px;
        padding: 10px 20px;
    }

    .corner-img {
        bottom: 0;
        right: 10px;
        max-width: 35%;
    }
}

@media (max-width: 767px) {
    .page-header__text .text-left {
        text-align: center;
    }

    .film-tiles img {
        height: 250px;
    }

    .film-tiles .well {
        position: relative;
        top: 0;
        right: 0;
        height: inherit;
        width: 100%;
        padding: 25px;
    }

    .corner-img {
        bottom: -3em;
        max-width: 30%;
    }
}

/* Schedule  */
.event-day-heading {
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
    background: #f9f9f9;
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
}

    .event-day-heading strong {
        font-size: 120%;
    }

@media (max-width: 991px) {
    .event-day-heading {
        top: 106px;
    }
}

.event-item {
    padding: 1rem;
    color: #fff;
    display: block;
    margin-top: 1em;
    background: #111;
}

    .event-item .event-item-time {
        font-size: .85em;
        font-weight: 700d;
        text-transform: uppercase;
        color: #fff;
        margin-top: 0px;
    }

    .event-item .event-item-heading {
        margin-top: .25em;
        font-size: 1.25em;
        font-weight: 400;
        color: #fff;
    }

    .event-item .event-item-description {
        font-size: .9em;
        font-weight: 400;
        margin-top: .5em;
        line-height: 1.3;
    }

    .event-item .event-item-venue {
        font-size: .75em;
        font-weight: 700;
        text-transform: uppercase;
    }

.event-panel {
    background: #219A7F;
}

.event-film {
    background: #462444;
}

.event-special {
    background: #EF7C39;
}

.event-party {
    background: #E22D57;
}

.event-legend {
    margin: 2rem 0;
}

    .event-legend .event-legend-item {
        color: #fff;
        padding: .75rem 1.25rem;
        margin: 0 .5rem;
    }

/* Guests */
.img-orange {
    border: 3px solid #FF00B9;
}

.guests {
    margin-bottom: 20px;
}

    .guests h3 {
        color: #444444;
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    .guests h4 {
        font-size: 1.1em;
        margin: 5px;
    }

    .guests p {
        font-style: italic;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav::after {
        clear: both;
        content: "";
        display: table;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 0;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 20px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
            }

        .nav > li.disabled > a {
            color: #d6d6d6;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #d6d6d6;
                text-decoration: none;
                background-color: transparent;
                cursor: normal;
            }

    .nav .open > a {
        color: #f9f9f9;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #d6d6d6;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.2;
            border: 1px solid transparent;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #FF00B9;
            border: 1px solid inherit;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    background-color: #ffffff;
}

    .navbar .navbar-right .dropdown > .dropdown-menu {
        right: 0;
        left: auto;
    }

.navbar-header::after {
    clear: both;
    content: "";
    display: table;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    /*margin-right: -15px;*/
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 9997;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 20px;
    ;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .fa-bars {
        font-size: 1.5em;
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 1px;
        line-height: .8;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav li {
        margin-bottom: 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px !important;
                padding-bottom: 15px !important;
            }
}

.navbar-search form {
    padding: 5px;
    margin: 0;
}

.navbar-search .form-control {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-search .form-control:focus {
        outline: 0;
    }

.navbar-search .dropdown .dropdown-menu {
    right: 10px;
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .radio input[type="checkbox"],
        .navbar-form .checkbox input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .navbar-form .radio,
    .navbar-form .navbar-form .checkbox,
    .navbar-form .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px solid #ccc;
        border-radius: 50px;
        background-color: #fff;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
        margin: 0;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #444444;
            background-color: #f9f9f9;
            border: 1px solid #d6d6d6;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #FF00B9;
            background-color: #ffffff;
            border-color: #d6d6d6;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #e9ae4a;
        border-color: #e9ae4a;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #cccccc;
        background-color: #f9f9f9;
        border-color: #cccccc;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*
	Notifications.scss
*/
/* 
    Created on : Nov 5, 2014, 8:23:00 AM
    Author     : Damon Banks
*/
#user-meta-header-mobile .notification-btn li .dropdown-menu {
    position: absolute;
}

.notification-btn {
    position: relative;
    padding: 0px;
    margin-left: 8px;
    margin-right: 5px;
}

    .notification-btn li a {
        margin: 0 10px;
    }

        .notification-btn li a i {
            color: #484848;
        }

        .notification-btn li a .badge {
            position: absolute;
            top: 4px;
            right: -4px;
            padding: 2px;
            height: 14px;
            width: 14px;
            display: block;
            font-weight: 200;
            background-color: #FF00B9;
            border: 2px solid #fff;
            border-radius: 50%;
        }

    .notification-btn li .dropdown-menu {
        width: 500px;
        min-height: 40px;
        padding: 0px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #FF00B9;
    }

@media (max-width: 767px) {
    .notification-btn li .dropdown-menu {
        width: 100%;
    }
}

.notification-btn li .dropdown-menu li {
    display: none;
    overflow: hidden;
    cursor: pointer;
}

    .notification-btn li .dropdown-menu li:hover {
        background: #f9f9f9;
    }

        .notification-btn li .dropdown-menu li:hover a {
            color: #FF00B9 !important;
            background: transparent !important;
            text-decoration: none;
        }

    .notification-btn li .dropdown-menu li.list-group-item {
        padding: 10px;
        border: 0;
        border-top: 1px solid #e0e0e0;
        border-radius: 0;
    }

        .notification-btn li .dropdown-menu li.list-group-item:first-child {
            border-top: 0;
        }

    .notification-btn li .dropdown-menu li i {
        float: left;
        font-size: 2em;
        width: 40px;
        height: 40px;
        color: #484848;
    }

    .notification-btn li .dropdown-menu li a {
        background: #fff;
        display: block;
        padding-left: 50px;
        white-space: normal;
    }

        .notification-btn li .dropdown-menu li a.viewAllNotifications {
            padding-left: 0px;
        }

    .notification-btn li .dropdown-menu li img.notification-avatar {
        width: 40px;
        float: left;
        margin-right: 10px;
    }

    .notification-btn li .dropdown-menu li img.notification-film-cover {
        height: 40px;
        float: left;
        margin-right: 10px;
    }

    .notification-btn li .dropdown-menu li.new i {
        color: #FF00B9;
    }

    .notification-btn li .dropdown-menu li.new a {
        color: #FF00B9 !important;
    }

.notification-btn li .dropdown-menu .specificNotes, .notification-btn li .dropdown-menu .allNotes {
    max-height: 440px;
    overflow: scroll;
}

.notification-btn li .dropdown-menu .notificationBackBtn {
    padding: 10px;
    cursor: pointer;
}

.notification-btn li .dropdown-menu .notification-loader {
    margin-top: 5px;
    width: 25px;
}

.notification-btn li .dropdown-menu .no-notifications {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .notification-btn > li > ul.dropdown-menu {
        position: absolute;
        top: 18px;
        left: -155px;
    }

    .notification-btn > li > a {
        margin: 0px;
    }

    .expanded-nav .notification-btn .dropdown-menu {
        margin-top: 38px;
    }

    .slim-nav .notification-btn {
        padding: 6px 0;
        top: 1px;
    }

        .slim-nav .notification-btn .dropdown-menu {
            margin-top: 9px;
        }

        .slim-nav .notification-btn li a .badge {
            top: -4px;
        }
}

@media (min-width: 992px) {
    .notification-btn {
        padding: 22px 0px;
    }

    .slim-nav .notification-btn {
        padding: 0;
    }
}

.nav-tabs {
    margin: 0;
    margin-bottom: -1px;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
    }

        .nav-tabs > li a {
            border-color: #d6d6d6;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .nav-tabs > li a:hover {
                border-color: #bdbdbd;
            }

        .nav-tabs > li.active a {
            font-weight: bold;
        }

.tab-well .well {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tab-float .nav-tabs.nav-justified > .active > a,
.tab-float .nav-tabs.nav-justified > .active > a:hover,
.tab-float .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #bdbdbd;
}

.tab-float .nav-tabs > li:first-child {
    padding-left: 0;
}

.tab-float .nav-tabs > li:last-child {
    padding-right: 0;
}

.tab-float .nav-tabs > li {
    padding: 0px;
}

    .tab-float .nav-tabs > li a {
        border-radius: 3px 3px 0 0;
        border: 1px solid #d6d6d6;
        border-bottom: 0;
        margin-right: 0;
    }

    .tab-float .nav-tabs > li.active a {
        background: #FF00B9;
        color: #fff;
        border-color: #FF00B9;
    }

.tab-float .nav-tabs.nav-justified {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

.nav-tabs--subnav {
    color: #f9f9f9;
    margin-bottom: 0px;
    border-bottom: none;
}

    .nav-tabs--subnav > li {
        margin-bottom: 0px;
        float: left;
    }

        .nav-tabs--subnav > li > a {
            margin-right: 0px;
        }

            .nav-tabs--subnav > li > a.orange-highlight {
                background-color: #FF00B9;
                color: white;
            }

    .nav-tabs--subnav li {
        border: 1px solid rgba(214, 214, 214, 0.4);
    }

        .nav-tabs--subnav li a {
            text-transform: uppercase;
            letter-spacing: .5px;
            font-weight: 700;
            border-radius: 0px;
            border: none;
            padding: 20px;
            color: #f9f9f9;
            line-height: 1;
            -webkit-transition: color 0.2s;
            -o-transition: color 0.2s;
            transition: color 0.2s;
            background: rgba(72, 72, 72, 0.4);
        }

            .nav-tabs--subnav li a:hover, .nav-tabs--subnav li a:focus {
                color: #FF00B9;
            }

                .nav-tabs--subnav li a:hover.orange-highlight, .nav-tabs--subnav li a:focus.orange-highlight {
                    color: #444444;
                }

    .nav-tabs--subnav .active {
        border-top-color: #FF00B9;
        border-bottom-color: #f9f9f9;
    }

        .nav-tabs--subnav .active a {
            background: #f9f9f9;
            -webkit-box-shadow: inset 0 3px 0 #FF00B9;
            box-shadow: inset 0 3px 0 #FF00B9;
            color: #FF00B9;
            font-weight: 600;
        }

    .nav-tabs--subnav li:not(:last-child) {
        border-right: none;
    }

/* New Tabs */
.nav-tabs--secondary {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: none;
}

    .nav-tabs--secondary > li > a {
        margin-right: 0px;
    }

    .nav-tabs--secondary li {
        border: none;
    }

        .nav-tabs--secondary li a {
            position: relative;
            display: block;
            height: 60px;
            width: 75px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: .5px;
            font-weight: 400;
            border-radius: 0px;
            border: none;
            color: #444;
            line-height: 1;
            text-align: center;
            padding: 20px 2px;
            -webkit-transition: color 0.2s;
            -o-transition: color 0.2s;
            transition: color 0.2s;
        }

            .nav-tabs--secondary li a:hover, .nav-tabs--secondary li a:focus {
                color: #FF00B9;
            }

    .nav-tabs--secondary .active a {
        background: #ffffff;
        -webkit-box-shadow: inset 0 3px 0 #FF00B9;
        box-shadow: inset 0 3px 0 #FF00B9;
        color: #FF00B9;
        font-weight: 600;
        border-left: 1px solid #dfe0e4;
        border-right: 1px solid #dfe0e4;
        border-bottom: none;
    }

@media only screen and (min-width: 768px) {
    .nav-tabs--secondary {
        width: auto;
    }

        .nav-tabs--secondary li a {
            width: auto;
            font-size: 1.6rem;
            padding: 20px;
        }

        .nav-tabs--secondary .active a {
            background: none;
            -webkit-box-shadow: inset 0 -4px 0 #FF00B9;
            box-shadow: inset 0 -4px 0 #FF00B9;
            border: none;
        }
}

#main {
    margin-bottom: 410px;
}

    #main.simple {
        margin-bottom: 25%;
    }

#footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    /*background: #f1f1f1;*/
    background: #FF00B9;
    color: #666666;
}

    #footer-wrapper.simple {
        /*height: 70px;*/
        font-size: 13px;
        font-weight: 500;
        font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
        color: #052b30;
    }

#site-footer {
    font-size: .9em;
    padding-top: 20px;
}

    #site-footer h4 {
        /*color: #222;
    font-size: 14px;*/
        font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #052b30;
        margin-top: 60px;
        margin-bottom: 5px;
    }

    #site-footer ul {
        margin: 5px 0;
    }

        #site-footer ul a {
            color: #666;
        }

#legal-footer {
    border-top: 1px solid #c4c4c4;
    margin-top: 15px;
    padding: 15px 0;
    font-size: 70%;
}

    #legal-footer .legal-use {
        margin-top: 0;
    }

        #legal-footer .legal-use > li + li:before {
            content: "|";
            display: inline-block;
            vertical-align: middle;
            width: .8em;
        }

@media only screen and (max-width: 1200px) {
    #main {
        margin-bottom: 345px;
    }

    #footer-wrapper {
        height: 345px;
    }
}

@media only screen and (max-width: 992px) {
    #main {
        margin-bottom: 340px;
    }

    #footer-wrapper {
        height: 340px;
    }
}

@media only screen and (max-width: 767px) {
    #main {
        margin-bottom: 0;
    }

        #main.simple {
            margin-bottom: 0px;
        }

    #footer-wrapper {
        position: relative;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    #site-footer .col-xs-6 {
        min-height: 235px;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
    background-color: #f1f1f1;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

/*
 * AudPop Library Stylesheet
*/
.library-menu .navbar-nav > li {
    float: left;
}

    .library-menu .navbar-nav > li > a {
        display: inline-block;
        padding: 5px 10px 5px 0px;
        background: transparent;
        color: #444;
    }

        .library-menu .navbar-nav > li > a:hover {
            color: #FF00B9;
        }

        .library-menu .navbar-nav > li > a:focus {
            text-decoration: none;
        }

.library-menu .navbar-nav .navbar-text {
    line-height: 20px;
}

.library-menu .navbar-nav .dropdown > a i {
    float: right;
    position: relative;
    top: 3px;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.library-filter .dropdown > a[aria-expanded="true"] i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.library-filter .dropdown ul {
    max-height: 200px;
    max-width: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    padding: 0 0 10px 0;
}

    .library-filter .dropdown ul li {
        list-style: none;
    }

        .library-filter .dropdown ul li a {
            padding: 5px;
            display: block;
            background-color: #fff;
            color: #FF00B9;
        }

            .library-filter .dropdown ul li a:hover {
                text-decoration: none;
                background: #f9f9f9;
                color: #FF00B9;
            }

@media (max-width: 1200px) {
    .results .img-responsive {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .library-sort {
        border: 1px solid #d6d6d6;
        background-color: #fff;
        padding: 5px 10px;
        margin: 0px 5px;
    }

    .library-menu .pull-right {
        float: none !important;
    }

    .library-menu .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border: 1px solid #d6d6d6;
        position: absolute;
    }

        .library-menu .navbar-nav .open .dropdown-menu > li > a {
            padding-left: 10px;
        }
}

/*
 * AudPop Contest Stylesheet
*/
.page-header.contest-header {
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 150px;
    padding-right: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .page-header.contest-header .page-header__text {
        display: grid;
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 3fr;
        grid-template-areas: "prize . " "title title";
        padding: 0;
    }
}

.page-header.contest-header .page-header__text .contest-title {
    grid-area: title;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-header.contest-header .page-header__text .contest-title {
        margin-top: 100px;
    }
}

.page-header.contest-header .page-header__text .contest-title h1 {
    margin-top: 5px;
    line-height: .9;
}

.page-header.contest-header .page-header__text .contest-title h4 {
    margin: 0px;
}

.page-header.contest-header .page-header__text .contest-prize {
    grid-area: prize;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    padding: 1rem 1.5rem;
    margin-top: 0px;
    background: #FF00B9;
    text-shadow: none !important;
}

    .page-header.contest-header .page-header__text .contest-prize span {
        font-weight: 700;
        font-size: 1em;
    }

@media (min-width: 992px) {
    .page-header.contest-header .page-header__text .contest-prize span {
        font-size: 1.6em;
    }
}

.contest {
    background: #f9f9f9;
    margin: -150px auto 0;
    position: relative;
    z-index: 200;
    padding: 0px;
}

@media (min-width: 768px) {
    .contest {
        display: grid;
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 3fr;
        grid-template-areas: "sidebar content";
    }
}

.contest .contest__content {
    grid-area: content;
    padding: 2rem;
}

.contest .contest__sidebar {
    grid-area: sidebar;
    background: #FF00B9;
    border: none;
    color: #fff;
}

    .contest .contest__sidebar hr {
        border-color: #FF00B9;
    }

    .contest .contest__sidebar ul.sidebar__nav li {
        border-bottom: 1px solid #FF00B9;
        border-right: 1px solid #FF00B9;
        display: inline;
        width: 100%;
        float: left;
        height: 40px;
        padding: 5px 10px;
    }

@media (min-width: 768px) {
    .contest .contest__sidebar ul.sidebar__nav li {
        display: block;
        width: 100%;
        float: none;
        height: inherit;
        padding: 10px;
        border-right: none;
    }
}

.contest .contest__sidebar ul.sidebar__nav li:hover, .contest .contest__sidebar ul.sidebar__nav li:active, .contest .contest__sidebar ul.sidebar__nav li.active {
    background: #FF00B9;
    color: #fff;
}

    .contest .contest__sidebar ul.sidebar__nav li.active a:after {
        content: '\f0d7';
    }

@media (min-width: 768px) {
    .contest .contest__sidebar ul.sidebar__nav li.active a:after {
        content: '\f0da';
    }
}

.contest .contest__sidebar ul.sidebar__nav li a {
    text-transform: uppercase;
    border-color: #FF00B9;
    letter-spacing: .5px;
    font-weight: 700;
    color: #fff;
}

#revgenbutton {
    background: #1E90FF;
    color: #fff;
    padding: 2px 5px;
}

.contest .contest__sidebar ul.sidebar__nav li.revgen_bg:hover #revgenbutton {
    background: #fff;
    color: #000;
}

/*.contest .contest__sidebar ul.sidebar__nav li.revgen_bg{
			background:#1E90FF;
		}
		.contest .contest__sidebar ul.sidebar__nav li.revgen_bg:hover{
			background:#1568b9;
}*/

@media (min-width: 768px) {
    .contest .contest__sidebar ul.sidebar__nav li.li-button:hover, .contest .contest__sidebar ul.sidebar__nav li.li-button:active, .contest .contest__sidebar ul.sidebar__nav li.li-button.active {
        background: #FF00B9;
    }

.contest .contest__sidebar ul.sidebar__nav li.li-button:hover a:after, .contest .contest__sidebar ul.sidebar__nav li.li-button:active a:after, .contest .contest__sidebar ul.sidebar__nav li.li-button.active a:after {
    content: none;
}

    .contest .contest__sidebar ul.sidebar__nav li.li-button a {
        padding: 10px;
        margin: 5px 0;
        text-align: center;
        background-color: white;
        color: #FF00B9;
        border-radius: 3px;
        font-size: 1.7em;
    }

    #revgenbutton {
        background: #1E90FF;
        color: #fff;
        padding: 20px;
    }

    /*.contest .contest__sidebar ul.sidebar__nav li.revgen_bg{
			background:#FF00B9;
		}*/
    .contest .contest__sidebar ul.sidebar__nav li.li-button a:hover {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

.contest .contest__sidebar .well--sidebar {
    background: transparent;
    border: none;
    font-size: .95em;
}

    .contest .contest__sidebar .well--sidebar .well__title {
        color: #fff;
        letter-spacing: .5px;
    }

    .contest .contest__sidebar .well--sidebar hr {
        margin-bottom: 0px;
    }

.contest .contest__sidebar .logo-sponsor {
    max-width: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px auto;
    display: block;
    border: 1px solid #FF00B9;
}

@media (min-width: 992px) {
    .contest .contest__sidebar .logo-sponsor {
        max-width: 80px;
    }
}

@media (min-width: 1200px) {
    .contest .contest__sidebar .logo-sponsor {
        max-width: 100px;
    }
}

.contest .contest-color {
    color: #FF00B9;
}

    .contest .contest-color.lead {
        font-size: 2em;
    }

.contest hr.contest-color {
    border-color: #FF00B9;
    width: 45%;
}

.contest .countdown {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 10px;
}

    .contest .countdown span {
        font-size: 3em;
        font-weight: 700;
    }

    .contest .countdown.countdown--complete {
        font-size: 1.6em;
        font-weight: 700;
    }

.contest .share-on-facebook,
.contest .share-on-twitter,
.contest .share-on-googleplus,
.contest .share-on-reddit,
.contest .share-on-youtube,
.contest .share-on-linkedin,
.contest .share-on-instagram,
.contest .share-on-pinterest,
.contest .share-on-imdb,
.contest .share-on-stumbleupon {
    color: #fff !important;
}

    .contest .share-on-facebook .fa-inverse,
    .contest .share-on-twitter .fa-inverse,
    .contest .share-on-googleplus .fa-inverse,
    .contest .share-on-reddit .fa-inverse,
    .contest .share-on-youtube .fa-inverse,
    .contest .share-on-linkedin .fa-inverse,
    .contest .share-on-instagram .fa-inverse,
    .contest .share-on-pinterest .fa-inverse,
    .contest .share-on-imdb .fa-inverse,
    .contest .share-on-stumbleupon .fa-inverse {
        color: #FF00B9;
    }

.payment-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .payment-options .payment-options__option {
        width: 32%;
        border: 1px solid #ccc;
        padding: 15px;
        text-align: center;
    }

        .payment-options .payment-options__option.pro {
            border: 1px solid #FF00B9;
        }

        .payment-options .payment-options__option span.price {
            font-weight: 700;
            font-size: 2.6rem;
        }

        .payment-options .payment-options__option .label-fancy {
            padding-top: 35px;
            padding-left: 0 !important;
            margin-bottom: 5px;
            line-height: 1.2;
            font-size: 1.5rem;
        }

        .payment-options .payment-options__option .indicator-fancy {
            margin: 10px auto;
            top: 0;
            left: 0;
            right: 0;
        }

.payment-options-partner {
    margin-top: 20px;
}

    .payment-options-partner span.price {
        font-weight: 700;
        font-size: 1.8rem;
    }

@media (max-width: 991px) {
    .payment-options {
        display: block;
    }

        .payment-options .payment-options__option {
            width: 98%;
            margin-bottom: 10px;
        }
}

/*
 * AudPop Brands Stylesheet
*/
.collage {
    display: none;
}

    .collage .layer {
        z-index: 2;
    }

    .collage > svg {
        position: absolute;
        z-index: 1;
    }

.collage-video {
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) {
    .collage-video {
        position: absolute;
        top: 35px;
    }

    .collage {
        display: block;
        width: 750px;
        height: 450px;
    }

        .collage .svg-a {
            left: 10px !important;
            top: 10px !important;
            width: 45px;
        }

        .collage .svg-monitor {
            left: 0px !important;
            top: 80px !important;
            width: 60px;
        }

        .collage .svg-bullhorn {
            left: 0px !important;
            top: 165px !important;
            width: 70px;
        }

        .collage .svg-reel {
            left: -5px !important;
            top: 225px !important;
            width: 60px;
        }

        .collage .svg-videoplayer {
            left: 10px !important;
            top: 290px !important;
            width: 40px;
        }

        .collage .svg-clapper {
            left: 0px !important;
            bottom: 20px !important;
            width: 80px;
        }

        .collage .svg-bullseye {
            right: 20px !important;
            top: 0px !important;
            width: 65px;
        }

        .collage .svg-film {
            right: 10px !important;
            top: 80px !important;
            width: 65px;
        }

        .collage .svg-diamond {
            right: 25px !important;
            top: 160px !important;
            width: 50px;
        }

        .collage .svg-headset {
            right: 15px !important;
            top: 230px !important;
            width: 50px;
        }

        .collage .svg-viewfinder {
            right: 40px !important;
            top: 300px !important;
            width: 30px;
        }

        .collage .svg-camera {
            right: 5px !important;
            bottom: 20px !important;
            width: 90px;
        }
}

@media only screen and (min-width: 992px) {
    .collage-video {
        top: 105px;
    }

    .collage {
        width: 960px;
        height: 600px;
    }

        .collage .svg-a {
            left: 80px !important;
            top: 0px !important;
            width: 94px;
            height: 94.61px;
        }

        .collage .svg-monitor {
            left: 0px !important;
            top: 90px !important;
            width: 98.91px;
            height: 97.29px;
        }

        .collage .svg-bullhorn {
            left: 34px !important;
            top: 205px !important;
            width: 120.96px;
            height: 75.33px;
        }

        .collage .svg-reel {
            left: 5px !important;
            top: 290px !important;
            width: 85.96px;
            height: 75.94px;
        }

        .collage .svg-videoplayer {
            left: 94px !important;
            top: 340px !important;
            width: 64px;
            height: 64px;
        }

        .collage .svg-clapper {
            left: 0px !important;
            bottom: 0px !important;
            width: 165px;
            height: 185px;
        }

        .collage .svg-bullseye {
            right: 40px !important;
            top: 0px !important;
            width: 135.9px;
            height: 137.95px;
        }

        .collage .svg-film {
            right: 10px !important;
            top: 150px !important;
            width: 107.57px;
            height: 89.45px;
        }

        .collage .svg-diamond {
            right: 85px !important;
            top: 235px !important;
            width: 81.83px;
            height: 77.84px;
        }

        .collage .svg-headset {
            right: 5px !important;
            top: 300px !important;
            width: 106.65px;
            height: 103.13px;
        }

        .collage .svg-viewfinder {
            right: 100px !important;
            top: 380px !important;
            width: 54px;
            height: 54px;
        }

        .collage .svg-camera {
            right: 0px !important;
            bottom: 0px !important;
            width: 180.28px;
            height: 146.19px;
        }
}

@media only screen and (min-width: 1200px) {
    .collage-video {
        top: 75px;
    }

    .collage {
        width: 1140px;
    }
}

.list--features .list__item {
    padding: 0px 0px 30px;
}

.pricing-info {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center;
    margin-top: 20px;
    padding: 50px;
    position: relative;
    border: 1px solid #cccccc;
}

    .pricing-info .intro-price {
        color: #444444;
        font-size: 20px;
        line-height: 20px;
        background: #f9f9f9;
        display: inline-block;
        padding: 10px;
        position: absolute;
        left: 33%;
        top: -18px;
        margin-left: -60px;
    }

    .pricing-info .usd {
        font-size: 4rem;
        color: #FF00B9;
        position: absolute;
        top: 65px;
        left: 30px;
    }

    .pricing-info .price {
        font-size: 9rem;
        line-height: 145px;
        color: #FF00B9;
        font-weight: 400;
        letter-spacing: -10px;
        padding-bottom: 35px;
        display: block;
    }

@media only screen and (min-width: 768px) {
    .pricing-info .price {
        font-size: 13rem;
    }
}

blockquote.blockquote-proof {
    border-left: 3px solid #FF00B9;
    font-size: 18px;
    padding: 10px 20px 0px;
    quotes: "“" "”";
}

    blockquote.blockquote-proof:before {
        color: #FF00B9;
        content: open-quote;
        font-size: 6em;
        line-height: 0.1em;
        margin-left: -0.1em;
        vertical-align: -0.4em;
    }

    blockquote.blockquote-proof p {
        line-height: 1.6;
    }

.case-study {
    border: 1px solid #FF00B9;
    border-radius: 10px;
    margin-bottom: 70px;
}

    .case-study .case-study__quote {
        border: none;
        border-radius: 10px;
        font-size: 1.2em;
        padding: 30px 20px 60px;
        margin: 15px 0;
        background: #FF00B9;
        color: #fff;
        quotes: "“" "”";
    }

        .case-study .case-study__quote:before {
            color: rgba(255, 255, 255, 0.33);
            content: open-quote;
            font-size: 6em;
            line-height: 0.1em;
            margin-left: -0.1em;
            vertical-align: -0.4em;
        }

    .case-study .case-study__cite {
        display: block;
        margin-top: 10px;
        font-weight: 700;
        font-size: .7em;
    }

    .case-study .case-study__img {
        margin: -65px auto;
        background: #fff;
        border: 5px solid #FF00B9;
        border-radius: 97px;
        width: 130px;
        height: 130px;
    }

    .case-study .case-study__stats {
        margin: 70px 0 15px;
    }

        .case-study .case-study__stats .list__item {
            padding: 0 0 7px;
        }

        .case-study .case-study__stats span {
            font-size: 1.1em;
            font-weight: 700;
        }

@media only screen and (min-width: 768px) {
    .case-study .case-study__stats {
        margin: 15px 0;
    }
}

/*
 * AudPop Resources Stylesheet
*/
.resource-category-header {
    border-bottom: 1px solid #FF00B9;
    margin: 30px 0 15px;
}

    .resource-category-header h2 {
        margin: 0 0 5px;
    }

    .resource-category-header a {
        margin: 5px 0 0;
    }

.resource {
    padding: 16px;
}

    .resource .well__header.well__header--full {
        margin: -16px -16px 16px -16px;
    }

        .resource .well__header.well__header--full img {
            width: 100%;
        }

    .resource .well__title {
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .resource .well__title.ad-title {
            color: gray;
            font-weight: 400;
            font-size: 1.3rem;
        }

    .resource .offer {
        font-size: 1.85rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .resource .resource__code {
        background: #FF00B9;
        color: #ffffff;
        text-align: center;
        font-size: 1em;
        font-weight: 400;
        padding: 5px 0;
        letter-spacing: 1px;
    }

    .resource.resource--pro {
        border: 1px solid #FF00B9;
    }

    .resource.no-perks {
        position: relative;
    }

        .resource.no-perks:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .5;
            background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, rgba(20, 20, 20, 0.2) 10px, rgba(15, 15, 15, 0.3) 12px);
            background: -o-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, rgba(20, 20, 20, 0.2) 10px, rgba(15, 15, 15, 0.3) 12px);
            background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, rgba(20, 20, 20, 0.2) 10px, rgba(15, 15, 15, 0.3) 12px);
        }

@media (max-width: 767px) {
    .resource.resource--audnews {
        position: relative;
        padding: 1rem;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 0px;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

        .resource.resource--audnews .well__header.well__header--full {
            -ms-flex-item-align: start;
            align-self: flex-start;
            width: calc(99.99% * .33333 - (1.666rem - 1.666rem * .33333));
            margin: 0px;
        }

            .resource.resource--audnews .well__header.well__header--full img {
                border-radius: 0px;
                margin-bottom: 1rem;
            }

        .resource.resource--audnews .well__body {
            width: calc(99.99% * .66667 - (1.666rem - 1.666rem * .66667));
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
            margin-top: 0;
            padding: 0 1rem;
        }

        .resource.resource--audnews .well__title {
            font-size: 16px;
        }

        .resource.resource--audnews .button-row {
            display: none;
        }
}

#main {
    padding-top: 75px;
}

    #main.simple {
        padding-top: 51px;
    }

@media (max-width: 991px) {
    #main {
        /*padding-top: 61px;*/
    }
}

@media (max-width: 767px) {
    #main {
        padding-top: 51px;
    }
}

/* ==========================================================================
   THE SLIDE and Styles
   ========================================================================== */
.navbar-fixed-top {
    z-index: 1999;
}

.nav-expander {
    background: none repeat scroll 0 0 #fff;
    color: #000 !important;
    display: block;
    height: 50px;
    margin-left: 0;
    padding: 1em;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 40px;
    z-index: 12;
}

    .nav-expander:hover {
        cursor: pointer;
    }

    .nav-expander.fixed {
        position: fixed;
        background-color: #052b30;
    }

    .nav-expander.nav-expander--main {
        left: 0;
        transition: left 0.3s ease-in-out 0s;
        -webkit-transition: left 0.3s ease-in-out 0s;
        -moz-transition: left 0.3s ease-in-out 0s;
        -o-transition: left 0.3s ease-in-out 0s;
    }

    .nav-expander.nav-expander--user {
        padding: .75em 1em;
        width: 60px;
        right: 0;
        transition: right 0.3s ease-in-out 0s;
        -webkit-transition: right 0.3s ease-in-out 0s;
        -moz-transition: right 0.3s ease-in-out 0s;
        -o-transition: right 0.3s ease-in-out 0s;
    }

.nav-expanded--main a.nav-expander--main.fixed {
    left: 14em;
}

.nav-expanded--user a.nav-expander--user.fixed {
    right: 14em;
}

.nav-mobile {
    background: #FF00B9;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    font-size: 15px;
    top: 0;
    width: 300px;
    z-index: 2000;
}

    .nav-mobile.nav-mobile--main {
        left: -20em;
        transition: left 0.3s ease-in-out 0s;
        -webkit-transition: left 0.3s ease-in-out 0s;
        -moz-transition: left 0.3s ease-in-out 0s;
        -o-transition: left 0.3s ease-in-out 0s;
    }

    .nav-mobile.nav-mobile--user {
        right: -20em;
        transition: right 0.3s ease-in-out 0s;
        -webkit-transition: right 0.3s ease-in-out 0s;
        -moz-transition: right 0.3s ease-in-out 0s;
        -o-transition: right 0.3s ease-in-out 0s;
    }

    .nav-mobile .nav-close {
        font-weight: 300;
        font-size: 18px;
        padding: 0 10px 10px;
    }

    .nav-mobile .navbar-main.navbar-nav {
        margin: 0px;
    }

    .nav-mobile .navbar-main > li {
        font-size: 14px;
    }

        .nav-mobile .navbar-main > li > a {
            color: #fff;
            text-decoration: none;
            padding: 10px 15px;
            font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            color: #ffffff !important;
            letter-spacing: 2px;
            background: #f502b2;
        }

            .nav-mobile .navbar-main > li > a:hover {
                color: #FF00B9;
                background: #474747;
                text-decoration: none;
            }

        .nav-mobile .navbar-main > li .dropdown-menu {
            display: block;
            position: relative;
            float: none;
            background: none;
            border: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

            .nav-mobile .navbar-main > li .dropdown-menu li a {
                background: none;
                padding: 5px 13%;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                display: block;
                font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 13px;
                color: #ffffff !important;
                letter-spacing: 2px;
            }

                .nav-mobile .navbar-main > li .dropdown-menu li a:hover {
                    background: #515151;
                    color: #FF00B9;
                }

    .nav-mobile .navbar-user > li {
        border-bottom: none;
    }

.nav-expanded--main {
    margin-left: 0em;
    transition: left 0.4s ease-in-out 0s;
    -webkit-transition: left 0.4s ease-in-out 0s;
    -moz-transition: left 0.4s ease-in-out 0s;
    -o-transition: left 0.4s ease-in-out 0s;
}

    .nav-expanded--main .nav-mobile--main {
        left: 0;
    }

.nav-expanded--user {
    margin-right: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

    .nav-expanded--user .nav-mobile--user {
        right: 0;
    }

.notice-bar {
    background: #f9f9f9;
    border-bottom: 2px solid #FF00B9;
    padding: 20px 0;
    display: none;
}

    .notice-bar .notice-bar__text {
        margin-bottom: 0;
    }

        .notice-bar .notice-bar__text a {
            color: #FF00B9;
        }

            .notice-bar .notice-bar__text a.app-img {
                display: inline-block;
                max-width: 100px;
                margin-left: 15px;
            }

        .notice-bar .notice-bar__text i {
            font-size: 1.5em;
        }

    .notice-bar .notice-bar__dismiss {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 200;
        color: #FF00B9;
        -webkit-transition: all, 0.15s, ease-in-out;
        -moz-transition: all, 0.15s, ease-in-out;
        -o-transition: all, 0.15s, ease-in-out;
        transition: all, 0.15s, ease-in-out;
    }

        .notice-bar .notice-bar__dismiss:hover {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
        }

.nav-mobile.nav-mobile--main .menu-item-has-children > a:first-child:after {
    display: none
}

.navbar-default {
    /*background-color: #fff;*/
    background-color: #052b30 !important;
}

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
    }

        .navbar-default .navbar-nav .dropdown-menu {
            min-width: 100%;
        }

        .navbar-default .navbar-nav > li {
            border: none;
        }

            .navbar-default .navbar-nav > li > a {
                padding: 22px 20px 22px 10px !important;
                font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 13px;
                color: #ffffff !important;
                letter-spacing: 2px;
            }
                .navbar-default .navbar-nav > li > a#loggedin {
                    padding: 22px 20px 22px 40px !important;
                }

            @media screen and (max-width: 768px) {
                .navbar-default .navbar-nav > li > a#loggedin {
                padding: 12px 20px 12px 40px !important;
                }
            }


                .navbar-default .navbar-nav > li > a span.caret {
                    margin-top: -3px;
                    color: #484848;
                }

                .navbar-default .navbar-nav > li > a i {
                    font-size: 1.4em;
                }

                .navbar-default .navbar-nav > li:hover > a,
                .navbar-default .navbar-nav > li > a:hover {
                    color: #FF00B9;
                }

                    .navbar-default .navbar-nav > li:hover > a span.caret,
                    .navbar-default .navbar-nav > li > a:hover span.caret {
                        color: #FF00B9;
                    }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover > .open > a:focus {
            background-color: transparent !important;
            color: #FF00B9 !important;
        }

            .navbar-default .navbar-nav > .open > a img,
            .navbar-default .navbar-nav > .open > a:hover > .open > a:focus img {
                border-radius: 1px solid #FF00B9;
            }

        .navbar-default .navbar-nav.navbar-main > li > a:hover {
            color: #FF00B9;
            background: transparent;
        }

        .navbar-default .navbar-nav.navbar-main > li .dropdown-menu {
            background: #ececec;
            border-top: 3px solid #00ffff;
            /*border-right: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;*/
        }

            .navbar-default .navbar-nav.navbar-main > li .dropdown-menu li a {
                background: #FF00B9 !important;
                padding: 1em 8%;
                display: block;
                font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 13px;
                color: #ffffff !important;
                letter-spacing: 2px;
            }

                .navbar-default .navbar-nav.navbar-main > li .dropdown-menu li a:hover {
                    background: #ffffff;
                    color: #FF00B9;
                }

        .navbar-default .navbar-nav.navbar-user > li > a:hover {
            color: inherit;
            background: none;
        }

        .navbar-default .navbar-nav.navbar-user > li .dropdown-menu {
            z-index: 9997;
            min-width: 210px;
            right: 0;
            left: auto;
            margin-top: 4px;
            background: #FF00B9;
            border-top: 3px solid #00ffff;
        }

            .navbar-default .navbar-nav.navbar-user > li .dropdown-menu hr {
                border-color: #fff;
                display: none;
            }

            .navbar-default .navbar-nav.navbar-user > li .dropdown-menu li a {
                color: #fff !important;
                padding: .5em 5%;
                font-weight: 700;
                min-width: 220px;
                text-transform: uppercase;
            }

                .navbar-default .navbar-nav.navbar-user > li .dropdown-menu li a:hover {
                    background: #f900b5;
                    color: #dad3d8;
                }

            .navbar-default .navbar-nav.navbar-user > li .dropdown-menu hr {
                border-color: #fff;
            }

            .navbar-default .navbar-nav.navbar-user > li .dropdown-menu li#view-portfolio {
                line-height: 1.2;
                padding-top: 10px;
            }

                .navbar-default .navbar-nav.navbar-user > li .dropdown-menu li#view-portfolio span.nav-user {
                    font-size: 1.4rem;
                    font-weight: 700;
                }

        .navbar-default .navbar-nav.navbar-user hr {
            margin: 5px 0;
        }

        .navbar-default .navbar-nav.login > li > a {
            padding-left: 5px;
            padding-right: 16px !important;
        }

    .navbar-default a, .navbar-default a:visited {
        /*color: #222222;*/
        color: #fff;
    }

        .navbar-default a:hover, .navbar-default a:visited:hover {
            color: #000;
        }

        .navbar-default a#loggedin {
            padding: 10px;
        }

            .navbar-default a#loggedin #header-avatar {
                width: 30px;
                border-radius: 15px;
                position: relative;
            }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 385px;
}

/*#user-meta-header {
  border-left: 1px solid #e0e0e0;
  float: right;
  padding-left: 5px;
  margin-left: 10px;
  position: relative; }*/

#user-meta-header-mobile {
    position: relative;
    float: right;
    right: 20px;
}

    #user-meta-header-mobile .nav > li {
        display: inline-block;
        margin-top: 0px;
    }

        #user-meta-header-mobile .nav > li > a {
            padding: 15px 5px 10px;
        }

    #user-meta-header-mobile #header-avatar {
        width: 30px;
        border-radius: 15px;
    }

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.expanded-nav .navbar-brand,
.slim-nav .navbar-brand {
    min-width: 90px;
    max-width: 200px;
}

    .expanded-nav .navbar-brand img,
    .slim-nav .navbar-brand img {
        max-width: 160px;
    }

.expanded-nav .divider-vertical,
.slim-nav .divider-vertical {
    height: 30px;
    margin: 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
    .navbar-brand {
        position: relative;
        left: 2em;
    }

    .expanded-nav .navbar-brand img, .slim-nav .navbar-brand img {
    }

    .search_form {
        background-color: #fff;
        border-radius: 50px;
        padding: 0px 15px 0px 15px;
    }

    .search_text {
        width: 87%;
    }

    .search-wrapper {
        width: 100%;
    }

    .row_inner {
        padding: 50px;
    }
}

.mob_view {
    display: none;
}

@media (max-width: 456px) {
    .gen_view {
        display: none;
    }

    .mob_view .search_text {
        width: 78%;
    }

    .mob_view {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-brand {
        float: left;
        padding: 15px;
        display: inline-block;
    }

        .navbar-default .navbar-brand img {
            margin: 0 auto;
        }

    .navbar-default .navbar-nav {
        float: right;
    }

        .navbar-default .navbar-nav .dropdown-menu {
            min-width: 240px;
        }

        .navbar-default .navbar-nav li.user-menu {
            
        }

    .navbar-collapse {
        max-height: 100%;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group :last-child {
            margin-bottom: 0;
        }

    .navbar-nav.nav-hover li.dropdown:hover ul.dropdown-menu {
        display: block;
    }

    .expanded-nav {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        overflow: hidden;
    }

        .expanded-nav .navbar-brand {
            padding-top: 12px;
            padding-bottom: 12px;
        }

            .expanded-nav .navbar-brand img {
                /* -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;*/
            }

        .expanded-nav.simple {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        .expanded-nav .divider-vertical {
            margin-top: 28px;
        }

    .slim-nav {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        overflow: hidden;
    }

        .slim-nav .navbar-brand {
            padding: 5px 0;
            top: -5px;
            position: relative;
        }

        .slim-nav .navbar-default .navbar-nav > li {
            margin-top: 0px;
        }

            .slim-nav .navbar-default .navbar-nav > li.user-menu .dropdown-menu {
                margin-top: 0px;
            }

        .slim-nav.simple {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        .slim-nav .divider-vertical {
            margin-top: 10px;
        }
}

@media (min-width: 992px) {
    #user-meta-header {
        margin-left: 10px;
        margin-right: 0px;
        padding-left: 10px;
    }

    .expanded-nav .navbar-brand img,
    .slim-nav .navbar-brand img {
        max-width: inherit;
    }

    .expanded-nav .navbar-brand {
        padding: 15px;
    }

    .expanded-nav .navbar-nav > li > a {
        margin-top: 0px;
        padding: 27px 18px !important;
    }

    .expanded-nav a#loggedin {
        padding: 16px 28px !important;
    }

    .slim-nav .navbar-brand {
        padding: 0;
    }

    .creative-hide {
        display: none;
    }

    .register-top {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-upgrade {
        padding-top: 20%;
        padding-left: 0%;
        text-align: left;
        margin-left: 1%;
    }
}
.verticalvideos {
width:45%;
margin: 0 30%;
height:400px;
}
