/** TODO - factor this into the main LESS files (probably the THEMES file) */

section.slice {
    min-height: calc(100vh - 507px);
}

.wp-theme-2 {
    background-color: #fff;
}

.wp-theme-2 a.action {
    color: #1ab0e2;
}

/*      bootstrap fade class
*       editing to be 50% longer (.75 seconds instead of .5s)
        and ease-out vs linear animation
*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-out;
    -moz-transition: opacity 0.75s ease-out;
    -ms-transition: opacity 0.75s ease-out;
    -o-transition: opacity 0.75s ease-out;
    transition: opacity 0.75s ease-out;
}

.main-nav-search-wrapper {
    position: relative;
}

.navbar-nav .dropdown .dropdown-menu h4 {
    margin: 0;
}

.navbar-form.navbar-left.navbar-search {
    width: 100%;
}

.wp-theme-2 .navbar-white .navbar-nav > li.signup-button > a {
    padding: 21px 0 21px 10px;
}

.wp-theme-2 .navbar-white .navbar-nav > li > a {
    padding: 28px 10px;
}

.wp-theme-2 .navbar-white .navbar-nav > li > a.dropdown-form-toggle {
    margin: 0;
}

@media (max-width: 1200px) {
    .wp-theme-2 .navbar-white .nav.navbar-nav > li > a {
        padding: 28px 5px !important;
    }

    .wp-theme-2 .navbar-white .navbar-nav > li > a.cart-button {
        padding: 20px 10px 0 0 !important;
    }

    .wp-theme-2 .navbar .cart-button .cart-count {
        left: 18px !important;
    }

    .wp-theme-2 .navbar-white .nav.navbar-nav.navbar-right > li.signup-button > a {
        padding: 22px 0 0 5px !important;
    }
}

@media (max-width: 768px) {
    .wp-theme-2 .navbar-white .nav.navbar-nav > li > a {
        padding: 7px 15px !important;
    }

    .wp-theme-2 .navbar-white .nav.navbar-nav .cart-button .cart-count {
        left: 35px !important;
        top: 5px !important;
    }

    .wp-theme-2 .navbar-white .navbar-header .navbar-toggle {
        margin-right: 30px;
    }

    .wp-theme-2 .navbar-white .navbar-header .navbar-toggle.cart-button-mobile {
        border: none !important;
        margin-top: 10px !important;
        margin-right: 15px;
    }

    .wp-theme-2 .navbar-white .navbar-header .navbar-brand {
        width: calc(100% - 150px);
    }

    .wp-theme-2 .navbar-white .navbar-header .navbar-toggle.cart-button-mobile .cart-count {
        top: 4px;
        left: 32px !important;
    }
}

/*      Main Nav Dropdowns - white arrows    */
.wp-theme-2 .navbar-white .dropdown.search-drop .dropdown-menu:after {
    left: 10%;
}

.wp-theme-2 .navbar-white .dropdown.video-drop .dropdown-menu:after {
    left: 48%;
}

.wp-theme-2 .navbar-white .dropdown.motion-bg-drop .dropdown-menu:after {
    left: 61%;
}

.wp-theme-2 .navbar-white .dropdown.templates-drop .dropdown-menu:after {
    left: 75%;
}

.wp-theme-2 .navbar-white .dropdown.account-drop .dropdown-menu:after {
    left: 76%;
}

.wp-theme-2 .navbar-white .dropdown.login-drop .dropdown-menu:after {
    left: 90.5%;
}

.wp-theme-2 .navbar .dropdown.video-drop .dropdown-menu {
    left: -305px;
}

.wp-theme-2 .navbar .dropdown.motion-bg-drop .dropdown-menu {
    left: -377px;
}

.wp-theme-2 .navbar .dropdown.templates-drop .dropdown-menu {
    left: -479px;
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.project-bin-header {
    margin: 30px 0;
}

.project-bin-header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

.project-bin-folder {
    padding-left: 5px;
    padding-right: 5px;
}

.project-bin-folder .w-box {
    padding: 5px;
}

.project-bin-folder .w-box:hover {
    border-color: #ddd !important;
}

.project-bin-folder .w-box:hover .controls-bin-actions {
    opacity: 1;
}

.project-bin-folder .w-box:not(.uncategorized):hover .controls-bin-clip-count {
    opacity: 0;
}

.project-bin-folder .controls-bin-title {
    padding: 5px;
}

.project-bin-folder .controls-bin-title a {
    color: #7e7e7e;
}

.project-bin-folder .controls-bin-info {
    padding: 5px;
}

.project-bin-folder .controls-bin-clip-count {
    right: 5px;
    text-align: right;
    opacity: 1;
}

.project-bin-folder .controls-bin-actions {
    position: absolute;
    right: 5px;
    opacity: 0;
}

.project-bin-folder .controls-bin-actions .edit-bin {
    margin-right: 5px;
}

.project-bin-folder-item-thumb .thumbnail-img.empty {
    background-color: #444;
    height: 45px;
}

.project-bin-folder-thumbnails-wrapper {
    min-height: 150px;
    width: 100%;
}

.project-bin-folder-item-thumb {
    padding: 5px;
}

.project-bin-folder-item-thumb img {
    min-width: 100%;
}

.label-left-align {
    line-height: 35px;
    float: left;
    padding-right: 5px;
}

#as-search-clear-btn {
    position: absolute;
    left: 335px;
    top: 0;
    bottom: 6px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.as-no-results {
    margin-top: 40px;
    text-align: center;
}

.as-no-results-section {
    margin-left: auto;
    margin-right: auto;
}

#as-no-results-message,
#mp-no-results-message,
#combined-no-results-message {
    font-size: 18px;
    margin-top: 30px;
}

