﻿

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Alegreya+SC:800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Exo:400,500,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Merriweather+Sans:300,300i,400,400i,700,700i|Merriweather:300,300i,400,400i,700,700i&display=swap');

@font-face {
    font-family: HelveticaNeue;
    font-weight: 300;
    src: url('../fonts/helvetica-neue/HelveticaNeueLight.ttf') format("truetype");
}


@charset "UTF-8";


/*base table styles*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #cfd2d6;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.99px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.99px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.99px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.99px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

/*end base table styles*/

body, html {
    background: #ebf0f5 !important;
    /*background: white;*/
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    position: relative;
}

body {
    background: #ebf0f5 !important;
    position: relative;
}

    body.homepage {
        /*background: #1C2229;*/
    }

/* comment to force TFS to see a change */

.fixed-header,
.layout {
    color: #000;
    text-align: left;
}

/*.layout {
    margin-top: 100px;
}*/

.charts-grid:after,
.content-section__col-full:after,
.content-section__row:after,
.footer-menu:after,
.footer__col-contacts:after,
.footer__col-license:after,
.footer__col-social:after,
.footer__row:after,
.header__top:after,
.layout__container:after,
.news__line:after {
    clear: both;
}

.datepicker,
ol,
ul {
    list-style: none;
}

.article__heading-title a,
.contact-card__link,
.node-teaser__date {
    text-overflow: ellipsis;
    white-space: nowrap;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
}

.fixed-header,
.header,
.layout {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.fixed-header,
.footer,
.header,
.layout,
body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layout {
    font-size: 18px;
}

md-backdrop {
    z-index: 999999 !important;
}

.layout__line {
    margin-top: 72px;
    padding: 10px 0;
    box-sizing: border-box;
}

.layout__arrow-down,
.layout__line_fixed {
    position: fixed;
    padding: 0;
    z-index: 20;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.layout__arrow-down {
    display: none;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/down-chevron.svg) center no-repeat;
    background-size: contain;
    opacity: 0;
}

.layout__line_gray {
    background-color: #F7F7F7;
}

.layout__line_fixed {
    height: 80px;
    width: 100%;
    top: -81px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

.layout__line_header,
.layout__line_subscriptions {
    background-repeat: no-repeat;
    background-size: cover;
}

.layout__line_footer-top {
    border-top: 1px solid #E3E3E3;
    padding: 50px 0 40px;
    position: relative;
    z-index: 9999;
}

.layout__line_footer {
    border-top: 1px solid #E3E3E3;
    padding: 20px 0 !important;
    z-index: 9999;
    position: relative;
}

.layout__line_header {
    background-image: url(../images/bg_1.jpg);
    background-position: center bottom;
    padding: 30px 0 65px;
    position: relative;
}

.layout__line_dropdown-menu {
    /* display: none; */
    position: fixed;
    width: 300px;
    z-index: 30;
    padding: 0;
}

    .layout__line_dropdown-menu:before {
        content: '';
        position: absolute;
        background-color: #000;
        width: 100%;
        height: 100%;
        display: block;
        opacity: .9;
        z-index: -1;
    }

.fixed-header .search-container_focused .fixed-header__cancel,
.fixed-header__search.opened .fixed-header__search-field {
    opacity: 1;
}

.layout__line_dropdown-menu .layout__container {
    height: 100%;
    padding: 0;
}

.layout__line_news {
    padding-top: 50px;
}

.layout__line_search {
    position: relative;
}

.layout__container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 480px;
}

    .layout__container:after,
    .layout__container:before {
        content: " ";
        display: table;
    }

@media (min-width:768px) {
    .layout__container {
        max-width: none;
        width: 730px;
    }
}

@media (min-width:992px) {
    .layout__container {
        width: 970px;
    }
}

@media (min-width:1440px) {
    .layout__container {
        width: 1380px;
    }
}

@media (min-width:1500px) {
    .layout__container {
        width: 1470px;
    }
}

.layout__banner {
    left: -190px;
    width: 190px;
    position: absolute;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    min-height: 600px;
    display: none;
}

.fixed-header__search,
.fixed-header__search-icon {
    position: relative;
    height: 80px;
    display: inline-block;
}

.layout__banner_left {
    left: -190px;
}

.layout__banner_right {
    left: auto;
    top: 0;
    right: -190px;
}

@media (min-width:768px) and (max-width:991px) {
    .layout__line {
        padding: 60px 0 30px;
    }

    .layout__line_news {
        padding-top: 20px;
    }

    .layout__line_footer-top {
        padding: 30px;
    }

    .layout__line_header {
        padding: 40px 0 145px;
    }

    .layout__line_fixed {
        padding: 0;
        height: 60px;
        top: -61px;
    }

    .layout__line_header-inner {
        min-height: 0;
        max-height: 220px;
        padding: 30px 0 45px;
    }
}

@media (max-width:767px) {
    .layout__line {
        padding: 10px 0 10px;
    }

    .layout__line_news {
        padding: 35px 0 0;
    }

    .layout__line_dropdown-menu {
        padding: 0;
    }

    .layout__line_header {
        min-height: 435px;
        padding: 20px 0 65px;
    }

    .layout__line_header-inner {
        min-height: 0;
        max-height: 135px;
    }

    .layout__line_subscriptions {
        padding: 150px 0;
    }

    .layout__line_footer-top {
        padding: 20px;
    }

    .layout__line_fixed {
        padding: 0;
        height: 60px;
        top: -61px;
    }

    .layout__line_footer {
        border: none;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .layout__arrow-down {
        display: block;
    }
}

.fixed-header {
    font-size: 18px;
    height: 80px;
    box-sizing: border-box;
}

.fixed-header__search {
    vertical-align: top;
    color: #4a4a4a;
    font-size: 18px;
    width: 80px;
    white-space: nowrap;
    z-index: 20;
    margin-right: 30px;
}

    .fixed-header__search.opened .fixed-header__search-icon {
        border-right: none;
    }

.fixed-header__search-icon {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    width: 80px;
    cursor: pointer;
}

    .fixed-header__search-icon .icon {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        top: 50%;
        left: 50%;
    }

.fixed-header__search-field {
    position: absolute;
    overflow: hidden;
    left: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 100vw;
    max-width: 0;
    display: inline-block;
    opacity: 0;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: max-width .5s ease-in-out, opacity .3s ease-in-out;
    transition: max-width .5s ease-in-out, opacity .3s ease-in-out;
    border-bottom: 1px solid #E3E3E3;
}

    .fixed-header__search-field:after {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0;
        border-right: 1px solid #E3E3E3;
    }

.fixed-header__search-input {
    border: none;
    outline: 0;
    margin: 0;
    height: 100%;
    padding: 15px 0;
    width: calc(100% - 75px);
    font-size: 18px;
    font-family: "Open Sans";
    box-sizing: border-box;
}

    .fixed-header__search-input ::-webkit-input-placeholder {
        color: #4a4a4a;
    }

    .fixed-header__search-input ::-moz-placeholder {
        color: #4a4a4a;
    }

    .fixed-header__search-input :-moz-placeholder {
        color: #4a4a4a;
    }

    .fixed-header__search-input :-ms-input-placeholder {
        color: #4a4a4a;
    }

.fixed-header__cancel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    text-align: center;
    z-index: 100;
}

.fixed-header__actions,
.fixed-header__logo,
.fixed-header__menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 15px 0;
}

.fixed-header__cancel svg {
    margin-top: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    fill: #4a4a4a;
}

.fixed-header__logo {
    height: 50px;
}

    .fixed-header__logo img {
        margin-top: 10px;
        margin-right: 30px;
        width: 120px;
    }

.fixed-header__menu {
    font-size: 0;
}

.fixed-header__actions {
    font-size: 0;
    float: right;
}

.fixed-header__menu-btn {
    display: none;
}

.fixed-header .btn_default {
    color: #1b98e0;
}

    .fixed-header .btn_default:before {
        background-color: #1b98e0;
    }