.as-no-results-message-keywords {
    font-weight: bold;
}

.as-search-clipcount {
    color: #a8a8a8;
}

.as-search-description-keywords {
    display: inline-block;
    margin: 0 10px 0 0;
}

/* Scale the VB logo appropriately */
.navbar .navbar-brand img {
    height: auto;
    width: 240px;
}

/** Ensure the nav doesn't fall to next line by removing some spacing */
.navbar .navbar-brand {
    padding-right: 0;
}

.navbar .cart-button > a.cart-button {
    padding: 20px 10px 0 10px !important;
}

.navbar .cart-button i {
    font-size: 34px;
}

.navbar .cart-button .cart-count {
    background-color: #16afe8;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    left: 28px;
    padding: 1px 8px;
    position: absolute;
    top: 12px;
}

#unsub-box-id {
    margin: 50px;
}

.as-selects {
    padding-left: 3px;
    padding-right: 3px;
    max-width: 185px;
}

/* Set size and location for search buttons in main nav */
#srch-term,
#srch-btn {
    height: 40px;
    font-size: 16px;
    top: 0px;
}

#srch-type {
    width: 190px;
    height: 40px;
}

.navbar-form .input-group-btn {
    padding: 0px;
    margin: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.checkbox-options {
    color: #000;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 50px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.wp-theme-1 .pg-opt .breadcrumb {
    float: left;
}

/*******************************************************
 * jQuery UI slider - note, override stuff from the jquery UI css file
 *******************************************************/

/* Corner radius */
.jquery-ui-wrapper .ui-corner-all,
.jquery-ui-wrapper .ui-corner-top,
.jquery-ui-wrapper .ui-corner-left,
.jquery-ui-wrapper .ui-corner-tl {
    border-top-left-radius: 0px;
}

.jquery-ui-wrapper .ui-corner-all,
.jquery-ui-wrapper .ui-corner-top,
.jquery-ui-wrapper .ui-corner-right,
.jquery-ui-wrapper .ui-corner-tr {
    border-top-right-radius: 0px;
}

.jquery-ui-wrapper .ui-corner-all,
.jquery-ui-wrapper .ui-corner-bottom,
.jquery-ui-wrapper .ui-corner-left,
.jquery-ui-wrapper .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.jquery-ui-wrapper .ui-corner-all,
.jquery-ui-wrapper .ui-corner-bottom,
.jquery-ui-wrapper .ui-corner-right,
.jquery-ui-wrapper .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.jquery-ui-wrapper .ui-widget-content {
    border: 1px solid #ccc;
    background: white;
}

.jquery-ui-wrapper .ui-state-default,
.jquery-ui-wrapper .ui-widget-content .ui-state-default,
.jquery-ui-wrapper .ui-widget-header .ui-state-default {
    border: 1px solid #59b2e5;
    background: #59b2e5;
}

.jquery-ui-wrapper .ui-state-hover,
.jquery-ui-wrapper .ui-widget-content .ui-state-hover,
.jquery-ui-wrapper .ui-widget-header .ui-state-hover,
.jquery-ui-wrapper .ui-state-focus,
.jquery-ui-wrapper .ui-widget-content .ui-state-focus,
.jquery-ui-wrapper .ui-widget-header .ui-state-focus {
    border: 1px solid #59b2e5;
    background: #59b2e5;
    cursor: pointer;
}

.jquery-ui-wrapper .ui-widget-header {
    border: 1px solid #dceff9;
    background: #dceff9;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 10px;
    cursor: default;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -9px;
}

/*******************************************************
 * Members boxes
 *******************************************************/

.wp-theme-1 .w-box {
    margin-top: 10px;
}

.wp-theme-1 .profile-widget {
    margin-top: 30px;
}

.blue {
    background-color: dodgerblue;
}

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

.item-subtext .add-to-album-text,
.item-subtext .download-mp3-text,
.item-subtext .download-wav-text,
.item-subtext .view-details-text {
    color: #ff9900;
}

.item-subtext .view-details-text {
    display: none;
}

.item-subtext .item-title:hover .view-details-text {
    display: inline;
}

/** Home page **/

/*** hero unit ***/

.toggle-grid .row:not(:first-child) {
    margin-top: 10px;
}

.toggle-grid .btn-toggle {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid #ffffff 2px;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
}

.toggle-grid .btn-toggle.active {
    background-color: #ffffff;
    color: #4fa8db;
    border-color: #4fa8db;
}

.home-hero-loading {
    height: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.carousel .home-hero-error {
    text-align: center;
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    padding: 10px;
}

.browseable .thmb-img {
    cursor: pointer;
}

.browseable .hotlink {
    color: #59b2e5;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    width: 100%;
}

/*** trial signup widget ***/

.home-trial-gutter .perk {
    margin-bottom: 20px;
}

.home-trial-gutter .perk:last-child {
    margin-bottom: 0;
}

/*** Stats section ***/

.statsbar .w-box h2 {
    margin: 15px 0px;
    color: #ffffff;
    font-size: 2em;
    padding: 0px;
}

.statsbar .w-box .thmb-img i {
    font-size: 64px;
    color: #59b2e5;
    vertical-align: middle;
    display: block;
    line-height: 72px;
    padding: 0px;
}

.statsbar .w-box.white .thmb-img {
    text-align: center;
    padding: 15px 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px auto;
    margin-top: 15px;
}

.statsbar .w-box {
    margin-top: 15px;
    background-color: #59b2e5;
    border: none;
}

/*** styles specific to home page ***/

.home-signup {
    /*background-image: url('../images/home/home-notes-dark-blue.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
    /*background-size: cover;*/
    border-top: 1px solid #e0eded;
}

.home-signup .home-trial-gutter .aside-feature {
    color: #616161;
}

.home-signup .home-trial-gutter .aside-feature:hover .icon-feature,
.home-signup .home-trial-gutter .aside-feature:hover h4 {
    color: #616161;
}

.home-signup .form-header {
    background-color: #fcfcfc;
}

.home-signup .sign-in-wr {
    background-color: #ffffff;
}

.home-signup .signup-text-col {
    padding-left: 0px;
    padding-right: 0px;
}

/*
.home-signup .signup-text {
    background-color: #59b2e5;
    border-radius: 0px;
    padding: 10px;
}

.home-signup .w-box.w-box-inverse .signup-text h2 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 0px;
}
*/

.home-signup .signup-text .subtitle-paragraph {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.home-signup .form-inputs {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.home-signup .form-inputs .form-group:last-child {
    margin-bottom: 0;
}

.home-signup .home-trial-gutter {
    color: white;
}

.home-signup .home-trial-gutter .perk {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 5px;
}

.home-trial-gutter .icon-feature {
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}

/** Checkbox for Popup */

.wp-theme-1 ul.list-check li i {
    color: #59b2e5;
    font-style: normal;
    margin-right: 6px;
}

/** Margin for the categories/keywords on the StockDetails */
.item-tag {
    margin-top: 1px;
}

/** Make elements Reactivate/Upgarde/Signup CTA in navbar red */
header .navbar .highlight {
    color: #ff9900 !important;
}

header .navbar .highlight:hover {
    font-weight: bold !important;
}

.mcafree-small-icon {
    display: none;
}

.rating {
    padding: 0;
}

.wp-theme-1 .btn-two {
    background-color: #d3393f;
    border-color: #d3393f !important;
}

.wp-theme-1 .btn-two:hover,
.wp-theme-1 .btn-two:focus,
.wp-theme-1 .btn-two:active,
.wp-theme-1 .btn-two.active,
.wp-theme-1 .open .dropdown-toggle.btn-two {
    background-color: #b92026;
    border-color: #b92026 !important;
}

.wp-theme-1 .pg-opt .breadcrumb a {
    color: #ce232a;
}

.download-item.btn,
.download-dropbox.btn {
    margin-bottom: 0.5em;
}

.download-dropbox.btn i {
    color: #007ee5;
}

.player {
    border: 4px solid #e5e3e3 !important;
    background-color: #000;
    border-radius: 4px;
    max-width: 648px;
    max-height: 368px;
    width: 100%;
    height: 56.25vw;
}

#xplayer {
    color: #fff;
    line-height: 360px;
    text-align: center;
}

ul.attributes-area li strong {
    display: inline-block;
    width: calc(33% + 15px);
}

.rating > span.filled,
.rating > span.empty {
    font-size: 18px;
    line-height: 14px;
}

.rating > span.empty {
    color: #999;
}

.download-formats {
    margin: 15px 0 0 0;
    z-index: 20;
}

.social-buttons {
    margin: 15px 0;
    padding: 7px 0;
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
}

.social-buttons > a > i {
    padding-right: 7px;
}

.social-buttons > .facebook > i {
    color: #005fcc;
}

.social-buttons > .twitter > i {
    color: #00aced;
}

.social-buttons > .google-plus > i {
    color: #c60004;
}

h4 > i {
    margin-right: 7px;
}

/***************************
*       CSS SPINNER
***************************/
/*      Via http://tobiasahlin.com/spinkit/   */

.spinner {
    margin: 60px auto 0;
    width: 70px;
    text-align: center;
}

@media (min-width: 768px) {
    .stock-item:hover .spinner > div {
        width: 12px;
        height: 12px;
        background-color: #d3393f;

        border-radius: 100%;
        display: inline-block;

        -webkit-animation: bouncedelay 0.8s infinite ease-in-out;
        animation: bouncedelay 1s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .stock-item:hover .spinner .bounce1 {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .stock-item:hover .spinner .bounce2 {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/********************************
*       Member Dashboard
********************************/

#dashboard-categories h2 {
    font-family: 'Bitter', 'Raleway', sans-serif;
    margin: 30px auto;
    text-align: center;
}

#dashboard-categories .nav-tabs {
    text-align: center;
}

#dashboard-categories .nav-tabs a {
    font-size: 20px;
    line-height: 45px;
}

#dashboard-categories .nav-tabs a > i {
    padding-right: 8px;
}

#dashboard-categories .nav-tabs li.active {
    border-bottom: 3px solid #d3393f;
}

#dashboard-categories .nav-tabs li.active a {
    font-weight: bold;
}

#dashboard-categories .nav-tabs li:hover {
    border-bottom: 3px solid #59b2e5;
}

#dashboard-categories .tab-pane .view-all {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
    text-align: center;
}

#dashboard-categories .tab-pane .view-all a {
    font-size: 18px;
}

#dashboard-categories .tab-pane .view-all a i {
    padding-left: 15px;
}

#dashboard-search .row {
    margin: 0 !important;
}

#dashboard-search .search-overlay {
    background-color: rgba(0, 50, 50, 0.2);
}

#dashboard-search .search-overlay {
    color: #f1f1f1;
    min-height: 400px;
    text-align: center;
}

#dashboard-search .search-content {
    padding: 60px 0;
}

#dashboard-search h1,
#dashboard-search h2 {
    font-family: 'Raleway', sans-serif !important;
}

#dashboard-search form {
    margin-top: 30px;
    margin-bottom: 30px;
}

#dashboard-search .members-dashboard-search {
    text-align: left;
}

#dashboard-search .members-dashboard-search button {
    height: 40px;
}

#dashboard-search .members-dashboard-search .input-group-btn:last-child {
    top: -5px;
}

@media (max-width: 768px) {
    #dashboard-search form {
        padding: 0 45px;
    }

    #dashboard-search .members-dashboard-search input {
        font-size: 12px;
    }

    #dashboard-search .members-dashboard-search .input-group-btn:first-of-type {
        display: none;
    }

    #dashboard-search .members-dashboard-search .input-group-btn:last-child {
        top: 0px;
    }
}