@media (min-width:768px) and (max-width:1030px) {
    .fixed-header {
        height: 60px;
    }

    .fixed-header__actions {
        padding: 8px 0 10px;
    }

    .fixed-header__logo {
        height: 30px;
    }

        .fixed-header__logo img {
            margin-top: 5px;
            margin-right: 10px;
            width: 90px;
        }

    .fixed-header__search,
    .fixed-header__search-icon {
        height: 60px;
        width: 60px;
    }

    .fixed-header__search {
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    .fixed-header {
        height: 60px;
    }

    .fixed-header__menu {
        display: none;
    }

    .fixed-header__actions {
        display: none;
        padding: 15px 0 10px;
    }

    .fixed-header__logo {
        height: 30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .fixed-header__logo img {
            margin-top: 5px;
            margin-right: 10px;
            width: 90px;
        }

    .fixed-header__search {
        float: left;
        height: 60px;
        width: 40px;
        margin-right: 20px;
    }

    .fixed-header__search-input {
        width: calc(100% - 50px);
    }

    .fixed-header__cancel {
        right: 15px;
    }

    .fixed-header__search-icon {
        height: 60px;
        width: 40px;
        border: none;
        color: #1b98e0;
    }

    .fixed-header__menu-btn {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        cursor: pointer;
        padding: 20px 0;
    }

        .fixed-header__menu-btn svg {
            fill: #1b98e0;
            max-width: 100%;
        }
}

.header {
    font-size: 18px;
    text-align: left;
    text-align: center;
    color: #fff;
}

.header_inner .header__logo {
    margin-top: 0;
    margin-bottom: 22px;
}

.header_inner .header__logo-link {
    display: inline-block;
    position: relative;
    top: -50px;
}

.header_inner .header__information,
.header_inner .header__title {
    display: none;
}

.header_inner .header__search {
    margin-bottom: 10px;
}

.header__top {
    font-size: 0;
}

    .header__top:after {
        content: '';
        display: table;
        height: 1px;
    }

.header__menu {
    float: left;
}

.header__actions {
    float: right;
}

.header__logo {
    margin-top: 50px;
}

.header__logo-link {
    display: block;
}

    .header__logo-link img {
        height: 53px;
        width: 250px;
        /*max-width: 100%;*/
    }

.header__search {
    width: 960px;
    margin: 0 auto;
}

.header__title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 45px;
}

.header__information {
    margin-top: 45px;
}

.header__widget {
    display: inline-block;
    padding: 0 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.header__widget-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.header__menu-btn {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    display: none;
}

    .header__menu-btn svg {
        fill: #fff;
        max-width: 100%;
    }

.header__actions_mob,
.header__logo_mob {
    display: none;
}

@media (min-width:992px) and (max-width:1439px) {
    .header_inner .header__logo-link {
        width: 145px;
        top: -40px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header_inner .header__logo {
        margin-top: 90px;
    }

    .header_inner .header__logo-link {
        top: 0;
    }

    .header_inner .header__logo_mob {
        display: block;
        float: left;
        width: 90px;
        margin-top: 5px;
        margin-right: 115px;
    }

    .header_inner .header__logo {
        display: none;
    }

    .header_inner .header__search {
        margin-top: 50px;
    }

    .header__logo {
        margin-top: 90px;
    }

    .header__search {
        width: 100%;
    }

    .header__title {
        margin-top: 35px;
        font-size: 30px;
    }

    .header__information {
        margin-top: 30px;
    }

    .header__widget-title {
        font-size: 10px;
    }

    .header__widget-text {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .header_inner .header__logo-link {
        top: 0;
    }

    .header_inner .header__search {
        margin-top: 20px;
    }

    .header__menu-btn {
        display: block;
    }

    .header__logo {
        display: none;
    }

    .header__logo_mob {
        display: block;
        text-align: left;
        width: 90px;
    }

    .header__title {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 31px;
    }

    .header__search {
        width: 100%;
    }

    .header__actions,
    .header__menu {
        display: none;
    }

    .header__actions_mob {
        display: block;
        text-align: center;
        font-size: 0;
        margin-top: 30px;
    }

    .header__information {
        width: 80%;
        margin: 20px auto;
    }

    .header__widget {
        display: inline-block;
        float: none;
        padding: 0;
        white-space: nowrap;
    }

        .header__widget:after {
            content: ',';
            margin-left: -5px;
        }

    .header__widget-text,
    .header__widget-title {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
    }
}

.footer__col-license {
    float: left;
}

.footer__col-contacts,
.footer__col-license,
.footer__col-menu,
.footer__col-social,
.footer__col-subscribe {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

    .footer__col-contacts:after,
    .footer__col-contacts:before,
    .footer__col-license:after,
    .footer__col-license:before,
    .footer__col-menu:after,
    .footer__col-menu:before,
    .footer__col-social:after,
    .footer__col-social:before,
    .footer__row:after,
    .footer__row:before {
        content: " ";
        display: table;
    }

.footer {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
}

.footer__row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer__col-social {
    float: right !important;
}

.footer__col-menu:after {
    clear: both;
}

@media (min-width:992px) {
    .footer__col-menu {
        float: left;
        width: 50%;
    }

    .footer__col-contacts {
        float: left;
        width: 30%;
    }
}

.footer__col-subscribe {
    float: right;
}

@media (min-width:992px) {
    .footer__col-subscribe {
        float: left;
        width: 25%;
    }
}

.footer__license {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}

.content-section,
.main-menu,
.search-form {
    line-height: 1;
    font-weight: 300;
}

.footer__license-link {
    color: #1b98e0;
}

    .footer__license-link:hover {
        color: #1679b2;
    }

.footer__social {
    float: right;
}

.main-menu {
    font-family: "Open Sans";
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding-right: 20px;
}

.main-menu__item {
    display: inline-block;
}

    .main-menu__item .cart-qty {
        font-size: 14px;
    }

    .main-menu__item:first-child .main-menu__link {
        padding-left: 0;
    }

.main-menu__link {
    height: 50px;
    display: block;
    padding: 15px 10px;
    color: #fff;
    box-sizing: border-box;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

    .main-menu__link:hover {
        color: #1679b2;
    }

.main-menu_overlay {
    text-align: center;
}

    .main-menu_overlay .main-menu__item {
        display: block;
    }

    .main-menu_overlay .main-menu__link {
        padding-right: 0;
        padding-left: 0;
    }

@media (min-width:768px) and (max-width:991px) {
    .main-menu__link {
        font-size: 14px;
        height: 30px;
        display: block;
        padding: 10px 0 5px 15px;
    }
}

.search-form,
.search-form__field {
    font-size: 18px;
    font-family: "Open Sans";
}

.search-form {
    color: #000;
    text-align: left;
    position: relative;
}

    .search-form.search-container_focused .search-form__extent {
        right: 60px;
    }

    .search-form.search-container_focused .search-form__cancel {
        opacity: 1;
    }

.search-form__field {
    background-color: #FFF;
    border: none;
    outline: 0;
    height: 80px;
    border-radius: 100px;
    padding: 20px 220px 20px 60px;
    width: 100%;
    box-sizing: border-box;
}

    .search-form__field ::-webkit-input-placeholder {
        color: #4a4a4a;
    }

    .search-form__field ::-moz-placeholder {
        color: #4a4a4a;
    }

    .search-form__field :-moz-placeholder {
        color: #4a4a4a;
    }

    .search-form__field :-ms-input-placeholder {
        color: #4a4a4a;
    }

.search-form__extent {
    color: #1b98e0;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .search-form__extent:hover {
        color: #1679b2;
    }

.search-form__cancel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    text-align: center;
    z-index: 100;
}

    .search-form__cancel svg {
        margin-top: 10px;
        display: inline-block;
        width: 10px;
        height: 10px;
        fill: #4a4a4a;
    }

.search-form:before {
    content: '\e804';
    font-family: fontello;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #4a4a4a;
    display: none;
}

.search-icon {
    cursor: pointer;
    position: absolute;
    top: 21px;
    left: 11px;
    background: transparent;
    border: none;
}

    .search-icon:before {
        content: '\e804';
        font-family: fontello;
        width: 12px;
        height: 12px;
        position: absolute;
        top: -5px;
        left: 12px;
        color: #4a4a4a;
    }

.btn,
.content-section {
    font-family: "Open Sans";
}

@media (min-width:768px) and (max-width:991px) {
    .search-form:before {
        top: 20px;
    }

    .search-form__field {
        height: 60px;
        font-size: 14px;
        padding-right: 200px;
    }

    .search-form__extent {
        font-size: 14px;
        top: 24px;
    }
}

@media (max-width:767px) {
    .search-form:before {
        font-size: 14px;
        top: 18px;
        left: 20px;
    }

    .search-icon:before {
        top: -10px;
        left: 6px;
    }

    .search-form__field {
        height: 50px;
        font-size: 12px;
        padding: 20px 55px 20px 40px;
    }

    .search-form__cancel {
        right: 15px;
    }

    .search-form__extent {
        display: none;
    }
}

.content-section__col-full,
.content-section__col-half,
.content-section__col-quarter,
.content-section__sub-title {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

    .content-section__col-full:after,
    .content-section__col-full:before,
    .content-section__row:after,
    .content-section__row:before {
        content: " ";
        display: table;
    }

.content-section {
    font-size: 18px;
    color: #000;
    text-align: left;
}

    .btn,
    .content-section.content-section_align-center,
    .icon {
        text-align: center;
    }

.content-section__row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .content-section__col-full {
        float: left;
        width: 100%;
    }

    .content-section__col-half {
        float: left;
        width: 50%;
    }

    .content-section__col-quarter {
        float: left;
        width: 25%;
    }
}

.content-section_news .content-section__title {
    display: none;
}

.content-section__title .content-section__all,
.content-section_news .content-section__all,
.charts-grid__item .content-section__all {
    display: block;
}

.content-section__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*margin: 0 0 30px;*/
    display: block;
}

.content-section__sub-title {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .content-section__sub-title {
        float: left;
        width: 50%;
        margin-left: 25%;
    }
}

.content-section__all {
    display: none;
    float: right;
    font-size: 13px;
    line-height: 1;
    color: #1b98e0;
    text-transform: uppercase;
    font-weight: 700;
}

.btn,
.content-section.content-section_negative,
.content-section.content-section_negative .content-section__sub-title,
.content-section.content-section_negative .content-section__title {
    color: #ffd700;
}

@media (min-width:768px) and (max-width:991px) {
    /*.content-section__title {
        margin: 0 0 30px;
    }*/
    .content-section__sub-title {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-section_news .content-section__title {
        display: block;
        margin-bottom: 20px;
    }

        .content-section_news .content-section__title .content-section__all {
            display: block;
        }

    .content-section_news .content-section__all {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .content-section__sub-title {
        float: left;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .content-section__title {
        margin-top: 0;
        text-align: center;
    }

        .content-section__title .content-section__all {
            display: none;
        }

    .content-section__all {
        display: block;
        width: 100%;
        text-align: center;
        margin: -10px 0 50px;
    }

    .content-section__all_last {
        margin-top: 0;
        margin-bottom: 0;
    }

    .content-section_news .content-section__title {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 20px
    }

        .content-section_news .content-section__title .content-section__all {
            display: inline-block;
            width: auto;
            margin: 4px 0 0;
            float: right;
        }

    .content-section_news .content-section__all {
        display: none;
    }

    .content-section__titleNoPadding {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 0px
    }

        .content-section__titleNoPadding .content-section__all {
            display: inline-block;
            width: auto;
            margin: 4px 0 0;
            float: right;
        }
}

.btn {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    height: auto; /*50px;*/
    display: inline-block;
    padding: 15px 30px;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_sm,
.icon {
    font-weight: 400;
}

.btn_default:before,
.btn_primary:before {
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.btn:before {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.btn_left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn_right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn_primary {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn_primary:before {
        display: block;
        position: absolute;
        background-color: #1b98e0;
        z-index: -1;
    }

    .btn_primary:hover:before {
        background-color: #1679b2;
    }

.btn_default {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn_default:before {
        display: block;
        position: absolute;
        background-color: #fff;
        opacity: .4;
        z-index: -1;
    }

    .btn_default:hover:before {
        opacity: .2;
    }

.btn.btn_overlay {
    border-radius: 0;
    width: 100%;
    height: 67px;
    padding: 25px 20px;
}

    .btn.btn_overlay.btn_left {
        background: #fff;
        color: #1b98e0;
    }

.btn_resp {
    display: block;
}

.btn_big {
    height: 60px;
    padding: 20px 35px;
}

.btn_sm {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .btn {
        height: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    .fixed-header .btn {
        height: 45px;
        line-height: 1.8
    }

    .fixed-header .account-btn-sticky-right {
        line-height: 1
    }

    .btn_sm {
        font-size: 12px;
        text-transform: uppercase;
        padding: 20px 30px;
        font-weight: 400;
        height: 50px;
    }

    .btn_big {
        height: 40px;
        font-size: 18px;
        padding: 10px 35px;
    }
}

@media (max-width:767px) {
    .btn {
        height: 34px;
        padding: 10px;
        font-size: 14px;
    }

    .btn_sm {
        font-size: 12px;
        text-transform: uppercase;
        padding: 20px 30px;
        font-weight: 400;
        height: 50px;
    }

    .btn_big {
        height: 40px;
        font-size: 18px;
        padding: 10px 35px;
    }

    .btn_left,
    .btn_right {
        width: 100px;
        white-space: nowrap;
    }
}

.icon {
    font-family: fontello;
    font-style: normal;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chart,
.node-teaser {
    font-family: "Open Sans";
    font-weight: 400;
}

.chart,
.charts-grid,
.features,
.node-teaser {
    text-align: left;
}

.article-list__title,
.aside__title,
.chart__title,
.contact-card__actions,
.contacts__title,
.detail-info__title,
.label,
.list-group__title,
.node-list__title,
.page__title-label,
.panel__head,
.plan__duration,
.plan__price,
.subscribe-form__title,
.table-responsive__row_header,
.tabs__nav-item,
.term__title,
.tickets__detail,
.timeframe-filter__block-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.icon_BuyBox {
    font-size: 14px;
    color: #1b98e0;
    text-transform: uppercase;
}

.icon_social {
    font-size: 20px;
    color: #1b98e0;
}

    .icon_social:hover {
        color: #1679b2;
    }

.icon_bookmark-empty {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* from Fontello's CSS file fontello-codes.css*/
.icon_thumbs-up:before {
    content: '\e800';
}
/* '' */
.icon_thumbs-down:before {
    content: '\e801';
}
/* '' */
.icon_right-open-big:before {
    content: '\e802';
}
/* '' */
.icon_left-open-big:before {
    content: '\e803';
}
/* '' */
.icon_search:before {
    content: '\e804';
}
/* '' */
.icon_bell:before {
    content: '\e805';
}
/* '' */
.icon_calendar:before {
    content: '\e806';
}
/* '' */
.icon_star:before {
    content: '\e807';
}
/* '' */
.icon_clock:before {
    content: '\e808';
}
/* '' */
.icon_bookmark-empty:before {
    content: '\f097';
}
/* '' */
.icon_twitter:before {
    content: '\f099';
}
/* '' */
.icon_facebook:before {
    content: '\f09a';
}
/* '' */
.icon_pinterest-circled:before {
    content: '\f0d2';
}
/* '' */
.icon_comment-empty:before {
    content: '\f0e5';
}
/* '' */
.icon_angle-up:before {
    content: '\f106';
}
/* '' */
.icon_angle-down:before {
    content: '\f107';
}
/* '' */
.icon_ticket:before {
    content: '\f145';
}
/* '' */
.icon_youtube-play:before {
    content: '\f16a';
}
/* '' */
.icon_skype:before {
    content: '\f17e';
}
/* '' */
.icon_paper-plane:before {
    content: '\f1d8';
}
/* '' */
.icon_share:before {
    content: '\f1e0';
}
/* '' */
.icon_snapchat:before {
    content: '\f2ab';
}
/* '' */
.icon_linkedin:before {
    content: '\f318';
}
/* '' */
.icon_instagram:before {
    content: '\f32d';
}
/* '' */

.node-teaser {
    line-height: 1;
    font-size: 14px;
    color: #fff;
}

    .node-teaser:hover .node-teaser__overlay {
        top: 0;
    }

    .node-teaser:hover .node-teaser__overlay-text {
        opacity: 1;
    }

    .node-teaser:hover .node-teaser__description-title {
        color: #1b98e0;
    }

.node-teaser__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.node-teaser__image-container,
.node-teaser__image-wrap {
    position: relative;
    overflow: hidden;
}

.node-teaser__image {
    width: 100%;
    bottom: 0;
    outline: 0;
    display: block;
}

.node-teaser__label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.node-teaser__overlay,
.node-teaser__overlay-text {
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
}
/*@media all and (max-width:480px){
    .node-teaser_news .node-teaser__overlay,
    .node-teaser_news .node-teaser__overlay-text {
        display: block;
    }
}*/

.node-teaser__overlay {
    top: 40%;
    height: 120%;
    opacity: .8;
    /*background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(to bottom, transparent, #000);*/
    -webkit-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out
}

.node-teaser__overlay-text {
    height: auto;
    padding: 15px;
    bottom: 40px;
    box-sizing: border-box;
    opacity: 0;
    line-height: 1.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.chart__link,
.node-teaser__description-title,
.search-results__body a,
.search-results__title a {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.node-teaser__info {
    position: absolute;
    font-size: 12px;
    width: 100%;
    bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
    color: #868686;
}

.node-teaser__date {
    max-width: 50%;
    overflow: hidden;
    position: relative;
    float: left;
}

.node-teaser__actions {
    float: right;
}

.node-teaser__btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

    .node-teaser__btn:hover {
        color: #fff;
    }

.node-teaser__description-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-top: 20px;
    display: block;
}

    .node-teaser__description-title:hover {
        color: #1679b2;
    }

.node-teaser__description-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 10px;
}

.node-teaser_portrait .node-teaser__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
    display: block;
    color: #fff;
}

.node-teaser_portrait .node-teaser__date {
    float: none;
    color: #fff;
}

.node-teaser_portrait .node-teaser__actions {
    margin-top: 20px;
    float: none;
}

.node-teaser_portrait .node-teaser__overlay-text {
    bottom: 90px;
}

.node-teaser_big .node-teaser__description-title {
    font-size: 24px;
}

.node-teaser_big .node-teaser__description-text {
    font-size: 14px;
}

.node-teaser_big .node-teaser__label {
    top: 40px;
    left: 50px;
}

.node-teaser_photo .node-teaser__info {
    position: static;
    padding: 0;
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.node-teaser_photo .node-teaser__btn:hover {
    color: #1679b2;
}

.node-teaser_light .node-teaser__description-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    margin-top: 5px;
}

.node-teaser_light .node-teaser__description-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width:992px) {
    .node-teaser_news .node-teaser__overlay,
    .node-teaser_news .node-teaser__overlay-text {
        display: block;
    }

    .node-teaser_news .node-teaser__description-text {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-teaser_news {
        padding-bottom: 20px;
    }

        .node-teaser_news .node-teaser__overlay,
        .node-teaser_news .node-teaser__overlay-text {
            display: block;
        }

    .node-teaser_big .node-teaser__description {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 480px;
    }

        .node-teaser_big .node-teaser__description:after,
        .node-teaser_big .node-teaser__description:before {
            content: " ";
            display: table;
        }

        .node-teaser_big .node-teaser__description:after {
            clear: both;
        }

    .node-teaser_big .node-teaser__description-title {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .node-teaser_big .node-teaser__description {
        max-width: none;
        width: 730px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:992px) {
    .node-teaser_big .node-teaser__description {
        width: 970px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:1440px) {
    .node-teaser_big .node-teaser__description {
        width: 1380px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:1500px) {
    .node-teaser_big .node-teaser__description {
        width: 1470px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-teaser_big .node-teaser__description-text {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .node-teaser_big .node-teaser__description-text,
    .node-teaser_big .node-teaser__description-title {
        float: left;
        width: 100%;
    }
}

@media (max-width:767px) {
    .node-teaser_news {
        padding-bottom: 0px;
    }

        .node-teaser_news .node-teaser__overlay .node-teaser_news .node-teaser__overlay-text {
            display: block;
            position: static;
            opacity: 1;
            padding: 20px 0;
            color: #000;
        }

        .node-teaser_news .node-teaser__description-text,
        .node-teaser_response .node-teaser__image {
            display: none;
        }

        .node-teaser_news .node-teaser__info {
            position: static;
            padding: 0;
        }
    /*.node-teaser_news .node-teaser__description-title {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }*/
    /*.node-teaser.node-teaser_news .node-teaser__image-wrap {
        margin: 0 -15px;
    }*/
    .node-teaser_response .node-teaser__label {
        position: static;
    }

    .node-teaser_response .node-teaser__description-title {
        margin-top: 10px;
    }

    .node-teaser_response .node-teaser__description-text {
        margin-top: 0;
    }

    .node-teaser__overlay-text {
        font-size: 13px;
    }
}

.chart {
    line-height: 1;
    font-size: 18px;
    color: #000;
    padding: 30px;
}

.chart_custom-marker .chart__list-item {
    position: relative;
}

    .chart_custom-marker .chart__list-item:before {
        display: none;
    }

.chart_custom-marker .chart__marker {
    position: absolute;
    color: #4a4a4a;
}

.chart_custom-marker .chart__link {
    margin-left: 115px;
}

.chart__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 22px;
}

.chart__list {
    counter-reset: item;
}

.chart__list-item {
    margin-bottom: 20px;
}

    .chart__list-item:before {
        content: counter(item) ". ";
        counter-increment: item;
        color: #4a4a4a;
        position: absolute;
    }

.chart__link {
    margin-left: 35px;
    display: block;
    color: #1b98e0;
    line-height: 1.2;
}

    .chart__link:hover {
        color: #1679b2;
    }

.banner,
.charts-grid {
    font-family: "Open Sans";
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

@media (max-width:767px) {
    .chart__list li:nth-last-child(n+11) {
        display: none;
    }
}

.charts-grid {
    margin-left: -15px;
    margin-right: -15px;
}

    .charts-grid:after,
    .charts-grid:before {
        content: " ";
        display: table;
    }

.charts-grid__item {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width:768px) {
    .charts-grid__item {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .charts-grid__item {
        float: left;
        width: 50%;
    }
}

@media (min-width:1440px) {
    .charts-grid__item {
        float: left;
        width: 50%;
    }
}

.charts-grid__item:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    background: #fff;
    height: 100%;
    z-index: -1;
}

@media (max-width:767px) {
    .charts-grid__item {
        height: auto !important;
    }
}

.banner {
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

    .banner .banner__image {
        max-width: 100%;
        /*    background-color: #f7f7f7;
*/
    }

        .banner .banner__image .ad {
            padding-top: 4px;
            padding-bottom: 4px;
            display: block;
        }


            .banner .banner__image .ad div {
                margin: auto;
            }

.banner_vertical-offset .banner__image {
    margin: 50px auto;
}

.carousel {
    padding-bottom: 40px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-image: none;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 20px;
    height: 28px;
    margin-top: -15px;
    text-align: center;
}

    .swiper .swiper-button-next .icon,
    .swiper .swiper-button-prev .icon {
        margin: 0;
        width: 12px;
    }

    .swiper .swiper-button-next:hover,
    .swiper .swiper-button-prev:hover {
        color: #1679b2;
    }

.swiper .swiper-button-prev {
    left: 35px;
}

.swiper .swiper-button-next {
    right: 35px;
}

.swiper .swiper-pagination-bullets {
    top: 10px;
    bottom: auto;
}

    .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        display: inline-block;
        border-radius: 100%;
        background: 0 0;
        opacity: 1;
        border: 1px solid #4a4a4a;
    }

    .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        border-color: #fff;
    }

.swiper_carousel .swiper-button-prev {
    color: #1b98e0;
    left: -15px;
}

.swiper_carousel .swiper-button-next {
    color: #1b98e0;
    right: -15px;
}

.swiper.swiper_customers .swiper-slide {
    display: inline-block;
    width: auto;
}

@media (min-width:768px) and (max-width:991px) {
    .swiper_carousel .swiper-button-prev {
        left: -10px;
    }

    .swiper_carousel .swiper-button-next {
        right: -10px;
    }
}

@media (max-width:767px) {
    .swiper .swiper-button-prev {
        color: #fff;
        left: 20px;
    }

    .swiper .swiper-button-next {
        color: #fff;
        right: 20px;
    }

    .swiper.swiper_carousel-1 .swiper-button-next,
    .swiper.swiper_carousel-1 .swiper-button-prev,
    .swiper.swiper_carousel-1 .swiper-pagination {
        display: none;
    }

    .swiper.swiper_carousel-1 .swiper-wrapper {
        display: block;
    }

    .swiper.swiper_carousel-1 .swiper-slide {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #E3E3E3;
    }
}

.customer,
.features,
.plan,
.subscriptions {
    font-family: "Open Sans";
    line-height: 1;
    font-weight: 300;
    color: #000;
}

/* FEATURED ICON */

.feature-icon {
    background: url('../images/feature-icon-bg.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

    .feature-icon * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .feature-icon .section-title {
        background: rgba(27, 152, 224, 0.65);
        padding: 30px 0;
        text-align: center;
    }

        .feature-icon .section-title h2 {
            color: #ffd700;
            font-weight: bold;
            font-size: 34px;
            margin-bottom: 15px;
            line-height: 120%;
            padding: 0;
        }

        .feature-icon .section-title .sub-title {
            font-size: 20px;
            color: #fff;
            font-style: normal;
            font-weight: 500
        }

.features {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.features__item {
    width: 25%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}

    .features__item .features__title {
        background: #1679B2;
        color: #fff;
        padding: 20px;
        border-radius: 0px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        width: 230px;
        cursor: pointer;
        margin: 0 auto;
    }

        .features__item .features__title:hover,
        .features__item .features__wrap:hover .features__title {
            background: #1b98e0;
        }

    .features__item .features__content {
        display: none;
        background: #b3daf1;
        width: 230px;
        /*text-align: justify;*/
        margin: auto;
        padding: 10px;
        border-radius: 0px;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        text-align: left;
    }

    .features__item .features__wrap:hover .features__content {
        display: block;
    }

/* Subscription Section */

.subscription-section {
    background: url('../images/subscription-info.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

    .subscription-section * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .subscription-section .section-title {
        background: rgba(0, 0, 0, 0.39);
        padding: 30px 0;
        text-align: center;
    }

        .subscription-section .section-title h2 {
            color: #ffd700;
            font-weight: bold;
            font-size: 34px;
            margin-bottom: 15px;
            line-height: 120%;
            padding: 0;
        }

        .subscription-section .section-title .sub-title {
            font-size: 20px;
            color: #fff;
            font-style: normal;
            font-weight: 500
        }

    .subscription-section .plan {
        padding: 20px;
        max-width: 920px;
        margin: 25px auto;
        height: auto;
        border-radius: 0px;
        background: #fff;
    }

        .subscription-section .plan:after,
        .subscription-section .plan-list:after {
            content: "";
            clear: both;
            display: table;
        }

        .subscription-section .plan .price-box {
            padding: 40px 20px;
            border: 1px solid #000;
            float: left;
            border-radius: 0px;
            height: 200px;
            width: 240px;
        }

        .subscription-section .plan:nth-child(2) .price-box {
            height: 180px;
        }

        .subscription-section .plan .price-box .plan-title {
            margin-bottom: 20px;
        }

            .subscription-section .plan .price-box .plan-title span {
                font-size: 36px;
                font-weight: bold;
            }

            .subscription-section .plan .price-box .plan-title small {
                font-size: 16px;
                font-weight: bold
            }

            .subscription-section .plan .price-box .plan-title .accounts {
                font-size: 14px;
                font-weight: bold
            }

        .subscription-section .plan .plan-box {
            padding-left: 20px;
            text-align: left;
            margin-left: 240px;
        }

        .subscription-section .plan .plan-graphic {
            display: inline-block;
            vertical-align: middle;
            font-weight: normal;
            font-size: 14px;
            text-align: center;
        }

            .subscription-section .plan .plan-graphic img {
                display: block;
                margin: 10px 0 0 0;
                max-width: 100%;
            }

            .subscription-section .plan .plan-graphic + ul {
                display: inline-block;
                margin: 0 0 0 15px;
                vertical-align: top;
            }

        .subscription-section .plan ul {
            display: inline-block;
        }

        .subscription-section .plan .plan-box li {
            padding-left: 18px;
            position: relative;
            font-size: 15px;
            font-weight: normal;
            line-height: 20px;
            text-align: left;
        }

        .subscription-section .plan .plan-box .half-width li {
            width: 50%;
            float: left;
        }

        .subscription-section .plan .plan-box li:before {
            content: "";
            position: absolute;
            top: 9px;
            left: 0;
            display: block;
            background: #1b98e0;
            width: 4px;
            height: 4px;
            border-radius: 100%;
        }

@media (min-width:768px) and (max-width:991px) {
    .features__item {
        width: 50%;
    }

    .subscription-section .plan .price-box {
        width: 100%;
        margin: 0 0 10px;
    }

    .subscription-section .plan .plan-box {
        margin: 0;
        width: 100%;
        padding: 0;
        clear: both;
        text-align: center;
    }
}

@media (max-width:767px) {
    .features__item {
        width: 100%;
        display: block;
        font-size: 0;
    }

    .features__circle,
    .features__title {
        display: inline-block;
        vertical-align: middle;
    }

    .features__circle {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .features__icon {
        max-width: 50%;
    }

    .features__title {
        box-sizing: border-box;
    }

    .subscription-section .section-title h2,
    .feature-icon .section-title h2 {
        font-size: 22px;
    }

    .subscription-section .section-title .sub-title,
    .feature-icon .section-title .sub-title {
        font-size: 15px;
        line-height: 18px;
    }

    .subscription-section .plan .price-box {
        width: 100%;
        margin: 0 0 10px;
    }

    .subscription-section .plan .plan-box {
        margin: 0;
        width: 100%;
        padding: 0;
        clear: both;
        text-align: center;
    }

        .subscription-section .plan .plan-box .half-width li {
            width: 100%;
        }
}

.customer {
    font-size: 18px;
    text-align: left;
    height: 170px;
    display: inline-block;
}

.customer__image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscriptions {
    font-size: 0;
    text-align: center;
    padding: 30px 0 30px;
}

.subscriptions__plan {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
}

    .subscriptions__plan:first-child,
    .subscriptions__plan:last-child {
        width: 340px;
    }

@media (min-width:992px) and (max-width:1439px) {
    .subscriptions__plan {
        width: 340px;
    }

        .subscriptions__plan:first-child,
        .subscriptions__plan:last-child {
            width: 300px;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .subscriptions__plan {
        width: 250px;
    }

        .subscriptions__plan:first-child,
        .subscriptions__plan:last-child {
            width: 225px;
        }
}

@media (max-width:767px) {
    .subscriptions {
        padding: 0 0;
    }

    .subscriptions__plan {
        width: 100%;
    }

        .subscriptions__plan:first-child,
        .subscriptions__plan:last-child {
            display: none;
        }
}

.plan {
    font-size: 18px;
    text-align: center;
    padding: 100px 70px 140px;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.plan__inner {
    position: relative;
    height: 100%;
}

.plan__title {
    font-weight: 700;
    margin-bottom: 30px;
}

.plan__price {
    font-size: 48px;
    font-weight: 700;
}

.plan__choose-duration {
    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
    margin-bottom: -40px;
}

.plan__duration {
    font-size: 12px;
    color: #1b98e0;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.plan__duration_current {
    color: #4a4a4a;
    cursor: default;
}

.plan__action {
    position: absolute;
    bottom: -60px;
    width: 100%;
}

.plan_left:after,
.plan_right:after {
    content: '';
    width: 1px;
    box-shadow: 0 0 30px #2d7db4;
    top: 0;
}

.plan__desc {
    padding: 80px 0;
    color: #4a4a4a;
}

.plan_left,
.plan_right {
    padding: 50px 20px 90px;
    overflow: hidden;
}

.plan__desc ul > li {
    margin-bottom: 20px;
    line-height: 1.3;
}

    .plan__desc ul > li:last-child {
        margin-bottom: 0;
    }

.plan_left {
    height: 500px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

    .plan_left:after {
        position: absolute;
        right: 0;
        height: 100%;
    }

.plan_right {
    height: 500px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

    .plan_right:after {
        position: absolute;
        left: 0;
        height: 100%;
    }

@media (min-width:992px) and (max-width:1439px) {
    .plan {
        padding: 100px 35px 140px;
    }

    .plan_left,
    .plan_right {
        padding: 50px 20px 90px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .plan {
        height: 415px;
        padding: 40px 20px 50px;
    }

    .plan_left,
    .plan_right {
        height: 395px;
        padding: 30px 20px 40px;
    }

    .plan__desc {
        font-size: 12px;
        line-height: 2.3;
        padding: 55px 0;
    }

    .plan__action {
        bottom: 0;
    }
}

.contacts,
.subscribe-form {
    font-family: "Open Sans";
    text-align: left;
    line-height: 2;
}

@media (max-width:767px) {
    .plan {
        padding: 0;
        height: auto;
        background: 0 0;
    }

    .plan__choose-duration,
    .plan__desc,
    .plan__price,
    .plan__title,
    .plan_left,
    .plan_right {
        display: none;
    }

    .plan__action {
        width: 70%;
        margin: 0 auto;
        position: static;
    }
}

.contacts {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

    .contacts .contact-item {
        padding: 0 0 20px 50px;
        position: relative;
    }

        .contacts .contact-item img {
            position: absolute;
            top: 7px;
            left: 0;
        }

        .contacts .contact-item .contacts__title {
            font-size: 18px;
            font-weight: 700;
            color: #1b98e0;
            display: block;
        }

        .contacts .contact-item .contacts__address {
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
        }

@media (min-width:992px) and (max-width:1439px) {
    .contacts {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contacts {
        padding-right: 10%;
    }
}

.subscribe-form {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.footer-menu,
.tabs {
    line-height: 1;
    text-align: left;
}

.subscribe-form__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
}

.footer-menu,
.subscribe-form__text-field,
.tabs {
    font-weight: 300;
    font-family: "Open Sans";
}

.subscribe-form__field {
    margin-top: 20px;
    position: relative;
}

.subscribe-form__field-ico {
    color: #4a4a4a;
    position: absolute;
    top: 7px;
    right: 20px;
    pointer-events: none;
}

.subscribe-form__text-field {
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #bebebe;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

    .subscribe-form__text-field ::-webkit-input-placeholder {
        color: #4a4a4a;
    }

    .subscribe-form__text-field ::-moz-placeholder {
        color: #4a4a4a;
    }

    .subscribe-form__text-field :-moz-placeholder {
        color: #4a4a4a;
    }

    .subscribe-form__text-field :-ms-input-placeholder {
        color: #4a4a4a;
    }

    .subscribe-form__text-field:focus {
        border: 1px solid #1b98e0;
    }

        .subscribe-form__text-field:focus + .subscribe-form__field-ico {
            color: #1b98e0;
        }

@media (min-width:992px) and (max-width:1439px) {
    .subscribe-form {
        font-size: 16px;
    }
}

.footer-menu {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

    .footer-menu:after,
    .footer-menu:before {
        content: " ";
        display: table;
    }

.footer__col-reportbug {
    width: 20%;
    float: left;
}

.footer-menu__list-item {
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

    .footer-menu__list-item a {
        color: #1b1b1b;
        font-weight: normal;
    }

        .footer-menu__list-item a:hover {
            color: #1679b2;
        }

@media (min-width:768px) and (max-width:991px) {
    .footer__col-menu {
        float: left;
        padding-bottom: 20px;
        /*border-bottom: 1px solid #E3E3E3;
        margin-bottom: 30px;*/
        width: 50%;
        padding: 0 0 20px;
    }

    .footer-menu__list-item {
        width: 50%
    }

    .footer__col-contacts,
    .footer__col-subscribe {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .footer__col-contacts,
    .footer__col-subscribe {
        float: left;
        width: 50%;
    }
}

@media (max-width:767px) and (min-width:768px) {
    .footer__col-contacts,
    .footer__col-subscribe {
        float: left;
        width: 100%;
    }
}

@media (max-width:767px) {
    .footer__license {
        padding: 30px 15px 0;
    }

    .footer__col-contacts {
        padding: 20px 15px 0;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
    }

    .footer__col-subscribe {
        padding: 20px 15px 0;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
    }

    .footer__col-social {
        float: none !important;
        border-top: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
    }

    .footer__social {
        padding: 25px 0;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .footer__col-reportbug {
        width: 100%;
        clear: both;
        float: none;
        padding: 15px 0;
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .footer-menu {
        font-size: 16px;
    }

    .footer-menu__list-item {
        width: 33.3333%;
    }
}

@media (max-width:767px) {
    .footer__col-contacts,
    .footer__col-license,
    .footer__col-menu,
    .footer__col-social,
    .footer__col-subscribe {
        padding: 0;
    }

    .footer__col-contacts {
        padding-top: 20px
    }

    .footer-menu {
        text-align: center;
        padding-bottom: 10px;
        /*border-bottom: 1px solid #E3E3E3;*/
    }

        .footer-menu a {
            font-size: 15px;
        }

    .footer-menu__list-item {
        width: 50%;
    }

        .footer-menu__list-item:nth-last-child(n+9) {
            display: none;
        }
}

/*@media screen and (max-width: 480px)
{
    .news__elem,.news__slider {
    padding-bottom: 30px;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    box-sizing: border-box;
    }
}*/

.news__elem,
.news__slider {
    padding-top: 10px;
    padding-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

.news__line:after,
.news__line:before,
.page-overlay__header:after,
.page-overlay__header:before {
    display: table;
    content: " ";
}

.news__line {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .news__slider {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .news__slider {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width:1440px) {
    .news__slider {
        float: left;
        width: 50%;
    }
}

.news__right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .news__right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .news__right {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .news__right {
        float: left;
        width: 50%;
    }
}

@media (max-width:768px) {
    .news__elem {
        float: left;
        width: 50%;
        /*width: 33.33333%;*/
    }
}

@media (min-width:768px) {
    .news__elem {
        float: left;
        /*width: 50%;*/
        width: 33.33333%;
    }
}

@media (min-width:992px) {
    .news__elem {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .news__elem {
        float: left;
        width: 25%;
    }
}

.news__elem_right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .news__elem_right {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .news__elem_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .news__elem_right {
        float: left;
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news__elem:nth-child(3n) {
        clear: left;
    }

    .news__slider {
        width: 100vw;
        right: calc(((100vw - 730px)/ 2));
        padding: 0 0 30px;
    }
}

.article-list__inner:after,
.article-teaser__link:after,
.article-teaser_full .article-teaser__inner:after,
.article__heading-inner:after,
.article__heading:after,
.article__inner:after,
.aside-duplicat:after,
.node-list__container:after,
.node-list__inner:after,
.page-overlay__actions:after,
.page-overlay__header:after,
.page:after,
.timeframe-filter:after {
    clear: both;
}

.page-overlay {
    overflow: hidden;
    overflow-y: auto;
}

.contact-card__link,
.map {
    overflow: hidden;
    width: 100%;
}

.page-overlay__inner {
    min-height: 450px;
    position: relative;
}

.page-overlay__header {
    height: 60px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 480px;
}

@media (min-width:768px) {
    .page-overlay__header {
        max-width: none;
        width: 730px;
    }
}

.article__heading-photo img,
.page-overlay__logo-link img,
.tickets__ico img,
.venue__photo img {
    max-width: 100%;
}

@media (min-width:992px) {
    .page-overlay__header {
        width: 970px;
    }
}

@media (min-width:1440px) {
    .page-overlay__header {
        width: 1380px;
    }
}

@media (min-width:1500px) {
    .page-overlay__header {
        width: 1470px;
    }
}

.page-overlay__logo {
    text-align: left;
    width: 90px;
    height: 30px;
    padding: 15px 0;
    float: left;
}

.page-overlay__logo-link {
    display: block;
    margin-top: 5px;
}

.page-overlay__close {
    width: 20px;
    height: 20px;
    float: right;
    padding: 20px 0;
    cursor: pointer;
}

    .page-overlay__close svg {
        fill: #fff;
    }

.page-overlay__menu {
    height: calc(100% - 127px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-overlay__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    border-top: none;
}

.tabs__nav,
.tabs__nav-item {
    background: #f7fcff;
    position: relative;
}

.page-overlay__actions:after,
.page-overlay__actions:before {
    content: " ";
    display: table;
}

.page-overlay__btn {
    width: 50%;
    float: left;
}

.search-results__title {
    font-size: 24px;
    margin-bottom: 15px;
}

    .search-results__title a {
        color: #1b98e0;
    }

        .search-results__title a:hover {
            color: #1679b2;
        }

.search-results__body a {
    color: #1b98e0;
}

    .search-results__body a:hover {
        color: #1679b2;
    }

@media (min-width:768px) and (max-width:991px) {
    .search-results {
        font-size: 14px;
    }

    .search-results__title {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .search-results {
        font-size: 14px;
    }

    .search-results__title {
        font-size: 18px;
    }
}

.tabs {
    font-size: 18px;
    color: #000;
}

    .tabs .swiping .tabs__next,
    .tabs .swiping .tabs__prev {
        opacity: 0;
    }

.tabs__nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tabs__nav-item,
.tabs__nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    color: #1b98e0;
}

.tabs__nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 80px;
    cursor: pointer;
    font-weight: 700;
    min-width: 125px;
}

    .tabs__nav-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 2px solid transparent;
    }

    .tabs__nav-item.active:after {
        border-top: 2px solid #1b98e0;
    }

.tabs__nav-link {
    height: 100%;
}

.tabs__next,
.tabs__prev {
    position: absolute;
    height: 80px;
    width: 70px;
    cursor: auto;
    pointer-events: none;
    opacity: .9;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 10;
}

    .swiping .tabs .tabs__next,
    .swiping .tabs .tabs__prev,
    .tabs__next.swiper-button-disabled,
    .tabs__prev.swiper-button-disabled {
        opacity: 0;
    }

.tabs__prev {
    left: 0;
    background: -webkit-linear-gradient(right, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
    background: linear-gradient(to left, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
}

.tabs__next {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
    background: linear-gradient(to right, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
}

.tabs__count {
    color: #33a2e3;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: baseline;
    position: relative;
    font-weight: 400;
    bottom: 2px;
}

@media (min-width:992px) and (max-width:1439px) {
    .tabs__nav-item {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tabs_constrain .tabs__nav {
        position: static;
        width: 100%;
        right: 0;
    }

    .tabs__nav {
        position: relative;
        width: 100vw;
        right: calc(((100vw - 730px + 30px)/ 2));
    }

    .tabs__nav-item {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .tabs__nav {
        position: relative;
        width: 100vw;
        right: calc(((100vw - 480px + 30px)/ 2));
    }

    .tabs__nav-item {
        font-size: 12px;
        min-width: 115px;
        height: 60px;
        padding: 24px 0;
    }

    .tabs__count {
        font-size: 9px;
        bottom: 1px;
    }

    .tabs__next,
    .tabs__prev {
        position: absolute;
        height: 60px;
        width: 50px;
        cursor: auto;
        pointer-events: none;
        -webkit-transition: right .15s ease-in-out;
        transition: right .15s ease-in-out;
        z-index: 10;
    }
}

.contact-card__link,
.festival__description-heading a,
.notification-subscribe a,
.panel__head a,
.subscribe-link,
.table-responsive__col a,
.table-responsive__col_head a,
.term a {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

@media (max-width:480px) {
    .tabs__nav {
        right: calc(30px / 2);
    }
}

.table-responsive {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    display: table;
    width: 100%;
    /*line-height: 1.5;*/
}

.table-responsive__row {
    display: table-row;
    width: auto;
    font-size: 14px;
    height: 30px;
    color: #000;
    /*cursor: pointer;*/
}

@media screen and (min-width:991px) {
    .table-responsive__row:hover {
        background: #f0f7fb;
    }
}

.table-responsive__row_header {
    font-size: 14px;
    color: #4a4a4a;
    height: 40px;
}

    .table-responsive__row_header:hover {
        background: #fff;
    }

    .table-responsive__row_header .table-responsive__col {
        border-bottom: 1px solid #E3E3E3;
    }

.billingShippingCol {
    display: table-cell;
    width: 48%;
}

.billingShippingSpacer {
    display: table-cell;
}

@media screen and (max-width:991px) {
    .billingShippingCol {
        display: block;
        width: 100%;
    }

    .billingShippingSpacer {
        display: none;
    }
}

.checkout_linetitle {
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.table-responsive__col {
    display: table-cell;
    vertical-align: middle;
    /*width: 15%; */
    padding: 5px 5px;
    position: relative;
}

.table-responsive__coltop {
    display: table-cell;
    vertical-align: top;
    /*  width: 15%; */
    padding: 5px 5px;
}

.table-responsive__col a {
    color: #1b98e0;
    cursor: pointer;
}

    .table-responsive__col a:hover {
        color: #1679b2;
    }

.table-responsive__col:first-child {
    padding-left: 30px;
}

.table-responsive__col:last-child {
    padding-right: 30px;
}

.table-responsive__col_align-right {
    text-align: right;
}

/*
.table-responsive__col_head {width: 30%;}	
.table-responsive__col.column30 {width: 30%;}	

@media and (max-width:1280px){
	.table-responsive__col_head {width: 50%;}	
}
*/

.table-responsive__col_head a {
    font-size: 15px;
    color: #1b98e0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: -.5px;
}

    .table-responsive__col_head a:hover {
        color: #1679b2;
    }

.table-responsive__mobile-info {
    display: none;
}

.table-responsive__exclude-ad-mobile {
    display: block;
}

.table-responsive__include-ad-mobile {
    display: none;
}

.table-responsive__term {
    /*  display: inline-block;
    white-space: nowrap;
*/
}

    .table-responsive__term dl {
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 12px;
        display: inline-block;
    }

        .table-responsive__term dl dt {
            display: inline-block;
        }

    /*
           .table-responsive__term dl dt:after {
                content: ':';
            }
            */

    .table-responsive__term:after {
        /*        content: '|';
        display: inline-block;
        margin-right: 5px;
*/
    }

.masonry-grid__inner,
.page {
    margin-left: -15px;
    margin-right: -15px;
}

.table-responsive__term:last-child:after {
    display: none;
}

@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .desktop-view {
        display: table-cell;
    }

    .mobile-view {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .table-responsive {
        /*        border-spacing: 0 10px;
 */ border-collapse: separate;
    }

        .table-responsive .table-responsive__row_header,
        .table-responsive_unauthorized {
            display: none;
        }

    .table-responsive__row {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        font-size: 0;
        line-height: 1.5;
    }

        .table-responsive__row:after,
        .table-responsive__row:before {
            content: " ";
            display: table;
        }

        .table-responsive__row:after {
            clear: both;
        }

        .table-responsive__row:nth-child(even) {
            background: #f7f7f7;
        }

    .table-responsive__col {
        display: none;
        box-sizing: border-box;
        font-size: 16px;
        padding: 16px 15px;
        height: auto;
        vertical-align: middle;
        width: auto;
    }

        .table-responsive__col .chart {
            display: table-cell;
            box-sizing: border-box;
            padding: 16px 15px;
            height: auto;
            vertical-align: middle;
            width: auto;
        }


        .table-responsive__col .bold {
            font-size: 18px;
            /*      font-weight: 300;*/
        }

    .table-responsive__col_head,
    .table-responsive__include-tablet {
        display: table-cell;
    }

        .table-responsive__col_head a {
            font-weight: 400;
        }

    .table-responsive__mobile-info {
        display: block;
    }

    .table-responsive__exclude-ad-mobile {
        display: none;
    }

    .table-responsive__include-ad-mobile {
        display: block;
    }

    .table-responsive__include-mobile-only {
        display: none;
    }
}

@media (max-width:767px) {
    .table-responsive {
        border-collapse: separate;
    }

        .table-responsive .table-responsive__row_header,
        .table-responsive_unauthorized {
            display: none !important;
        }

    .table-responsive__row {
        width: 100%;
        /*      background: #f7f7f7; */
        height: auto;
        /*margin-bottom: 10px;*/
        font-size: 0;
        line-height: 1.4;
    }

        .table-responsive__row:after,
        .table-responsive__row:before {
            content: " ";
            display: table;
        }

        .table-responsive__row:after {
            clear: both;
        }

    .table-responsive__col {
        display: none;
        box-sizing: border-box;
        font-size: 14px;
        padding: 28px 15px;
        height: auto;
        vertical-align: middle;
        width: auto;
    }

        .table-responsive__col .bold {
            font-size: 18px;
            /*     font-weight: 300;
*/
        }

    .table-responsive__col_head,
    .table-responsive__include-mobile {
        display: table-cell;
    }

        .table-responsive__col_head a {
            font-weight: 400;
        }

    .table-responsive__mobile-info {
        display: block;
    }

    .table-responsive__exclude-ad-mobile {
        display: none;
    }

    .table-responsive__include-ad-mobile {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .table-responsive {
        border-spacing: 0 10px;
        border-collapse: separate;
    }
}

.page_wide-sidebars .page__aside,
.page_wide-sidebars .page__content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

.subscribe-link {
    color: #1b98e0;
}

    .subscribe-link:hover {
        color: #1679b2;
    }

.page {
    position: relative;
}

    .page:after,
    .page:before {
        content: " ";
        display: table;
    }

.page_without-sidebar .page__content {
    width: 100% !important;
}

@media (min-width:1440px) {
    .page_wide-sidebars .page__content {
        float: left;
        width: 60%;
    }

    .page_wide-sidebars .page__aside {
        float: left;
        width: 20%;
    }
}

.page_two-col .page__content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

@media (min-width:992px) {
    .page_two-col .page__content {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page_two-col .page__content {
        float: left;
        width: 75%;
    }
}

.page_two-col .page__aside_right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 20%;
    }
}

.page__content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

.masonry-grid__item,
.page__aside,
.page__aside_right {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

@media (min-width:992px) {
    .page__content {
        float: left;
        width: 75%;
    }
}

@media (min-width:1440px) {
    .page__content {
        float: left;
        width: 66.66667%;
    }
}

.page__top {
    margin-bottom: 30px;
}

.page__section {
    margin-bottom: 20px;
}

.page__title {
    margin-bottom: 2px;
}

.page__title-label {
    font-size: 14px;
    color: #4a4a4a;
}

.page__title {
    font-size: 36px;
    line-height: 1.7;
    font-weight: 500;
}

@media (min-width:992px) {
    .page__aside {
        float: left;
        width: 20%;
    }
}

@media (min-width:1440px) {
    .page__aside {
        float: left;
        width: 20%;
    }
}

@media (min-width:768px) {
    .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page__aside_right {
        float: left;
        width: 16.66667%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page__aside {
        display: none;
    }

    .page__aside_right {
        display: block;
    }
}

@media (max-width:767px) {
    .page__title {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 25px;
        text-align: center;
    }

    .page__title-label {
        margin-bottom: 7px;
    }

    .page__aside {
        display: none;
    }

    .page__aside_right {
        display: block;
    }
}

.masonry-grid__inner {
    margin-top: 20px;
}

.masonry-grid__item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .masonry-grid__item {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .masonry-grid__item {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .masonry-grid__item {
        float: left;
        width: 25%;
    }
}

.labels {
    white-space: nowrap;
}

.top {
    vertical-align: top;
}

/*.label {
    font-size: 18px !important;
    display: inline-block;
    line-height: 1;
    background-color: #1b98e0;
    padding: 8px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    margin: 20px 0;
}*/

.label {
    font-size: 9px !important;
    display: inline-block;
    line-height: 1;
    height: 20px;
    background-color: #1b98e0;
    padding: 6px 10px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0 3px;
}

.page-body h3 + p {
    line-height: 20px;
    font-size: 16px;
    color: #405B7A;
}

.page-body a {
    color: #0A77F5 !important;
    text-decoration: none !important;
}

.page-body h3 {
    color: #354C66;
}

.page-title h1 {
    color: #354C66;
    text-transform: uppercase;
}

.page-body p strong {
    color: #354C66;
}

.page-body td p {
    margin: 0 !important;
    line-height: 20px;
    padding: 2px 0;
    color: #405B7A;
    font-size: 16px;
}

.page-body h3:nth-of-type(4) {
    padding: 12px 0;
    margin-top: 32px;
    text-transform: uppercase;
}

.label-box {
    background-color: royalblue;
}

.label-th {
    background-color: saddlebrown;
}

.label-rb {
    background-color: rebeccapurple;
}

.label-tix {
    background-color: goldenrod;
}

.label-hotstar {
    background-color: black;
}

.label:first-child {
    margin-left: 0;
}

.label_hotstar {
    width: 64px;
    height: 20px;
    padding: 0 5px;
    background-color: #000;
    background-position: center;
    background-image: url(../images/hotstar.gif);
    background-size: 50px 13px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact-card {
    font-family: "Open Sans";
    font-weight: 300;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
}

.contact-card_responsive {
    height: auto !important;
}

    .contact-card_responsive .contact-card__block {
        display: inline-block;
        vertical-align: top;
        margin-right: 100px;
    }

        .contact-card_responsive .contact-card__block:last-child {
            margin-right: 0;
        }

.contact-card__block {
    margin-bottom: 10px;
    width: 100%;
}

    .contact-card__block:last-child {
        margin-bottom: 0;
    }

.contact-card__title {
    /*font-size: 10px;*/
    font-weight: 600;
    line-height: 2.5;
    color: #4a4a4a;
    text-transform: uppercase;
}

.contact-card__text {
    line-height: 1.4;
}

.contact-card__link {
    color: #1b98e0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .contact-card__link:hover {
        color: #1679b2;
    }

.contact-card__link_black,
.contact-card__link_black:hover {
    color: #000;
}

.contact-card_actions {
    padding: 30px 20px 60px;
}

.contact-card__actions {
    text-align: center;
    background: #f7fcff;
    color: #1b98e0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 15px 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.map {
    height: 200px;
}

@media (min-width:768px) and (max-width:991px) {
    .map {
        height: 210px;
    }
}

.list-group {
    font-family: "Open Sans";
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-align: left;
    font-size: 14px;
}

    .list-group select,
    .list-group input {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 24px;
    }

.list-group__title {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-group__container {
    margin-top: 20px;
}

.list-group__item {
    margin-bottom: 10px;
    line-height: 1.5;
}

.aside__element,
.aside__title {
    margin-bottom: 30px;
}

.CampaignMonitorTitle {
    padding: 16px 0;
    font-weight: bold;
}

.campaignMonitorLeft {
    padding-bottom: 16px;
    float: left;
    width: 48%;
}

.campaignMonitorRight {
    padding-bottom: 16px;
    float: right;
    width: 48%;
}

.campaignMonitorSubmit {
    width: 100%;
    padding: 8px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    background: #1b98e0;
    color: #ffd700;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    margin: 16px auto 0 auto;
}

.campaignMonitorRight {
    padding-bottom: 16px;
    float: right;
    width: 48%;
}

.campaignMonitorSubmit {
    width: 100%;
    padding: 8px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    background: #1b98e0;
    color: #ffd700;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    margin: 16px auto 0 auto;
}

@media (max-width:990px) {
    .campaignMonitorSubmit {
        width: 50%;
    }
}

.list-group__item-heading a {
    color: #1b98e0;
}

.aside,
.timeframe-filter {
    color: #000;
    text-align: left;
    font-family: "Open Sans";
}

.list-group__item-text {
    font-size: 12px;
}

.aside {
    font-size: 18px;
    font-weight: 300;
    /*    line-height: 1.7;
	*/
}

.aside__title {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width:768px) and (max-width:991px) {
    .aside__element {
        margin-bottom: 15px;
    }
    /*
	.campaignMonitorName {
		float:left;
		width: 48%;
	}
	.campaignMonitorEmail {
		float:right;
		width: 48%;
	}
	.campaignMonitorCompany {
		float:right;
		width: 48%;
	}
	.campaignMonitorSubmit {
		padding-top:7px;
		clear:both;
	}
*/
}

@media (max-width:767px) {
    .contact-card_responsive .contact-card__block {
        display: block;
        margin-right: 0;
    }

    .map {
        height: auto;
    }

        .map img {
            width: 100%;
        }

    .aside__element {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    /*	.campaignMonitorName {
		float:left;
		width: 48%;
	}
	.campaignMonitorEmail {
		float:right;
		width: 48%;
	}
	.campaignMonitorCompany {
		float:right;
		width: 48%;
	}
	.campaignMonitorSubmit {
		padding-top:7px;
		clear:both;
	}
*/

}

.timeframe-filter {
    line-height: 1;
    font-weight: 300;
    background: #f7f7f7;
    font-size: 14px;
    padding: 20px 30px 30px;
}

    .timeframe-filter:after,
    .timeframe-filter:before {
        content: " ";
        display: table;
    }

.timeframe-filter__block {
    float: left;
}

.timeframe-filter__block_right {
    float: right;
    margin-left: 50px;
}

.timeframe-filter__block-heading {
    font-size: 10px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.term,
.timeframe-filter__input {
    font-size: 14px;
    font-weight: 300;
}

.timeframe-filter__input {
    font-family: "Open Sans";
    background: 0 0;
    border: none;
    outline: 0;
    width: 80px;
    padding-right: 17px;
    margin-right: -17px;
    padding-left: 0;
    margin-left: 0;
}

.article-teaser,
.detail-info {
    border-bottom: 1px solid #d8d8d8;
}

.timeframe-filter__string-filter-item {
    color: #1b98e0;
    margin-right: 15px;
    cursor: pointer;
}

.timeframe-filter__block-body .icon {
    color: #1b98e0;
    cursor: pointer;
    pointer-events: none;
}

@media (max-width:767px) {
    .timeframe-filter {
        background: #fff;
        padding: 20px 0;
    }

    .timeframe-filter__block {
        display: none;
    }

    .timeframe-filter__block_right {
        display: block;
        margin: 0;
        width: 50%;
    }
}

.notification-subscribe {
    height: 122px;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
}

.detail-info,
.node-list,
.term {
    text-align: left;
}

.notification-subscribe a {
    color: #1b98e0;
    cursor: pointer;
}

    .notification-subscribe a:hover {
        color: #1679b2;
    }

.unauthorized-text {
    width: 100px;
    height: 6px;
    background-color: #d8d8d8;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
}

.node-list__container {
    margin-left: -15px;
    margin-right: -15px;
}

.term {
    color: #000;
    line-height: 1.7;
}

.term_sm .term__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.term a {
    color: #1b98e0;
    cursor: pointer;
}

    .term a:hover {
        color: #1679b2;
    }

.term__title,
.term__title-link {
    color: #4a4a4a;
}

.term__title {
    font-size: 12px;
}

.term dt {
    margin-top: 10px;
}

.detail-info {
    line-height: 1;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding: 35px 30px 10px;
}

    .detail-info:last-child,
    .node-list__item:first-child .article-teaser,
    .node-list__item:last-child .article-teaser {
        border-bottom: none;
    }

.detail-info__title {
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-info__body {
    font-size: 0;
}

.detail-info__block {
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding-right: 80px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.datepicker table td,
.datepicker table th,
.tickets__col {
    vertical-align: middle;
}

.node-list__item,
.node-list__title {
    margin-bottom: 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .detail-info_unauthorized {
        display: none;
    }

    .detail-info__block {
        width: 50%;
    }
}

.node-list__group,
.node-list__item,
.node-list__title {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}

@media (max-width:767px) {
    .detail-info_unauthorized {
        display: none;
    }

    .detail-info__block {
        width: 100%;
    }
}

.node-list__container:after,
.node-list__container:before,
.node-list__inner:after,
.node-list__inner:before {
    display: table;
    content: " ";
}

.node-list {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.datepicker,
.panel {
    font-family: "Open Sans";
    line-height: 1;
    text-align: left;
    font-size: 14px;
    clear: both
}

.node-list_article .node-list__group {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.node-list_article .node-list__item {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.node-list__group {
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .node-list__group,
    .node-list_article .node-list__group,
    .node-list_article .node-list__item {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .node-list__group {
        float: left;
        width: 100%;
    }
}

.node-list__group:last-child {
    padding-bottom: 0;
}

.node-list__title {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width:768px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 50% !important;
    }
}

@media (min-width:992px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 100% !important;
    }
}

@media (min-width:1440px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 100% !important;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .node-list__group_banner {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-list_article .node-list__item {
        margin-bottom: 0;
    }

    .node-list_article .node-list__group {
        padding-bottom: 0;
    }

    .node-list__group_banner {
        display: none;
    }
}

@media (max-width:767px) {
    .node-list__group_banner {
        display: none;
    }

    .node-list_article .node-list__item {
        margin-bottom: 0;
    }

    .node-list_article .node-list__group {
        padding-bottom: 0;
    }
}

.datepicker {
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.festival__date,
.festival__description {
    float: left;
    margin-top: 5px;
}

.datepicker table th {
    font-weight: 700;
    color: #1b98e0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #1b98e0;
    border-color: #1b98e0;
}

    .datepicker table tr td.active.active:hover,
    .datepicker table tr td.active.highlighted.active:hover,
    .datepicker table tr td.active.highlighted:active:hover,
    .datepicker table tr td.active:active:hover {
        background-color: #1679b2;
        border-color: #1679b2;
    }

.panel {
    font-weight: 300;
    color: #000;
}

.panel__head {
    font-weight: 700;
    background: #f7f7f7;
    padding: 20px 30px;
    line-height: 1.5;
}

.panel__webnote {
    padding: 20px 30px;
    line-height: 1.5;
    padding: 10px;
    background-color: #fbe6e6;
    border: 1px solid red;
    margin-bottom: 20px;
}

.cityDropDownBold {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.unbold {
    font-weight: none;
}

.panel__datasource {
    padding: 20px 30px;
    line-height: 1.5;
    padding: 10px;
    font-size: small;
    /*  background-color: #f5f6ff;
*/ border: 1px solid #1b98e0;
    margin-bottom: 20px;
}

.panel__datasource {
    padding: 20px 30px;
    line-height: 1.5;
    padding: 10px;
    font-size: small;
    /*  background-color: #f5f6ff;
*/ border: 1px solid #1b98e0;
    margin-bottom: 20px;
}


.festival,
.tickets {
    font-family: "Open Sans";
    font-weight: 300;
    text-align: left;
}

.panel__head a {
    color: #1b98e0;
    cursor: pointer;
}

    .panel__head a:hover {
        color: #1679b2;
    }

@media (min-width:768px) and (max-width:991px) {
    .panel_primary .panel__head {
        background: #1b98e0;
        color: #fff;
    }

        .panel_primary .panel__head a {
            color: #fff;
            cursor: pointer;
            -webkit-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
        }

            .panel_primary .panel__head a:hover {
                color: #fff;
            }
}

@media (max-width:767px) {
    .panel_primary .panel__head {
        background: #1b98e0;
        color: #fff;
    }

        .panel_primary .panel__head a {
            color: #fff;
            cursor: pointer;
            -webkit-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
        }

            .panel_primary .panel__head a:hover {
                color: #fff;
            }
}

.festival {
    line-height: 1;
    color: #000;
    font-size: 14px;
    padding-bottom: 20px;
}

    .festival:after,
    .festival:before {
        content: " ";
        display: table;
    }

    .festival:after {
        clear: both;
    }

.festival__date {
    /*	width: 25%;
*/
}

.festival__date-item {
    display: inline-block;
    margin-right: 15px;
}

.festival__description-heading {
    margin-bottom: 12px;
}

    .festival__description-heading a {
        color: #1b98e0;
        cursor: pointer;
    }

        .festival__description-heading a:hover {
            color: #1679b2;
        }

.festival__actions {
    float: right;
    width: 160px;
}

@media (min-width:768px) and (max-width:991px) {
    .festival__date {
        width: 30%;
    }
}

@media (max-width:767px) {
    .festival {
        padding-bottom: 0;
    }

    .festival__actions,
    .festival__date,
    .festival__description {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .festival__actions {
        margin-bottom: 10px;
    }
}

.aside-duplicat {
    margin: 20px -15px;
    display: none;
}

    .aside-duplicat:after,
    .aside-duplicat:before {
        content: " ";
        display: table;
    }

.aside-duplicat__element {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .aside-duplicat__element {
        float: left;
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .aside-duplicat {
        display: block;
    }

    .aside-duplicat__element {
        float: right;
    }
}

@media (max-width:767px) {
    .aside-duplicat {
        display: block;
    }

    .aside-duplicat__element {
        margin-bottom: 20px;
    }
}

.notification {
    font-size: 14px;
    padding: 20px 30px;
    line-height: 1.9;
}

.notification_warning {
    background: #ffefa4;
}

.accordion {
    margin-bottom: 1px;
    cursor: pointer;
}

    .accordion.opened .accordion__coret {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion__head {
    background: #f7fcff;
    padding: 13px 20px;
}

.accordion__coret {
    float: right;
    color: #1b98e0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.article-teaser__title,
.article__heading-title a,
.info-label_clicable,
.tickets__detail {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.accordion__content {
    display: none;
}

.tickets {
    line-height: 1;
    color: #000;
    font-size: 0;
    padding: 15px 30px 0;
}

.tickets__col {
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
}

    .tickets__col:nth-child(1),
    .tickets__col:nth-child(3) {
        width: 20%;
    }

    .tickets__col:nth-child(2) {
        width: 60%;
    }

.tickets__detail {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    color: #1b98e0;
    cursor: pointer;
    text-align: right;
}

.article,
.article-teaser {
    font-weight: 300;
    text-align: left;
    font-family: "Open Sans";
}

.tickets__detail:hover {
    color: #1679b2;
}

@media (max-width:767px) {
    .tickets__row {
        margin-bottom: 20px;
    }

        .tickets__row:last-child {
            margin-bottom: 0;
        }

    .tickets__col {
        width: 100% !important;
        display: block;
        line-height: 1.5;
        padding: 5px 0;
    }

    .tickets__detail {
        text-align: left;
    }
}

/*.article__section, .article__title {
    margin-bottom: 20px;
}*/

.article__aside,
.article__content {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.info-label {
    color: #9b9b9b;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.info-label-dark {
    color: #000;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.info-label_clicable {
    cursor: pointer;
}

    .info-label_clicable:hover {
        color: #1b98e0;
    }

.info-label_small {
    font-size: 12px;
}

.info-label:last-child {
    margin-right: 0;
}

@media (max-width:767px) {
    .info-label .icon_clock {
        display: none;
    }
}

.article-teaser_full .article-teaser__inner:after,
.article-teaser_full .article-teaser__inner:before,
.article__heading-inner:after,
.article__heading-inner:before,
.article__heading:after,
.article__heading:before,
.article__inner:after,
.article__inner:before {
    display: table;
    content: " ";
}

.article {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}

.article__inner {
}

@media (min-width:992px) {
    .article__content {
        float: left;
        /*width: 66.66667%;*/
    }

    .article__aside {
        float: left;
        width: 16.66667%;
    }
}

.article__title {
    font-size: 36px;
    line-height: 1.7;
}

.article__section_social,
.article__section_thesis {
    padding: 10px 0;
}

.article__heading {
    /*background: #f7f7f7;*/
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    margin-left: -30px;
}

.article__heading-inner {
    background-color: #f7f7f7;
    position: relative;
    padding: 15px;
    clear: both
}

.article__heading-photo {
    width: 460px;
    margin-right: 30px;
    float: left;
}

.article__heading-info {
    width: calc(100% - 490px);
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article__heading-title {
    font-size: 18px;
}

.article__body,
.article__heading-text {
    font-size: 14px;
}

.article__heading-title a {
    color: #1b98e0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

    .article__heading-title a:hover {
        color: #1679b2;
    }

.article__heading-text-after {
    color: #9b9b9b;
    margin: 10px 0 15px;
}

.article__body p {
    margin: 30px 0;
}

@media (min-width:992px) and (max-width:1439px) {
    .article .article__heading-photo {
        width: 360px;
    }

    .article .article__heading-info {
        width: calc(100% - 390px);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .article__title {
        line-height: 1.3;
    }

    .article__heading {
        width: 100vw;
        right: calc(((100vw - 760px)/ 2));
        box-sizing: border-box;
        margin-right: 0;
        position: relative;
    }
}

@media (max-width:767px) {
    .article__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .article__heading {
        margin: 0;
        padding: 0;
        float: none;
        background: 0 0;
    }

    .article__heading-photo {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .article__heading-info {
        width: 100%;
        float: none;
        position: static;
    }

    .article__heading-title {
        margin-top: 10px;
    }
}

.article-teaser__mobile-title,
.article-teaser_full .article-teaser__body,
.article-teaser_full .article-teaser__photo {
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.article-teaser {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    padding-bottom: 30px;
}

.article-teaser_full {
    border-bottom: none;
    padding-bottom: 0;
}

    .article-teaser_full .article-teaser__inner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .article-teaser_full .article-teaser__photo {
        width: 100%;
        margin-right: 0;
    }

@media (min-width:768px) {
    .article-teaser_full .article-teaser__photo {
        float: left;
        width: 33.33333%;
    }
}

.article-teaser_full .article-teaser__body {
    width: 100%;
}

@media (min-width:768px) {
    .article-teaser_full .article-teaser__body {
        float: left;
        width: 66.66667%;
    }
}

.article-teaser_full .article-teaser__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    color: #1b98e0;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

    .article-teaser__link:hover .article-teaser__title,
    .article-teaser_full .article-teaser__title:hover {
        color: #1679b2;
    }

.article-teaser_full .article-teaser__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
}

.article-teaser_full .article-teaser__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px;
}

.article-teaser_full .button {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-size: 14px;
    text-align: right
}

.article-teaser__link {
    display: block;
}

    .article-teaser__link:after,
    .article-teaser__link:before {
        content: " ";
        display: table;
    }

.article-teaser__title {
    color: #000;
    margin-top: -8px;
}

.article-teaser__mobile-title {
    display: none;
    width: 100%;
}

.article-teaser__photo {
    width: 92px;
    float: left;
    margin-right: 30px;
}

    .article-teaser__photo img {
        width: 100%;
    }

.article-teaser__body {
    float: left;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 122px);
}

@media (max-width:767px) {
    .article-teaser {
        border-bottom: none;
    }

    .article-teaser__mobile-title {
        display: block;
    }

    .article-teaser_full .article-teaser__title {
        display: none;
    }

    .article-teaser_full .article-teaser__photo {
        margin-bottom: 10px;
    }

    .article-teaser_full .article-teaser__mobile-title {
        display: block;
        line-height: 1.5;
        font-size: 18px;
        /*      margin-bottom: 15px;
*/
    }

    .article-teaser_full .article-teaser__body {
        font-size: 14px;
        line-height: 1.7;
    }

    .article-teaser_full .article-teaser__info {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        white-space: nowrap;
        text-align: right;
    }

        .article-teaser_full .article-teaser__info .info-label:first-child {
            float: left;
        }

    .article-teaser_full .article-teaser__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        color: #4a4a4a;
        /*      margin-bottom: 15px;
*/
    }
}

.article-list__item,
.article-list__title {
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.article-list {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
    /*line-height: 1.7;*/
}

.article-list__inner {
    margin-left: -15px;
    margin-right: -15px;
}

    .article-list__inner:after,
    .article-list__inner:before {
        content: " ";
        display: table;
    }

.article-list__title {
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 100%;
}

@media (min-width:768px) {
    .article-list__item {
        float: left;
        width: 100%;
    }
}

.demo-navigation a {
    color: #1b98e0;
    line-height: 2;
    text-decoration: underline;
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"), url(../fonts/fontello.woff2) format("woff2"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.sticky-header .layout__line_fixed {
    top: 0;
}

.sticky-header .fixed-header .main-menu__link {
    color: #1b98e0;
}

body.overlay .layout__line_dropdown-menu {
    /* display: block; */
    transition: transform 0.3s;
}

body.sticky-arrow .layout__arrow-down {
    opacity: .3;
    bottom: 15px;
}

@media (max-width:767px) {
    .article-list__item {
        margin-bottom: 20px;
    }

    .hidden-on-phone {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .article-teaser {
        border-bottom: none;
        padding-bottom: 0;
    }

    .hidden-on-tablet {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .hidden-on-desktop {
        display: none;
    }
}

@media (min-width:1440px) {
    .hidden-on-wide-desktop {
        display: none;
    }
}
/* Display ads base on window size */
@media (max-width:988px) { /*300x250 size only*/
    .hide-lg-leaderboard-ad {
        display: none;
    }
    .hide-leaderboard-ad {
        display: none;
    }
    .hide-mobile-ad {
        display: block;
    }
}
@media (min-width:989px) and (max-width: 1335px ) { /*728x90 size only*/
    .hide-lg-leaderboard-ad {
        display: none;
    }
    .hide-leaderboard-ad {
        display: block;
    }
    .hide-mobile-ad {
        display: none;
    }
}
@media (min-width:1336px) {  /*990x90 size only*/
    .hide-lg-leaderboard-ad {
        display: block;
    }
    .hide-leaderboard-ad {
        display: none;
    }
    .hide-mobile-ad {
        display: none;
    }
}

/* OWL Carousel */

@media (min-width:768px) {
    .owl-dots {
        position: relative;
        top: -150px;
    }
}

@media (min-width:992px) {
    .owl-dots {
        position: relative;
        top: -200px;
    }
}

@media (min-width:1440px) {
    .owl-dots {
        position: relative;
        top: -175px;
    }
}

@media (min-width:1500px) {
    .owl-dots {
        position: relative;
        top: -175px;
    }
}

/* ANGULAR TABS */

.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}

    .tabsdemoDynamicHeight md-content md-tabs {
    }

        .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
            background: #e8f5fc;
            border-bottom: none !important;
        }

    .tabsdemoDynamicHeight md-content h1:first-child {
        margin-top: 0;
    }

md-tabs-canvas {
    height: 72px
}

md-pagination-wrapper {
    height: 72px;
}

md-tabs .md-tab {
    line-height: 44px;
    border-top: 2px solid transparent;
    background: #e8f5fc;
    color: #1b98e0;
    font-weight: bold;
    text-overflow: clip !important;
}

    md-tabs .md-tab span.count {
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        color: #1b98e0;
        text-align: center;
        font-size: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-weight: normal;
        margin-right: -12px;
        margin-left: 3px;
        text-overflow: clip !important;
    }

md-pagination-wrapper {
    border-bottom: 2px solid #1b98e0;
    box-sizing: border-box;
}

/*md-tabs .md-tab.md-active {
	color: #000 !important;
	background: #fff;
	border-bottom: 2px solid white;
	border-top: 2px solid #1b98e0;
	line-height: 46px;
	font-weight: bold;
	position: relative;
	overflow: visible;
}*/

md-tabs .md-tab.md-active span:after {
    content: "";
    background: #1b98e0;
    position: absolute;
    bottom: 0px;
    left_width: 20px;
    left: 100%;
    right: -100000px;
    height: 2px;
    display: block;
    z-index: 9;
}

md-tabs .md-tab.md-active span:before {
    content: "";
    background: #1b98e0;
    position: absolute;
    bottom: 0px;
    left_width: 20px;
    left: -10000px;
    right: 100%;
    height: 2px;
    display: block;
    z-index: 9;
}

/*md-tabs .md-tab.md-active:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 2px;
	background: #1b98e0;
	z-index: 999;
}*/

/*md-tabs .md-tab.md-active:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 2px;
	background: #1b98e0;
	z-index: 999;
}*/

md-tabs md-ink-bar {
    background: transparent !important;
    color: #1b98e0 !important;
}
/*
.alignment-Top {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: baseline;
	-moz-box-justify-content: baseline;
	-webkit-justify-content: baseline;
	-ms-justify-content: baseline;
	justify-content: baseline;
    -webkit-box-align-items: baseline;
	-webkit-align-items: baseline;
	-moz-box-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
}
.alignment-Center {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-box-align-items: center;
	-webkit-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.alignment-Bottom {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: flex-end;
	-moz-box-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
    -webkit-box-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
*/
.alignment-Top {
    background-position: top;
}

.alignment-Center {
    background-position: center;
}

.alignment-Bottom {
    background-position: bottom;
}

.emailalerts-remove {
    background-image: url("../images/cancel.png");
    height: 20px;
    width: 20px;
    background-size: cover;
    background-color: transparent;
    border: none;
    float: right
}

.errorMessage {
    display: block;
    background: #f7baba;
    color: #fff;
    padding: 5px 15px;
    left: 0;
    right: 0px;
    font-size: 13px;
    color: #6d1f1f;
    font-weight: normal;
    z-index: 99;
    max-width: 300px;
    float: right;
}

.errorMessageSubHeader {
    display: block;
    margin-bottom: 10px;
    background: #f7baba;
    color: #fff;
    padding: 5px 15px;
    left: 0;
    right: 0px;
    font-size: 13px;
    color: #6d1f1f;
    font-weight: normal;
    z-index: 99;
    float: left;
}

.successMessage {
    background: #b5f794;
    color: #35821c;
    display: table;
    padding: 10px 15px;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

/*Checkout login*/

.Guest_login .new-wrapper.checkout-as-guest-or-register-block {
    float: left;
    width: 49%;
    margin: 0;
}

.Guest_login .returning-wrapper.signup_cell {
    float: right;
    width: 49%;
}

.Guest_login input#Email, input#Password {
    width: 95%;
    height: 35px;
    border: 1px solid #1b98e0;
    font-size: 14px;
    padding: 0 6px;
}

.Guest_login .inputs {
    margin: 20px 0;
    text-align: center;
}

.Guest_login .gray_box.sign_in {
    text-align: center;
    margin-bottom: 30px;
}

.Guest_login .new-wrapper .title {
    text-align: center;
    margin-bottom: 10px;
}

.Guest_login .new-wrapper .text {
    text-align: center;
    margin-top: 15px;
}

.Guest_login .new-wrapper .buttons {
    text-align: center;
    margin: 50px
}

.Guest_login .form-fields {
    width: 300px;
    margin: 0 auto
}

.Guest_login button.btn.btn_primary.btn_small.full {
    width: 100%;
    margin-bottom: 10px;
}

.Guest_login .inputs.reversed {
    margin: 20px 0;
    text-align: center;
}

.Guest_login .returning-wrapper label {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    vertical-align: middle;
}

.Guest_login .forgot-password {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

@media (max-width:768px) {
    .Guest_login .new-wrapper.checkout-as-guest-or-register-block, .Guest_login .returning-wrapper.signup_cell {
        width: 100% !important;
        float: none !important;
    }
}

.ArtistHotstar img {
    height: 25px;
}

.ArtistHotstar {
    display: inline-block;
    padding-top: 14px;
    padding-left: 10px;
}

/*.layout {
    height: 100%;
}*/

.layout-container {
    padding-top: 80px;
    width: 100%;
}

.admin-menu .layout-container {
    padding-top: 114px;
}

.restrict-container {
    width: 1470px;
    margin: 0 auto;
}

md-tabs-content-wrapper {
    top: 72px;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    border: none !important;
}

md-tab-content {
    padding: 16px 4px;
}

.research-header {
    font-size: 24px;
    color: #374252;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding: 24px 16px;
}

.search-group {
    position: relative;
    width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.08);
    margin-bottom: 8px;
}

    .search-group.active .search-group-body {
        display: block;
    }

    .search-group.active .search-group-header {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .search-group .search-group-header {
        position: relative;
        height: 48px;
        background: white;
        line-height: 48px;
        padding: 0 16px;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        outline: none;
        cursor: pointer;
        user-select: none;
        border-radius: 2px;
    }

    .search-group .search-group-body {
        padding: 16px;
        display: none;
        background: white;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.search-tabs {
    width: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.08);
    border-radius: 2px;
}

.search-tabs-header {
    position: relative;
    height: 72px;
    width: 100%;
    background: white;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .search-tabs-header::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background: rgba(0,0,0,0.08);
    }

    .search-tabs-header .tab {
        position: relative;
        width: 100%;
        height: 48px;
        box-sizing: border-box;
        text-align: center;
        color: #8994a3;
        font-weight: 400;
        padding: 16px 0;
        cursor: pointer;
        user-select: none;
        letter-spacing: 0.8px;
        outline: none;
        transition: all 0.16s ease-in-out;
    }

        .search-tabs-header .tab.active {
            color: #374452;
        }

            .search-tabs-header .tab.active::after {
                opacity: 1;
            }

            .search-tabs-header .tab.active svg {
                fill: #0a78f5;
            }

        .search-tabs-header .tab::after {
            content: "";
            display: block;
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 0;
            height: 1px;
            background: #0a78f5;
            opacity: 0;
            transition: all 0.16s ease-in-out;
        }

        .search-tabs-header .tab:hover::after {
            opacity: 1;
        }

        .search-tabs-header .tab:hover {
            color: #374452;
        }

            .search-tabs-header .tab:hover svg {
                fill: #0a78f5;
            }

        .search-tabs-header .tab svg {
            width: 24px;
            height: 24px;
            fill: #374452;
            display: inline-block;
            transition: all 0.16s ease-in-out;
        }

        .search-tabs-header .tab span {
            display: block;
            line-height: 16px;
        }

.search-tabs-body {
    background: white;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    height: auto;
    overflow: hidden;
    transition: all 0.16s ease-in-out;
}

.tab-body {
    padding: 16px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

    .tab-body.active {
        opacity: 1;
        visibility: visible;
    }

md-calendar-month th {
    vertical-align: middle;
}

.testinput {
    border: 1px solid transparent;
    box-shadow: 0 0 2px transparent;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 2px;
    background: #ebf0f5;
    transition: all 0.08s ease-in-out;
}

    .testinput:focus {
        box-shadow: 0 0 2px #6cacf5;
        border: 1px solid #0a78f5;
    }

    .testinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #374452;
    }



    /* This line is reserved for something special... */

    .testinput::-moz-placeholder { /* Firefox 19+ */
        color: #374452;
    }

.test-input:-ms-input-placeholder { /* IE 10+ */
    color: #374452;
}

.test-input:-moz-placeholder { /* Firefox 18- */
    color: #374452;
}

.no-pad {
    padding: 0 !important;
}

.split-half {
    width: 50%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

    .split-half > md-input-container {
        width: 100%;
        box-sizing: border-box;
    }

.new-input {
    margin: 4px 0;
}

    .new-input.split-half {
        width: 50%;
    }

        .new-input.split-half.venues {
            width: 100%;
        }

        .new-input.split-half.remove {
            display: none;
        }


    .new-input .md-errors-spacer {
        min-height: unset;
    }

    .new-input input {
        border: 1px solid #D8E1EB;
        box-shadow: 0 0 2px transparent;
        padding: 12px 16px !important;
        font-size: 14px;
        border-radius: 2px;
        background: #ebf0f5;
        transition: all 0.08s ease-in-out;
        height: auto;
        line-height: 14px;
    }

        .new-input input:focus {
            box-shadow: 0 0 2px #6cacf5;
            border: 1px solid #0a78f5;
        }

    .new-input label {
        position: relative !important;
        color: #405B7A !important;
        font-size: 14px;
        line-height: 24px;
        padding: 0 !important;
        transform: none !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        opacity: 1;
        user-select: none;
    }

    .new-input.md-input-has-value label {
        color: #405B7A !important;
    }

.md-datepicker-open.md-input-has-placeholder > label {
    display: block !important;
}

/*.new-input.md-input-focused label,
.new-input.md-input-has-value label {
    transform: translate3d(-12px, 0px, 0) scale(.9) !important;
}*/

.md-datepicker-input-mask {
    display: none;
}

.md-calendar-day-header {
    background: #0a78f5;
    color: white !important;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.md-calendar-selected-date .md-calendar-date-selection-indicator {
    color: white !important;
}

.md-datepicker-calendar-pane {
    border-radius: 2px;
    border: none;
}

.md-calendar-date-selection-indicator:hover {
    background: #ebf0f5;
}

.md-calendar-date-today .md-calendar-date-selection-indicator {
    background: #ebf0f5 !important;
}

.md-calendar-date-today.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #0a78f5 !important;
}

.md-datepicker-calendar {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.new-input .md-datepicker-triangle-button {
    height: 42px !important;
    width: 42px !important;
    transform: translate3d(0,0,0);
    top: 0;
    margin: 0;
}

.new-input md-datepicker {
    width: 100%;
}

    .new-input md-datepicker .md-datepicker-input-container {
        width: 100%;
    }

        .new-input md-datepicker .md-datepicker-input-container input {
            max-width: none;
            height: 40px;
        }

.new-input .md-select-value {
    border: 1px solid #D8E1EB;
    box-shadow: 0 0 2px transparent;
    padding: 12px 16px !important;
    font-size: 14px;
    border-radius: 2px;
    background: #ebf0f5;
    transition: all 0.08s ease-in-out;
    height: auto;
    min-height: unset;
    line-height: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

    .new-input .md-select-value span:first-child {
        opacity: 0;
    }

.new-input .ng-not-empty .md-select-value span:first-child {
    opacity: 1;
}

.new-input md-select:focus .md-select-value {
    box-shadow: 0 0 2px #6cacf5;
    border: 1px solid #0a78f5;
}

.new-input md-checkbox {
    margin: 0;
    padding: 2px 16px;
}

    .new-input md-checkbox.md-checked .md-container .md-icon {
        border-color: #0a78f5 !important;
        background: #0a78f5;
        transform: scale(1.1);
    }

    .new-input md-checkbox .md-label {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #405B7A;
        line-height: 40px;
        margin-left: 18px;
        user-select: none;
    }

    .new-input md-checkbox .md-container .md-icon {
        border-color: #405B7A !important;
        transform: scale(1);
    }

        .new-input md-checkbox .md-container .md-icon::after {
            border-color: #ebf0f5 !important;
        }

.new-input.new-checkbox {
    padding: 2px 10px;
}

.new-input.md-input-focused.md-input-invalid input {
    border-color: #0a78f5;
    border-width: 1px !important;
}

.new-input.md-input-invalid input {
    border-width: 1px !important;
    border-color: transparent;
}

.new-input.md-input-focused input.ng-invalid {
    border-width: 1px !important;
}

.new-input md-chips-wrap {
    box-shadow: 0 0 0 transparent !important;
    padding: 0;
}

    .new-input md-chips-wrap md-chip {
        background: #0a78f5;
        border-radius: 2px;
        color: white;
        font-size: 14px;
        padding: 0 28px 0 8px !important;
    }

    .new-input md-chips-wrap .md-chip-input-container {
        width: 100%;
        margin: 0;
    }

        .new-input md-chips-wrap .md-chip-input-container md-autocomplete-wrap {
            height: auto;
        }

        .new-input md-chips-wrap .md-chip-input-container input {
            width: 100%;
            line-height: 14px;
            box-sizing: border-box;
            background: #ebf0f5;
            padding: 12px 16px;
            height: auto;
            border: 1px solid #D8E1EB;
        }

            .new-input md-chips-wrap .md-chip-input-container input:focus {
                border-color: #0a78f5;
            }

    .new-input md-chips-wrap md-chip:hover .close svg {
        opacity: 1;
        fill: white !important;
    }

    .new-input md-chips-wrap md-chip .close {
        display: inline-block;
        opacity: 1;
        vertical-align: middle;
        height: 32px;
        outline: none;
        box-sizing: border-box;
        padding: 4px;
        cursor: pointer;
    }

        .new-input md-chips-wrap md-chip .close svg {
            padding: 4px;
            fill: white;
            width: 16px;
            height: 16px;
        }

.new-input-hint {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 0;
    color: #9BB2CC;
    letter-spacing: 0.2px;
}

.new-input md-autocomplete {
    height: auto !important;
}

.advanced-search-categories {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    display: none;
    margin-bottom: 8px;
}

.active .advanced-search-categories {
    display: block;
}

.new-search {
    position: relative;
    height: 56px;
    margin-bottom: 8px;
}

.search-input {
    position: relative;
}

.new-search .search-input input {
    background: white;
    border: none;
    border-radius: 2px;
    padding: 16px 114px 16px 72px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    width: 100%;
    color: #405B7A;
    line-height: 24px;
    transition: all 0.32s ease-in;
}

    .new-search .search-input input:focus + svg {
        fill: #0a78f5;
    }

    .new-search .search-input input:hover {
        background: #f5faff;
        transition: all 0.16s ease-in-out;
    }

    .new-search .search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #56708F;
    }

    .new-search .search-input input::-moz-placeholder { /* Firefox 19+ */
        color: #56708F;
    }

    .new-search .search-input input:-ms-input-placeholder { /* IE 10+ */
        color: #56708F;
    }

    .new-search .search-input input:-moz-placeholder { /* Firefox 18- */
        color: #56708F;
    }

.new-search .search-input .advanced-search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 56px;
    height: 56px;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-transform: uppercase;
    color: #405B7A;
    padding: 0 16px;
    border-left: 1px solid rgba(64, 91, 122, 0.08);
    outline: none;
    cursor: pointer;
    transition: all 0.32s ease-in;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background: transparent;
    user-select: none;
    outline: none;
    z-index: 2;
    background: white;
}

    .new-search .search-input .advanced-search-button:hover {
        background: #f5faff;
        color: #0a78f5;
        transition: all 0.16s ease-in-out;
    }

    .new-search .search-input .advanced-search-button.active {
        width: 56px;
        box-sizing: border-box;
    }

        .new-search .search-input .advanced-search-button.active span {
            display: none;
        }

.new-search .search-input svg {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 8;
    fill: #405B7A;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.new-search .search-input .search-outline {
    background: white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: 1px solid rgba(64, 91, 122, 0.08);
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    padding: 16px;
    box-sizing: border-box;
    transition: background 0.32s ease-in;
    cursor: pointer;
    outline: none;
}

    .new-search .search-input .search-outline svg {
        position: static;
        top: auto;
        left: auto;
        fill: #405B7A;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    /*.new-search .search-input .search-outline.active {
    background: #405B7A;
    transition: background 0.16s ease-in-out;
}

.new-search .search-input .search-outline.active svg {
    fill: #f5faff;
    transition: fill 0.16s ease-in-out;
}*/

    .new-search .search-input .search-outline:hover {
        background: #f5faff;
        transition: background 0.16s ease-in-out;
    }

        .new-search .search-input .search-outline:hover svg {
            fill: #0a78f5;
        }

/*.new-search .search-input .search-outline.active:hover {
    background: #0a78f5;
    transition: background 0.16s ease-in-out;
}

.new-search .search-input .search-outline.active:hover svg {
    fill: white;
}*/

.new-search .search-input .advanced-search-button svg {
    right: 16px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    cursor: pointer;
    outline: none;
}

.new-search .search-input .advanced-search-button.active svg {
    opacity: 1;
    visibility: visible;
}

.new-search .search-input .advanced-search-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 56px;
    padding: 0 56px 0 72px;
    background: white;
    border-radius: 2px;
    font-weight: 500;
    color: #405B7A;
    display: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

    .new-search .search-input .advanced-search-title.active {
        display: block;
    }

.category {
    position: relative;
    overflow: hidden;
}

    .category.active .category-header {
        background: white;
    }

    .category:last-child.active .category-header {
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
    }

    .category.active .category-header svg {
        fill: #0a78f5;
    }

    .category.active .category-header .chev {
        fill: #374452;
        transform: rotate(180deg);
    }

    .category.active .category-header .category-filters .filter {
        background: #0a78f5;
        color: white;
        transition: all 0.16s ease-in-out;
    }

    .category.active .category-body {
        display: block;
    }

    .category:first-child .category-header {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .category:last-child .category-header {
        border-bottom-color: transparent;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .category:last-child .category-body {
        border-bottom: none;
    }

    .category .category-header {
        position: relative;
        height: 56px;
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        user-select: none;
        transition: all 0.32s ease-in-out;
        outline: none;
        box-sizing: border-box;
        background: white;
    }

    .category.clean .category-header {
        background: #F0F5FA;
    }

    .category.clean.active .category-header {
        background: white;
    }

    .category .category-header:hover {
        background: white;
        transition: all 0.16s ease-in-out;
    }

        .category .category-header:hover svg {
            fill: #405B7A !important;
            transition: all 0.16s ease-in-out;
        }

        .category .category-header:hover .category-name {
            color: #405B7A !important;
        }

        .category .category-header:hover .category-filters .filter {
            background: #0a78f5;
            color: white;
            transition: all 0.16s ease-in-out;
        }

        .category .category-header:hover .chev {
            fill: #374452 !important;
        }

        .category .category-header:hover span {
            color: #374452;
        }

        .category .category-header:hover .filter span {
            color: white;
        }

    .category .category-header svg {
        height: 24px;
        width: 24px;
        padding: 16px;
        display: inline-block;
        fill: #0a78f5;
        transition: all 0.32s ease-in-out;
    }

    .category.clean .category-header svg {
        fill: #6F87A3;
    }

    .category.active .category-header svg {
        fill: #405B7A;
    }

    .category .category-header .category-name {
        font-size: 14px;
        line-height: 56px;
        vertical-align: middle;
        position: absolute;
        font-weight: 500;
        top: 0;
        left: 56px;
        color: #405B7A;
        transition: all 0.32s ease-in-out;
        letter-spacing: 0.4px;
    }

    .category.clean .category-header .category-name {
        color: #6F87A3;
    }

    .category.active .category-header .category-name {
        color: #405B7A;
    }

    .category .category-header .category-filters,
    .active-filters .category-filters {
        position: absolute;
        top: 0;
        right: 56px;
        left: 180px;
        bottom: 0;
        font-weight: 400;
        text-transform: none;
        padding: 12px 0;
        box-sizing: border-box;
        height: 56px;
    }

        .category .category-header .category-filters .filter,
        .active-filters .category-filters .filter {
            background: #0a78f5;
            color: white;
            padding: 4px 8px;
            border-radius: 2px;
            transition: all 0.32s ease-in-out;
            box-shadow: 0 1px 2px rgba(35, 42, 51, 0.32);
            float: left;
            margin-left: 4px;
            transition: all 0.16s ease-in-out;
            width: auto;
            height: 32px;
            box-sizing: border-box;
            max-width: calc(100% - 32px);
            position: relative;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .category .category-header .category-filters .filter:hover {
                padding-right: 32px;
                max-width: 100%;
            }

                .category .category-header .category-filters .filter:hover .close {
                    visibility: visible;
                    opacity: 1;
                    width: 28px;
                }

                    .category .category-header .category-filters .filter:hover .close svg {
                        opacity: 1;
                        fill: white !important;
                        transform: scale(1);
                    }

            .category .category-header .category-filters .filter span,
            .active-filters .category-filters .filter span {
                line-height: 24px;
                display: inline;
                vertical-align: middle;
                font-size: 14px;
            }

            .category .category-header .category-filters .filter .close,
            .active-filters .category-filters .filter .close {
                display: inline-block;
                width: 28px;
                opacity: 0;
                visibility: hidden;
                transition: all 0.16s ease-in-out;
                vertical-align: middle;
                height: 24px;
                outline: none;
                position: absolute;
                right: 0px;
                top: 4px;
            }

                .category .category-header .category-filters .filter .close svg,
                .active-filters .category-filters .filter .close svg {
                    padding: 4px;
                    fill: white;
                    width: 16px;
                    height: 16px;
                    transform: scale(0);
                }

.active-filters {
    margin-bottom: 1px;
    display: inline-block;
}

    .active-filters .category-filters .filter {
        height: 24px !important;
        padding: 4px 6px;
        max-width: none;
        padding-right: 24px;
    }

        .active-filters .category-filters .filter .close {
            opacity: 1;
            visibility: visible;
            top: 0;
            width: 24px;
            cursor: pointer;
        }

            .active-filters .category-filters .filter .close svg {
                transform: scale(1);
                width: 14px;
                height: 14px;
                padding: 5px;
            }

        .active-filters .category-filters .filter span {
            line-height: 16px;
            font-size: 12px;
            vertical-align: text-top;
        }

        .active-filters .category-filters .filter .icon {
            width: 16px;
            height: 16px;
            vertical-align: text-top;
            fill: white;
            margin: 0;
        }

    .active-filters .category-filters {
        position: relative;
        left: auto;
        right: auto;
        height: auto;
        padding: 0;
    }

        .active-filters .category-filters::after {
            content: "";
            display: table;
            clear: both;
        }



.category .category-header .chev {
    position: absolute;
    right: 0;
    top: 0;
    fill: #374452 !important;
}

.category .category-body {
    display: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
    padding: 16px;
}

    .category .category-body::after {
        content: "";
        display: table;
        clear: both;
    }

.category .saved-presets {
    width: 100%;
}

    .category .saved-presets .saved-presets-header {
        color: #405B7A;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 1px;
        user-select: none;
        cursor: default;
    }

        .category .saved-presets .saved-presets-header::after {
            content: "";
            display: table;
            clear: both;
        }

@keyframes ploading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.new-input label .loading {
    width: 16px;
    height: 16px;
    fill: #405B7A;
    transition: opacity .16s ease-in-out;
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    vertical-align: middle;
    margin-top: -2px;
    background: none;
    min-height: unset;
    visibility: hidden;
    opacity: 0;
}

    .new-input label .loading.active {
        opacity: 1;
        visibility: visible;
    }

.category .save-preset .presets-loading {
    width: 16px;
    height: 16px;
    fill: #405B7A;
    transition: opacity .16s ease-in-out;
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    vertical-align: middle;
    margin-top: -2px;
    visibility: hidden;
    opacity: 0;
}

    .category .save-preset .presets-loading.active {
        opacity: 1;
        visibility: visible;
    }

.category .saved-presets .saved-presets-header .presets-loading {
    width: 16px;
    height: 16px;
    fill: #405B7A;
    transition: opacity .16s ease-in-out;
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    visibility: hidden;
}

    .category .saved-presets .saved-presets-header .presets-loading.active {
        visibility: visible;
        opacity: 1;
    }

.category .saved-presets .saved-presets-header span {
    float: left;
    line-height: 18px;
    padding-bottom: 1px;
    padding-right: 4px;
}

.category .saved-presets .saved-presets-header svg {
    float: left;
}

.category .saved-presets .saved-presets-body {
    background: #ebf0f5;
    border-radius: 2px;
    width: 100%;
    min-height: 40px;
    max-height: 285px;
    box-sizing: border-box;
    border: 1px solid #D8E1EB;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
}

.category .save-preset {
    width: auto;
    border-radius: 2px;
    padding: 12px 12px;
    margin: 4px 2px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #405B7A;
    cursor: pointer;
    transition: background 0.32s ease-out, border 0.32s ease-out, color 0.32s ease-out;
    user-select: none;
    border: 1px solid #D8E1EB;
    outline: none;
    vertical-align: middle;
}

    .category .save-preset:hover {
        background: #0a78f5;
        border-color: #0a78f5;
        color: white;
        transition: background 0.16s ease-in-out, border 0.16s ease-in-out, color 0.16s ease-in-out;
    }

        .category .save-preset:hover .presets-loading {
            fill: white;
        }

.category .saved-presets .saved-presets-body .preset {
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    color: #405B7A;
    position: relative;
    outline: none;
    overflow: hidden;
}

    .category .saved-presets .saved-presets-body .preset svg {
        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
        height: 16px;
        padding: 12px;
        fill: #405B7A;
        transition: transform 0.32s ease-out;
        outline: none;
    }

        .category .saved-presets .saved-presets-body .preset svg:hover {
            transition: transform 0.16s ease-in-out;
            transform: scale(1.2);
        }



    .category .saved-presets .saved-presets-body .preset:hover {
        background: white;
        box-shadow: 0 0 4px rgba(0,0,0,0.08);
    }

.research-tabs-header {
    margin-bottom: 16px;
    border-bottom: 1px solid #CED7E0;
    box-sizing: border-box;
    height: 48px;
}

.research-tabs {
    width: 100%;
}

.research-tabs-header::after {
    content: "";
    display: table;
    clear: both;
}

.research-tabs .research-tab {
    padding: 16px;
    float: left;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    height: 48px;
    transition: all 0.32s ease-in-out;
    color: #405B7A;
}

    .research-tabs .research-tab:hover {
        border-color: #0a78f5;
        color: #202E3D;
        transition: all 0.16s ease-in-out;
    }

.new-tabs md-progress-linear {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    height: 1px;
    z-index: 8;
}

    .new-tabs md-progress-linear .md-container {
        height: 1px;
    }

.new-search md-progress-linear {
    top: auto;
}

    .new-search md-progress-linear .md-container {
    }

.new-tabs md-tab-item {
    background: transparent;
    padding: 16px;
    float: left;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    border: none;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    height: 48px;
    transition: all 0.32s ease-in-out;
    color: #405B7A;
}

    .new-tabs md-tab-item.md-active {
        border-top: none;
        border-left: none;
        border-right: none;
        background: transparent;
        color: #202E3D !important;
        border-color: #0a78f5;
        line-height: 16px;
        font-weight: 700;
    }

        .new-tabs md-tab-item.md-active::after,
        .new-tabs md-tab-item.md-active::before {
            display: none;
        }

    .new-tabs md-tab-item:hover {
        border-color: #0a78f5;
        color: #202E3D;
        transition: all 0.16s ease-in-out;
    }

.new-tabs md-pagination-wrapper {
    height: 48px;
    border-bottom: 1px solid #CED7E0;
}

.new-tabs md-tabs-wrapper {
    height: 48px;
}

.disable {
    display: none !important;
}

.wide {
    width: 100%;
}

.md-select-menu-container .md-checkbox-enabled[selected] .md-icon {
    background: #0a78f5 !important;
}

.md-select-menu-container md-select-menu-content md-option[selected] {
    color: #0a78f5 !important;
}

.md-select-menu-container md-option .md-icon::after {
    border-color: white !important;
}

.company-type {
    padding: 8px 0;
}

.company-type-name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #405B7A;
}

.company-type-names {
    font-size: 12px;
    font-weight: 400;
    color: #61768f;
}

.advanced-search-submit-container {
    display: none;
    margin-bottom: 8px;
}

    .advanced-search-submit-container.active {
        display: block;
    }

    .advanced-search-submit-container::after {
        content: "";
        display: table;
        clear: both;
    }

.advanced-search-submit {
    padding: 0 16px;
    float: right;
    background: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 48px;
    box-shadow: 0 0 2px rgba(64, 91, 122, 0.08);
    color: #405B7A;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    transition: all 0.32s ease-in;
    box-sizing: border-box;
    text-align: center;
    outline: none;
}

    .advanced-search-submit:hover {
        background: #f5faff;
        color: #0a78f5;
        transition: all 0.16s ease-in-out;
    }

@media (max-width: 768px) {
    .new-input.split-half,
    .split-half {
        width: 100%;
    }

    .category-filters {
        display: none;
    }

    .active-filters .category-filters {
        display: block;
    }

    .advanced-search-submit {
        width: 100%;
    }

    .pagination .pagination-container {
    }
}

.advanced-search-results {
    width: 100%;
    display: table;
    border-collapse: collapse;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    border-radius: 2px;
    margin: 8px 0;
}

@media (max-width: 1000px) {
    .advanced-search-results.artists {
        display: block;
        overflow-x: auto;
    }
}

    .advanced-search-results .results-header {
        display: table-header-group;
    }

        .advanced-search-results .results-header .results-header-row {
            display: table-row;
            border-bottom: 1px solid rgba(64, 91, 122, 0.08);
        }

        .advanced-search-results .results-header .results-header-cell {
            display: table-cell;
            padding: 12px 16px;
            background: white;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            color: #405B7A;
        }

            .advanced-search-results .results-header .results-header-cell:first-child {
                border-top-left-radius: 2px;
            }

            .advanced-search-results .results-header .results-header-cell:last-child {
                border-top-right-radius: 2px;
            }

    .advanced-search-results .results-content {
        display: table-row-group;
    }

        .advanced-search-results .results-content .result {
            display: table-row;
            background: white;
            border-bottom: 1px solid rgba(64, 91, 122, 0.08);
            transition: background 0.32s ease-in;
            cursor: pointer;
            height: 57px;
        }

            .advanced-search-results .results-content .result:hover {
                background: #F0F5FA;
                transition: background 0.16s ease-in-out;
            }

            .advanced-search-results .results-content .result:last-child {
                border: none;
            }

                .advanced-search-results .results-content .result:last-child .result-cell:first-child {
                    border-bottom-left-radius: 2px;
                }

                .advanced-search-results .results-content .result:last-child .result-cell:last-child {
                    border-bottom-right-radius: 2px;
                }

            .advanced-search-results .results-content .result .result-cell {
                display: table-cell;
                padding: 8px 16px;
                font-size: 14px;
                line-height: 16px;
                color: #405B7A;
            }

.new-search .loading-results {
    transition: opacity .16s ease-in-out;
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    visibility: hidden;
}

    .new-search .loading-results.active {
        opacity: 1;
        visibility: visible;
    }

.ps-btn svg {
    vertical-align: middle;
    fill: white;
}

.ps-btn .ps-btn-loading {
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.ps-btn .ps-btn-loading.active {
    display: inline-block;
}

.ps-btn .loading-results {
    transition: opacity .16s ease-in-out;
    animation-name: ploading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: -8px;
}

    .ps-btn .loading-results.active {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

.empty-results {
    width: 100%;
    line-height: 56px;
    box-sizing: border-box;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    text-align: center;
    letter-spacing: 8px;
    color: #7D98B8;
}

.pagination {
    width: 100%;
    min-height: 24px;
}

    .pagination.bottom {
        margin-top: 8px;
    }

    .pagination::after {
        content: "";
        display: table;
        clear: both;
    }

.pagination-container {
    float: right;
}

    .pagination-container::after {
        content: "";
        display: table;
        clear: both;
    }

.pagination .page-button {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    background: white;
    float: left;
    margin-left: 2px;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    color: #405B7A;
    cursor: pointer;
    outline: none;
    user-select: none;
}

    .pagination .page-button span {
        padding: 0 8px;
    }

    .pagination .page-button.shrink {
        min-width: 4px;
        margin-left: 1px;
    }

        .pagination .page-button.shrink:hover {
            background: #0a78f5;
        }

        .pagination .page-button.shrink + .page-button {
            margin-left: 1px;
        }

    .pagination .page-button.previous,
    .pagination .page-button.next {
        padding: 4px;
        box-sizing: border-box;
    }

        .pagination .page-button.previous svg,
        .pagination .page-button.next svg {
            fill: #405B7A;
            width: 16px;
            height: 16px;
        }

    .pagination .page-button:hover {
        background: #f5faff;
        color: #0a78f5;
    }

        .pagination .page-button:hover svg {
            fill: #0a78f5;
        }

    .pagination .page-button.active {
        background: #0a78f5;
        color: white;
    }

        .pagination .page-button.active svg {
            fill: white;
        }

.page-button.ng-animate {
    -webkit-transition: none;
    transition: none;
}

.advanced-search-results .results-content .result.ng-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.pagination .pagination-count {
    height: 24px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #405B7A;
    float: right;
    margin-right: 4px;
}

.light-blue-bg md-tabs-canvas {
    background: #e8f5fc;
}

.advanced-search-error {
    position: relative;
    background: #f5faff;
    min-height: 48px;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    margin-bottom: 8px;
    display: none;
}

    .advanced-search-error div {
        margin-right: 48px;
        padding: 16px;
        line-height: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #405B7A;
    }

    .advanced-search-error svg {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        padding: 12px;
        fill: #405B7A;
        cursor: pointer;
        outline: none;
    }

    .advanced-search-error.active {
        display: block;
    }


.anf-table {
    border-collapse: collapse;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.ps-table {
    border-collapse: collapse;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}

    .ps-table * {
        font-size: 14px !important;
        color: #405B7A;
    }

    .ps-table .ps-table-header-row {
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
    }

    .ps-table .ps-table-header-col {
        padding: 12px 16px !important;
        background: white;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        color: #405B7A;
        border: none;
    }

    .ps-table .ps-table-row {
        background: transparent;
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
        transition: background 0.32s ease-in;
        cursor: pointer;
    }

        .ps-table .ps-table-row.active {
            border-bottom: none !important;
        }

    .ps-table .ps-table-col {
        padding: 8px 16px !important;
        font-size: 14px;
        line-height: 16px;
        color: #405B7A;
        border: none;
    }

    .ps-table .ps-table-col-rank {
        padding: 0 !important;
    }

    .ps-table .ps-table-rank {
        position: relative;
        width: 100%;
        height: 48px;
        text-align: center;
        line-height: 48px;
        font-weight: 500;
        margin: auto;
    }

        .ps-table .ps-table-rank span {
            font-size: 18px !important;
        }

    .ps-table .rank-up,
    .ps-table .rank-down,
    .ps-table .rank-new {
        width: 24px;
        height: 24px;
    }

    .ps-table .rank-new {
        width: 12px;
        height: 12px;
        position: relative;
        transform: rotate(-90deg);
        color: #0a78f5;
        left: -12px;
    }

    .ps-table .ps-table-rank .rank-up {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px;
        fill: #29CC80;
    }

    .ps-table .ps-table-rank .rank-down {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px;
        fill: #CC293E;
    }

    .ps-table .ps-table-rank .rank-new {
        position: absolute;
        left: -10px;
        top: 63%;
        margin-top: -6px;
        fill: #0a78f5;
        text-transform: uppercase;
        font-size: 10px !important;
    }

    .ps-table .ps-table-tbody {
        display: table-row-group;
        background: white;
        transition: background 0.32s ease-in;
    }

        .ps-table .ps-table-tbody:hover {
            background: #f5faff;
            transition: background 0.16s ease-in;
        }

    .ps-table .ps-table-row.last-week * {
        color: #6F87A3;
    }

    .ps-table .ps-table-col .diff-container {
        position: relative;
    }

        .ps-table .ps-table-col .diff-container .diff {
            position: absolute;
            top: -24px;
            width: 100%;
         /* text-align: center; */
            font-size: 12px !important;
            left: 0;
        }

            .ps-table .ps-table-col .diff-container .diff span {
                font-size: 12px !important;
            }

            .ps-table .ps-table-col .diff-container .diff.different-diff {
                top: -8px;
                font-size: 12px !important;
                font-style: italic;
				margin-left:4px;
            }

    .ps-table .ps-table-col-center {
        text-align: center;
    }

.last-week-up,
.last-week-down {
    position: relative;
}

.last-week-up {
    color: #25B873 !important;
}

    .last-week-up svg {
        fill: #25B873;
    }

.last-week-down {
    color: #CC293E !important;
}

    .last-week-down svg {
        fill: #CC293E;
    }

    .last-week-up svg,
    .last-week-down svg {
        width: 14px;
        height: 14px;
        position: absolute;
        left: -14px;
        top: 0;
    }

.ps-header .ps-menu {
    position: relative;
    padding: 0;
}

    .ps-header .ps-menu .ps-menu-item {
        position: relative;
        height: 80px;
        color: #405B7A;
        user-select: none;
        cursor: pointer;
    }

        .ps-header .ps-menu .ps-menu-item::after {
            bottom: 0 !important;
            height: 2px !important;
            left: 0 !important;
            right: 0 !important;
        }

        .ps-header .ps-menu .ps-menu-item > a {
            font-family: 'Roboto', sans-serif;
            height: 80px;
            font-weight: 400;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 80px;
            color: #405B7A !important;
        }

        .ps-header .ps-menu .ps-menu-item .ps-menu-item-dropdown {
            position: absolute;
            min-width: 160px;
            background: white;
            top: 100%;
            left: 0;
            box-shadow: 0 0 4px rgba(64, 91, 122, 0.16), 0 4px 8px rgba(64, 91, 122, 0.08);
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.32s ease-in;
        }

    .ps-header .ps-menu .ps-dropdown-item {
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
    }

        .ps-header .ps-menu .ps-dropdown-item.drop-active a {
            color: #0a78f5;
        }

        .ps-header .ps-menu .ps-dropdown-item:last-child {
            border: none;
        }

        .ps-header .ps-menu .ps-dropdown-item a {
            display: block;
            padding: 12px 16px;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            line-height: 16px;
            font-family: 'Roboto', sans-serif;
            transition: background 0.32s ease-in, color 0.32s ease-in;
            color: #405B7A;
        }

            .ps-header .ps-menu .ps-dropdown-item a:hover {
                transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
                background: #f0f7fb;
                color: #0a78f5;
            }

        .ps-header .ps-menu .ps-dropdown-item:last-child a {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
        }

.ps-header .ps-menu-item.charts:hover .ps-menu-item-dropdown {
    opacity: 1;
    visibility: visible;
    transition: all 0.16s ease-in;
}

.ps-header-container {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: white;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    z-index: 99999;
    -webkit-transform: translateZ(0);
}

.ps-header-container2 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 165px;
    background: white;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    z-index: 99999;
    -webkit-transform: translateZ(0);
}

.ps-header {
    height: 72px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

    .ps-header .ps-brand {
        height: 72px;
        float: left;
        padding: 24px;
        box-sizing: border-box;
        transition: padding 0.16s ease-in;
    }

        .ps-header .ps-brand img {
            height: 24px;
        }

    .ps-header .ps-menu {
        float: left;
        height: 72px;
    }

        .ps-header .ps-menu::after {
            content: "";
            display: table;
            clear: both;
        }

        .ps-header .ps-menu .ps-menu-item {
            float: left;
            height: 72px;
        }

            .ps-header .ps-menu .ps-menu-item a {
                line-height: 72px;
                color: #405B7A;
                background: white;
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
                height: 72px;
                padding: 0 12px;
                text-transform: uppercase;
                font-size: 16px;
                transition: color 0.32s ease-in, background 0.32s ease-in, border 0.32s ease-in, font-size 0.16s ease-in, padding 0.16s ease-in;
                /*border-left: 1px solid white;
    border-right: 1px solid white;*/
                display: block;
            }

                .ps-header .ps-menu .ps-menu-item a:hover {
                    color: #0a78f5 !important;
                    transition: color 0.16s ease-in-out, background 0.16s ease-in-out, border 0.16s ease-in-out;
                    background: #EBF4FF;
                    /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
                }

    .ps-header .ps-login {
        float: right;
    }

        .ps-header .ps-login div {
            float: left;
            height: 72px;
        }

            .ps-header .ps-login div a {
                line-height: 72px;
                padding: 0 16px;
                text-transform: uppercase;
                font-size: 16px;
                font-family: 'Roboto', sans-serif;
                cursor: pointer;
                display: block;
                font-weight: 500;
                color: #405B7A;
            }

        .ps-header .ps-login .sign-in a {
            /*border-left: 1px solid white;*/
            background: white;
            transition: color 0.32s ease-in, background 0.32s ease-in, border 0.32s ease-in, font-size 0.16s ease-in, padding 0.16s ease-in;
        }

            .ps-header .ps-login .sign-in a:hover {
                background: #EBF4FF;
                /*border-left: 1px solid rgba(64, 91, 122, 0.08);*/
                color: #0a78f5;
                transition: color 0.16s ease-in-out, background 0.16s ease-in-out, border 0.16s ease-in-out;
            }

        .ps-header .ps-login .sign-in:hover + .sign-up a {
            background: white;
            border-right-color: white;
            color: #405B7A;
        }

        .ps-header .ps-login .sign-up a {
            /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
            background: #EBF4FF;
            color: #0a78f5;
            transition: color 0.32s ease-in, background 0.32s ease-in, border 0.32s ease-in, font-size 0.16s ease-in, padding 0.16s ease-in;
        }

            .ps-header .ps-login .sign-up a:hover {
                color: #F5C60A;
                /*color: #E0CB75;*/
                /*color: #7A6F40;*/
                transition: color 0.16s ease-in-out, background 0.16s ease-in-out, border 0.16s ease-in-out;
                background: #FFFBEB;
            }

    .ps-header .ps-search {
        position: absolute;
        right: 265px;
        top: 0;
        bottom: 0;
        left: 609px;
        padding: 12px;
        transition: left 0.16s ease-in, right 0.16s ease-in;
        /*border-left: 1px solid transparent;
    border-right: 1px solid transparent;*/
        z-index: 99;
    }

        .ps-header .ps-search svg {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 24px;
            left: 24px;
            fill: #405B7A;
            transition: fill 0.32s ease-in-out;
            z-index: 8;
        }

        .ps-header .ps-search input {
            width: 100%;
            height: 48px;
            box-sizing: border-box;
            border: none;
            background: #ebf0f5;
            border-radius: 2px;
            padding: 0 16px 0 48px;
            color: #405B7A;
            font-size: 16px;
            transition: background 0.32s ease-in, border 0.32s ease-in, width 0.16s ease-in;
            /*border: 1px solid transparent;*/
            position: relative;
            z-index: 4;
            margin: 0;
        }

            .ps-header .ps-search input:hover {
                background: #EBF4FF;
                transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
            }

            .ps-header .ps-search input:focus {
                background: #EBF4FF;
                /*border-color: rgba(64, 91, 122, 0.08);*/
            }

                .ps-header .ps-search input:hover + svg,
                .ps-header .ps-search input:focus + svg {
                    fill: #0a78f5;
                    transition: fill 0.16s ease-in-out;
                }

        .ps-header .ps-search .close {
            opacity: 0;
            visibility: hidden;
            right: 16px;
            left: auto;
        }

    .ps-header.on .ps-search {
        right: 248px;
    }

    .ps-header .ps-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #6F87A3;
    }

    .ps-header .ps-search input::-moz-placeholder { /* Firefox 19+ */
        color: #6F87A3;
    }

    .ps-header .ps-search input:-ms-input-placeholder { /* IE 10+ */
        color: #6F87A3;
    }

    .ps-header .ps-search input:-moz-placeholder { /* Firefox 18- */
        color: #6F87A3;
    }

    .ps-header .ps-dropdown-trigger:hover .ps-dropdown {
        opacity: 1;
        visibility: visible;
        transition: all 0.16s ease-in-out;
        transform: translate3d(0, 0, 0);
    }

    .ps-header .ps-dropdown-trigger:hover > a {
        color: #0a78f5 !important;
        transition: color 0.16s ease-in-out, background 0.16s ease-in-out, border 0.16s ease-in-out;
        background: #EBF4FF;
        /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
    }

    .ps-header .ps-dropdown-trigger a {
        position: relative;
        z-index: 1;
    }

    .ps-header .ps-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 0 4px rgba(64, 91, 122, 0.16), 0 2px 6px rgba(64, 91, 122, 0.08);
        opacity: 0;
        visibility: hidden;
        transition: all 0.32s ease-in-out;
        transform: translate3d(0, -8px, 0);
        transform-origin: top left;
    }

.ps-dropdown.browse {
    min-width: 160px;
}

.ps-header .ps-dropdown::before {
    content: "";
    display: block;
    width: 100%;
    top: -10px;
    background: white;
    height: 10px;
    position: absolute;
}

.ps-header .ps-dropdown .ps-dropdown-item {
    background: white;
}

    .ps-header .ps-dropdown .ps-dropdown-item:first-child {
        border-top: 1px solid rgba(64, 91, 122, 0.08);
    }

    .ps-header .ps-dropdown .ps-dropdown-item:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

        .ps-header .ps-dropdown .ps-dropdown-item:last-child a {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
        }

    .ps-header .ps-dropdown .ps-dropdown-item a {
        border: none;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

        .ps-header .ps-dropdown .ps-dropdown-item a:hover {
            border: none;
        }

    .ps-header .ps-dropdown .ps-dropdown-item.drop-active a {
        color: #0a78f5;
    }

.ps-header .ps-cart {
    float: right;
    height: 72px;
    position: relative;
}

    .ps-header .ps-cart:hover {
        z-index: 3;
    }

        .ps-header .ps-cart:hover .ps-cart-container {
            color: #0a78f5 !important;
            transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
            background: #EBF4FF;
            /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
        }

            .ps-header .ps-cart:hover .ps-cart-container svg {
                fill: #0a78f5;
                transition: fill 0.16s ease-in-out;
            }

        .ps-header .ps-cart:hover .ps-cart-dropdown {
            opacity: 1;
            visibility: visible;
            transition: all 0.16s ease-in-out;
            transform: translate3d(0, 0, 0);
        }

    .ps-header .ps-cart .ps-cart-container {
        height: 72px;
        padding: 24px 16px;
        box-sizing: border-box;
        cursor: pointer;
        background: white;
        /*border-left: 1px solid transparent;
    border-right: 1px solid  transparent;*/
        transition: background 0.32s ease-in, border 0.16s ease-in;
    }

        .ps-header .ps-cart .ps-cart-container svg {
            width: 24px;
            height: 24px;
            fill: #405B7A;
            transition: fill 0.32s ease-in;
        }

    .ps-header .ps-cart .ps-cart-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        box-shadow: 0 0 4px rgba(64, 91, 122, 0.24), 0 2px 6px rgba(64, 91, 122, 0.16);
        z-index: -1;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top: 1px solid rgba(64, 91, 122, 0.08);
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,-8px,0);
        transition: all 0.32s ease-in-out;
    }

.ps-cart-dropdown::before {
    content: "";
    display: block;
    width: 100%;
    top: -4px;
    background: white;
    height: 4px;
    position: absolute;
}

.ps-cart-dropdown .ps-cart-empty {
    white-space: nowrap;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #405B7A;
    user-select: none;
}

.ps-user {
    float: right;
    height: 72px;
    position: relative;
}

    .ps-user:hover {
        z-index: 3;
    }

        .ps-user:hover .ps-user-trigger {
            background: #EBF4FF;
            /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
            transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
        }

            .ps-user:hover .ps-user-trigger svg {
                fill: #0a78f5;
                transition: fill 0.16s ease-in-out;
            }

.ps-user-trigger {
    padding: 24px 16px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    height: 24px;
    width: 160px;
    /*border-left: 1px solid white;
    border-right: 1px solid white;*/
    transition: background 0.32s ease-in, border 0.32s ease-in;
}

.ps-user-trigger-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 40px;
    box-sizing: border-box;
    padding: 24px 8px;
}

.ps-user-trigger-image img {
    border-radius: 12px;
}

.ps-user-trigger-email {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    line-height: 72px;
    font-weight: 500;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-user-trigger-email-contain {

}

.ps-user-trigger-chev {
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 0;
    box-sizing: border-box;
    margin-right: 8px;
}

.ps-user-trigger-mobile {
    display: none;
}

    .ps-user-trigger svg {
        fill: #405B7A;
        width: 24px;
        height: 24px;
        transition: fill 0.32s ease-in;
    }

    .ps-user-trigger:hover + .ps-user-dropdown,
    .ps-user-dropdown:hover {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0,0,0);
        transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out, visibility 0.16s ease-in-out;
    }

.ps-user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.16), 0 2px 6px rgba(64, 91, 122, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.32s ease-in, opacity 0.32s ease-in, visibility 0.32s ease-in;
    transform: translate3d(0,-8px,0);
}

    .ps-user-dropdown::before {
        content: "";
        display: block;
        width: 100%;
        top: -2px;
        background: white;
        height: 2px;
        position: absolute;
    }

    .ps-user-dropdown .ps-dropdown-item {
        background: white;
        border-bottom: 1px solid rgba(64, 91, 122, 0.08);
    }

        .ps-user-dropdown .ps-dropdown-item a {
            background: transparent;
            padding: 0 12px;
            line-height: 40px;
            height: 40px;
            white-space: nowrap;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #405B7A;
            display: block;
            transition: color 0.32s ease-in, background 0.32s ease-in;
        }

            .ps-user-dropdown .ps-dropdown-item a:hover {
                color: #0a78f5;
                background: #EBF4FF;
                transition: color 0.16s ease-in-out, background 0.16s ease-in-out;
            }

.ps-dropdown-item.drop-active a {
    color: #0a78f5;
}

.ps-user-account-info {
    background: white;
    padding: 16px;
    border-bottom: 1px solid rgba(64, 91, 122, 0.08);
    font-size: 14px;
    color: #405B7A;
    min-width: 240px;
    border-top: 1px solid rgba(64, 91, 122, 0.08);
}

    .ps-user-account-info.center {
        text-align: center;
    }

    .ps-user-account-info .account-name {
        font-weight: 700;
        font-size: 16px;
        padding: 4px 0;
    }

    .ps-user-account-info .account-email {
        font-size: 14px;
        padding: 4px;
    }

    .ps-user-account-info .account-image {
        padding: 8px;
    }

    .ps-user-account-info .account-image img { 
        border-radius: 40px;
    }

    .ps-user-account-info .account-type {
        font-size: 14px; 
        padding: 4px;
        padding-bottom: 12px;
    }

.ps-header .ps-mobile-menu-trigger {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 24px 16px;
    /*border-left: 1px solid transparent;
    border-right: 1px solid transparent;*/
    background: transparent;
    transition: background 0.32s ease-in, border 0.32s ease-in;
    box-sizing: border-box;
    height: 72px;
    cursor: pointer;
}

    .ps-header .ps-mobile-menu-trigger:hover {
        /*border-left: 1px solid rgba(64, 91, 122, 0.08);
    border-right: 1px solid rgba(64, 91, 122, 0.08);*/
        background: #EBF4FF;
        transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
    }

        .ps-header .ps-mobile-menu-trigger:hover svg {
            fill: #0a78f5;
            transition: fill 0.16s ease-in-out;
        }

    .ps-header .ps-mobile-menu-trigger svg {
        fill: #405B7A;
        transition: fill 0.32s ease-in;
    }

.ps-header > .ps-user-trigger {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    /*border-left: 1px solid white;
    border-right: 1px solid white;*/
}

.ps-mobile-user-menu-scroll {
    position: absolute;
    top: 73px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
}

.ps-mobile-user-menu-scroll::-webkit-scrollbar {
    display: none;
}

.ps-header > .ps-user-trigger .ps-user-trigger-image {
    padding: 24px 16px;
}

    .ps-header > .ps-user-trigger .ps-user-trigger-hide {
        display: none;
    }

    .ps-header > .ps-user-trigger:hover {
        background: #EBF4FF;
        border-color: rgba(64, 91, 122, 0.08);
        transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
    }

        .ps-header > .ps-user-trigger:hover svg {
            fill: #0a78f5;
            transition: fill 0.16s ease-in-out;
        }

.ps-mobile-user-menu .ps-user-account-info {
    background: transparent;
    border-bottom: 1px solid #112233;
    border-top: none;
    color: #C2DEFF;
}

.ps-mobile-user-menu .ps-user-account-info .account-name {
    color: white;
    font-weight: 500;
}



@media (max-width: 1320px) {
    .ps-header .ps-menu .ps-menu-item a {
        font-size: 14px !important;
        padding: 0 8px !important;
    }

    .ps-header .ps-search {
        left: 508px;
        right: 200px;
    }

    .ps-header.on .ps-search {
        right: 248px;
    }

    .ps-header .ps-login div a {
        font-size: 14px !important;
        padding: 0 8px !important;
    }

    .ps-header .ps-brand {
        padding: 24px 12px 24px 16px;
    }

    .ps-header .ps-cart .ps-cart-container {
        padding: 24px 8px;
    }

    .ps-header .ps-user .ps-user-trigger {
        padding: 24px 8px;
    }

    .ps-header.on .ps-user .ps-user-trigger,
    .ps-header.on .ps-cart .ps-cart-container {
        padding: 24px 16px;
    }
}

@media (max-width: 1160px) {
    .ps-header .ps-search {
        left: auto;
        right: 211px;
        width: 58px;
        padding: 24px 16px;
        box-sizing: border-box;
        padding: 0;
        height: 72px;
        /*border-left: 1px solid transparent;
        border-right: 1px solid transparent;*/
        transition: background 0.32s ease-in, border 0.32s ease-in;
        cursor: pointer;
    }

        .ps-header .ps-search:hover {
            background: #EBF4FF;
            /*border-left: 1px solid rgba(64, 91, 122, 0.08);
        border-right: 1px solid rgba(64, 91, 122, 0.08);*/
            transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
        }

            .ps-header .ps-search:hover svg {
                fill: #0a78f5;
            }

        .ps-header .ps-search input {
            opacity: 0;
            visibility: hidden;
            padding: 0 48px;
        }

        .ps-header .ps-search svg {
            left: 16px;
        }

    .ps-header .ps-cart .ps-cart-container {
        padding: 24px 16px;
    }

    .ps-header .ps-user .ps-user-trigger {
        padding: 24px 16px;
    }

    .ps-header .ps-search.active {
        background: transparent !important;
        width: auto;
        left: 136px;
        border-color: transparent !important;
        right: 228px;
        transition: none;
    }

    .ps-header.on .ps-search {
        right: 248px;
    }

        .ps-header.on .ps-search.active {
            right: 0px;
            left: 0px;
        }

    .ps-header .ps-search.active input {
        opacity: 1;
        visibility: visible;
        margin-top: 12px;
    }

    .ps-header .ps-search.active .close {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {

    .ps-header .ps-menu {
        opacity: 0;
        visibility: hidden;
        display:none;
    }

    .ps-header .ps-brand {
        padding: 24px;
        position: absolute;
        left: 50%;
        margin-left: -79px;
    }

    .ps-header .ps-login {
        opacity: 0;
        visibility: hidden;
    }

    .ps-header .ps-cart {
        position: absolute;
        right: 0;
        display: none;
    }

    .ps-header .ps-search,
    .ps-header.on .ps-search {
        right: 56px;
    }

        .ps-header .ps-search.active,
        .ps-header.on .ps-search.active {
            right: 0px;
            left: 0px;
        }

    .ps-header .ps-user {
        visibility: hidden;
        opacity: 0;
    }

    .ps-header .ps-mobile-menu-trigger {
        opacity: 1;
        visibility: visible;
    }

    .ps-mobile-menu,
    .ps-mobile-menu-shade {
        display: block !important;
    }

    .ps-header > .ps-user-trigger {
        display: block;
        width: 24px
    }

    .ps-mobile-user-menu {
        display: block !important;
    }

    /*.ps-header .ps-search {
        left: auto;
        right: 116px;
        width: 58px;
        padding: 24px 16px;
        box-sizing: border-box;
        padding: 0;
        height: 72px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        transition: background 0.32s ease-in, border 0.32s ease-in;
        cursor: pointer;
    }

    .ps-header .ps-search:hover {
        background: #EBF4FF;
        border-left: 1px solid rgba(64, 91, 122, 0.08);
        border-right: 1px solid rgba(64, 91, 122, 0.08);
        transition: background 0.16s ease-in-out, border 0.16s ease-in-out;
    }

    .ps-header .ps-search input {
        opacity: 0;
        visibility: hidden;
    }

    .ps-header .ps-search svg {
        left: 16px;
    }

    .ps-header .ps-cart .ps-cart-container {
        padding: 24px 16px;
    }

    .ps-header .ps-user .ps-user-trigger {
        padding: 24px 16px;
    }*/

}

.ps-mobile-user-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    z-index: 100000;
    background: #182A3D;
    box-shadow: -6px 0 18px rgba(14, 27, 41, 0.80);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(320px, 0, 0);
    transition: transform 0.32s ease-in, opacity 0.32s ease-in, visibility 0.32s ease-in;
    display: none;
}

    .ps-mobile-user-menu.active {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out, visibility 0.16s ease-in-out;
    }

.ps-mobile-user-header {
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #112233;
    user-select: none;
}

.ps-mobile-user-menu .ps-user-menu {
    width: 100%;
    position: relative;
}

    .ps-mobile-user-menu .ps-user-menu::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-mobile-user-menu .ps-user-menu .ps-menu-item {
        float: left;
        width: 100%;
    }

        .ps-mobile-user-menu .ps-user-menu .ps-menu-item a {
            height: 56px;
            display: block;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.8px;
            color: #C2DEFF;
            padding: 0 0 0 24px;
            text-transform: uppercase;
            transition: background 0.32s ease-in, color 0.32s ease-in;
            line-height: 56px;
            background: transparent;
            user-select: none;
            cursor: pointer;
            border-bottom: 1px solid #112233;
            outline: none;
        }

            .ps-mobile-user-menu .ps-user-menu .ps-menu-item a:hover {
                background: #1F3347;
                color: white;
                transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
            }

.ps-logout {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .ps-logout .ps-menu-item a {
        height: 56px;
        display: block;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.8px;
        color: #C2DEFF;
        padding: 0 0 0 24px;
        text-transform: uppercase;
        transition: background 0.32s ease-in, color 0.32s ease-in;
        line-height: 56px;
        background: transparent;
        user-select: none;
        cursor: pointer;
        border-top: 1px solid #112233;
    }

        .ps-logout .ps-menu-item a:hover {
            background: #1F3347;
            color: white;
            transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
        }

.ps-mobile-user-header svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    padding: 24px;
    fill: white;
    cursor: pointer;
    transform: rotate(180deg)
}

.ps-user-options {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #112233;
}

    .ps-user-options::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-user-options .ps-menu-item {
        width: 50%;
        box-sizing: border-box;
        float: left;
        background: transparent;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        transition: background 0.32s ease-in;
    }

        .ps-user-options .ps-menu-item a {
            line-height: 72px;
            text-align: center;
            text-transform: uppercase;
            color: #C2DEFF;
            font-size: 16px;
            letter-spacing: 0.8px;
            display: block;
            font-weight: 500;
        }

        .ps-user-options .ps-menu-item:last-child a {
            color: #F5C60A;
            border-left: 1px solid #112233;
        }

        .ps-user-options .ps-menu-item:hover {
            background: #1F3347;
            transition: background 0.16s ease-in-out;
        }

.ps-mobile-user-menu .ps-cart {
    width: 100%;
    position: relative;
    height: 64px;
}

    .ps-mobile-user-menu .ps-cart a {
        width: 100%;
        height: 64px;
        color: #C2DEFF;
        cursor: pointer;
        user-select: none;
        display: block;
        background: transparent;
        transition: background 0.32s ease-in, color 0.32s ease-in;
    }

        .ps-mobile-user-menu .ps-cart a:hover {
            background: #1F3347;
            transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
            color: white;
        }

            .ps-mobile-user-menu .ps-cart a:hover svg {
                fill: white;
                transition: fill 0.16s ease-in-out;
            }

    .ps-mobile-user-menu .ps-cart svg {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 24px;
        height: 24px;
        text-transform: uppercase;
        fill: #C2DEFF;
        transition: fill 0.32s ease-in;
    }

    .ps-mobile-user-menu .ps-cart a span {
        line-height: 64px;
        left: 64px;
        position: absolute;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 500;
    }

.ps-mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    z-index: 100000;
    background: #182A3D;
    box-shadow: 6px 0 18px rgba(14, 27, 41, 0.80);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-320px, 0, 0);
    transition: transform 0.32s ease-in, opacity 0.32s ease-in, visibility 0.32s ease-in;
    display: none;
}

    .ps-mobile-menu.active {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out, visibility 0.16s ease-in-out;
    }

    .ps-mobile-menu .ps-mobile-brand {
        padding: 19px 88px;
        box-sizing: border-box;
        display: block;
    }

        .ps-mobile-menu .ps-mobile-brand svg {
            fill: #EBF4FF;
        }

.ps-mobile-menu-shade,
.ps-login-menu-shade {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(36, 57, 82, 0.72);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.32s ease-in, visibility 0.32s ease-in;
    display: none;
}

.ps-login-menu-shade {
    display: block;
}

    .ps-mobile-menu-shade.active,
    .ps-login-menu-shade.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.16s ease-in-out, visibility 0.16s ease-in-out;
    }

.ps-mobile-menu .ps-mobile-close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 16px;
    cursor: pointer;
}

    .ps-mobile-menu .ps-mobile-close svg {
        fill: #EBF4FF;
    }

.ps-mobile-menu .ps-menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    overflow-y: scroll;
    bottom: 0;
}

    .ps-mobile-menu .ps-menu::-webkit-scrollbar {
        display: none;
    }

    .ps-mobile-menu .ps-menu .ps-menu-item {
        box-sizing: border-box;
        cursor: pointer;
        user-select: none;
        border-top: 1px solid #112233;
        position: relative;
        transition: background 0.32s ease-in;
    }

        .ps-mobile-menu .ps-menu .ps-menu-item a {
            line-height: 24px;
            padding: 16px 24px;
            font-size: 16px;
            font-weight: 500;
            color: #C2DEFF;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            display: block;
            transition: color 0.32s ease-in;
            user-select: none;
            cursor: pointer;
        }

        .ps-mobile-menu .ps-menu .ps-menu-item:hover {
            background: #1F3347;
            transition: background 0.16s ease-in-out;
        }

            .ps-mobile-menu .ps-menu .ps-menu-item:hover a {
                color: white;
                transition: color 0.16s ease-in-out;
            }

        .ps-mobile-menu .ps-menu .ps-menu-item svg {
            position: absolute;
            top: 16px;
            right: 24px;
            width: 24px;
            height: 24px;
            fill: #EBF4FF;
        }

.ps-mobile-menu .ps-sub-menu {
    width: 100%;
    display: none;
}

    .ps-mobile-menu .ps-sub-menu .ps-sub-menu-item {
        border-top: 1px solid #182A3D;
        background: #1F3347;
        cursor: pointer;
        transition: background 0.32s ease-in;
    }

        .ps-mobile-menu .ps-sub-menu .ps-sub-menu-item a {
            color: #ADD3FF;
            text-transform: uppercase;
            line-height: 18px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.4px;
            user-select: none;
            padding: 8px 24px;
            display: block;
            transition: color 0.32s ease-in;
        }

        .ps-mobile-menu .ps-sub-menu .ps-sub-menu-item:hover {
            background: #23384C;
            transition: background 0.16s ease-in-out;
        }

            .ps-mobile-menu .ps-sub-menu .ps-sub-menu-item:hover a {
                color: white;
                transition: color 0.16s ease-in-out;
            }

.ps-mobile-menu .ps-chart.active + .ps-sub-menu {
    display: block;
}

.ps-mobile-menu .ps-chart.active .opened,
.ps-mobile-menu .ps-chart .closed {
    display: block;
}

.ps-mobile-menu .ps-chart.active .closed,
.ps-mobile-menu .ps-chart .opened {
    display: none;
}

.ps-mobile-menu .ps-browse.active + .ps-sub-menu {
    display: block;
}

.ps-mobile-menu .ps-browse.active .opened,
.ps-mobile-menu .ps-browse .closed {
    display: block;
}

.ps-mobile-menu .ps-browse.active .closed,
.ps-mobile-menu .ps-browse .opened {
    display: none;
}

.ps-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    padding: 72px 0 0 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 0;
    visibility: hidden;
}

    .ps-search-results.active {
        opacity: 1;
        visibility: visible;
    }

    .ps-search-results .result {
        /*padding: 8px;*/
        user-select: none;
    }

        .ps-search-results .result .result-header {
            position: relative;
            height: 40px;
            padding: 12px 16px 12px 40px;
            box-sizing: border-box;
            border-top: 1px solid rgba(64, 91, 122, 0.08);
        }

        .ps-search-results .result:first-child .result-header {
            border-top: none;
        }

        .ps-search-results .result .result-header svg {
            top: 10px;
            left: 10px;
            width: 20px;
            height: 20px;
        }

        .ps-search-results .result .result-header .group {
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: 500;
            color: #0a78f5;
            vertical-align: middle;
        }

        .ps-search-results .result .result-body {
            padding: 8px 24px;
            font-size: 14px;
            color: #405B7A;
            border-top: 1px solid rgba(64, 91, 122, 0.08);
            cursor: pointer;
            transition: background 0.08s ease-in-out, color 0.08s ease-in-out;
            display: block;
        }

            .ps-search-results .result .result-body:hover,
            .ps-search-results .result .result-body.active {
                background: #0a78f5;
                color: white;
            }

                .ps-search-results .result .result-body:hover .result-location,
                .ps-search-results .result .result-body.active .result-location {
                    color: white;
                }

        .ps-search-results .result .result-header .totalFound {
            position: absolute;
            right: 8px;
            top: 8px;
            height: 24px;
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            color: #405B7A;
            text-transform: uppercase;
            border-radius: 2px;
            box-sizing: border-box;
            padding: 0 4px;
            cursor: pointer;
        }

            .ps-search-results .result .result-header .totalFound:hover {
                background: #405B7A;
                color: white;
            }

    .ps-search-results .viewAll {
        line-height: 40px;
        font-family: Rubik;
        padding-left: 24px;
        font-size: 16px;
        font-weight: 400;
        color: #5579A3;
        border-top: 1px solid rgba(64, 91, 122, 0.08);
        cursor: pointer;
        display: block;
    }

    .ps-search-results .viewAll span {
        color: #0077ff;
        font-weight: 500;
    }

        .ps-search-results .viewAll:hover {
            color: #0a78f5;
        }

        .ps-search-results .viewAll.active {
            background: #0a78f5;
            color: white;
        }

        .ps-search-results .viewAll.active span {
            color: white;
        }

    .ps-search-results .subscribe-search {
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #405B7A;
        border-top: 1px solid rgba(64, 91, 122, 0.08);
        cursor: pointer;
        display: block;
        text-transform: uppercase;
    }

        .ps-search-results .subscribe-search:hover {
            color: #0a78f5;
        }

        .ps-search-results .subscribe-search.active {
            background: #0a78f5;
            color: white;
        }

.ps-search-shade {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(64, 91, 122, 0.64);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.16s ease-in-out;
}

    .ps-search-shade.active {
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 480px) {
    .ps-search-results {

        top: 72px;
        padding: 0;
    }
}

.layout__line.layout__line_header.landing-header {
    margin-top: 72px;
    height: 280px !important;
}

.landing-header .header__top,
.landing-header .header__search {
    display: none;
}

.landing-header .header__logo {
    height: 120px;
    padding: 32px 0;
    box-sizing: border-box;
    position: relative !important;
}

.landing-header .header__information {
    margin-top: 44px;
}

.result-location {
    font-size: 12px;
    color: #8CA0B8;
    transition: color 0.08s ease-in-out;
}

.ps-home-news {
    max-width: 1600px;
    max-width: 1440px;
    max-width: 1200px;
    color: white;
    margin: 72px auto 0 auto;
    transition: margin 0.16s ease-in;
}

    .ps-home-news::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-home-news .ps-news-item {
        position: relative;
        width: 25%;
        height: 169px;
        float: left;
        overflow: hidden;
        border: 1px solid transparent;
        cursor: pointer;
        box-sizing: border-box;
        display: block;
    }

        .ps-home-news .ps-news-item .ps-news-image {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-position: center;
            transform: scale(1.072);
            background-image: url('https://pollstar.com/Image/Photos/2017/11/8134fa58-2616-4566-81f0-f4b3486802c7-GettyImages-873433090.jpg');
            transition: transform 0.24s ease;
        }

            .ps-home-news .ps-news-item .ps-news-image .ps-news-image-shade {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: radial-gradient(circle, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.64) 100%);
                transition: all 0.24s ease;
                opacity: 0.64;
            }

        /*.ps-home-news .ps-news-item:first-of-type {
            width: 100%;
            height: calc(64vh + 8vw);
            max-height: 88vh;
        }

            .ps-home-news .ps-news-item:first-of-type .ps-news-image {
                background-image: url('https://static.pexels.com/photos/154147/pexels-photo-154147.jpeg')
            }*/

        .ps-home-news .ps-news-item:first-of-type,
        .ps-home-news .ps-news-item:nth-of-type(2) {
            width: 50%;
            height: calc(32vh + 4.8vw);
            height: 338px;
            max-height: 48vh;
        }

            .ps-home-news .ps-news-item:first-of-type .ps-news-image,
            .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-image {
                background-image: url('http://a.abcnews.com/images/Entertainment/HT-dierks-bentley-jef-170508_4x3_992.jpg');
            }

        .ps-home-news .ps-news-item .ps-news-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 100%;
            font-weight: 500;
            color: white;
            text-shadow: 0px 2px 4px rgba(0,0,0,0.48), 0px 0px 8px rgba(0,0,0,0.24);
            padding: 12px;
            box-sizing: border-box;
            font-family: "Roboto";
            line-height: 116%;
            background: linear-gradient(0deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 100%);
        }

        .ps-home-news .ps-news-item:first-of-type .ps-news-title,
        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-title {
            font-size: 24px;
            padding: 16px;
            font-weight: 700;
        }

        .ps-home-news .ps-news-item:hover .ps-news-image {
            transform: scale(1.00);
        }

            .ps-home-news .ps-news-item:hover .ps-news-image .ps-news-image-shade {
                opacity: 1;
            }
        /*.ps-home-news .ps-news-item:first-of-type:hover .ps-news-image {
            transform: none;
        }*/
        /*.ps-home-news .ps-news-item:first-of-type .ps-news-title {
            padding: 0 0 48px 48px;
            width: 64%;
        }*/
        .ps-news-title .ps-news-teaser {
            font-size: 16px;
            font-weight: 500;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255,255,255,0.96);
            text-shadow: none;
            color: #405B7A;
            height: 56px;
            overflow: hidden;
        }

    .ps-news-title .ps-news-teaser .ps-news-teaser-text {
        text-overflow: ellipsis;
        font-size: 14px;
        white-space: nowrap;
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
        overflow: hidden;
    }

/* Top/Bottom are old, but keep them around just in case the site needs them */
.ps-news-item .ps-news-image.align-Top {
    background-position: center top;
}

.ps-home-news .ps-news-item .ps-news-image.align-TopLeft {
    background-position: top left;
}

.ps-home-news .ps-news-item .ps-news-image.align-TopMiddle {
    background-position: top center;
}

.ps-news-item .ps-news-image.align-TopLeft {
    background-position: top left;
}

.ps-news-item .ps-news-image.align-TopMiddle {
    background-position: top center;
}

.ps-news-item .ps-news-image.align-TopRight {
    background-position: top right;
}

.ps-news-item .ps-news-image.align-BottomLeft {
    background-position: bottom left;
}

.ps-news-item .ps-news-image.align-BottomMiddle {
    background-position: bottom center;
}

.ps-news-item .ps-news-image.align-BottomRight {
    background-position: bottom right;
}

.ps-news-item .ps-news-image.align-CenterLeft {
    background-position: center left;
}

.ps-news-item .ps-news-image.align-Center {
    background-position: center;
}

.ps-news-item .ps-news-image.align-CenterRight {
    background-position: center right;
}

.ps-home-news .ps-news-item .ps-news-image.align-TopRight {
    background-position: top right;
}

.ps-home-news .ps-news-item .ps-news-image.align-BottomLeft {
    background-position: bottom left;
}

.ps-home-news .ps-news-item .ps-news-image.align-BottomMiddle {
    background-position: bottom center;
}

.ps-home-news .ps-news-item .ps-news-image.align-BottomRight {
    background-position: bottom center;
}

.ps-home-news .ps-news-item .ps-news-image.align-CenterLeft {
    background-position: center left;
}

.ps-home-news .ps-news-item .ps-news-image.align-Center {
    background-position: center;
}

.ps-home-news .ps-news-item .ps-news-image.align-CenterRight {
    background-position: center right;
}

.ps-news-date {
    padding-top: 4px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
}

.ps-news-time {
    position: absolute;
    top: 50px;
    right: 0;
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.32s ease;
}

.ps-news-date .ps-news-date-day {
    font-size: 20px;
    font-weight: 900;
}

.ps-news-date .ps-news-date-month {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.ps-home-news .ps-news-item:hover .ps-news-date {
    opacity: 1;
    visibility: visible;
}

.ps-home-news .ps-news-item:hover .ps-news-time {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1220px) {
    .ps-home-news {
        max-width: 992px;
    }

        .ps-home-news .ps-news-item {
            height: 140px;
        }

        .ps-home-news .ps-news-item:first-of-type,
        .ps-home-news .ps-news-item:nth-of-type(2) {
            height: 279px;
        }

        .ps-home-news .ps-news-item .ps-news-title {
            font-size: 14px;
        }
}

@media (max-width: 1012px) {
    .ps-home-news {
        max-width: 768px;
    }

        .ps-home-news .ps-news-item {
            width: 50%;
            height: 215px;
        } 
        
        .ps-home-news .ps-news-item:first-of-type,
        .ps-home-news .ps-news-item:nth-of-type(2) {
            height: 215px;
        }
        .ps-home-news .ps-news-item .ps-news-title,
        .ps-home-news .ps-news-item:first-of-type .ps-news-title,
        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-title{
            font-size: 18px;
            font-weight: 500;
            padding: 12px;
        }

    .ps-news-date {
        font-size: 14px;
    }

}

@media (max-width: 788px) {
    .ps-home-news {
        max-width: 576px;
    }

        .ps-home-news .ps-news-item,
        .ps-home-news .ps-news-item:first-of-type,
        .ps-home-news .ps-news-item:nth-of-type(2) {
            width: 50%;
            height: 162px;
        }

        .ps-home-news .ps-news-item .ps-news-title,
        .ps-home-news .ps-news-item:first-of-type .ps-news-title,
        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-title{
            font-size: 16px;
            font-weight: 500;
            padding: 12px;
        }


    .ps-news-date {
        font-size: 12px;
    }
            
}

@media (max-width:600px) {
    .ps-home-news {
        max-width: 100%;
    }

    .ps-home-news .ps-news-item,
    .ps-home-news .ps-news-item:first-of-type,
    .ps-home-news .ps-news-item:nth-of-type(2) {
        width: 100%;
        height: auto;
        background: white;
        margin-bottom: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ps-home-news .ps-news-item .ps-news-title,
        .ps-home-news .ps-news-item:first-of-type .ps-news-title,
        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-title {
            position: relative;
            width: 66%;
            float: left;
            box-sizing: border-box;
            background: none;
            text-shadow: none;
            color: #405B7A;
            padding: 8px;
        }
        .ps-home-news .ps-news-item .ps-news-image,
        .ps-home-news .ps-news-item:first-of-type .ps-news-image,
        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-image {
            position: relative;
            width: 33%;
            height: calc(calc(calc(33vw - 20px) / 16) * 9);
            float: left;
            transform: scale(1);
        }

    .ps-news-date {
        color: #405B7A;
    }
}


/*@media (max-width: 991px) {
    .ps-home-news .ps-news-item {
        width: 50%;
    }

        .ps-home-news .ps-news-item:first-of-type {
            width: 100%;
        }
}*/
/*@media (max-width: 720px) {
    .ps-home-news .ps-news-item:nth-of-type(2),
    .ps-home-news .ps-news-item:nth-of-type(3) {
        width: 100%;
    }

    .ps-home-news .ps-news-item:first-of-type .ps-news-title {
        left: 0;
        width: 100%;
        padding: 0 32px 32px 32px;
        font-size: 160%;
    }
}*/
/*@media (max-width: 560px) {

    .ps-home .ps-home-morenews {
        display: none;
    }

    .ps-home-trendingtours .trendingtour:nth-child(n+11) {
        display: none;
    }

    .ps-home-newestlistings .newestlisting:nth-child(n+11) {
        display: none;
    }

    .ps-home-news .ps-news-item {
        width: 100%;
    }

        .ps-home-news .ps-news-item:first-of-type {
            height: 64vh;
        }

            .ps-home-news .ps-news-item:first-of-type .ps-news-title {
                width: 100%;
                font-size: 144%;
            }

        .ps-home-news .ps-news-item:nth-of-type(2) .ps-news-title,
        .ps-home-news .ps-news-item:nth-of-type(3) .ps-news-title {
            font-size: 120%;
        }
}*/

.ps-home {
    max-width: 1600px;
    max-width: 1440px;
    max-width: 1200px;
    margin: 16px auto 0 auto;
    position: relative;
}

    .ps-home::after {
        content: "";
        display: table;
        clear: both;
    }

.ps-home-morenews {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
}

    .ps-home-morenews .morenews-item {
        width: 100%;
        min-height: 72px;
        cursor: pointer;
        transition: background 0.32s ease-in;
        border-top: 1px solid #F0F2F4;
        background: white;
        display: block;
    }

.morenews-item:first-of-type {
    border: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.more-news-item:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ps-home-morenews .morenews-item::after {
    content: "";
    display: table;
    clear: both;
}

.ps-home-morenews .morenews-item:hover {
    background: #EBF4FF;
    transition: background 0.16s ease-in-out;
}

    .ps-home-morenews .morenews-item:hover .morenews-item-title {
        color: #0a78f5;
        transition: color 0.16s ease-in-out;
    }

.ps-home-morenews .morenews-item .morenews-item-image {
    width: 64px;
    height: 64px;
    float: left;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    margin: 8px;
}

.ps-home-morenews .morenews-item .morenews-item-title {
    float: left;
    width: calc(100% - 80px);
    color: #405B7A;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 12px 12px 4px;
    font-weight: 500;
    transition: color 0.32s ease-in;
    line-height: 116%;
}

.ps-home-center {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
}

.ps-home-charts {
    width: 300px;
    float: left;
}

.morenews-items {
}

.ps-home-title {
    font-size: 16px;
    color: #405B7A;
    color: #0a78f5;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 4px;
    letter-spacing: 0.24px;
    position: relative;
}
.ps-title {
    font-size: 16px;
    color: #405B7A;
    color: #0a78f5;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 4px;
    letter-spacing: 0.24px;
    position: relative;
}


.morenews-item-title .published {
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #61768F;
}

.ps-home-weekly {
}

    .ps-home-weekly .editions::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-home-weekly .editions {
        box-sizing: border-box;
        padding: 4px;
        background: white;
        border-radius: 2px;
    }

    .ps-home-weekly .edition {
        width: 33.33%;
        float: left;
        border: 1px solid white;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        display: block;
    }

        .ps-home-weekly .edition .edition-image {
            width: 100%;
            display: block;
            border-radius: 2px;
        }

.hide-validation-error .md-errors-spacer {
    display: none;
}

.ps-home-festivals .festivals::after {
    content: "";
    display: table;
    clear: both;
}

.ps-home-festivals .festivals {
    background: white;
    box-sizing: border-box;
    padding: 4px;
}

.ps-home-festivals .festival {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
    height: 12vw;
    border: 1px solid white;
    cursor: pointer;
}

.ps-home-festivals .festival-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.festival-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    color: white;
    font-size: 16px;
    font-weight: 900;
    color: white;
    text-shadow: 0px 2px 4px black, 0px 0px 8px rgba(0,0,0,0.48);
    padding: 16px;
    box-sizing: border-box;
    font-family: "Open Sans";
    line-height: 116%;
}

    .festival-title span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-shadow: 0px 1px 2px black, 0px 0px 4px rgba(0,0,0,0.48);
    }

.ps-home-directories {
}

    .ps-home-directories .directory {
        width: 33.33%;
        float: left;
        border: 1px solid white;
        box-sizing: border-box;
        position: relative;
    }

    .ps-home-directories .directories::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-home-directories .directories {
        padding: 4px;
        background: white;
        box-sizing: border-box;
        border-radius: 2px;
    }

    .ps-home-directories .directory img {
        width: 100%;
        border-radius: 2px;
        display: block;
    }

.ps-home-charts {
    padding: 4px;
    box-sizing: border-box;
}

.ps-home-newsletter {
    background: white;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    margin-bottom: 8px;
}

.ps-home-newsletter img {
    width: 100%;
}

.ps-home-newsletter a {
    display: block;
}

.newsletter-message {
    padding: 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 116%;
    color: #405B7A;
}

.newsletter-button {
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    border-top: 1px solid #F0F2F4;
    cursor: pointer;
    color: #405B7A;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: block;
}

    .newsletter-button:hover {
        background: #EBF4FF;
        color: #0a78f5;
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
    }

.ps-home-center .view-all,
.ps-home-charts .view-all {
    background: white;
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    border-top: 1px solid #F0F2F4;
    cursor: pointer;
    color: #405B7A;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: block;
}

.view-all:hover {
    background: #EBF4FF;
    color: #0a78f5;
    transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
}

.ps-home-trendingtours {
}

.trendingtour {
    position: relative;
    height: 32px;
    color: #405B7A;
    font-size: 14px;
    cursor: pointer;
    line-height: 32px;
    background: white;
    border-top: 1px solid #F0F2F4;
    font-weight: 500;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    display: block;
}

    .trendingtour:hover {
        background: #EBF4FF;
        color: #0a78f5;
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
    }

    .trendingtour:first-of-type {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border: none;
    }

    .trendingtour:last-of-type {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.trendingtour-rank {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    border-right: 1px solid #F0F2F4;
}

.trendingtour-artist {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: calc(100% - 32px);
    height: 32px;
    padding-left: 4px;
}

.ps-home-newestlistings,
.ps-home-trendingtours,
.ps-home-newsletter,
.morenews-items,
.ps-home-weekly,
.ps-home-directories,
.ps-home-festivals,
.ps-user-account-menu {
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08)
}

.newestlisting {
    background: white;
    width: 100%;
    height: 32px;
    position: relative;
    font-size: 14px;
    color: #405B7A;
    line-height: 32px;
    cursor: pointer;
    border-top: 1px solid #F0F2F4;
    font-weight: 500;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    display: block;
}

    .newestlisting:hover {
        background: #EBF4FF;
        color: #0a78f5;
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
    }

    .newestlisting:first-of-type {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border: none;
    }

    .newestlisting:last-of-type {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.newestlisting-events {
    position: absolute;
    right: 0px;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: center;
}

.newestlisting-artist {
    padding-left: 8px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}

.rss-news {
    position: absolute;
    right: 4px;
    top: 8px;
    width: 24px;
    height: 24px;
    fill: #405B7A;
    cursor: pointer;
    transition: fill 0.32s ease-in;
}

    .rss-news:hover {
        fill: #0a78f5;
        transition: fill 0.16s ease-in-out;
    }

.ps-home-center .newsletter-group {
    display: none;
}

.ps-home-charts .directory-group {
    display: none;
}

@media (max-width: 1080px) {
    .ps-home-weekly .edition {
        width: 50%;
    }

    .ps-home-festivals .festival {
        height: 20vw;
    }
}

@media (max-width: 991px) {
    .ps-home-morenews {
        width: 50%;
    }

    .ps-home-charts {
        width: 100%;
    }

        .ps-home-charts::after {
            content: "";
            display: table;
            clear: both;
        }

        .ps-home-charts .trending-group,
        .ps-home-charts .listing-group {
            width: 50%;
            float: left;
            box-sizing: border-box;
        }

        .ps-home-charts .trending-group {
            padding-right: 2px;
        }

        .ps-home-charts .listing-group {
            padding-left: 2px;
        }

        .ps-home-charts .newsletter-group {
            display: none;
        }

    .ps-home-center .newsletter-group {
        display: block;
    }

    .ps-home-center .directory-group {
        display: none;
    }

    .ps-home-charts .directory-group {
        display: block;
    }
}

@media (max-width: 800px) {
    .ps-home-festivals .festival {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .ps-home-news {
        margin-top: 72px;
    }
}

@media (max-width: 560px) {
    .ps-home-morenews {
        width: 100%;
    }

    .ps-home-center {
        width: 100%;
    }

    .ps-home-festivals .festival {
        height: 32vw;
    }

    .ps-home-charts .trending-group,
    .ps-home-charts .listing-group {
        width: 100%;
    }
}

.buy-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a78f5;
    background: rgba(0,0,0,0.64);
}

.ps-live-banner {
    width: 100%;
/*  margin-top: 72px; */
    display: block;
    margin-bottom: -72px;
    background: #1C2D58;
}

    .ps-live-banner img {
        display: block;
        margin: 0 auto;
    }

    .ps-live-banner .medium,
    .ps-live-banner .small {
        display: none;
    }



@media (max-width: 991px) {
    .ps-live-banner .medium {
        display: block;
    }

    .ps-live-banner .large {
        display: none;
    }
}

@media (max-width: 767px) {
    .ps-live-banner .medium {
        display: none;
    }

    .ps-live-banner .small {
        display: block;
    }
}

/* New Pollstar Layout */

.ps-layout {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 72px;
    padding: 16px 0 0 0;
    color: #405B7A;
}

    .ps-layout::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-layout .main-col {
        width: 75%;
        height: 100%;
        float: right;
        box-sizing: border-box;
        padding: 4px;
        position: relative;
    }

.ps-layoutArticle {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 16px 0 0 0;
    color: #405B7A;
}

    .ps-layoutArticle::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-layoutArticle .main-col {
        width: 75%;
        height: 100%;
        float: right;
        box-sizing: border-box;
        padding: 4px;
        position: relative;
    }

.main-col.single {
    width: 100%;
}

.main-col.three {
    width: 50%;
}

.ps-layout .side-col {
    width: 25%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    padding: 4px 4px 4px 4px;
}

.ps-layout .ps-title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    color: #2B3D52;
    min-height: 64px;
    box-sizing: border-box;
    position: relative;
}

    .ps-layout .ps-title .genre {
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 700;
        line-height: 32px;
        display: inline-block;
        vertical-align: top;
    }

    .ps-layout .ps-title .title {
        line-height: 32px;
        margin-right: 16px;
    }

    .ps-layout .ps-title.center {
        text-align: center;
    }

    .ps-layout .ps-title.sm {
        font-size: 16px;
        color: #0a78f5;
        font-weight: 500;
        letter-spacing: 0;
        position: relative;
        line-height: 100%;
        height: auto;
        padding: 12px 4px;
        min-height: unset;
    }

.ps-layout .ps-panel .ps-title {
    padding: 8px;
}

.ps-layout .ps-panel {
    width: 100%;
    background: white;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 12px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    margin-bottom: 16px;
    font-size: 14px;
    overflow: hidden;
}

.ps-layoutArticle .side-col {
    width: 25%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    padding: 4px 4px 4px 4px;
}

.ps-layoutArticle .ps-title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    color: #2B3D52;
    min-height: 64px;
    box-sizing: border-box;
    position: relative;
}

    .ps-layoutArticle .ps-title .genre {
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 700;
        line-height: 32px;
        display: inline-block;
        vertical-align: top;
    }

    .ps-layoutArticle .ps-title .title {
        line-height: 32px;
        margin-right: 16px;
    }

    .ps-layoutArticle .ps-title.center {
        text-align: center;
    }

    .ps-layoutArticle .ps-title.sm {
        font-size: 16px;
        color: #0a78f5;
        font-weight: 500;
        letter-spacing: 0;
        position: relative;
        line-height: 100%;
        height: auto;
        padding: 12px 4px;
        min-height: unset;
    }

.ps-layoutArticle .ps-panel .ps-title {
    padding: 8px;
}

.ps-layoutArticle .ps-panel {
    width: 100%;
    background: white;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 12px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    margin-bottom: 16px;
    font-size: 14px;
}

.ps-panel.request-form .new-input {
    width: 100%;
}

.ps-panel .ps-pad {
    padding: 12px 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #2B3D52;
}

.ps-panel .ps-panel-button {
    width: calc(100% + 32px);
    margin: 16px -16px -16px -16px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    border-top: 1px solid #F0F2F4;
    cursor: pointer;
    color: #405B7A;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: block;
}

.ps-right-align {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.ps-font-18 {
    font-size: 18px;
}

.ps-date-picker {
    font-size: 18px;
    overflow: hidden;
    float: right;
    right: 0;
    bottom: 0;
    top: 0;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 970px) {
    .ps-date-picker {
        float: none;
    }
}

.ps-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    box-sizing: border-box;
    padding: 12px;
    color: #405B7A;
}

    .ps-actions::after {
        content: "";
        clear: both;
        display: table;
    }

    .ps-actions .ps-action {
    }

.ps-festivals {
}

    .ps-festivals::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-festivals .ps-festival {
        width: 33.33%;
        float: left;
        padding: 0.48%;
        box-sizing: border-box;
    }

.ps-festival .ps-festival-container {
    background: white;
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    position: relative;
    padding-bottom: 56.25%;
}

.ps-festival .ps-festival-info-container {
    background: white;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: 0.24px;
    height: 100px;
}

@media (max-width: 1200px) {
    .ps-festival .ps-festival-info-container {
        height: 85px;
    }

    .ps-festivals .ps-festival {
        width: 50%;
    }
}




.ps-festival a {
    color: inherit;
    text-decoration: none;
}

.ps-festival-container .ps-festival-image img {
    width: 100%;
    max-height: 224px;
}

.ps-festival .ps-festival-image {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

.ps-festival .ps-festival-image-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.48) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.48) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: background 0.48s ease;
    border-radius: 2px;
}

.ps-articles {
}

    .ps-articles::after {
        content: "";
        display: table;
        clear: both;
    }

    .ps-articles .ps-article {
        width: 33.33%;
        height: 320px;
        float: left;
        padding: 0.48%;
        box-sizing: border-box;
    }

.ps-article .ps-article-container {
    background: white;
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    position: relative;
}

.ps-article-container .ps-article-image img {
    width: 100%;
    max-height: 448px;
}

.ps-article.hotstar .ps-article-image {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ps-article.hotstar {
    height: auto
}

    .ps-article.hotstar img {
        width: 100%;
        display: block;
    }

    .ps-article.hotstar .ps-article-image .ps-article-title, .ps-article-credit {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

.ps-article .ps-article-image {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

.ps-article .ps-article-image-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.48) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.48) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: background 0.48s ease;
    border-radius: 2px;
}

.ps-article .ps-article-image.align-TopLeft {
    background-position: top left;
}

.ps-article .ps-article-image.align-TopMiddle {
    background-position: top center;
}

.ps-article .ps-article-image.align-TopRight {
    background-position: top right;
}

.ps-article .ps-article-image.align-BottomLeft {
    background-position: bottom left;
}

.ps-article .ps-article-image.align-BottomMiddle {
    background-position: bottom center;
}

.ps-article .ps-article-image.align-BottomRight {
    background-position: bottom center;
}

.ps-article .ps-article-image.align-CenterLeft {
    background-position: center left;
}

.ps-article .ps-article-image.align-Center {
    background-position: center;
}

.ps-article .ps-article-image.align-CenterRight {
    background-position: center right;
}

.ps-article .ps-article-title, .ps-article-credit {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    color: white;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: 0.24px;
    line-height: 116%;
    text-shadow: 0 1px 2px black, 1px 2px black, 0 0 8px black;
}
.ps-article .ps-article-lightbox-title {
    position: absolute;
    bottom: 102px;
    left: 32px;
    right: 32px;
    color: white;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: 0.24px;
    line-height: 116%;
    text-shadow: 0 1px 2px black, 1px 2px black, 0 0 8px black;
}

.ps-article /*.ps-article-lightbox-credit,*/ .ps-article-lightbox-caption {
    position: absolute;
    bottom: 72px;
    left: 32px;
    right: 32px;
    color: white;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: 0.24px;
    line-height: 116%;
    text-shadow: 0 1px 2px black, 1px 2px black, 0 0 8px black;
}

.ps-article-credit {
    font-size: 12px;
    font-style: italic;
}

.ps-article-lightbox-credit {
    font-size: 12px;
    font-style: italic;
}

.ps-articles .article {
    width: 33.33%;
    height: 320px;
    float: left;
    padding: 1.6%;
    box-sizing: border-box;
    background: white;
}

@media (max-width: 1480px) {
    .ps-articles .ps-article {
        width: 33.33%;
    }
}

@media (max-width: 1080px) {
    .ps-articles .ps-article {
        width: 50%;
    }
}

@media (max-width: 880px) {
    .ps-articles .ps-article {
        width: 100%;
    }

    .ps-layout .side-col {
        width: 33.33%;
    }

    .ps-layout .main-col {
        width: 66.66%;
    }

        .ps-layout .main-col.single {
            width: 100%;
        }

    .ps-layout .side-col.three {
        display: block;
        width: 100%;
    }


    .ps-layoutArticle .side-col {
        width: 33.33%;
    }


    .ps-layoutArticle .main-col {
        width: 66.66%;
    }

        .ps-layoutArticle .main-col.single {
            width: 100%;
        }

    .ps-layoutArticle .side-col.three {
        display: none;
    }
}

@media (max-width: 720px) {
    .ps-articles .ps-article {
        width: 50%;
    }

    .ps-layout .side-col {
        display: block;
        width: 100%
    }

    .ps-layout .side-col .hide-mobile {
        display: none;
    }

    .ps-layout .main-col {
        width: 100%;
    }

    .ps-layoutArticle .side-col {
        display: block;
        width: 100%;
    }

    .ps-layoutArticle .side-col .hide-mobile {
        display: none;
    }

    .ps-layoutArticle .main-col {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .ps-articles .ps-article .ps-article-container {
        padding: 8px;
    }

    .ps-articles .ps-article .ps-article-image {
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
        transition: all 0.16s ease-in-out;
    }
}

@media (max-width: 560px) {
    .ps-articles .ps-article {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .ps-layout .ps-title {
        /*font-size: 16px;*/
        font-size: 26px;
    }

    .ps-layoutArticle .ps-title {
        /*font-size: 16px;*/
        font-size: 26px; 
    }
    .ps-layout .main-col {
        padding: 10px;
    }
}


.anf-btn {
    margin: 5px;
    text-align: center;
    background: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    color: #fff;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-sizing: border-box;
    transition: background 0.32s ease-in, color 0.32s ease-in, box-shadow 0.16s ease-in;
    border: none;
    height: 40px;
}

    .anf-btn.blue {
        background: #0a78f5;
        color: #EBF4FF;
    }

        .anf-btn.blue:hover,
        .anf-btn.blue:focus {
            color: white;
            background: #3392FF;
        }

    .anf-btn.disabled {
        background: white;
        color: #0a78f5;
        outline: 1px solid #0a78f5;
    }

    .anf-btn.warn {
        background: red;
    }

.ps-btn {
    background: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 0 16px;
    line-height: 40px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    margin: 2px 0;
    color: #405B7A;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-sizing: border-box;
    transition: background 0.32s ease-in, color 0.32s ease-in, box-shadow 0.16s ease-in;
    border: none;
}

    .ps-btn.disabled {
        background: #F5F5F5 !important;
        color: #6D7C8F !important;
        box-shadow: none !important;
        cursor: default !important;
        pointer-events: none !important;
    }

    .ps-btn.dark.disabled {
        background: #485B70 !important;
        color: #D7E5F5 !important;
        box-shadow: none !important;
        cursor: default !important;
    }

    .ps-btn.blue.disabled {
        background: #479DFF !important;
        color: #D7E5F5 !important;
        box-shadow: none !important;
        cursor: default !important;
    }

    .ps-btn.dark.outline.disabled {
        background: transparent !important;
        box-shadow: inset 0 0 0 2px #5F7185 !important;
        color: #7A8899 !important;
    }

    .ps-btn.blue.outline.disabled {
        background: transparent !important;
        box-shadow: inset 0 0 0 2px #479DFF !important;
        color: #7A8899 !important;
    }

    .ps-btn.sm {
        padding: 0 12px;
        line-height: 32px;
    }

    .ps-btn.lg {
        padding: 0 20px;
        line-height: 48px;
        letter-spacing: 0.8px;
    }

    .ps-btn.wide {
        width: 100%;
        text-align: center;
        letter-spacing: 0.8px;
    }

    .ps-btn.outline {
        background: transparent;
        box-shadow: inset 0 0 0 2px white;
        color: #405B7A;
    }

        .ps-btn.outline:hover,
        .ps-btn.outline:focus {
            background: white;
            box-shadow: inset 0 0 0 2px transparent;
        }

        .ps-btn.outline.dark {
            background: transparent;
            box-shadow: inset 0 0 0 2px #2B3D52;
            color: #405B7A;
        }

            .ps-btn.outline.dark:hover,
            .ps-btn.outline.dark:focus {
                background: #2B3D52;
            }

        .ps-btn.outline.blue {
            background: transparent;
            box-shadow: inset 0 0 0 2px #0a78f5;
            color: #405B7A;
        }

            .ps-btn.outline.blue:hover,
            .ps-btn.outline.blue:focus {
                background: #0a78f5;
            }

    .ps-btn:hover,
    .ps-btn:focus {
        color: #0a78f5;
        background: #EBF4FF;
        box-shadow: 0 0 4px rgba(64, 91, 122, 0.24);
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out, box-shadow 0.16s ease-in-out;
    }

    .ps-btn.blue {
        background: #0a78f5;
        color: #EBF4FF;
    }

        .ps-btn.blue:hover,
        .ps-btn.blue:focus {
            color: white;
            background: #3392FF;
        }

    .ps-btn.dark {
        background: #2B3D52;
        color: #EBF4FF;
    }

        .ps-btn.dark:hover,
        .ps-btn.dark:focus {
            background: #3B5370;
            color: white;
        }

    .ps-btn.left {
        float: left;
        margin: 3px;
    }

    .ps-btn.right {
        float: right;
        margin: 3px;
    }

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.layout__line_footer-top {
    background: #2B3D52;
    font-family: 'Roboto' !important;
    border: none;
}

    .layout__line_footer-top .contacts {
        font-family: 'Roboto';
    }

.layout__line_footer {
    border: none;
    margin: 0;
    background: #30445C;
}

    .layout__line_footer .footer__license {
        color: #EBF4FF;
    }

.footer__col-contacts .contacts {
    color: #EBF4FF;
}

.footer-menu__list a {
    color: #EBF4FF !important;
    font-family: 'Roboto';
}

.contact-item img {
    border-radius: 18px;
}

.contacts .contact-item .contacts__title {
    color: #0a78f5;
}

.icon_social {
    color: #0a78f5;
}

    .icon_social:hover {
        color: #3392FF;
    }

.footer__license-link {
    color: #0a78f5;
}

    .footer__license-link:hover {
        color: #3392FF;
    }

.ps-login-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    width: 320px;
    background: #2B3D52;
    background: #182A3D;
    font-size: 14px;
    box-shadow: -6px 0 18px rgba(14, 27, 41, 0.80);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(320px, 0, 0);
    transition: transform 0.32s ease-in, opacity 0.32s ease-in, visibility 0.32s ease-in;
}

    .ps-login-menu.active {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out, visibility 0.16s ease-in-out;
    }

.ps-input {
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 8px;
    border-radius: 2px;
    padding: 0 16px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 14px;
    background: #ebf0f5;
}

    .ps-input:hover,
    .ps-input:focus {
        background: white;
    }

.ps-input-group-checkbox {
    padding: 12px;
    color: #ebf0f5;
    display: block;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.ps-link {
    color: #0a78f5;
}

    .ps-link.ps-pad {
        padding: 8px;
        box-sizing: border-box;
        cursor: pointer;
    }


.ps-menu-header {
    line-height: 72px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: white;
    height: 72px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #112233;
}

    .ps-menu-header .ps-mobile-close {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 0;
        fill: white;
        padding: 24px 16px;
        cursor: pointer;
        transform: rotate(180deg);
        box-sizing: content-box;
    }

        .ps-menu-header .ps-mobile-close svg {
            display: block;
        }

.ps-form {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
}

.ps-topic-search {
    position: relative;
}

    .ps-topic-search input {
        border: none;
        background: #ebf0f5;
        border-radius: 2px;
        font-size: 14px;
        height: 40px;
        padding: 0 16px 0 40px;
        line-height: 40px;
        display: block;
        color: #405B7A;
        width: 100%;
        box-sizing: border-box;
        transition: background 0.32s ease-in;
    }

        .ps-topic-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #6F87A3;
        }

        .ps-topic-search input::-moz-placeholder { /* Firefox 19+ */
            color: #6F87A3;
        }

        .ps-topic-search input:-ms-input-placeholder { /* IE 10+ */
            color: #6F87A3;
        }

        .ps-topic-search input:-moz-placeholder { /* Firefox 18- */
            color: #6F87A3;
        }

        .ps-topic-search input:focus,
        .ps-topic-search input:hover {
            background: #EBF4FF;
            transition: background 0.16s ease-in-out;
        }

    .ps-topic-search svg {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
        fill: #405B7A;
        transition: fill 0.32s ease-in;
    }

    .ps-topic-search input:focus + svg,
    .ps-topic-search input:hover + svg {
        fill: #0a78f5;
        transition: fill 0.16s ease-in-out;
    }

.ps-topic-search-results {
    padding-top: 8px;
}

    .ps-topic-search-results .result {
        padding: 4px 8px;
        color: #405B7A;
        cursor: pointer;
        outline: none;
        font-weight: 500;
        display: block;
        letter-spacing: 0.4px;
        line-height: 108%;
    }

        .ps-topic-search-results .result .date {
            font-size: 12px;
            letter-spacing: 0.2px;
            color: #8CA0B8;
            line-height: 88%;
        }

        .ps-topic-search-results .result:hover {
            color: #0a78f5;
            background: #EBF4FF;
        }

.ps-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 64px;
    background: white;
    z-index: 99999;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    height: 100%;
    transition: all 0.32s ease-in;
    transform: translate3d(0, calc(100% - 64px), 0);
}

    .ps-drawer:hover {
        transform: translate3d(0,0,0);
        transition: all 0.16s ease-in-out;
    }

    .ps-drawer .ps-drawer-header {
        background: #182A3D;
        color: white;
        height: 64px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding-left: 64px;
        box-sizing: border-box;
        line-height: 64px;
        letter-spacing: 0.8px;
    }

        .ps-drawer .ps-drawer-header svg {
            width: 24px;
            height: 24px;
            fill: white;
            position: absolute;
        }

        .ps-drawer .ps-drawer-header .left {
            left: 20px;
            top: 20px;
        }

        .ps-drawer .ps-drawer-header .right {
            top: 20px;
            right: 20px;
        }

.ps-pagination {
    height: 64px;
    padding: 0.48%;
    box-sizing: border-box;
    position: relative;
}

    .ps-pagination .page {
    }

    .ps-pagination .next {
        float: right;
    }

    .ps-pagination .prev {
        display: none;
    }

        .ps-pagination .prev.active {
            display: inline-block;
        }

    .ps-pagination .ps-loading {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 20px;
        left: 50%;
        margin-left: -12px;
        opacity: 0;
        visibility: hidden;
    }

        .ps-pagination .ps-loading.active {
            opacity: 1;
            visibility: visible;
        }

@keyframes ps-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ps-pagination .ps-loading svg {
    width: 24px;
    height: 24px;
    animation-name: ps-loading;
    animation-duration: .32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    fill: #405B7A;
}

.box-office-average {
    background: #2B3D52;
    border-radius: 2px;
    color: white;
    margin-top: 8px;
}

    .box-office-average::after {
        content: "";
        display: table;
        clear: both;
    }

    .box-office-average .section-header {
        height: 48px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        padding: 7px 16px;
        line-height: 34px;
        box-sizing: border-box;
    }

   @media (min-width: 560px) {
      .artist-info {
    padding: 16px;
    box-sizing: border-box;
    width: 56%;
    float: left;
    position: relative;
    z-index: 1;
    /*min-height: 240px;*/
    }
    .artist-info .artist-name {.ps-layout .ps-title
        font-size: 56px;
        font-weight: 900;
        color: #EBF4FF;
        padding: 16px 0;
    }
}

@media (max-width: 560px) {
      .artist-info {
    padding: 16px;
    box-sizing: border-box;
    width: 56%;
    position: relative;
    z-index: 1;
    /*min-height: 240px;*/
    }
    .artist-info .artist-name {
        font-size: 50px;
        font-weight: 900;
        color: #EBF4FF;
        padding: 16px 0;
    }
}

    .artist-info .artist-image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }

        .artist-info .artist-image img {
            width: 100%;
        }

        .artist-info .artist-image .image-shade {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            box-shadow: inset 0 0 32px #202E3D, inset 0 0 16px #202E3D, inset 0 0 24px #202E3D, inset 0 0 40px #202E3D, inset 0 0 48px #202E3D, inset 0 0 128px #202E3D, inset 0 0 240px #202E3D;
            background: rgba(32,46,61,0.24)
        }

@media (min-width: 560px) {
.article-info {
    padding: 16px;
    box-sizing: border-box;
    /*	width: 56%;*/ 
    float: left;
    position: relative;
    z-index: 1;
    /*min-height: 240px;*/
    }
}

@media (max-width: 560px) {
    .article-info {
        padding: 16px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }
}

    .article-info .article-name {
        font-size: 40px;
        font-weight: 900;
        color: #EBF4FF;
        padding: 16px 0;
    }



.f-right {
    float: right;
}

.ps-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: inline-block;
    color: #405B7A;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #ebf0f5;
    margin: 3px 0;
    transition: background 0.32s ease-in, color 0.32s ease-in, opacity 0.32s ease-in;
}

    .ps-link svg {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        fill: #405B7A;
        transition: fill 0.32s ease-in;
    }

    .ps-link:hover {
        color: #0a78f5;
        background: white;
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out, opacity 0.16s ease-in-out;
    }

        .ps-link:hover svg {
            fill: #0a78f5;
            transition: fill 0.16s ease-in-out;
        }

    .ps-link.dark {
        background: #2B3D52;
        color: #EBF4FF;
    }

        .ps-link.dark:hover {
            background: #3B5370;
            color: white;
        }

        .ps-link.dark svg {
            fill: #EBF4FF;
        }

.ps-label {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #405B7A;
    padding: 6px 10px;
    border-radius: 2px;
    /*box-shadow: inset 0 0 0 2px #ebf0f5;*/
    margin: 3px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    user-select: none;
}

    .ps-label.dark {
        color: #CEE0F5;
    }

.artist-image {
    width: 44%;
    position: relative;
    float: left;
    padding: 32px 16px;
    box-sizing: border-box;
}

    .artist-image img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        max-height: 240px;
    }

.box-office-stat {
    width: 20%;
    height: 76px;
    box-sizing: border-box;
    float: left;
    padding: 8px 0;
    padding-bottom: 16px;
    /*filter: blur(20px);*/
}

    .box-office-stat.total-5 {
        width: 25%;
    }

    /*.box-office-stat.total-5:nth-of-type(4),
.box-office-stat.total-5:nth-of-type(5) {
    width: 50%;
}*/

    .box-office-stat.total-4 {
        width: 20%;
    }

        .box-office-stat.total-4:nth-of-type(4) {
            width: 40%;
        }

    .box-office-stat.total-3 {
        width: 33.33%;
    }

    .box-office-stat.total-2 {
        width: 50%;
    }

    .box-office-stat.total-1 {
        width: 100%;
    }


    .box-office-stat .title {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding: 8px 16px;
        box-sizing: border-box;
        color: #CEE0F5;
    }

    .box-office-stat .stat {
        font-size: 32px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        line-height: 32px;
        vertical-align: middle;
        padding: 0 16px;
    }

@media (max-width: 1160px) {
    .artist-image {
        width: 33.33%;
    }

    .artist-info {
        width: 66.66%;
    }
}

@media (max-width: 991px) {
    .artist-image {
        display: none;
    }

    .artist-info {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .box-office-stat.total-4 {
        width: 50%;
    }

    .box-office-stat.total-5 {
        width: 50%;
    }

    .box-office-stat .stat {
        font-size: 28px;
    }

    .box-office-average .section-header {
        font-size: 14px;
    }
}


.ps-tab-content {
    width: 100%;
}

.ps-page-header {
    width: 100%;
    background: black;
    /*min-height: 240px;*/
    box-sizing: border-box;
    background: #202E3D;
}

    .ps-page-header::after {
        content: "";
        display: table;
        clear: both;
    }

.ps-page-sub-header {
    background: #2B3D52;
    margin-bottom: -72px;
}

.ps-page-container {
    max-width: 1600px;
    margin: 0 auto;
}

    .ps-page-container::after {
        content: "";
        display: table;
        clear: both;
    }

.ps-tabs {
    box-sizing: border-box;
    padding: 4px;
}


.artist-detail .event {
    background: white;
    margin-bottom: 2px;
    transition: background 0.32s ease-in;
    display: block;
    color: #405B7A;
    position: relative;
}

    .artist-detail .event::after {
        content: "";
        display: table;
        clear: both;
    }

    .artist-detail .event:hover {
        background: #EBF4FF;
        transition: background 0.16s ease-in-out;
    }

    .artist-detail .event .event-title {
        font-size: 16px;
        line-height: 116%;
    }

        .artist-detail .event .event-title .event-name {
            font-weight: 500;
        }

    .artist-detail .event:hover .event-title .event-name {
        color: #0a78f5;
        transition: color 0.32s ease-in;
    }

    .artist-detail .event .event-title a {
        color: #0a78f5;
        vertical-align: middle;
        transition: color 0.16s ease-in-out;
    }

        .artist-detail .event .event-title a:hover {
            text-decoration: underline;
        }

    .artist-detail .event .support {
        font-size: 14px;
        line-height: 116%;
        color: #7D93AD;
    }

.artist-detail .who {
    float: left;
}

.artist-detail .place {
    float: left;
    font-size: 14px;
}

.artist-detail .event-venue {
    font-size: 16px;
    line-height: 116%;
    color: #0a78f5;
    vertical-align: middle;
}

    .artist-detail .event-venue:hover {
        text-decoration: underline;
    }

.artist-detail .event-info {
    font-size: 14px;
}

.artist-detail .tickets-available {
    padding: 2px 4px;
    background: #DAA520;
    color: white;
    clear: left;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.8px;
    font-weight: 500;
    vertical-align: middle;
}

.artist-detail .detail-info {
    border: none;
}

.side-col .ad div {
    margin: 0 auto !important;
}

.artist-photo-container {
    position: relative;
    margin-bottom: 8px;
}

    .artist-photo-container .artist-photo-title {
        position: absolute;
        bottom: 32px;
        left: 16px;
        font-size: 16px;
        font-weight: 500;
        color: white;
        text-shadow: 0 0 8px black, 0 0 1px black;
    }

    .artist-photo-container .artist-photo-date {
        position: absolute;
        bottom: 12px;
        left: 16px;
        font-size: 14px;
        color: white;
        text-shadow: 0 0 8px black;
    }

.artist-detail .event .event-new {
    float: left;
    height: 56px;
    padding: 20px 8px;
    box-sizing: border-box;
    width: 33px;
}

.artist-detail .event .event-date {
    float: left;
    width: calc(32% - (32px / 3));
    text-align: center;
    line-height: 56px;
    font-size: 16px;
}

.column-select .event:hover {
    background: white;
}

.column-select .event .event-date {
    cursor: pointer;
}

.column-select .event .event-date:hover {
    color: #0a78f5;
}

.artist-detail .event .event-headliner {
    float: left;
    width: calc(40% - (32px / 3));
    height: 56px;
    padding: 12px 4px;
    box-sizing: border-box;
}

.artist-detail .event:hover .event-headliner .event-name {
    color: #0a78f5;
    transition: color 0.16s ease-in-out;
}

.artist-detail .event .event-headliner .event-name {
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.32s ease-in;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .artist-detail .event .event-headliner .event-name.single {
        line-height: 32px;
    }

.artist-detail .event .event-headliner .event-support {
    line-height: 16px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-detail .event .event-location {
    float: left;
    width: calc(25% - (32px / 3));
    height: 56px;
    padding: 12px 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.artist-detail .event:hover .event-location .venue-name {
    color: #0a78f5;
    transition: color 0.16s ease-in-out;
}

.artist-detail .event .event-location .venue-name {
    line-height: 16px;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.32s ease-in;
}

.artist-detail .event .event-location .location {
    line-height: 16px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #405B7A;
}

.artist-detail .event .event-tickets {
    position: absolute;
    right: -12px;
    top: 12px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(90deg);
    background: #DAA520;
    height: 32px;
    color: white;
    line-height: 32px;
    width: 56px;
    letter-spacing: 0.4px;
    transition: background 0.32s ease-in, color 0.32s ease-in;
}

.artist-detail .event:hover .event-tickets {
    background: #0a78f5;
    color: white;
    transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
}

.artist-detail .event .event-boxoffice {
    position: absolute;
    right: -12px;
    top: 12px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(90deg);
    background: #405B7A;
    height: 32px;
    color: white;
    line-height: 32px;
    width: 56px;
    letter-spacing: 0.4px;
    transition: background 0.32s ease-in, color 0.32s ease-in;
}

.artist-detail .event:hover .event-boxoffice {
    background: #0a78f5;
    color: white;
    transition: background 0.16s ease-in-out, color 0.16s ease-in-out;
}

.tab-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ebf0f5;
    z-index: 1;
    text-align: center;
}

@keyframes loadstate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-loading svg {
    width: 48px;
    height: 48px;
    animation-name: loadstate;
    animation-duration: .56s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    fill: #405B7A;
}

.tab-loading svg.blue {
    fill: #0a78f5;
    animation-duration: 0.80s;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
}

.tab-loading-title-offset {
	top:240px;
	background:transparent;
}

.artist-detail .event.ng-animate {
    transition: none;
    -webkit-transition: none;
}

.cover {
    opacity: 0;
    visibility: hidden;
}

.box-office-info-text {
    color: #8BA9CC;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 4px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}

.ps-empty {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: center;
    padding: 16px 8px;
    box-sizing: border-box;
    color: #405B7A;
    text-transform: uppercase;
}

.ps-page-container .city-image {
    width: 100%;
    height: 120px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.side-col .nearby-cities {
    background: white;
    border-radius: 2px;
}

.nearby-cities .show-all {
    padding: 12px;
    box-sizing: border-box;
}

.nearby-cities .city.hide-city {
    visibility: hidden;
    opacity: 0;
}

.nearby-cities .select-toggles {
    padding: 8px;
    box-sizing: border-box;
}

.ps-btn.ng-animate {
    transition: none;
    -webkit-transition: none;
}

.nearby-cities .city {
    padding: 0 8px;
    height: 32px;
    color: #405B7A;
    line-height: 32px;
    vertical-align: middle;
    cursor: pointer;
    border-top: 1px solid #F0F2F4;
    display: block;
    background: white;
    transition: background 0.32s ease-in;
}

    .nearby-cities .city.ng-animate {
        transition: none;
        -webkit-transition: none;
    }

    .nearby-cities .city.hide-city {
        display: none;
    }

    .nearby-cities .city:hover {
        background: #EBF4FF;
        transition: background 0.16s ease-in-out;
    }

    .nearby-cities .city a {
        color: #405B7A;
        transition: color 0.32s ease-in;
        font-size: 16px;
    }

        .nearby-cities .city a:hover {
            color: #0a78f5;
            transition: color 0.16s ease-in-out;
        }

.city-detail .venue-name {
    line-height: 32px !important;
}

    .city-detail .venue-name.cap {
        line-height: 16px !important;
        font-weight: 500;
    }

.city-detail .event-other {
    float: left;
    width: calc(25% - (32px / 3));
    text-align: center;
    box-sizing: border-box;
    padding: 12px;
}

    .city-detail .event-other .rb,
    .city-detail .event-other .th,
    .city-detail .event-other .box {
        display: inline-block;
        line-height: 24px;
        margin: 4px 0;
        padding: 0 6px;
        background: black;
        color: white;
        font-size: 12px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    .city-detail .event-other .rb {
        background: #663399;
    }

    .city-detail .event-other .th {
        background: #8B4513;
    }

    .city-detail .event-other .box {
        background: #4169E1;
    }


/*
	---- Tour History Checkout ---------------------------------------------------
*/
.ps-box-checkout {
    padding: 16px;
}

    .ps-box-checkout h1 {
        padding-bottom: 16px;
    }

    .ps-box-checkout hr {
        margin-top: 16px;
        padding-bottom: 16px;
    }

    .ps-box-checkout table {
        margin-bottom: 16px;
        margin-left: -8px;
    }

        .ps-box-checkout table tr td {
            padding: 8px;
        }

.ps-layout .contact-card__title {
    line-height: 1;
}

.ps-layout .contact-card__text {
    padding-bottom: 8px;
}

.ps-layoutArticle .contact-card__title {
    line-height: 1;
}

.ps-layoutArticle .contact-card__text {
    padding-bottom: 8px;
}

@media (max-width: 720px) {
    .ps-layout .stackable {
        width: 100%;
        display: inline-block;
    }

    .ps-layout .contact-card {
        background-color: #ebf0f5;
    }

    .ps-layout .contact-card__title {
        float: left;
        clear: both;
        line-height: 1;
    }

    .ps-layout .contact-card__text {
        float: right;
        display: block;
        text-align: right;
    }

    .ps-layoutArticle .stackable {
        width: 100%;
        display: inline-block;
    }

    .ps-layoutArticle .contact-card {
        background-color: #ebf0f5;
    }

    .ps-layoutArticle .contact-card__title {
        float: left;
        clear: both;
        line-height: 1;
    }

    .ps-layoutArticle .contact-card__text {
        float: right;
        display: block;
        text-align: right;
    }
}
/* Some hacks for the credit card form, using the existing styles */
.ps-box-checkout .checkout_form .x6 {
    width: 624px;
}

.ps-box-checkout .checkout_form #divExpirationDate {
    width: 400px;
}

    .ps-box-checkout .checkout_form #divExpirationDate .x6 {
        width: 200px;
    }

.ps-box-checkout .checkout_form .cardCode {
    width: 200px;
}

    .ps-box-checkout .checkout_form .cardCode .x3 {
        width: 100%;
    }

.ps-box-checkout .checkout_form #divNewExpirationDate {
    width: 400px;
}

    .ps-box-checkout .checkout_form #divNewExpirationDate .x6 {
        width: 200px;
    }

@media (max-width: 880px) {
    .ps-box-checkout .checkout_form .x6 {
        width: 100%;
    }

    .ps-box-checkout .checkout_form #divExpirationDate {
        width: 64%;
    }

        .ps-box-checkout .checkout_form #divExpirationDate .x6 {
            width: 50%;
        }

    .ps-box-checkout .checkout_form .cardCode {
        width: 32%;
    }

        .ps-box-checkout .checkout_form .cardCode h5 {
            white-space: nowrap;
        }

    .ps-box-checkout .checkout_form #divNewExpirationDate {
        width: 64%;
    }

        .ps-box-checkout .checkout_form #divNewExpirationDate .x6 {
            width: 50%;
        }
}
/*
	--- END Tour History Checkout ------------------------------------------------
*/

/*
	--- Customer Info Pages ------------------------------------------------------
*/
@media( min-width:992px ) {
    .ps-layout .hide-on-desktop {
        display: none;
    }

    .ps-layoutArticle .hide-on-desktop {
        display: none;
    }
}

@media (min-width: 720px ) {
    .ps-layout .show-without-side-col {
        display: none;
    }
}
@media (max-width: 721px ) {
    .ps-layout .show-with-side-col {
        display: none;
    }
}



.ps-user-account-menu .active {
    background-color: #EBF4FF;
}

.ps-user-account-info .account-info {
    padding: 8px 0px;
    left: -8px;
    position: relative;
}

    .ps-user-account-info .account-info:last-child {
        padding-bottom: 0px;
    }

    .ps-user-account-info .account-info:first-child {
        padding-top: 0px;
    }

.ps-user-account-info .title {
    font-weight: bold;
    padding-bottom: 4px;
}

.ps-user-account-info .item {
}

.address-list .address-item {
    float: left;
    width: 28.33%;
    height: 230px;
    padding: 16px;
}

@media( max-width: 1160px ) {
    .address-list .address-item {
        float: left;
        width: 42%;
    }
}

@media( max-width: 720px ) {
    .address-list .address-item {
        float: left;
        width: 100%;
    }
}

.ps-qb-title {
    font-weight: 500;
    line-height: 132%;
    color: #405B7A;
}

.ps-qb-value {
    line-height: 132%;
    color: #405B7A;
}

.ps-qb-card {
    padding: 8px;
    background: #ebf0f5;
    border-radius: 2px;
    margin-bottom: 4px;
}

.venue-company-name {
    font-size: 20px !important;
    font-weight: 500;
    color: #0a78f5;
    font-family: 'Roboto', sans-serif;
    padding: 16px 0;
}

.table-responsive.alt {
    margin-bottom: 16px;
}

md-tabs-canvas {
    background: unset !important;
}

md-pagination-wrapper {
    border: none !important;
}

.ps-new-research-tabs md-tab-item {
    background: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 0 16px;
    line-height: 40px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(64, 91, 122, 0.08);
    margin: 2px 0;
    color: #405B7A;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-sizing: border-box;
    transition: background 0.32s ease-in, color 0.32s ease-in, box-shadow 0.16s ease-in;
    border: none;
    margin-right: 8px;
}

    .ps-new-research-tabs md-tab-item.md-active {
        background: #0a78f5;
        color: #EBF4FF;
    }

    .ps-new-research-tabs md-tab-item:hover {
        color: #0a78f5;
        background: #EBF4FF;
        box-shadow: 0 0 4px rgba(64, 91, 122, 0.24);
        transition: background 0.16s ease-in-out, color 0.16s ease-in-out, box-shadow 0.16s ease-in-out;
    }

md-tabs-canvas,
md-pagination-wrapper {
    height: 48px !important;
}

.hide-this {
    opacity: 0;
}

.info-label.new {
    color: #405B7A;
    padding-right: 8px;
    font-weight: 500;
    margin-right: 0;
}

.hiding {
    display: none;
}

    .hiding.show {
        display: inline-block;
    }

.margin-none {
    margin-top: 0px;
}

.ps-spacer {
    padding: 2px 0;
    color: #CEE0F5;
}

    .ps-spacer.light {
        color: #405B7A;
    }

@media (min-width: 992px) {
    .ps-layout .artist-image-main {
        display: none;
    }
}

@media (max-width: 991px) {
    .ps-layout .artist_image-main {
        display: block;
    }
}

.artist-info .festival__date .term {
    color: #EBF4FF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.artist-info .festival__date .term__title {
    font-size: 12px;
    margin: 0;
    padding: 2px 0;
    color: #CEE0F5;
}

.artist-info .festival__date .term dd {
    line-height: normal;
}

.artist-info .festival {
    padding: 16px 0;
}

.artist-info .venue {
    padding: 8px 0;
}

    .artist-info .venue p {
        margin: 0;
        padding: 2px 0;
    }

    .artist-info .venue .venue-name a {
        color: #EBF4FF;
        font-weight: 500;
    }

    .artist-info .venue .venue-address span {
        color: #CEE0F5;
        font-size: 14px;
    }

.main-col-map {
    display: none !important;
}

.table-title-sm {
    display: none !important;
}

.table-title-lg {
    display: table-cell;
}

.anf-header {
    font-size: 14px;
    line-height: 50px;
    vertical-align: middle;
	margin-left: 10px;
}

@media (max-width:600px) {
    .anf-header {
        font-size: 20px !important;
        margin-top: 30px;
    }
}

@media (max-width: 720px) {
    .main-col-map {
        display: block !important;
    }
}

@media (max-width: 992px ) {
    .table-title-sm {
        display: table-cell !important;
    }

    .table-title-lg {
        display: none;
    }
}

.mfp-bg,
.mfp-wrap {
    z-index: 999999 !important;
}

.ps-qb-row {
    border: none !important;
}

.ps-qb-row:nth-child(2n+1) {
    background: #202E3D;
}

.ps-qb-row td {
    box-sizing: border-box;
    line-height: 32px;
    padding: 0 8px !important;
}

.ps-qb-row td:last-child {
    text-align: right;
}
}

.ps-row {
	margin-left: 10px;
	font-size: 14px;
	color: black;
	font-weight: 400;
	line-height: 24px;
}

.ps-row h1 {
	font-size: 28px;
	font-weight: 700;
	color: #2B3D52;
}

.ps-row h2 {
	font-size: 20px;
	font-weight: 700;
	color: #2B3D52
}

.ps-artist-roster-item {
    cursor: pointer;
}
@media (min-width: 560px) {
    .main-col .event-filter {
    float: right;
    background: white;
    border-radius: 2px;
    margin-bottom: 8px;
    }
}

@media (max-width: 560px) {

    .main-col .event-filter {
    background: white;
    border-radius: 2px;
    margin-bottom: 8px;
}

    .artist-detail .event .event-date,
    .artist-detail .event .event-location,
    .artist-detail .event .event-headliner,
    .artist-detail .event .event-new {
        float: none;
        width: 100%;
        line-height: normal;
        height: unset;
        padding: unset;
    }

    .artist-detail .event {
        /*background: black;*/
        padding: 40px 16px 16px 16px;
        margin-bottom: 8px;
    }

    .artist-detail .event:hover {
        background: white;
    }

    .artist-detail .event:hover .event-location .venue-name {
        color: #5B7DA3;
    }

    .artist-detail .event .event-date {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #EBF4FF;
        /*background: #EBF4FF;*/
        padding: 4px 16px;
        line-height: 16px;
        text-align: left;
        font-size: 14px;
    }

    .artist-detail .event .event-headliner .event-name {
        line-height: unset !important;
        font-size: 24px;
    }

    .artist-detail .event .event-headliner .event-support {
        padding: 2px 0;
        font-size: 16px;
    }

    .artist-detail .event .event-location {
        color: #5B7DA3;
        padding-top: 8px;
    }

    .artist-detail .event .event-location .venue-name {
        font-size: 14px;
        
    }

    .artist-detail .event .event-tickets {
        top: 0px;
        right: 0px;
        transform: unset;
        height: 24px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 4px;
    }

    .artist-detail .event .event-boxoffice {
        top: 0px;
        right: 0px;
        transform: unset;
        height: 24px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 4px;
    }

    .artist-detail .event .event-new {
        position: absolute;
        left: 3px;
        top: 6px;
        font-size: 12px;
    }
}

.ps-panel::after {
    content: "";
    display: table;
    clear: both;
}

.company-type-checkbox {
    background: #ebf0f5;
    display: inline-block;
    padding: 6px 12px 6px 8px;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.company-type-checkbox input {
    margin: 0;
    vertical-align: middle;
}

.company-type-checkbox span {
    vertical-align: middle;
    user-select: none;
}

.company-type-names {
    margin: 0 -2px;
}

.print-page {
    display: inline-block;
    cursor: pointer;
}

.print-page svg {
    fill: #CEE0F5;
    vertical-align: middle;
}
/*
.main-col .event-filter {
    float: right;
    background: white;
    border-radius: 2px;
    margin-bottom: 8px;
}*/

.main-col .event-filter::after {
    clear: both;
    display: table;
    content: "";
}

.event-filter .event-filter-title {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    padding: 8px 16px;
}

.event-filter .filters {
    float: right;
    width: 360px;
    padding: 4px 8px;
    box-sizing: border-box;
}

.event-filter .filters .filter {
    width: 50%;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.event-filter .filters div md-select {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

md-radio-button.filter {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
}

.event-filter .ps-data-picker md-input-container {
    margin: 0;
}

.event-filter.research .filters {
    width: auto;
}

.event-filter.research .filters .filter {
    width: auto;
}

.event-filter .filters .filter label {
    padding: 4px 0;
    display: inline-block;
}

.event-label {
    position: absolute;
    right: -12px;
    top: 12px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(90deg);
    background: #405B7A;
    height: 32px;
    color: white;
    line-height: 32px;
    width: 56px;
    letter-spacing: 0.4px;
    transition: background 0.32s ease-in, color 0.32s ease-in;
    color: white !important;
    font-family: Roboto;
    font-size: 12px !important;
}

.table-responsive__row.alt {
    height: 57px;
}

.event-label.box {
    background: #405B7A;
    right: 20px;
}

.event-label.th {
    background: saddlebrown;
}

.event-label.rb {
    background: rebeccapurple;
    right: 52px;
}
.combo-promo {
    background: linear-gradient(50deg, rgb(6, 139, 218),rgb(27, 151, 224) ) !important;
    background-image: url(https://www.pollstar.com/Themes/PollStarNew/Content/images/hero.png);
}
.combo-promoBackground {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: url(https://www.pollstar.com/Themes/PollStarNew/Content/images/hero.png);
}

.combo-promo .midem-details {
    background: #ebf0f5;
    /*margin-top: -32px;*/
    padding: 40px 0px;
    /*padding-bottom: 132px;*/
    text-align: center;
}

.combo-promo .midem-details img {
    text-align: center;
    display: inline-block;
}

.combo-promo .midem-details .title {
    font-weight: 900;
    color: #222;
    letter-spacing: 3px;
    text-align: center;
}
.combo-promo .midem-details .subtitle {
    font-weight: 500;
    color: #222;
    letter-spacing: 3px;
    text-align: center;
    font-size:18px;
}
.combo-promo .midem-options {
     padding: 40px 0px;
   /* margin-top: -124px;*/
}

.combo-promo .midem-options .pricing-table li {
    padding: 32px;
}

.combo-promo .midem-options .pricing-table li img {
    width: 100%;
    box-sizing: border-box;
}

.combo-promo .midem-options .option-title {
    background: #ebf0f5;
    color: #405B7A;
    margin-top: 15px;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 116%;
    letter-spacing: 0.8px;
}

.combo-promo .midem-options .option-description {
    padding: 16px 0 32px 0;
    line-height: 124%;
    color: #405B7A;
}

.combo-promo .midem-options .option-price {
    font-size: 22px;
    font-weight: 700;
    line-height: 116%;
    padding-top: 24px;
    color: #405B7A;
}

.combo-promo .midem-options .option-price span {
    display: inline !important;
    color: #6F87A3 !important;
}

.combo-promo .midem-options .option-includes {
    /*padding-bottom: 24px;*/
    color: #405B7A;
    line-height: 116%;
}

.midem-promo {
    background: #A51743 !important;
}

.midem-promo .midem-details {
    background: #ebf0f5;
    margin-top: -32px;
    padding-top: 24px;
    padding-bottom: 132px;
    text-align: center;
}

.midem-promo .midem-details img {
    text-align: center;
    display: inline-block;
}

.midem-promo .midem-details .title {
    font-weight: 900;
    color: #222;
    letter-spacing: 3px;
    text-align: center;
}

.midem-promo .midem-options {
    margin-top: -124px;
}

.midem-promo .midem-options .pricing-table li {
    padding: 32px;
}

.midem-promo .midem-options .pricing-table li img {
    width: 100%;
    box-sizing: border-box;
}

    .midem-promo .midem-options .option-title {
        background: #ebf0f5;
        color: #405B7A;
        margin-top: 32px;
        padding: 16px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 500;
        border-radius: 2px;
        line-height: 116%;
        letter-spacing: 0.8px;
    }

.midem-promo .midem-options .option-description {
    padding: 16px 0 32px 0;
    line-height: 124%;
    color: #405B7A;
}

.midem-promo .midem-options .option-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 116%;
    padding: 24px 0;
    color: #405B7A;
}

.midem-promo .midem-options .option-price span {
    display: inline !important;
    color: #6F87A3 !important;
}

.midem-promo .midem-options .option-includes {
    padding-bottom: 24px;
    color: #405B7A;
    line-height: 116%;
}


@media (min-width: 701px) and (max-width: 991px) {
    ul.pricing-table>li {
        width: 48% !important;
    }
}

.vn-options {
    padding: 4% 0;
}

.vn-options img {
    width: 48% !important;
    float: left;
}

.vn-options img:first-of-type {
    margin-right: 4%;
}

.vn-options::after {
    display: table;
    content: "";
    clear: both;
}

@media (max-width: 992px) {
    .side-col.collapse-early,
    .main-col.expand-early {
        display:block;
        width: 100%;
    }
    .main-col .box_office_table tr {
        width: 100% !important;
    }
}

.md-dialog-container {
    z-index: 999999;
}

.md-dialog-container md-toolbar {
    background: #0a78f5;
}

.request-form.md-dialog-container textarea {
    border: 1px solid #D8E1EB;
    box-shadow: 0 0 2px transparent;
    padding: 12px 16px !important;
    font-size: 14px;
    border-radius: 2px;
    background: #ebf0f5;
    transition: all 0.08s ease-in-out;
    height: auto;
    line-height: 14px;
}

.md-select-menu-container.md-active {
    z-index: 999999;
}

.request-form input[type=number]::-webkit-inner-spin-button,
.request-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tour-history-container {

}

/*.datacloud-landing {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.datacloud-landing-background {
    background-position: bottom;
    background-size: cover;
    background-image: url('https://www.pollstar.com/Themes/PollStarNew/Content/images/bluebg2.JPG');
    height: calc(100vh - 350px);
}

.datacloud-landing-container {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center;
}*/

/*.datacloud-101-section-img {
    width: 60%;
}

.datacloud-101-section-img-logo {
    width: 10%;
}*/

.th-landing {
    height: calc(100vh - 72px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.th-landing-why {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.th-landing-background {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1514090743643-37a03f8a7272?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=64325d6184f461385e117428f6b5ee0c&auto=format&fit=crop&w=1352&q=80');
}

.th-landing-background-whyreport {
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: url('https://www.pollstar.com/Themes/PollStarNew/Content/images/hero.png');
}
.th-landing-background-whyreport-bottom {
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://www.pollstar.com/Themes/PollStarNew/Content/images/concert1.jpg');
}
.th-landing-background-innovation {
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: url('https://www.pollstar.com/Themes/PollStarNew/Content/images/PS_VN_Innovation_Special_Issue_v1.jpg');   
}
.th-landing-background-innovation-bottom {
    /*background-attachment: fixed;*/
    margin-bottom:-72px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url('https://www.pollstar.com/Themes/PollStarNew/Content/images/shero15.jpg');
}
.th-landing::after {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.th-landing-container {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
}
.th-landing-container-whyreport {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    padding-bottom: 80px;
}
.th-landing-head-month {
    font-size: 65px;
    padding-top: 40px;
    font-weight: 800;
    color: yellow;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    font-family: 'Open Sans';
}

.th-landing-head {
    font-size: 96px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    font-family: 'Open Sans';
}
.th-landing-head-bottom {
    font-size: 60px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    font-family: 'Open Sans';
}
.th-landing-sub {
    font-size: 40px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    font-family: 'Open Sans';
    padding-top: 16px;
    letter-spacing: 2px;
}

.th-landing-learnmore {
    color: white;
    border: 1px solid white;
    padding: 16px 32px;
    border-radius: 4px;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 32px;
    cursor: pointer;
    font-weight: 700;
}

.th-landing-learnmore:hover {
    background: white;
    color: #405B7A;
    transition: none;
}

.th-landing-head span {
    /*color: #eeeeee;*/
}

.th-pricing {
    padding: 80px 16px;
    text-align: center;
    font-size: 32px;
    font-family: 'Open Sans';
    font-weight: 800;
    color: #CEE0F5;
    background: #202E3D;
    line-height: 120%;
    letter-spacing: 1px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.24);
}

.th-pricing a {
    font-weight: 700;
    font-family: 'Roboto';
    letter-spacing: normal;
    text-shadow: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.24);
}

.th-101 {
    margin-bottom: -72px;
}

.th-101-section-text-s {
    font-size: 18px;
    line-height: 160%;
    color: #405B7A;
    letter-spacing: 0.4px;
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 32px;
}

.th-101-section-tight-text-s {
    font-size: 18px;
    line-height: 160%;
    color: #405B7A;
    letter-spacing: 0.4px;
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 32px;
}
.th-101-section {
    padding: 120px 0;
    background: white;
}
.th-101-section-tight {
    padding: 80px 0;
    background: white;
}
.th-101-section-tight .container {
    width: 992px;
    margin: 0 auto;
}
.th-101-section-white {
    padding: 120px 0;
    background: white;
}
.th-101-section-white .container {
    width: 992px;
    margin: 0 auto;
}
.th-101-section .container {
    width: 992px;
    margin: 0 auto;
}

.th-101-section:nth-child(2n+1) {
    background: #ebf0f5;
}
.th-101-section-tight:nth-child(2n+1) {
    background: #ebf0f5;
}
.th-101-section-text {
    width:100%;
    font-size: 18px;
    line-height: 160%;
    color: #405B7A;
    letter-spacing: 0.4px;
}

.th-101-section-text img {
    display: none;
}
.th-101-section-text-tight {
    width:100%;
    font-size: 18px;
    line-height: 160%;
    color: #405B7A;
    letter-spacing: 0.4px;
}

.th-101-section-text-tight img {
    display: none;
}
.container-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 16px;
}

.container-right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 16px;
}

.container-right img {
    width: 100%;
    margin-bottom: 16px;
}
.container-left-show {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 16px;
}
.container-left-show img {
    width: 100%;
    margin-bottom: 16px;
}
.container-center {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 16px;
}
.container-center img {
    width: 100%;
    margin-bottom: 16px;
}
.container-right-show {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 16px;
}
.container-right-show img {
    width: 100%;
    margin-bottom: 16px;
}
.th-101-section-img {
    width: 50%;
}

.th-101-section-text.right {
    float: right;
    text-align: left !important;
}

.th-101-section-text-head {
    font-size: 20px;
    font-weight: 700;
    display: inline;
    /*text-transform: uppercase;*/
}
.th-101-section-tight-img {
    width: 50%;
}
.th-101-section-text-tight.right {
    float: right;
    text-align: left !important;
}

.th-101-section-text-tight-head {
    font-size: 20px;
    font-weight: 700;
    display: inline;
    /*text-transform: uppercase;*/
}
.th-101-section-text-head-whyreport {
    font-size: 40px;
    font-weight: 700;
    display: inline;
    /*text-transform: uppercase;*/
}

.th-101-section-text-tight-img {
    width: 50%;
}

.th-101-section-text-tight-.right {
    float: right;
    text-align: left !important;
}

.th-101-section-text-tight-head {
    font-size: 20px;
    font-weight: 700;
    display: inline;
    /*text-transform: uppercase;*/
}

.th-101-section-text-tight-head-whyreport {
    font-size: 40px;
    font-weight: 700;
    display: inline;
    /*text-transform: uppercase;*/
}

.th-landing-sub2 {
    font-size: 30px;
    display: inline;
    /*text-transform: uppercase;*/
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
}
.th-landing-sub3 {
    font-size: 26px;
    display: inline;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
}
.th-landing-sub4 {
    font-size: 16px;
    display: inline;
    /*text-transform: uppercase;*/
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
}
.th-landing-sub5 {
    font-size: 14px;
    display: inline;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.48);
}
@media (max-width: 1200px) {
    /*.datacloud-landing-container {
        width: 992px;
        padding-top: 280px;
    }*/
    .th-landing-container {
        width: 992px;
        padding-top: 280px;
    }
    .th-landing-container-whyreport {
        width: 992px;
        padding-top: 200px;
        padding-bottom: 80px;
    }
    .th-landing-head-month {
        font-size: 65px;
        padding-top: 40px;
        font-weight: 800;
        color: yellow;
        text-transform: uppercase;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        font-family: 'Open Sans';
    }
    .th-landing-head {
        font-size: 80px;
        font-weight: 800;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        font-family: 'Open Sans';
    }
    .th-landing-head-bottom {
        font-size: 50px;
        font-weight: 800;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        font-family: 'Open Sans';
    }

    .th-landing-sub {
        font-size: 32px;
        font-weight: 800;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        font-family: 'Open Sans';
        padding-top: 16px;
        letter-spacing: 2px;
    }

    .th-101-section .container {
        width: 768px;
        margin: 0 auto;
    }
    .th-101-section-white .container {
        width: 768px;
        margin: 0 auto;
    }
    .th-101-section-tight .container {
        width: 768px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    /*.datacloud-landing-container {
        width: 768px;
        padding-top: 240px;
    }*/
    .th-landing-container {
        width: 768px;
        padding-top: 240px;
    }
    .th-landing-container-whyreport {
        width: 768px;
        padding-top: 160px;
        padding-bottom: 40px;
    }

    .th-landing-sub {
        font-size: 28px;
    }

    .th-101-section .container {
        width: 576px;
        margin: 0 auto;
        text-align: center;
    }
    .th-101-section-white .container {
        width: 576px;
        margin: 0 auto;
        text-align: center;
    }
    .th-101-section-tight .container {
        width: 576px;
        margin: 0 auto;
        text-align: center;
    }
    .th-101-section {
        padding: 80px 0;
        background: white;
    }
    .th-101-section-white {
        padding: 80px 0;
        background: white;
    }
    .th-101-section-tight {
        padding: 50px 0;
        background: white;
    }
    .th-101-section-text-s {
        width: 100%;
        padding: 16px 0;
    }
    .th-101-section-text-tight-s {
        width: 100%;
        padding: 16px 0;
    }
    .th-101-section-img {
        width: 100%;
    }

    .th-101-section img {
        display: inline-block;
        width: 80%;
        padding: 32px 0;
    }
    .th-101-section-tight-img {
        width: 100%;
    }

    .th-101-section-tight img {
        display: inline-block;
        width: 80%;
        padding: 10px 0;
    }

    .container-right {
        display: none;
    }
    .container-right-show {
        width: 100%;
    }
    .container-center {
        width: 100%;
    }
    .container-left {
        width: 100%;
    }
    .container-left br {
        display: none;
    }
       .container-left-show {
        width: 100%;
    }
    .container-left-show br {
        display: none;
    }
}

@media (max-width: 768px) {
    /*.datacloud-landing-container {
        width: 576px;
        padding-top: 160px;
    }*/
    .th-landing-container {
        width: 576px;
        padding-top: 160px;
    }
    .th-landing-container-whyreport {
        width: 576px;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .th-landing-head {
        font-size: 64px;
    }
    .th-landing-head {
        font-size: 50px;
    }

    .th-landing-sub {
        font-size: 24px;
    }

    .th-101-section .container {
        width: 72%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
    .th-101-section-white .container {
        width: 72%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
    .th-101-section-tight .container {
        width: 72%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
    .th-101-section-text,
    .th-101-section-text-head,
    .th-101-section-text-s {
        font-size: 16px;
    }
    .th-101-section-text-tight,
    .th-101-section-text-tight-head,
    .th-101-section-text-tight-s {
        font-size: 16px;
    }
    .th-101-section-text-white{
        font-size: 16px;
    }
    .th-101-section-text-head-whyreport {
        font-size: 22px;
    }
    .th-landing-sub2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    }
    .th-landing-sub3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        text-transform: uppercase;
    }
    .th-landing-sub4 {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
        /*text-transform: uppercase;*/
    }
    .th-landing-sub4 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        text-shadow: 0 2px 16px rgba(0,0,0,0.48);
    }
    .th-pricing {
        font-size: 28px;
    }
    
}

@media (max-width: 576px) {
    /*.datacloud-landing-container {
        width: 100%;
        padding-top: 10vh;
    }*/
    .th-landing-container {
        width: 100%;
        padding-top: 16vh;
    }
    .th-landing-container-whyreport {
        width: 100%;
        padding-top: 10vh;
        padding-bottom: 40px;
    }

    .th-pricing {
        font-size: 24px;
    }
    .th-landing-head {
        font-size: 42px;
    }
    .th-landing-head {
        font-size: 42px;
    }
    .th-landing-head-bottom {
        font-size: 30px;
    }
    .th-landing-sub {
        box-sizing: border-box;
        padding: 16px; 
    }

    .th-101-section img {
        display: inline-block;
        width: 100%;
        padding: 32px 0;
    }
    .th-101-section-tight img {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }
    .th-101-section .container {
        width: 96%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
    .th-101-section-white .container {
        width: 96%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
    .th-101-section-tight .container {
        width: 96%;
        box-sizing: border-box;
        padding: 0 16px;
        margin: 0 auto;
    }
}



#ps-event-container {
    background: white;
    border-radius: 2px;
}


#ps-event-container.sm #ps-events-list .ps-event-info,
#ps-event-container.md #ps-events-list .ps-event-info {
    flex-direction: column;
    align-items: flex-start;

}

#ps-event-container.sm #ps-events-list .ps-event-info div,
#ps-event-container.md #ps-events-list .ps-event-info div {
    padding: 4px 0;
}

#ps-event-container.sm #ps-events-list .ps-event-tickets,
#ps-event-container.md #ps-events-list .ps-event-tickets {
    align-items: center;
}

#ps-events-navigation {
    padding: 16px;
}

#ps-upcoming-events {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
}

#ps-events-list {
    padding: 8px;
}

#ps-events-list .ps-event {

}

#ps-events-list .ps-event .ps-event-tickets {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    padding: 8px;
}

.ps-event-tickets-button {
    line-height: 24px;
    padding: 16px 32px;
    color: #405B7A;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 14px;
    border: 2px solid #EBF4FF;
}

.ps-event-tickets-button:hover {
    background: white;
    color: #0a78f5;
    outline: 2px solid rgba(10,120,245,0.08);
}

.ps-event-info .ps-event-date {
    font-weight: 500;
}

.ps-event {
    display: flex;
    flex-direction: row;
    background: white;
    border-radius: 2px;
}

.ps-event:hover {
    background: #EBF4FF;
}

.ps-event:hover .ps-event-tickets-button {
    border-color: white;
    background: white;
}

.ps-event .ps-event-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    flex-grow: 1;
    color: #405B7A;
}

.ps-event-info:hover {
    color: #0a78f5;
}

.ps-event .ps-event-info .ps-event-date {
    margin-right: 16px;
    min-width: 120px;
}

.ps-event .ps-event-info .ps-event-venue {
    margin-right: auto;
}

.ps-event .ps-event-info .ps-event-city {
    margin-right: 16px;
}

#ps-show-all-events {
}
#ps-show-all-events span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 2px;
    line-height: 64px;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border-radius: 2px;
    text-transform: uppercase;
}

#ps-show-all-events span:hover {
    color: #0a78f5;
}

.ps-ticket-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
}

.ps-ticket-option {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #405B7A;
    line-height: 124%;
    font-weight: 400;
    font-size: 16px;
}

.ps-ticket-option .ticket-option-image {
    max-width: 160px;
    box-sizing: border-box;
    padding: 8px 16px 8px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.ps-ticket-option .ticket-option-image img {

}

.ps-ticket-option .ticket-option-description {
   max-width: 320px;
   padding: 8px 0 8px 16px;
}

.ps-ticket-option:hover {
    border-color: #EBF4FF;
    color: #0a78f5;
}

.ps-ticket-no-option {
    text-align: center;
    padding: 16px;
    letter-spacing: 0.4px;

}

@media (max-width: 576px) {
    .ps-ticket-option {
        flex-direction: column;
    }
    .ps-ticket-option .ticket-option-image {
        justify-content: center;
    }
}

.ps-disabled {
    display: none;
}

.ps-generate-api {
    background: white;
    padding: 16px;
}

.ps-generate-api h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 8px;
    margin: 0;
}

.ps-generate-api input {
    background: #ebf0f5;
    border-radius: 2px;
}

.ps-generate-api input:hover,
.ps-generate-api input:focus {
    background: #EBF4FF!important;
}

.ps-generate-api .angucomplete-dropdown {
    z-index: unset;
    position: unset;
    width: 100%;
    box-sizing: border-box;
    background: #ebf0f5;
    padding: 4px;
}

.ps-generate-api .angucomplete-dropdown .angucomplete-row {
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 16px;
}

.ps-generate-api .angucomplete-dropdown .angucomplete-selected-row {
    background: #0a78f5;
}

.display-code {
    background: #405B7A;
    color: white;
    padding: 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 132%;
    border-radius: 2px;
}

.display-code-head {
    padding: 16px;
    margin-top: 8px;
}

.ps-generate-api-error {
    color: red;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 2px;
}

.ps-article.hotstar .ps-article-image .ps-article-title {
    bottom: 44px;
    background: rgba(0,0,0,0.56);
    padding: 8px;
    letter-spacing: 0.4px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Roboto';
}

.ps-article.hotstar .ps-article-date {
    bottom: 16px;
    position: absolute;
    left: 16px;
    font-size: 12px;
    color: white;
    font-weight: 700;
    background: rgba(0,0,0,0.48);
    padding: 4px;
    letter-spacing: 0.8px;
    border-radius: 2px;
}

.rtp-container {
    background: black;
    margin-bottom: -72px;
}

.rtp-container-center {
    width: 1200px;
    margin: auto;
    position: relative;
    background-image: url('../images/rtp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px;
    box-sizing: border-box;
}

.rtp-background {
    width: 100%;
    position: absolute;
}

.rtp-background-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rtp-content {
    background: rgba(0,0,0,0.8);
    color: white;
}

.rtp-head {
    width: 50%;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 124%;
    padding: 24px 0;
}

.rtp-head-title {
    font-size: 56px;
    width: 64%;
    margin: 0 auto;
    line-height: normal;
    letter-spacing: 1px;
    padding: 32px 0;
}

.rtp-section {
    padding: 24px 0;
}

.rtp-section-head {
    text-align: center;
    font-size: 20px;
    text-align: center;
    padding: 24px;
    font-weight: 500;
}

.rtp-section-title {
    color: #1b98e0;
    font-size: 40px;
    padding: 16px 0;
    text-transform: uppercase;
}

.rtp-list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 16px 0;
}

.rtp-list-item-number {
    background: white;
    color: black;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 16px;
}

.rtp-list-item-info {
    width: 50%;
    line-height: 132%;
}

.rtp-list-item-info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 132%;
    padding: 8px 0;
}

.rtp-list-item-info-description {
    font-size: 16px;
    
}

@media (max-width: 1200px) {
    .rtp-container-center {
        width: 992px;
        padding: 80px;
    }

    .rtp-head-title {
        font-size: 40px;
        width: 56%;
    }

    .rtp-head {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .rtp-container-center {
        width: 768px;
        padding: 80px;
    }

    .rtp-head-title {
        font-size: 40px;
        width: 73%;
    }

    .rtp-head {
        font-size: 20px;
    }

    .rtp-section-title {
        padding-top: 0;
    }

    .rtp-list-item-info {
        width: 72%;
    }

    .rtp-list-item-number {
        margin: 16px;
    }

    .rtp-section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .rtp-container-center {
        width: 576px;
        padding: 40px;
    }

    .rtp-head {
        font-size: 20px;
        width: 72%;
    }


}

@media (max-width: 576px) {
    .rtp-container-center {
        width: 100%;
        padding: 0;
    }
    .rtp-head-title {
        font-size: 32px;
        width: 100%;
    }
}

.ps-api-container {
    background: black;
    padding: 32px 0;
    margin-bottom: -72px;
}

.ps-api-container .ps-api-img {
    margin: 0 auto;
    padding: 32px 0;
    max-width: 320px;
}

.ps-api-info {
    max-width: 560px;
    margin: 0 auto;
    line-height: 148%;
    background: white;
    padding: 32px;
    margin-bottom: 32px;
}

.email-share-button {
    margin-top: 12px;
    float: left;
}

.fb-share-button {
    margin: 12px 12px 0 0;
}

.email-share-button a {
    background-color: #405B7A;
    font-size: 14px;
    color: white;
    height: 28px;
    border-radius: 4px;
    padding: 1px 10px 1px 9px;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 28px;
}

.email-share-button a svg {
    vertical-align: text-top;
    margin-right: 2px;
}

.email-share-button a:hover {
    background-color: #364C66;
}

.ps-home-main {
    width: 900px;
    float: left;
}


.ps-home-side {
    width: 300px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.ps-home-main .ps-home-morenews {
    width: calc(100% - 300px);
    padding: 4px 4px 4px 0;
    float: right;
}

.recent-news-items {

}

.recent-news-items::after {
    content: "";
    display: table;
    clear: both;
}

.recent-news-item {
    width: 100%;
    float: left;
    padding: 8px;
    background: white;
    box-sizing: border-box;
}

.recent-news-item::after {
    content: "";
    display: table;
    clear: both;
}

.recent-news-item:nth-child(2n + 1) {
    border-right: 1px solid #EBF4FF;
}

.recent-news-item-image {
    width: 160px;
    float: left;
    height: calc(calc(160px / 16) * 9);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recent-news-item-image.align-TopLeft {
    background-position: top left;
}

.recent-news-item-image.align-TopMiddle {
    background-position: top center;
}

.recent-news-item-image.align-TopRight {
    background-position: top right;
}

.recent-news-item-image.align-BottomLeft {
    background-position: bottom left;
}

.recent-news-item-image.align-BottomMiddle {
    background-position: bottom center;
}

.recent-news-item-image.align-BottomRight {
    background-position: bottom center;
}

.recent-news-item-image.align-CenterLeft {
    background-position: center left;
}

.recent-news-item-image.align-Center {
    background-position: center;
}

.recent-news-item-image.align-CenterRight {
    background-position: center right;
}

.recent-news-item-image img {
    height: calc(calc(160px / 16) * 9);
    width: 160px;
}

.recent-news-item-title {
    padding-left: 8px;
    float: left;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #405B7A;
    font-weight: 500;
}

.recent-news-item-title .published {
    font-size: 14px;
    padding-bottom: 4px;
    display: inline-block;
    color: rgba(64,92,122,0.72);
}

.recent-news-item:hover {
    background: #EBF4FF;
}

.recent-news-item:hover .recent-news-item-title {
    color: #0a78f5;
}

.ps-weekly-edition {
    position: relative;
    margin: 8px 0;
    padding: 8px;
    background: white;
    border-radius: 2px;
}

.ps-weekly-edition .edition {
    display: block;
}

.ps-weekly-edition .edition .edition-image {
    width: 100%;
}

.ps-weekly-edition .view-all {
    margin-top: 4px;
}

.ps-home-clearfix {
    display: none;
}

.recent-news-item:nth-child(1n+20) {
    display: none;
}

.ps-home-side .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.ps-home-main .ps-home-charts {
    float: right;
    padding: 4px 4px 4px 0;
}

.ps-home-main .ps-home-charts .trending-group,
.ps-home-main .ps-home-charts .listing-group {
    padding: 0;
}

.ps-home-side .ps-home-newsletter {
    margin-top: 44px;
}

@media (max-width: 1220px) {
    .ps-home {
        max-width: 992px;
    }

    .ps-home-main {
        width: 692px;
    }

    .recent-news-item-image {
        width: 120px;
    }

    .recent-news-item-title {
        width: calc(100% - 120px);
        font-size: 14px;
    }

    .recent-news-item-title .published {
        font-size: 12px;
    }

    .recent-news-item-image img {
        height: calc(calc(120px / 16) * 9);
        width: 120px;
    }
    .recent-news-item:nth-child(1n+20) {
        display: block;
    }



}

@media (max-width: 1012px) {

    .ps-home {
        max-width: 768px;
    }

    .ps-home-main {
        max-width: 468px;
    }
    
    .ps-home-main .ps-home-morenews {
        width: 100%;
    }

    .ps-home-charts {
        width: 100%;
    }
    .ps-home-charts > div {
        width: 100% !important;
    }
    .trendingtour:nth-child(1n+11),
    .newestlisting:nth-child(1n+11) {
        display: none;
    }

    .ps-home-sub .pricing-table  li {
        font-size: 14px;
    }
}

@media (max-width: 788px) {

    .ps-home {
        max-width: 576px;
    }

    .ps-home-main {
        max-width: 100%;
    }

    .ps-home-clearfix {
        content: "";
        display: table;
        clear: both;
    }

    .ps-home-side {
        margin: 0 auto;
        float: none;
    }

    .trendingtour:nth-child(1n+11),
    .newestlisting:nth-child(1n+11) {
        display: none;
    }

    .ps-home-side {
        position: relative;
    }

    .ps-home-sub .container {
        max-width: 576px !important;
    }


    .ps-home-sub .pricing-table {
        align-content: space-around;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ps-home-sub .pricing-table > li {
        width: unset!important ;
        max-width: unset !important;
        margin-bottom: 16px !important;
    }

    .ps-home-sub .pricing-table li {
        font-size: 16px;
    }

    .ps-home-sub .col-md-8 h2 {
        text-align: center !important;
        width: 100%;
    }
}

.ps-home-sub .container {
    margin: 0 auto;
    max-width: 1200px;
}

.ps-home-sub .col-md-offset-2 {
    margin-left: unset;
}

.ps-home-sub .col-md-8 {
    width: 100%;
}

.ps-home-sub .pricing-table {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.ps-home-sub .pricing-table > li {
    margin-right: 0;
    max-width: 30%;
}

.promo-wings {
    position: absolute;
    width: 1200px;
    left: auto;
    right: auto;
    top: 72px;
	display: none;
}

.promo-wing-left {
    position: absolute;
    left: -360px;
    top: 0;
    display: block;
}
.promo-wing-right {
    position: absolute;
    right: -360px;
    top: 0;
    display: block;
}

.promo-background {
    background: black; 
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    height: 896px;
    z-index: 0;
	display: none;
}

.ps-live-banner.live-promo {
    position: relative;
    z-index: 3;
    background: transparent;
}

.ps-home-news .ps-news-item {
    border-color: white;
}

@media (max-width: 1220px) {

    .promo-wings,
    .promo-background {
        display: none;
    }
}

.ps-btn.print-chart {
    margin: 8px;
}

@media (max-width: 971px) {
    .ps-btn.print-chart {
        float: unset;
        margin: 0;
    }
}

.i5-container {
    background: white;
    width: 100%;
    margin-bottom: -72px;
}

.i5-jumbotron {
    text-align: center;
    padding: 16px 0;
    margin-bottom: 32px;
}

.i5-jumbotron img {
    display: inline-block;
    max-width: 100%;
}

.i5-fluff {
    max-width: 920px;
    margin: 0 auto;
    padding: 16px;
}

.i5-fluff.foot {
    padding: 120px 16px 120px 16px;
}
.i5-fluff .partners {
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 64px 0;
    text-align: center;
}

    .i5-fluff .sponsors {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

.i5-fluff .sponsors .i5-sponsor {
    max-width: 20%;
    min-width: 160px;
    min-height: 120px;
    background: none;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 24px;
}

.i5-fluff .sponsors .i5-sponsor img {
    max-width: 100%;
}


    .i5-fluff h1 {
        font-size: 32px;
        font-weight: 400;
        padding: 18px 0;
        line-height: 1.40;
    }
    .i5-fluff h2 {
        font-size: 28px;
        font-weight: 400;
        padding: 16px 0;
        line-height: 1.40;
    }
    .i5-fluff h3 {
        font-size: 24px;
        font-weight: 400;
        padding: 14px 0;
        line-height: 1.40;
    }
    .i5-fluff h4 {
        font-size: 20px;
        font-weight: 400;
        padding: 12px 0;
        line-height: 1.40;
    }
    .i5-fluff h5 {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0;
        line-height: 1.40;
    }
    .i5-fluff h6 {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 0;
        line-height: 1.40;
    }

.i5-fluff p {
    line-height: 1.40;
    margin: 32px 0;
}

.i5-fluff a.button {
    background: black;
    padding: 6px 12px;
    color: white;
    border-radius: 2px;
    letter-spacing: 0.8px;
}

.i5-fluff p.small {
    margin: 8px 0;
    font-size: 16px;
}

.i5-fluff p.small a {
    background: unset;
    color: #0077ff;
    padding: unset;
    letter-spacing: unset;
}

.i5-fluff a {
    color: #0077ff;
}

.i5-jumbotron img.big {
    visibility: visible;
    opacity: 1;
}

.i5-jumbotron img.small {
    display: none;
}

@media (max-width: 600px) {
    .i5-jumbotron img.big {
        display: none;
    }

    .i5-jumbotron img.small {
        display: inline-block;
    }
}

/*.i5-sponsor {
	background-size:contain;
	background-repeat:no-repeat;
	min-height:150px;
	margin:auto;
	width:300px;
	margin-top:30px;
}*/

#ps-directory-container {
    width: 800px;
    margin: 0 auto;
}

.ps-directory-section {
    padding: 24px 16px;
    margin: 8px 0;
}

.ps-directory-section label {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    letter-spacing: 0.4px;
    padding: 4px 0;
}

.ps-directory-section .ps-form-group {
    display: flex;
    flex-direction: row;
}

.ps-directory-section .ps-form-group label {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
}

.ps-directory-section .ps-form-group label.grow {
    flex-grow: 1;
}

.ps-directory-section .ps-form-group label.pad {
    padding: 4px 8px;
}

.ps-directory-section .ps-form-group label.pad-right {
    padding: 4px 8px 4px 0;
}

.ps-directory-section input {
    padding: 8px 16px !important;
    border-radius: 2px !important;
    border: 2px solid white !important;
    display: block !important;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
}

.ps-directory-section input:focus,
.ps-directory-section input:hover {
    border-color: #405B7A !important;
    background: white !important;
}

.ps-directory-section md-autocomplete-wrap {
    box-shadow: none;
    margin: 8px 0;
}

.ps-directory-section md-autocomplete-wrap input {
    margin: 0;
}

list .ps-directory-section .ps-form-group {
    display: block;
}

.ps-directory-section .ps-directory-section {
    padding: 8px 0;
}

.ps-directory-section .list-item {
    margin-bottom: 8px;
    border: 4px solid white;
    border-radius: 2px;
    padding: 8px;
}

.ps-directory-section .list-item input {
    background: #ebf0f5;
    border-radius: 2px;
    border-color: #ebf0f5 !important;
}

.ps-directory-section .list-item .ps-directory-section {
    padding: 16px;
    margin: 0;
}

.ps-directory-section picklist select {
    background: #ebf0f5;
    border-radius: 2px;
    border: none;
    padding: 16px;
}

.ps-directory-section bool input {
    display: inline-block !important;
    width: auto;
}

.impact50 {
    font-variant-ligatures: no-common-ligatures;
    color: #242424;
}

.impact50 .inserted-img {
    background: unset;
    width: 50%;
    float: left;
    padding-top: 0;
}

.impact50 .inserted-img .credit,
.impact50 .inserted-img .title1,
.impact50 .inserted-img .caption {
    display: none;
}

.impact50 h6 {
    font-size: 40px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-style: italic;
    padding:0;
    margin:0;
    line-height: 48px;
    /*color: #242424;*/
    text-transform: uppercase;
}

.impact50 h6 + * {
    font-weight: 300;
    font-family: 'HelveticaNeue';
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.4px;
    -webkit-text-stroke: 0.24px #242424;
}

.impact50.y2020 h6 {
    color: #000;
    font-family: League;
}

.impact50.y2020 h6 + * {
    font-style: italic;
    color: #000;
}

.impact50 h5 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    font-family: 'Exo', sans-serif;
}

.impact50 h5 + * {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
}

    .impact50.y2020 h5 {
        font-weight: 700;
        font-family: 'HelveticaNeue';
        color: #15BEF0;
    }

        .impact50.y2020 h5 + * {
            color: #000;
            font-family: 'HelveticaNeue';
        }

.impact50 hr {
    border-width: 1px;
    border-color: #242424;
    border-radius: 2px;
    margin: 16px 0;
}

.impact50 h4 {
    font-size:20px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: 'Exo', sans-serif;
}

.impact50 h4 + * {
    margin: 0;
    margin-bottom: 8px;
}

.impact50 h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
}

.impact50 p {
    font-family: 'HelveticaNeue';
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.4px;
    -webkit-text-stroke: 0.24px #242424;
    margin: 16px 0;
    text-align: justify;
}

.impact50 h2 {
    float: left;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 16px 0;
}

.impact50 h1 {
    float:right;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 16px 0;
}

    .impact50 h1 a,
    .impact50 h2 a {
        color: #15BEF0;
    }

@media (max-width: 767px) {

    .impact50 .inserted-img {
        width: 100%;
        float: unset;
    }
}

.i5-fluff.breadcrumb {
    padding: 24px 0;
    color: #242424;
    font-size: 18px;
}

.i5-fluff.breadcrumb a,
.i5-fluff.breadcrumb a:hover {
    color: #46C3D2;
    margin-right: 4px;
    font-size: 18px;
}

.i5-fluff.breadcrumb span {
    text-transform: none;
    font-weight: 300;
    margin-left: 4px;
    font-family: 'HelveticaNeue';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.4px;
    -webkit-text-stroke: 0.24px #242424;
}

.i5-back-container::before {
    content: "";
    display: table;
    clear: both;
}

.i5-back-container {
    text-align: center;
}

.i5-back-container .i5-back {
    padding: 16px 16px;
    background: black;
    display: inline-block;
    margin: 24px auto;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.i5-list-section {
    padding: 24px 0;
    font-weight: 300;
    font-family: 'HelveticaNeue';
    font-size: 17px;
    letter-spacing: 0.4px;

    color: #242424;
}

.i5-list-header {
    padding-bottom: 16px;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 124%;
    text-transform: uppercase;
}

.i5-list-header-sub {
    display: block;
    font-size: 19px;
    font-family: 'HelveticaNeue';
    font-style: normal;
    line-height: 124%;
    text-transform: none;
    -webkit-text-stroke: 0.24px #242424;
}

.i5-list-section a {
    display: block;
    padding: 8px 0;
    margin: 14px 0;
    font-size: 16px;
    color: #242424;
    line-height: 124%;
    font-family: 'Exo', sans-serif;
    text-align: center;
}

.i5-list-section a span:first-child {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 1.2px;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    color: #46C3D2;
}

.ps-news-item.i5-articlethumbnail .ps-news-image {
    transform: unset;
}

.i5-articlethumbnail .ps-news-title,
.i5-articlethumbnail .ps-news-image-shade{
    display: none;
}

.i5-container.ttm .i5-jumbotron {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
}

.toptourmanagers .i5-list-section a span:first-child {
    color: white;
    padding: 4px 8px;
    display: inline-block;
    background: red;
    font-weight: 700;
    margin-right: 0;
}

.toptourmanagers .i5-list-section a span {
    display: block;
    margin-top: 8px;
    font-weight: 400;
}

.toptourmanagers .i5-list-section a .title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
    font-size: 14px;
}

.toptourmanagers .i5-list-section a .tourstitle {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto;
}

.toptourmanagers .i5-list-section a .tourslist {
    margin-top: 0;
    font-family: Roboto;
    line-height: 14px;
    font-size: 14px;
}

.toptourmanagers h2 {
    float: left;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 16px 0;
}

.toptourmanagers h1 {
    float: right;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 16px 0;
}

.toptourmanagers h1 a,
.toptourmanagers h2 a {
    color: black;
}

.toptourmanagers .inserted-img {
    background: transparent;

}

.search-container {
    font-family: Rubik;
    color: #18467A;
    max-width: 800px;
    margin: auto;
}

.search-container .tabs {
    padding: 16px 0;
}

.search-container .tabs .tab {
    padding: 8px 12px;
    display: inline-block;
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #18467A;
    cursor: pointer;
    user-select: none;
    margin-right: 8px;
}

.search-container .tabs .tab.active,
.search-container .tabs .tab:hover {
    background: white;
    color: #0077ff;
}

.search-container .results .result {
    padding: 4px 12px;
}

.search-container .results .result a {
    font-size: 14px;
    font-weight: 400;
    color: #5579A3;
    font-size: 14px;
    line-height: 24px;
    user-select: none;
}

.search-container .results a .name {
    color: #18467A;
    font-weight: 500;
}

.search-container .results a:hover {
    color: #18467A;
}

.search-container .results a:hover .name {
    color: #0077ff;
}

.search-container .results a span {
    margin-right: 8px;
}

.search-container .results .badge {
    border-radius: 8px;
    font-size: 12px;
    background: white;
    color: #5579A3;
    padding: 2px 8px;
}

.search-container .search-term {
    padding: 8px 12px;
    font-size: 20px;
    color: #18467A;
    margin-top: 16px;
    font-family: Rubik;
}

.search-container .search-term span:nth-child(2) {
    color: #0077ff;
    font-weight: 500;
}

.search-container .results .news-item .title {
    color: #18467A;
    font-weight: 500;
}

.search-container .results .news-item a:hover .title {
    color: #0077ff;
}


@import url('https://use.typekit.net/tbi4xez.css');
@import url("https://p.typekit.net/p.css?s=1&k=tbi4xez&ht=tk&f=32211.32212.32213.42831.42832.42833.32214.32215.32216.32217.32219.32220&a=11702318&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tbi4xez&ht=tk&f=32211.32212.32213.42831.42832.42833.32214.32215.32216.32217.32219.32220&a=11702318&app=typekit&e=css");

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/l?subset_id=2&fvd=i8&v=3") format("woff2"),url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/d?subset_id=2&fvd=i8&v=3") format("woff"),url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/a?subset_id=2&fvd=i8&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/l?subset_id=2&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/d?subset_id=2&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/a?subset_id=2&fvd=n1&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/l?subset_id=2&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/d?subset_id=2&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/a?subset_id=2&fvd=n2&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/d?subset_id=2&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/b0707d/00000000000000003b9b3566/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/534001/00000000000000003b9b3568/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/9b22e4/00000000000000003b9b356a/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3d9b92/00000000000000003b9b3567/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/168c22/00000000000000003b9b3569/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "circe";
    src: url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/l?subset_id=2&fvd=i8&v=3") format("woff2"),url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/d?subset_id=2&fvd=i8&v=3") format("woff"),url("https://use.typekit.net/af/eb5f77/00000000000000003b9b356b/27/a?subset_id=2&fvd=i8&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/l?subset_id=2&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/d?subset_id=2&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/abbf5f/00000000000000003b9aee02/27/a?subset_id=2&fvd=n1&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/l?subset_id=2&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/d?subset_id=2&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/e518cd/00000000000000003b9aee03/27/a?subset_id=2&fvd=n2&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/d?subset_id=2&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/031862/00000000000000003b9aee04/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/604812/00000000000000003b9aee05/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "circe-rounded";
    src: url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

.tta .table {
    font-family: Rubik;
}

.tta .table thead {
    font-weight: 100;
    font-family: Circe;
}

.tta .title {
    font-size: 48px;
    font-family: circe;
    padding: 24px 8px;
    font-weight: 700;
}

.tta .table tbody tr td {
    line-height: 32px;
    padding: 0 16px;
    font-size: 20px;
    border: none;
    padding: 44px 16px;
}

.tta .table tbody tr td:nth-child(1) {
    font-size: 24px;
}

.tta .table tbody tr td:nth-child(2) {
    font-size: 32px;
    font-family: Circe;
    font-weight: 700;
    color: #000;
    padding-top: 44px;
    line-height: 32px;
}

.tta .table tbody tr td:nth-child(4) {
    padding: 0;
}

.tta .table article {
    padding: 0;
    margin: 0;
    background: transparent;
}

.tta .table img {
    height: 120px;
    display: block;
}

.tta .table tbody tr td a {
    color: #000;
    font-family: circe;
    text-decoration: none;
}

@media (max-width:640px) {
    .tta .table tbody tr td {
        padding: 0px;
        display: flex;
        padding: 8px 0 !important;
        justify-content: center;
        line-height: normal;
        text-align: center;
    }

    .tta .table thead {
        display: none;
    }

    .tta .table tbody tr td:nth-child(2) {
        font-size: 24px;
    }

    .tta .table tbody tr td:nth-child(3) {
        font-size: 16px;
    }
}

.se-container {
    background: white;
    margin-bottom: -72px;
}

.se-container .se-content {
    max-width: 960px;
    margin: 0 auto;
    color: #344455;
    font-family: 'Merriweather';
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    padding: 24px 48px;
    font-variant-ligatures: none;
    box-sizing: border-box;
    width: 100%;
}

#se {
    opacity: 0;
}

.se-article {
    background: #F5F7FA !important;
}

.se-article .se-container {
    position: relative;
}
.se-article h1,
.se-article h2,
.se-article h3,
.se-article h4,
.se-article h5,
.se-article h6 {
    font-family: circe;
    line-height: normal;
    padding: 8px 0;
    color: #2C517A;
}

.se-article .ps-header-container {
    box-shadow: none;
}

.se-article .ps-header,
.se-article .se-container {
    background: #F5F7FA;
    background: transparent;
}

.se-article .ps-header-container,
.se-article .ps-header .ps-cart-container,
.se-article .ps-header .ps-menu .ps-menu-item a,
.se-article .ps-login .sign-in a,
.se-article .ps-login .sign-up a{
    background: transparent;
}

.se-article .ps-header .ps-menu-item a {
    transition: none;
}

.se-article .ps-header .ps-dropdown::before {
    display: none;
}

.se-article .ps-header .ps-menu-item .ps-dropdown a {
    background: white;
}

.se-article .se-title {
    font-family: circe;
    color: #18467a;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-variant-ligatures: none;
    padding: 24px 0;
}

.se-article .inserted-img {
    padding: 0;
    background: 0;
}

.se-article .inserted-img[size='half-width'][alignment="align-left"] {
    margin: 0 32px 32px 0
}

.se-article #feature {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.se-article #feature img {
    max-width: 480px;
    width: 100%;
    position: relative;
}

.se-article #feature-section {
    background: black;
    background: radial-gradient(circle, rgba(22,22,22,1) 0%, rgba(0,0,0,1) 100%);
    padding: 72px 0 32px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.se-article {
    height: unset;
}

.se-article #feature-section svg {
    fill: rgba(255,255,255,0.08);
    width: 100vw;
    position: absolute;

    top: -100px;
    z-index: 0;
}

.se-article #feature-section svg.right {
    right: 50%;
    transform: rotateX(180deg);
}

.se-article #feature-section svg.left {
    left: 50%;
}

.se-article .se-title {
    font-size: 48px;
    color: white;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 0;
    font-weight: 900;
    letter-spacing: 1px;
}

.se-article p {
    margin: 0;
    padding: 8px 0;
    margin-bottom: 8px;
}

.se-article h1 {
    font-size: 32px;
}

.se-article h2 {
    font-size: 24px;
}

.se-article .se-content img {
    width: 100%;
    margin: 16px 0;
}

.se-article .se-content a {
    color: #2C517A;
    text-decoration: underline;
}

.se-article .side-col {
    min-width: 300px;
}

.se-article .ps-layoutArticle {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1260px;
}
.se-article #banner-section {
    max-width: 1260px;
    margin: auto;
}

.se-article #se-banner {
    padding: 24px 16px;
}

.se-article .side-col img {
    width: 100%;
}

.se-article .inserted-img[size="medium"][alignment="align-left"] {
    margin: 0 30px 30px 0;
}

@media (max-width: 800px) {

    .se-article .se-content {
        padding: 16px;
    }
    .se-article .se-content a {
        margin-bottom: 8px;
        display: inline-block;
    }

    .se-article .se-title {
        padding: 16px;
    }

    .se-article #feature {
        padding-bottom: 0;
    }

    .se-article #feature-section {
        padding: 0;
    }


}

@media (max-width: 960px) {

    .se-article .side-col {
        display: none;
    }
}


.impact50.y2020 .i5-list-header {
    font-family: league-gothic, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.impact50.y2020 .i5-list-header-sub {
    font-style: italic;
    font-weight: 400;
}

.impact50.y2020 .i5-list-section a span:first-child {
    font-family: HelveticaNeue;
    font-weight: 600;
    color: #15BEF0;
}

.wol a {
    display: block !important
}