/********************************
*       category widget
********************************/

.category-widget a {
    color: #f1f1f1;
    font-family: 'Raleway', 'Helevetica', 'Arial', sans-serif;
}

.category-widget li:hover > a {
    text-decoration: underline;
    border-color: #59b2e5 !important;
}

.category-widget li:hover > a:last-child {
    text-decoration: none;
}

.category-widget .category {
    color: #f1f1f1;
    display: table;
    height: auto;
    margin-bottom: 15px;
    min-height: 180px;
    min-width: 180px;
    overflow: hidden;
    padding: 15px 7px;
    text-align: center;
}

.category-widget .category .category-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    opacity: 0.5;
}

.category-widget .category:hover .category-bg {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.category-widget .category .bg-overlay {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 7px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 0;

    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.category-widget .category-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.category-widget .category-content-wrapper.full-height {
    height: 360px;
}

.category-widget .category h5 {
    margin-bottom: 15px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.category-widget ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.category-widget .category:hover ul {
    display: block;
}

.category-widget ul li {
    margin: 7px;
}

.category-widget .category li a {
    font-size: 13px;
}

.category-widget ul li.view-all {
    margin-top: 15px;
}

.category-widget ul li.view-all a {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 4px;
}

.category-widget .mini-categories {
    margin-bottom: 15px;
    width: 690px;
}

.category-widget .mini-categories .category {
    height: 100px;
    min-height: 100px;
    min-width: 20%;
    width: 20%;
}

.category-widget .mini-categories .category h5 {
    font-size: 11px;
    margin: 0;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .category-widget .category ul {
        display: block;
    }
}

/***************************************
*       Members Profile Page
***************************************/

a.toggle-edit {
    z-index: 100;
}

#edit-member-profile input.edit.form-control {
    margin-top: 15px;
}

section.bg-3 h3 {
    font-family: 'Bitter', 'Roboto', sans-serif !important;
    padding: 0 15px 7px;
}

/*  This hides the little arrows in dropdown menus  */
#edit-member-profile form:not(.edit-view) select::-ms-expand,
#edit-member-subscription form:not(.edit-view) select::-ms-expand {
    display: none;
}

#edit-member-profile form:not(.edit-view) select,
#edit-member-subscription form:not(.edit-view) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: clip;
}

/*  end  */

#edit-member-profile form:not(.edit-view) label.error,
#edit-member-subscription form:not(.edit-view) label.error {
    display: none;
}

#edit-member-profile form .edit,
#edit-member-subscription form .edit,
#edit-member-profile form.edit-view .view,
#edit-member-subscription form.edit-view .view {
    display: none;
}

#edit-member-profile form.edit-view .edit,
#edit-member-subscription form.edit-view .edit {
    display: block;
}

#edit-member-profile form:not(.edit-view) .form-group.address-field .form-control,
#edit-member-subscription form:not(.edit-view) .form-group.address-field .form-control {
    height: 24px;
    padding: 0 12px;
}

#edit-member-profile form:not(.edit-view) .form-control,
#edit-member-subscription form:not(.edit-view) .form-control {
    background-color: #fff;
    border: none;
    box-shadow: none;
    cursor: default;
}

.white-bg {
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 2px #ccc;
    padding: 15px;
}

.white-bg form {
    margin: 15px 0;
}

#edit-member-profile form label:not(.error),
#edit-member-subscription form label:not(.error) {
    color: #999;
    font-weight: normal;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

#edit-member-profile,
#edit-member-subscription {
    margin: 0 0 30px;
}

#edit-member-profile h3 i,
#edit-member-subscription h3 i {
    padding-right: 15px;
}

#edit-member-profile .btn i,
#edit-member-subscription .btn i {
    padding: 0 7px 0 0;
}

#edit-member-subscription header {
    background-color: #444;
    color: #fff;
    margin-top: -15px;
}

#edit-member-subscription header h4 {
    display: table-cell;
    font-family: 'Raleway', 'Roboto', 'Arial', sans-serif;
    font-size: 20px;
    height: 75px;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
    vertical-align: middle;
}

#edit-member-subscription .h3-helper {
    color: #1ab0e2;
    line-height: 56px;
}

#edit-member-subscription .profile-invoices,
#edit-member-subscription .profile-cancel {
    margin: 15px 0;
    padding: 15px 30px;
}

#edit-member-subscription .profile-cancel {
    border-right: 1px solid #d9d9d9;
}

#edit-member-subscription .profile-invoices a {
    color: #1ab0e2;
}

#edit-member-subscription .profile-invoices a > i {
    padding-left: 7px;
}

#edit-member-subscription .profile-invoices ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

#edit-member-subscription .profile-invoices ul li {
    display: inline-block;
}

#edit-member-subscription .profile-price {
    font-family: 'Raleway', 'Roboto', 'Arial', sans-serif;
    line-height: 29px;
    padding: 0;
    text-align: center;
}

#edit-member-subscription .profile-price strong {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 40px;
    line-height: 75px;
}

#edit-member-subscription .profile-price span {
    font-size: 24px;
    position: relative;
}

.profile-cancel #subscription-cancel {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin-top: 15px;
}

.profile-cancel #subscription-cancel:hover {
    background-color: #d3393f;
    border-color: transparent;
    color: #fff;
}

.profile-cancel table td {
    padding: 0 0 7px;
    vertical-align: top;
}

.profile-cancel table tr > td:nth-child(2) {
    padding-left: 15px;
}

.license-model-button.btn {
    color: #fff;
}

#invoices-model {
    overflow: hidden;
    top: calc(50% - 300px);
}

#invoices-model .modal-body {
    max-height: 400px;
    overflow: auto;
}

#invoices-model a.btn {
    color: #fff;
}

#invoices-model td:last-of-type,
#invoices-model th:last-of-type {
    width: 180px;
}

#invoices-model table td,
#invoices-model table th {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
}

#invoices-model table td:nth-child(3) {
    padding: 8px 20px 8px 0;
    text-align: right;
}

#member-contact-info .toggle-edit {
    display: inline-block;
    padding-top: 10px;
}

#member-contact-info.highlight-for-invoice #address1,
#member-contact-info.highlight-for-invoice #city,
#member-contact-info.highlight-for-invoice #state,
#member-contact-info.highlight-for-invoice #zip,
#member-contact-info.highlight-for-invoice #country {
    border-color: red;
}

#edit-member-subscription .highlight-cc-fields #cc_number,
#edit-member-subscription .highlight-cc-fields #cc_exp_month,
#edit-member-subscription .highlight-cc-fields #cc_exp_year {
    border-color: red;
}

@media (max-width: 1200px) {
    #edit-member-profile .btn i,
    #edit-member-subscription .btn i {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .save-btn-row {
        margin: 0 0 15px !important;
    }

    .spacing-item {
        display: none;
    }
}

@media (max-width: 450px) {
    #edit-member-subscription header .profile-price {
        text-align: left;
    }

    #edit-member-subscription header .profile-price strong {
        font-size: 30px;
    }

    #edit-member-subscription header .profile-price span {
        font-size: 20px;
    }
}

/*********************************
 *  Cancellation page styles
 *********************************/
#cancellation-confirmation {
    margin: 30px 0;
}

#cancellation-confirmation h1,
#cancellation-confirmation h2 {
    font-family: 'Bitter', 'Roboto', sans-serif !important;
}

#cancellation-confirmation p {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
}

#cancellation-confirmation iframe {
    height: 2200px !important;
    margin: 15px auto;
    max-width: 1000px;
    overflow: hidden;
    width: 100% !important;
}

@media (max-width: 550px) {
    #cancellation-confirmation iframe {
        height: 2500px !important;
    }
}

@media (max-width: 380px) {
    #cancellation-confirmation iframe {
        height: 2600px !important;
    }
}

#cancellation-confirmation #surveyMonkeyInfo {
    padding: 0 15px;
    text-align: center;
    width: 100% !important;
}

/*******************************
 *      Footer
 ******************************/

footer {
    margin-bottom: -10px;
}

.wp-theme-1 footer {
    margin-top: 30px;
}

.wp-theme-1 footer a,
.wp-theme-1 footer span {
    color: #9b9b9b;
    font-family: 'Raleway', 'Roboto', sans-serif;
    line-height: 24px;
}

footer .container .row h4 {
    color: #fff;
    font-family: 'Bitter', 'Roboto', sans-serif !important;
    font-size: 18px;
}

footer .footer-categories ul {
    columns: 2;
    -webkit-columns: 2;
    list-style-type: none;
    padding: 0;
}

footer .blog-updates p a {
    display: table-cell;
    font-family: 'Bitter', 'Roboto', sans-serif !important;
    font-size: 16px;
    height: 35px;
    vertical-align: middle;
}

footer .blog-updates div.col-xs-4 {
    text-align: center;
}

footer .other-sites h4,
footer .other-sites a,
footer .social-icons h4,
footer .social-icons a {
    display: inline-block;
}

footer .other-sites a,
footer .social-icons a {
    padding-left: 15px;
}

footer .social-icons {
    text-align: right;
}

footer .social-icons a i {
    border-radius: 50%;
    color: #fff;
    height: 24px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 24px;
}

footer .social-icons a i.fa-facebook {
    background-color: #078fe3;
}

footer .social-icons a i.fa-google-plus {
    background-color: #d04037;
}

footer .social-icons a i.fa-twitter {
    background-color: #20c4f9;
}

footer .social-icons a i.fa-youtube {
    background-color: #de192b;
}

@media (max-width: 1200px) {
    footer .social-icons {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    footer .social-icons a {
        width: calc(50% - 15px);
    }

    footer .social-icons h4 {
        display: block !important;
    }
}

footer .border-railroad {
    border-top: 1px solid #616161;
    border-bottom: 1px solid #616161;
    margin: 15px 0;
}

footer .footer-logo img {
    display: inline-block;
    height: 36px;
}

footer .footer-logo p {
    display: inline-block;
    line-height: 36px;
    margin: 0;
    padding-left: 15px;
}

footer .copyright {
    line-height: 36px !important;
    text-align: right;
}

.wp-theme-2 footer .explore-btn {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

.wp-theme-2 ul.reactivate-bulleted-list li {
    padding: 2px 0;
}

.wp-theme-2 .confirmation {
    text-align: center;
}

.wp-theme-2 .confirmation h1 {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    padding-bottom: 10px;
}

.wp-theme-2 .confirmation p {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.wp-theme-2 .confirmation a {
    color: #fff;
}

.wp-theme-2 .btn-five {
    border: 1px solid #dddddd;
}

.btn.btn-neutral.dropbox-dropin-btn,
.btn.btn-neutral.dropbox-dropin-btn:link,
.btn.btn-neutral.dropbox-dropin-btn:hover {
    background: #fff;
    border: none;
    padding: 15px 0;
    font-weight: normal;
    font-size: 13px;
}

.cta-button-row {
    padding-top: 30px;
}

#as-description {
    height: 45px;
}

/*      Contributor Landing Page    */
#contributor_landing_page .sunrise-bg {
    background: url(../images/ab05c68e068728eba37a1b1f2f07cc1e.jpg) 50% 30% no-repeat;
    background-size: cover;
}

#contributor_landing_page .form-box {
    background-color: #fff;
    border-top: 6px solid #f30424;
    padding: 15px 30px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

#contributor_landing_page .form-box h2 {
    margin-top: 0;
}

#contributor_landing_page #learn-more {
    min-width: 200px;
}

#contributor_landing_page #hero h1,
#contributor_landing_page #hero h3 {
    color: #fff;
}

#contributor_landing_page #hero {
    padding: 60px 0;
}

#contributor_landing_page #hero .col-sm-6 {
    padding: 30px;
}

#contributor_landing_page #hero h1 {
    font-size: 42px;
    margin-top: 0;
}

#contributor_landing_page #hero h2 {
    font-size: 22px;
}

#contributor_landing_page #hero h3 {
    padding: 30px 0;
}

#contributor_landing_page #hero h1 strong {
    font-weight: normal;
    letter-spacing: -1px;
}

#contributor_landing_page #contributor-form {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

#contributor_landing_page #contributor-form .input-group {
    border-radius: 2px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

#contributor_landing_page #contributor-form .input-group:first-child {
    width: calc(50% - 10px);
    margin-right: 10px;
}

#contributor_landing_page #contributor-form .input-group input {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-radius: 0 2px 2px 0;
    box-shadow: none;

    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}

#contributor_landing_page #contributor-form .input-group .input-group-addon {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    color: #999;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    font-size: 20px;
    height: 46px !important;

    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}

#contributor_landing_page #contributor-form label.error {
    font-weight: bold;
    color: #f00;
    position: absolute;
    left: 7px;
    top: 48px;
}

#contributor_landing_page #contributor-form #form-errors {
    padding-top: 15px;
}

#contributor_landing_page i.fa {
    padding: 0 7px;
}

#contributor_landing_page #how-vb-model-works {
    margin-bottom: 60px;
}

#contributor_landing_page #how-vb-model-works .step {
    border-left: 1px solid #d9d9d9;
    margin-top: 15px;
}

#contributor_landing_page #how-vb-model-works .step:first-child {
    border-left: none;
}

#contributor_landing_page #how-vb-model-works .step h3 {
    color: #666666;
    font-size: 20px;
    margin: 7px 0 15px;
}

#contributor_landing_page #how-vb-model-works .step p {
    font-size: 16px !important;
}

#contributor_landing_page .img-wrapper {
    display: table;
    height: 100%;
    min-height: 150px;
    vertical-align: middle;
    width: 100%;
}

#contributor_landing_page .img-wrapper .center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#contributor_landing_page .valign-middle {
    display: table-cell;
    vertical-align: middle;
}

#contributor_landing_page .valign-middle-wrapper {
    display: table;
    height: 100%;
    min-height: 150px;
}

#contributor_landing_page #gray-bg {
    background-color: #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

#contributor_landing_page #details .row {
    border-top: 1px dotted #999999;
    min-height: 360px;
    padding: 30px 15px;
}

#contributor_landing_page #details p {
    font-size: 18px;
    margin: 15px 0;
}

#contributor_landing_page #details li {
    font-size: 18px;
    line-height: 26px;
}

#contributor_landing_page #details .col-md-5 {
    height: 100%;
}

#contributor_landing_page #details p em {
    font-family: 'Roboto', 'Arial', sans-serif !important;
}

#contributor_landing_page #pricing-table {
    margin: 30px 0;
}

#contributor_landing_page #pricing-table th {
    color: #666666;
}

#contributor_landing_page #pricing-table td:nth-child(3),
#contributor_landing_page #pricing-table th:nth-child(3) {
    border-right: 1px dashed #cccccc;
    border-left: 1px dashed #cccccc;
}

#contributor_landing_page #pricing-table thead th {
    border-bottom: 2px solid #f30424;
    font-size: 17px;
}

#contributor_landing_page #pricing-table tr {
    font-size: 16px;
    line-height: 45px;
}

#contributor_landing_page #pricing-table td:not(.to) {
    text-align: right;
    padding-right: 15px;
}

#contributor_landing_page #pricing-table td.to {
    color: #999;
    font-family: 'Raleway', 'Roboto', sans-serif;
    font-size: 13px !important;
    text-align: center;
    width: 50px;
}

#contributor_landing_page #pricing-table .subtotal td {
    border-top: 1px solid #f30424;
    font-size: 16px;
    font-weight: bold;
}

#contributor_landing_page #pricing-table .subtotal td.to {
    font-weight: normal;
}

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

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

#contributor_landing_page .color-info {
    color: #5cc6ed;
}

#contributor_landing_page .bg-info {
    color: #fff;
    background-color: #5cc6ed;
    box-shadow: 0 3px 0 0 #269abc;
}

#contributor_landing_page .bg-info:hover {
    background-color: #269abc;
}

#contributor_landing_page {
    color: #444;
}

.color-red {
    color: #f30424 !important;
}

#contributor_landing_page .bg-red {
    color: #fff;
    background-color: #f30424;
    box-shadow: 0 3px 0 0 #bf252b;
}

#contributor_landing_page .bg-gray {
    color: #fff;
    background-color: #666;
    box-shadow: 0 3px 0 0 #444;
}

#contributor_landing_page .bg-red:not(.bar):hover {
    background-color: #bf252b;
}

#calculator {
    /*border-bottom:1px dotted #999;*/
    box-shadow: 0 2px 4px #999;
    padding: 30px 0;
    margin-bottom: 30px;
}

#calculator .col-sm-6 {
    margin-top: 30px;
}

#calculator .col-sm-6:first-child {
    border-right: 1px dotted #999999;
}

#calculator img {
    display: block;
    height: 55px;
    margin: 0 auto;
    opacity: 0.4;
    width: 45px;
}

#calculator h2 {
    margin: 0;
}

#calculator h4 {
    margin: 45px 0 15px;
}

#calculator button {
    min-width: 100px;
    max-width: 180px;
    width: 100%;
    z-index: 10;
}

#calculator .overlay {
    font-family: 'Segoe Print', 'Kalam', cursive !important;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
    padding-top: 60px;
}

#calculator .overlay img {
    float: left;
    margin-left: 80px;
    padding-right: 15px;
    width: 150px;
}

#calculator #bar-graph {
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 0;
}

#calculator #graph-units {
    padding: 7px 0;
}

#calculator #bar-graph .bar {
    border-radius: 0 6px 6px 0;
    height: 36px;
    margin: 30px 0;
    overflow: hidden;
}

#calculator #bar-graph .bar p {
    margin: 0;
    padding: 7px 15px 7px 0;
}

#calculator #bar-graph .bar img {
    display: inline-block;
    height: 18px;
    margin: 0 7px 0 0;
    width: 16px;
}

#contributor_landing_page #footer-form {
    background-color: #ffffff;
    height: 120px;
    width: 100%;
    z-index: 9999;

    transition: top 1s, position 1s;
    -webkit-transition: top 1s, position 1s;
}

#contributor_landing_page #footer-form.affix-top {
}

#contributor_landing_page #footer-form.affix {
    position: fixed;
    bottom: 0;
}

#contributor_landing_page #footer-form.affix-bottom {
    position: absolute;
    top: auto !important;
    bottom: 452px;
}

#contributor_landing_page #footer-form h3 {
    font-size: 20px;
    margin: 0 0 15px;
}

#contributor_landing_page #footer-form .col-md-2 {
    width: 20%;
    padding-left: 0;
}

#contributor_landing_page #footer-form input {
    border-radius: 3px;
}

#contributor_landing_page .details-in-gray {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 15px;
}

@media (max-width: 768px) {
    #contributor_landing_page #calculator .overlay {
        height: 60% !important;
        top: 40% !important;
    }

    #contributor_landing_page #calculator .col-sm-6:first-child {
        border-right: none;
        margin-bottom: 30px;
    }

    #contributor_landing_page .valign-middle img {
        max-width: calc(100% - 30px);
    }

    #contributor_landing_page #pricing-table {
        margin: 45px -15px;
    }

    #contributor_landing_page #pricing-table tbody th {
        font-size: 10px;
        line-height: 12px;
        max-width: 80px;
    }

    #contributor_landing_page #pricing-table td {
        font-size: 14px !important;
        padding-right: 5px !important;
    }
}

#clipOfTheMonth {
    font-family: 'Raleway', sans-serif;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

#clipOfTheMonth:after {
    content: '';
    background-size: cover;
    background-position: center center;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#clipOfTheMonth .player {
    margin: 0 auto;
    border: 5px solid #292929 !important;
    background: black;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #000, 2px 2px 12px #d9d9d9;
    width: 100%;
}

#clipOfTheMonth .left-col {
    color: #595959;
    font-weight: 500;
    font-size: 19px;
}

#clipOfTheMonth .left-col strong {
    font-size: 22px;
    font-family: 'Bitter', serif;
    font-weight: 700;
    margin-right: 9px;
    padding-right: 10px;
}

#clipOfTheMonth .left-col strong:before {
    height: 20px;
    width: 22px;
    content: '';
    display: inline-block;
    margin: 0 0 -1px 0;
}

#clipOfTheMonth .left-col .row > div {
    margin: 5px 0;
}

#clipOfTheMonth .left-col .inspirational span {
    color: #fb2f2f;
    padding-left: 6px;
}

#clipOfTheMonth .left-col .inspirational div {
    float: left;
}

#clipOfTheMonth .left-col .description {
    font-family: 'Bitter', serif;
    font-weight: 400;
    color: #fff;
    background: #454545;
    height: 37px;
    line-height: 37px;
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
}

#clipOfTheMonth .btn-red {
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    border-bottom: solid #c82121 3px;
    background: #ff4646;
    box-shadow: inset 0 1px 0 #e2494a, inset -1px 0 0 #e2494a, inset 1px 0 0 #e2494a;
}

#clipOfTheMonth .btn-red:hover {
    text-decoration: none;
    color: #fff;
    background: #ff6262;
    box-shadow: inset 0 1px 0 #e25c5e, inset -1px 0 0 #e25c5e, inset 1px 0 0 #e25c5e;
}

#clipOfTheMonth .btn-red:active {
    border-bottom: none;
    background: #fb2f2f;
    box-shadow: inset 0 1px 3px #790515, inset -1px 0 0 #e2494a, inset 1px 0 0 #e2494a;
}

#clipOfTheMonth .btn-red:focus {
    color: #fff;
    outline: none !important;
}

#clipOfTheMonth .btn-red .glyphicon {
    margin-right: 3px;
}

@media (min-width: 1200px) {
    #clipOfTheMonth .player {
        max-width: 376px;
        height: 215px;
    }

    #clipOfTheMonth .left-col {
        padding-left: 25px;
    }

    #clipOfTheMonth .left-col .row .inspirational {
        margin-bottom: -2px;
        margin-top: 0;
    }

    #clipOfTheMonth .player {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #clipOfTheMonth .player {
        max-width: 376px;
        height: 215px;
    }

    #clipOfTheMonth .left-col {
        padding-left: 25px;
    }

    #clipOfTheMonth .left-col .row .inspirational {
        margin-bottom: -2px;
    }

    #clipOfTheMonth .player {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #clipOfTheMonth .player {
        max-width: 376px;
        height: 215px;
    }

    #clipOfTheMonth .left-col .row {
        text-align: center;
    }

    #clipOfTheMonth .left-col .row .description,
    #clipOfTheMonth .left-col .row .btn-red {
        margin: 0 auto;
    }

    #clipOfTheMonth .left-col .row .btn-red {
        display: block;
        width: 208px;
    }

    #clipOfTheMonth .left-col .row .inspirational {
        margin-bottom: -2px;
    }

    #clipOfTheMonth .left-col .row .inspirational div {
        float: none;
        display: inline;
    }
}

@media (max-width: 767px) {
    #clipOfTheMonth .player {
        width: 343px;
        height: 206px;
    }

    #clipOfTheMonth .left-col .row {
        text-align: center;
    }

    #clipOfTheMonth .left-col .row .description,
    #clipOfTheMonth .left-col .row .btn-red {
        margin: 0 auto;
    }

    #clipOfTheMonth .left-col .row .btn-red {
        display: block;
        width: 208px;
    }

    #clipOfTheMonth .left-col .row .inspirational {
        margin-top: 20px;
        text-align: center;
    }

    #clipOfTheMonth .left-col .row .inspirational div {
        float: none;
    }
}

.as-search-results-divider {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.as-search-results-divider-wrapper {
    /*border-bottom: 1px solid #eee;*/
}

.as-search-results-divider-wrapper hr {
    border-top: none;
    /*height: 7px;*/
    /*box-shadow: inset 0 -7px 10px -7px rgba(0,0,0,0.5);*/
}

#clipOfTheMonthStockItem .stock-item {
    margin-bottom: 0;
}

#clipOfTheMonthStockItem .controls {
    display: none;
}

.search-results-drawer-slider {
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

.paper-edges-shadow-effect {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.paper-edges-shadow-effect:before,
.paper-edges-shadow-effect:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.paper-edges-shadow-effect:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

#marketplace-search-pagination-widget {
    margin-bottom: 0;
}

.subscription-search-results-drawer-slider-closed {
    max-height: 330px;
}

.marketplace-search-results-drawer-slider-closed {
    max-height: 280px;
}

#marketplace-search-results-drawer-toggle {
    min-height: 16px;
}

#minify-arrow-down-button {
    cursor: pointer;
    left: 49%;
    position: absolute;
    top: 360px;
    z-index: 10;
}

#minify-arrow-up-button {
    cursor: pointer;
    left: 49%;
    position: absolute;
    z-index: 10;
}

.stock-item-symbol {
    position: absolute;
    top: 7px;
    left: 7px;
    color: white;
    z-index: 1;
}

.no-padding {
    padding: 0 !important;
}

.template-description {
    visibility: hidden;
}

/****************************************************************
 * Stock Details Page
 ****************************************************************/

#page-stock-details section {
    padding: 0;
}

#page-stock-details section.first {
    padding: 15px 0 0 0;
}

/****************************************************************
 * Pretty Popups
 ****************************************************************/

.pretty-popup .modal-heading {
    height: 44px;
    background-color: #d42020;

    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pretty-popup .modal-content li {
    font-size: 14px;
}

.pretty-popup .modal-content h4 {
    font-size: 18px;
    font-weight: normal;
}

.pretty-popup .modal-content h3 {
    font-size: 22px;
    font-weight: normal;
}

.pretty-popup .modal-content h5 {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .pretty-popup-modal {
        width: 600px; /* either % (e.g. 60%) or px (400px) */
    }
}

.login-header-text {
    color: #595959;
    font-size: 17px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .login-header-text {
        line-height: 77px;
    }

    .login-header-text .dropdown-menu {
        line-height: normal;
    }
}

.login-header-text > a {
    color: #5cc6ed;
}

.login-header-text .dropdown-menu:after {
    border-bottom-color: #d3393f !important;
    border-width: 15px !important;
    left: 87% !important;
}

