@charset "UTF-8";
.alert {
    padding-left: 85px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 13px;
    position: relative;
    color: #000;
    position: absolute;
    top: 2%;
    z-index: 999;
    width: 50%;
    margin: 0;
    left: 25%;
    background: #323150;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0 0 63px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 63px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 63px -13px rgba(0, 0, 0, 0.75)
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0;
    top: 0;
    line-height: 1
}

.alert::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    width: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

.alert strong {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif
}

.alert-dismissible {
    padding-right: 37px
}

.alert-dismissible .close {
    top: 2px;
    right: -21px;
    color: inherit
}

.alert-btn-right {
    position: relative;
    float: right;
    top: 0;
    right: 0
}

.alert-success {
    background-color: #14cc9b;
    border-color: rgba(255, 255, 255, 0.05)
}

.alert-success hr {
    border-top-color: rgba(242, 242, 242, 0.05)
}

.alert-success::before {
    background-color: #0fe3ab;
    background-size: 14px 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%23fff' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E")
}

.alert-info {
    background-color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.05)
}

.alert-info hr {
    border-top-color: rgba(242, 242, 242, 0.05)
}

.alert-info::before {
    background-color: #10ce74;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E")
}

.alert-warning {
    background-color: #323150;
    border-color: rgba(255, 255, 255, 0.05)
}

.alert-warning hr {
    border-top-color: rgba(242, 242, 242, 0.05)
}

.alert-warning::before {
    background-color: #ff7e1f;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E")
}

.alert-danger {
    background-color: #323150;
    border-color: rgba(255, 255, 255, 0.05)
}

.alert-danger hr {
    border-top-color: rgba(242, 242, 242, 0.05)
}

.alert-danger::before {
    background-color: #f92552;
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23fff' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E")
}

.btn {
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 40px;
    font-size: 12px;
    line-height: 1.5em;
    border-radius: 4px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff
}

.btn:active,
.btn.active {
    box-shadow: none
}

.btn-default {
    color: #fff;
    background-color: #938fa4;
    border-color: transparent
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-default:hover {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #67637a;
    border-color: transparent
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #938fa4;
    border-color: transparent
}

.btn-default .badge {
    color: #938fa4;
    background-color: #fff
}

.btn-default-alt {
    color: #fff;
    background-color: #3c3b5b;
    border-color: transparent
}

.btn-default-alt:focus,
.btn-default-alt.focus {
    color: #fff;
    background-color: #938fa4;
    border-color: transparent
}

.btn-default-alt:hover {
    color: #fff;
    background-color: #938fa4;
    border-color: transparent
}

.btn-default-alt:active,
.btn-default-alt.active,
.open > .btn-default-alt.dropdown-toggle {
    color: #fff;
    background-color: #938fa4;
    border-color: transparent
}

.btn-default-alt:active:hover,
.btn-default-alt:active:focus,
.btn-default-alt:active.focus,
.btn-default-alt.active:hover,
.btn-default-alt.active:focus,
.btn-default-alt.active.focus,
.open > .btn-default-alt.dropdown-toggle:hover,
.open > .btn-default-alt.dropdown-toggle:focus,
.open > .btn-default-alt.dropdown-toggle.focus {
    color: #fff;
    background-color: #191926;
    border-color: transparent
}

.btn-default-alt:active,
.btn-default-alt.active,
.open > .btn-default-alt.dropdown-toggle {
    background-image: none
}

.btn-default-alt.disabled:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt.disabled.focus,
.btn-default-alt[disabled]:hover,
.btn-default-alt[disabled]:focus,
.btn-default-alt[disabled].focus,
fieldset[disabled] .btn-default-alt:hover,
fieldset[disabled] .btn-default-alt:focus,
fieldset[disabled] .btn-default-alt.focus {
    background-color: #3c3b5b;
    border-color: transparent
}

.btn-default-alt .badge {
    color: #3c3b5b;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #3c3b5b;
    border-color: transparent
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-primary:hover {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #191926;
    border-color: transparent
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #3c3b5b;
    border-color: transparent
}

.btn-primary .badge {
    color: #3c3b5b;
    background-color: #fff
}

.btn-primary-inverse {
    color: #fff;
    background-color: #f92552;
    border-color: transparent
}

.btn-primary-inverse:focus,
.btn-primary-inverse.focus {
    color: #fff;
    background-color: #fa486e;
    border-color: transparent
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #fa486e;
    border-color: transparent
}

.btn-primary-inverse:active,
.btn-primary-inverse.active,
.open > .btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #fa486e;
    border-color: transparent;
    background-image: none;
}

.btn-primary-inverse:active:hover,
.btn-primary-inverse:active:focus,
.btn-primary-inverse:active.focus,
.btn-primary-inverse.active:hover,
.btn-primary-inverse.active:focus,
.btn-primary-inverse.active.focus,
.open > .btn-primary-inverse.dropdown-toggle:hover,
.open > .btn-primary-inverse.dropdown-toggle:focus,
.open > .btn-primary-inverse.dropdown-toggle.focus {
    color: #fff;
    background-color: #c2052d;
    border-color: transparent
}

.btn-primary-inverse.disabled:hover,
.btn-primary-inverse.disabled:focus,
.btn-primary-inverse.disabled.focus,
.btn-primary-inverse[disabled]:hover,
.btn-primary-inverse[disabled]:focus,
.btn-primary-inverse[disabled].focus,
fieldset[disabled] .btn-primary-inverse:hover,
fieldset[disabled] .btn-primary-inverse:focus,
fieldset[disabled] .btn-primary-inverse.focus {
    background-color: #f92552;
    border-color: transparent
}

.btn-primary-inverse .badge {
    color: #f92552;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #0fe3ab;
    border-color: transparent
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #0ed5a0;
    border-color: transparent
}

.btn-success:hover {
    color: #fff;
    background-color: #0ed5a0;
    border-color: transparent
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0ed5a0;
    border-color: transparent
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #0a926e;
    border-color: transparent
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #0fe3ab;
    border-color: transparent
}

.btn-success .badge {
    color: #0fe3ab;
    background-color: #fff
}

.btn-instagram {
    background-color: #1e78dd;
    color: #fff
}

.btn-instagram:hover,
.btn-instagram:active,
.btn-instagram:focus {
    background-color: #3185e3
}

.btn-instagram i {
    font-size: 6px;
    position: relative;
    top: -1px
}

.btn-instagram.btn-sm {
    padding-left: 24px;
    padding-right: 24px
}

.btn-facebook {
    color: #fff;
    background-color: #4d6baa;
    border-color: transparent
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent
}

.btn-facebook:hover {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent
}

.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent
}

.btn-facebook:active:hover,
.btn-facebook:active:focus,
.btn-facebook:active.focus,
.btn-facebook.active:hover,
.btn-facebook.active:focus,
.btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
    color: #fff;
    background-color: #32456e;
    border-color: transparent
}

.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    background-image: none
}

.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #4d6baa;
    border-color: transparent
}

.btn-facebook .badge {
    color: #4d6baa;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #3fcef2;
    border-color: transparent
}

.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent
}

.btn-twitter:hover {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent
}

.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent
}

.btn-twitter:active:hover,
.btn-twitter:active:focus,
.btn-twitter:active.focus,
.btn-twitter.active:hover,
.btn-twitter.active:focus,
.btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
    color: #fff;
    background-color: #0ea6cc;
    border-color: transparent
}

.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    background-image: none
}

.btn-twitter.disabled:hover,
.btn-twitter.disabled:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled]:hover,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #3fcef2;
    border-color: transparent
}

.btn-twitter .badge {
    color: #3fcef2;
    background-color: #fff
}

.btn-gplus {
    color: #fff;
    background-color: #e34d39;
    border-color: transparent
}

.btn-gplus:focus,
.btn-gplus.focus {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent
}

.btn-gplus:hover {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent
}

.btn-gplus:active,
.btn-gplus.active,
.open > .btn-gplus.dropdown-toggle {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent
}

.btn-gplus:active:hover,
.btn-gplus:active:focus,
.btn-gplus:active.focus,
.btn-gplus.active:hover,
.btn-gplus.active:focus,
.btn-gplus.active.focus,
.open > .btn-gplus.dropdown-toggle:hover,
.open > .btn-gplus.dropdown-toggle:focus,
.open > .btn-gplus.dropdown-toggle.focus {
    color: #fff;
    background-color: #ad2a18;
    border-color: transparent
}

.btn-gplus:active,
.btn-gplus.active,
.open > .btn-gplus.dropdown-toggle {
    background-image: none
}

.btn-gplus.disabled:hover,
.btn-gplus.disabled:focus,
.btn-gplus.disabled.focus,
.btn-gplus[disabled]:hover,
.btn-gplus[disabled]:focus,
.btn-gplus[disabled].focus,
fieldset[disabled] .btn-gplus:hover,
fieldset[disabled] .btn-gplus:focus,
fieldset[disabled] .btn-gplus.focus {
    background-color: #e34d39;
    border-color: transparent
}

.btn-gplus .badge {
    color: #e34d39;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #0077B5;
    border-color: transparent
}

.btn-linkedin:focus,
.btn-linkedin.focus {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent
}

.btn-linkedin:active:hover,
.btn-linkedin:active:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active:hover,
.btn-linkedin.active:focus,
.btn-linkedin.active.focus,
.open > .btn-linkedin.dropdown-toggle:hover,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle.focus {
    color: #fff;
    background-color: #003e5e;
    border-color: transparent
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    background-image: none
}

.btn-linkedin.disabled:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled]:hover,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
    background-color: #0077B5;
    border-color: transparent
}

.btn-linkedin .badge {
    color: #0077B5;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #6383A8;
    border-color: transparent
}

.btn-vk:focus,
.btn-vk.focus {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent
}

.btn-vk:hover {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent
}

.btn-vk:active,
.btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent
}

.btn-vk:active:hover,
.btn-vk:active:focus,
.btn-vk:active.focus,
.btn-vk.active:hover,
.btn-vk.active:focus,
.btn-vk.active.focus,
.open > .btn-vk.dropdown-toggle:hover,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle.focus {
    color: #fff;
    background-color: #415874;
    border-color: transparent
}

.btn-vk:active,
.btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    background-image: none
}

.btn-vk.disabled:hover,
.btn-vk.disabled:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled]:hover,
.btn-vk[disabled]:focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
    background-color: #6383A8;
    border-color: transparent
}

.btn-vk .badge {
    color: #6383A8;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #F4731C;
    border-color: transparent
}

.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #f58234;
    border-color: transparent
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f58234;
    border-color: transparent
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #f58234;
    border-color: transparent
}

.btn-odnoklassniki:active:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active:hover,
.btn-odnoklassniki.active:focus,
.btn-odnoklassniki.active.focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: transparent
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
    background-image: none
}

.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled]:hover,
.btn-odnoklassniki[disabled]:focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #F4731C;
    border-color: transparent
}

.btn-odnoklassniki .badge {
    color: #F4731C;
    background-color: #fff
}

.btn-link {
    color: rgba(60, 59, 91, 0.4);
    color: #7f7e8c
}

.btn-link:hover {
    text-decoration: none;
    color: #3c3b5b;
    color: #fff
}

.btn-lg {
    padding: 16px 80px;
    font-size: 14px;
    line-height: 1.33em;
    border-radius: 4px
}

.btn-sm {
    padding: 10px 38px;
    font-size: 12px;
    line-height: 1.5em;
    border-radius: 4px
}

.btn-xs {
    padding: 5px 13px;
    font-size: 9px;
    line-height: 1.5em;
    border-radius: 2px
}

.btn-outline {
    background: none
}

.btn-outline.btn-default {
    border-color: #7f7e8c;
    color: #000
}

.btn-outline.btn-default:hover {
    background-color: transparent;
    border-color: #fe3f3f;
    color: #fe3f3f
}

.btn-outline.btn-default:hover.btn-circle {
    background-color: #3ffeca
}

.btn-outline.btn-primary {
    border-color: #7f7e8c;
    color: #fff
}

.btn-outline.btn-primary:hover {
    background-color: transparent;
    border-color: #f92552;
    color: #fff
}

.btn-outline.btn-primary:hover.btn-circle {
    background-color: #f92552
}

.btn-outline.btn-inverse {
    border-color: #fff;
    color: #fff;
    border-width: 2px
}

.btn-outline.btn-inverse:hover {
    background-color: #f92552;
    border-color: #f92552;
    color: #fff
}

.btn-outline.btn-inverse:hover i {
    color: #fff
}

.btn-outline.btn-inverse:hover.btn-circle {
    background-color: #f92552
}

.btn-icon i {
    font-size: 14px;
    margin-right: 10px
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

.btn-single-icon {
    padding-left: 0;
    padding-right: 0;
    width: 47px;
    text-align: center
}

.btn-single-icon i {
    margin: 0;
    font-size: 13px;
    line-height: 1.2em
}

.btn-circle {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center
}

.btn-circle i {
    font-size: 15px
}

.btn-circle.btn-outline {
    border-width: 2px
}

.btn-block {
    padding-left: 0;
    padding-right: 0
}

.btn-condensed.btn-sm {
    padding: 13px 28px
}

.btn-condensed.btn-sm.btn-icon-right {
    padding-right: 22px
}

.btn-fab {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #f92552;
    border-radius: 50%
}

.btn-fab::before,
.btn-fab::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.btn-fab::before {
    width: 17px;
    height: 3px
}

.btn-fab::after {
    width: 3px;
    height: 17px
}

.btn-fab:hover::before,
.btn-fab:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.btn-fab--clean {
    background-color: transparent
}

.btn-fab--clean::before,
.btn-fab--clean::after {
    background-color: #3ffeca
}

.btn-fab--sm {
    width: 30px;
    height: 30px
}

.btn-fab--sm::before {
    width: 10px;
    height: 2px
}

.btn-fab--sm::after {
    width: 2px;
    height: 10px
}

.card {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 15px
}

.card--clean {
    background: none;
    border: none
}

.card--clean .card__header {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

.card--clean > .card__content {
    padding: 15px 0 0
}

.card--has-table > .card__content {
    padding: 0
}

.card--has-table > .card__content .table {
    margin-bottom: 0
}

.card--no-paddings > .card__content {
    padding: 0
}

.card--squared-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card__header {
    padding: 15px 23px;
    border-radius: 4px 4px 0 0;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    overflow: hidden;
    background-color: #fff
}

.card__header ~ .card__header {
    border-radius: 0
}

.card__header ~ .card__header::before {
    border-radius: 0
}

.card__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f92552;
    border-radius: 3px 0 0 0
}

.card__header > h4 {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: -.02em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: normal;
    color: #30414b!important
}

@media (min-width:736px) {
    .card__header .card-header__button {
        float: right
    }
}

.card__header--has-btn {
    padding-top: 24px;
    padding-bottom: 24px
}

.card__header--has-btn > h4 {
    margin-bottom: .5em
}

@media (min-width:480px) {
    .card__header--has-btn > h4 {
        display: inline-block;
        margin-bottom: 0
    }
}

.card__header--has-filter {
    padding-top: 24px;
    padding-bottom: 24px
}

.card__header--has-filter > h4 {
    display: inline-block
}

.card__header--has-filter .category-filter {
    padding-top: 5px
}

@media (min-width:480px) {
    .card__header--has-filter .category-filter {
        float: right;
        padding-top: 0
    }
}

.card__header--has-legend {
    padding-top: 24px;
    padding-bottom: 24px
}

.card__header--has-legend > h4 {
    display: inline-block
}

.card__header--has-legend .chart-legend {
    padding-top: 5px
}

@media (min-width:480px) {
    .card__header--has-legend .chart-legend {
        float: right;
        padding-top: 0
    }
}

.card__header--has-checkbox {
    padding-top: 24px;
    padding-bottom: 24px
}

.card__header--has-checkbox > h4 {
    margin-bottom: .5em
}

@media (min-width:480px) {
    .card__header--has-checkbox > h4 {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (min-width:480px) {
    .card__header--has-checkbox .checkbox {
        float: right;
        padding-top: 0;
        font-size: 10px;
        font-weight: 700
    }
}

.card__header--has-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__header--has-toggle .switch {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.card__content {
    padding: 20px
}

.card__content-inner {
    padding: 20px
}

.card__subheader {
    background: #363555;
    border-top: 1px solid #3c3b5b;
    border-bottom: 1px solid #3c3b5b;
    text-align: center;
    padding: 8px 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .card__subheader {
        padding: 11px 0;
        margin-bottom: 30px
    }
}

.card__subheader h5 {
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase
}

.card__subheader--nomargins {
    margin: 0
}

.card__subheader--sm h5 {
    font-size: 11px;
    line-height: 1.2em
}

@media (min-width:992px) {
    .card--lg .card__content {
        padding: 40px 30px
    }
}

@media (min-width:992px) {
    .card--xlg .card__content {
        padding: 70px
    }
}

.card--alt-color .card__header::before {
    background-color: #3ffeca
}

.card__header--shop-filter {
    padding: 0
}

.card--section {
    border-radius: 0;
    border-left: none;
    border-right: none
}

.label {
    padding: .5em 1.1em;
    font-size: 8px;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    text-transform: uppercase
}

a.label:hover,
a.label:focus {
    color: #fff
}

.label-default {
    background-color: #9e9caa
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #838192
}

.label-primary {
    background-color: #f92552
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e50636
}

.label-success {
    background-color: #0fe3ab
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0cb387
}

.label-info {
    background-color: #9e69ee
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #803be9
}

.label-warning {
    background-color: #ff7e1f
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #eb6400
}

.label-danger {
    background-color: #f92552
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #e50636
}

label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #282840;
    margin-bottom: 0
}

label .required {
    color: #f92552;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding: 12px 16px;
    line-height: 1.733333;
    font-size: 15px;
    color: #31404b;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.form-control:focus {
    color: #565656;
    background-color: #efefef;
    border-color: #757575;
    box-shadow: none
}

.modal-form h5 {
    color: #333
}

.form-control::-moz-placeholder {
    color: rgba(127, 126, 140, 0.6);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(127, 126, 140, 0.6)
}

.form-control::-webkit-input-placeholder {
    color: rgba(127, 126, 140, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #282840;
    border-color: transparent
}

.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
    color: rgba(154, 157, 162, 0.4);
    opacity: 1
}

.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
    color: rgba(154, 157, 162, 0.4)
}

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: rgba(154, 157, 162, 0.4)
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #4ece30
}

.has-success .form-control {
    border-color: #0fe3ab;
    box-shadow: none;
    background-position: center right .9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em
}

.has-success .form-control:focus {
    border-color: #0fe3ab;
    box-shadow: none
}

.has-success .input-group-addon {
    color: #0fe3ab;
    border-color: #0fe3ab;
    background-color: #323150
}

.has-success .form-control-feedback {
    color: #0fe3ab
}

.has-success .form-control {
    background-size: 15px 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%2324d9b0' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E")
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fff
}

.has-warning .form-control {
    border-color: #ff7e1f;
    box-shadow: none;
    background-position: center right .9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em
}

.has-warning .form-control:focus {
    border-color: #ff7e1f;
    box-shadow: none
}

.has-warning .input-group-addon {
    color: #ff7e1f;
    border-color: #ff7e1f;
    background-color: #323150
}

.has-warning .form-control-feedback {
    color: #ff7e1f
}

.has-warning .form-control {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff7e1f' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #f92552;
    box-shadow: none;
    background-position: center right .9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em
}

.has-error .form-control:focus {
    border-color: #f92552;
    box-shadow: none
}

.has-error .input-group-addon {
    color: #f92552;
    border-color: #f92552;
    background-color: #323150
}

.has-error .form-control-feedback {
    color: #f92552
}

.has-error .form-control {
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23f34141' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E")
}

select.form-control {
    border-radius: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-position: right 1em center;
    background-repeat: no-repeat;
    padding-right: 2.2em;
    background-size: 6px 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: rgba(154, 157, 162, 0.4)
}

select.form-control::-ms-expand {
    display: none
}

select.form-control.input-sm {
    height: 45px;
    padding-top: 7px;
    padding-bottom: 7px
}

select.form-control--clean {
    font-size: 15px;
    height: 28px;
    line-height: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    color: #3c3b5b;
    font-family: "Exo 2", sans-serif;
    border: none
}

.input-sm {
    height: 45px;
    padding: 10px 14px;
    font-size: 13px
}

.form-group {
    background: none;
    margin-bottom: 0
}

.form-group--sm {
    margin-bottom: 15px
}

.form-group--xs {
    margin-bottom: 10px
}

.form-group--lg {
    margin-bottom: 34px
}

.form-group--submit {
    margin-bottom: 0;
    padding-top: 12px
}

.form-group--password-forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0
}

.form-group--password-forgot label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form-group--password-forgot .password-reminder {
    font-size: 11px;
    text-transform: uppercase;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #fff
}

.form-group--upload {
    overflow: hidden
}

@media (min-width:768px) {
    .form-group__avatar {
        float: left;
        width: 240px;
        width: 160px
    }
}

.form-group__avatar img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    border-radius: 4px
}

.form-group__label {
    display: inline-block;
    vertical-align: middle
}

.form-group__label h6 {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: .2em
}

.form-group__label span {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    color: #c2c4c7
}

.form-group__upload {
    padding-top: 10px
}

@media (min-width:768px) {
    .form-group__upload {
        padding-top: 6px
    }
}

.checkbox {
    position: relative;
    margin: 0;
    font-weight: 700
}

.widget--sidebar .checkbox {
    font-size: 10px
}

.checkbox input[type="checkbox"] {
    display: none
}

.checkbox input[type="checkbox"]:checked + .checkbox-indicator {
    background-color: #f92552;
    border-color: #f92552;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.checkbox .checkbox-indicator {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #282840;
    border: 1px solid #3c3b5b;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%
}

.checkbox.checkbox-inline {
    padding-left: 24px
}

.checkbox input[type="checkbox"]:disabled + .checkbox-indicator {
    background-color: #7f7e8c;
    border-color: #7f7e8c
}

.checkbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkbox-table .checkbox--cell {
    margin: 0 0 -1px -1px
}

.checkbox--cell {
    width: 44px;
    height: 44px;
    position: relative
}

.checkbox--cell input[type="checkbox"]:checked + .checkbox-indicator {
    background-color: #f92552;
    background-image: none;
    border-color: #3c3b5b;
    color: #fff
}

.checkbox--cell .checkbox-indicator {
    content: "";
    width: 44px;
    height: 44px;
    background-color: #383759;
    border: 1px solid #3c3b5b;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    line-height: 42px
}

.radio {
    position: relative;
    margin: 0
}

.radio input[type="radio"] {
    display: none
}

.radio input[type="radio"]:checked + .radio-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23f92552'/%3E%3C/svg%3E")
}

.radio .radio-indicator {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #282840;
    border: 1px solid #3c3b5b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px
}

.radio.radio-inline {
    padding-left: 24px
}

.radio input[type="radio"]:disabled + .radio-indicator {
    background-color: #7f7e8c;
    border-color: #7f7e8c;
    background-image: none
}

.radio--word {
    position: relative;
    padding: 0!important
}

.radio--word + .radio--word {
    margin-left: 20px
}

.radio--word input[type="radio"]:checked + .radio-label {
    color: #3c3b5b
}

.radio--word .radio-label {
    color: #bfc2c4;
    font-weight: 700
}

.radio--word-lg {
    font-size: 15px;
    line-height: 1.2em
}

.inline-form .input-group-btn .btn {
    padding-left: 28px;
    padding-right: 28px
}

abbr.required {
    border-bottom: none;
    color: #f92552;
    margin-left: .2em;
    color: #3ffeca
}

.quantity-control {
    overflow: hidden
}

.quantity-control .btn {
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    background: none;
    border: none;
    color: #adb3b7;
    vertical-align: middle
}

.quantity-control .btn:hover,
.quantity-control .btn:focus,
.quantity-control .btn:active {
    color: #3c3b5b
}

.quantity-control .form-control {
    display: inline-block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: none;
    text-align: center;
    font-size: 13px;
    font-family: "Exo 2", sans-serif;
    vertical-align: middle
}

.quantity-control .form-control::-webkit-outer-spin-button,
.quantity-control .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-quantity-control {
    width: 80px;
    margin: 0 auto
}

.form-desc--sm {
    font-size: 14px;
    line-height: 22px
}

.switch {
    white-space: nowrap
}

.switch__label-txt {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2em;
    vertical-align: middle;
    margin-right: .35em;
    color: #fff
}

@media (max-width:479px) {
    .switch__label-txt {
        display: none
    }
}

.switch-toggle {
    position: absolute;
    visibility: hidden;
    margin: 0
}

.switch-toggle + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding: 2px;
    width: 48px;
    height: 24px;
    margin: 0;
    background-color: #282840;
    border-radius: 22px;
    -webkit-transition: background .4s;
    transition: background .4s;
    border: 1px solid #3c3b5b
}

.switch-toggle + label::before,
.switch-toggle + label::after {
    display: block;
    position: absolute;
    content: ""
}

.switch-toggle + label::after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 18px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #e9e9ed, #e9e9ed 2px, transparent 2px), -webkit-linear-gradient(left, #e9e9ed, #e9e9ed 2px, transparent 2px);
    background-image: linear-gradient(to right, #e9e9ed, #e9e9ed 2px, transparent 2px), linear-gradient(to right, #e9e9ed, #e9e9ed 2px, transparent 2px);
    background-size: 2px 8px, 2px 8px;
    background-position: 6px 5px, 10px 5px;
    background-repeat: no-repeat, no-repeat;
    border-radius: 50%;
    -webkit-transition: margin 0.4s, background .4s;
    transition: margin 0.4s, background .4s
}

.switch-toggle:checked + label {
    background-color: #0fe3ab
}

.switch-toggle:checked + label::after {
    margin-left: 26px
}

.tooltip {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700
}

.tooltip.in {
    opacity: 1
}

.tooltip-inner {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #3c3b5b;
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3)
}

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

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

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

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

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

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

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

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

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

.countdown__content {
    padding: 13px 0 5px
}

.countdown-counter {
    overflow: hidden;min-height:46px;
}

.countdown-counter__item {
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #333;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: center;
    float: left;
    width: 25%;
    position: relative
}

.countdown-counter__item + .countdown-counter__item::before {
    content: ":";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 400
}

.countdown-counter__label {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    padding-top: 3px;
    color: #9e9caa
}

.breadcrumb {
    padding: 3px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb > li + li::before {
    padding: 0 2px;
    color: #7f7e8c!important
}

.breadcrumb > li > a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.breadcrumb > li > a:hover {
    color: #f92552!important
}

.breadcrumb > .active {
    color: #7f7e8c
}

.btn-nav {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    background-color: #9e9caa;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-nav:hover {
    color: #fff;
    background-color: #3c3b5b
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 4px;
    padding: 0;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border-color: #cacaca;
    color: #636363;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: static
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    background-color: #f92552;
    border-color: #f92552;
    color: #fff
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #f92552;
    border-color: #f92552;
    color: #fff
}

.pagination--condensed > li > a,
.pagination--condensed > li > span {
    border-radius: 0;
    margin: 0;
    margin-left: -1px
}

.pagination--condensed > li:first-child > a,
.pagination--condensed > li:first-child > span,
.pagination--condensed > li:last-child > a,
.pagination--condensed > li:last-child > span {
    border-radius: 0
}

.pagination--lg > li > a,
.pagination--lg > li > span {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.progress-stats {
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.progress-stats .progress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0
}

.progress {
    overflow: hidden;
    height: 6px;
    margin-bottom: 10px;
    background-color: #ecf0f6;
    border-radius: 3px;
    box-shadow: none;
    position: relative;
    top: 2px
}

.progress__bar {
    float: left;
    width: 0;
    height: 100%;
    line-height: 6px;
    color: #fff;
    background-color: #38a9ff;
    box-shadow: none;
    border-radius: 3px
}

.progress__label,
.progress__number {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1em
}

progress__label {
    color: #31404b
}

.progress__label + .progress {
    margin-left: 10px
}

.progress__label.progress__label--color-default {
    color: #9e9caa
}

.progress__number {
    font-weight: 400
}

.progress__number.progress__number--color-highlight {
    color: #3c3b5b
}

.progress + .progress__number {
    margin-left: 10px
}

.progress__label-top {
    display: block;
    text-align: right
}

.progress__bar--secondary {
    background-color: #3ffeca
}

.progress__bar--success {
    background-color: #aaf20e
}

.progress__bar--info {
    background-color: #9e69ee
}

.progress__bar--warning {
    background-color: #ff7e1f
}

.progress__bar--danger {
    background-color: #f92552;
    background-color: #f92552
}

.progress__bar--aqua-gradient {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #0683d3, #3ffeca 100%);
    background-image: linear-gradient(to right, #0683d3, #3ffeca 100%)
}

.progress-double-wrapper + .progress-double-wrapper {
    margin-top: 12px
}

.progress-double-wrapper .progress--battery {
    margin-bottom: 0
}

.progress-double-wrapper--fullwidth .progress--battery {
    background-image: none!important
}

.progress-inner-holder {
    display: table;
    width: 100%;
    padding-bottom: 3px
}

.progress__digit {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2em;
    font-weight: 400
}

.progress__digit--40 {
    width: 40px
}

.progress__digit--40.progress__digit--left {
    padding-right: 0
}

.progress__digit--40.progress__digit--right {
    text-align: right;
    padding-left: 0
}

.progress__digit--38 {
    width: 38px
}

.progress__digit--38.progress__digit--left {
    padding-right: 0
}

.progress__digit--38.progress__digit--right {
    text-align: right;
    padding-left: 0
}

.progress__digit--highlight {
    color: #333
}

.progress__digit--left {
    padding-right: 20px
}

.progress__digit--right {
    padding-left: 20px
}

.progress-title {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: .6em;
    text-align: center;
    color: #363555
}

.progress__double {
    display: table-cell
}

.progress__double .progress {
    width: 50%;
    float: left;
    margin-bottom: 0;
    top: 3px
}

.progress__double .progress:first-child {
    border-radius: 3px 0 0 3px
}

.progress__double .progress:first-child .progress__bar {
    float: right;
    border-radius: 3px 0 0 3px
}

.progress__double .progress:last-child {
    border-radius: 0 3px 3px 0
}

.progress__double .progress:last-child .progress__bar {
    border-radius: 0 3px 3px 0
}

.progress__double .progress.progress--battery:first-child {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 2px;
    width: calc(50% - 2px)
}

.progress__double .progress.progress--battery:first-child .progress__bar {
    float: left
}

.progress__double .progress.progress--battery:last-child {
    margin-left: 2px;
    width: calc(50% - 2px)
}

.progress__double--label-center .progress-title {
    float: left;
    width: 38%
}

.progress__double--label-center .progress {
    width: 31%
}

.progress-stats--top-labels {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible
}

.progress-stats--top-labels .progress__label {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.progress-stats--top-labels .progress {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0!important;
    margin-top: 12px;
    margin-bottom: 10px
}

.progress-stats--top-labels .progress__number {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 700
}

.progress--lg {
    height: 9px;
    border-radius: 5px
}

.progress--lg .progress__bar {
    border-radius: 5px
}

.progress--lg .progress__double .progress:first-child {
    border-radius: 5px 0 0 5px
}

.progress--lg .progress__double .progress:first-child .progress__bar {
    border-radius: 5px 0 0 5px
}

.progress--lg .progress__double .progress:last-child {
    border-radius: 0 5px 5px 0
}

.progress--lg .progress__double .progress:last-child .progress__bar {
    border-radius: 0 5px 5px 0
}

.progress--battery {
    height: 20px;
    margin-bottom: 18px;
    top: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #4e4d73, #4e4d73 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #4e4d73, #4e4d73 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #4e4d73, #4e4d73 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #4e4d73, #4e4d73 2px, transparent 2px, transparent), radial-gradient(circle, #4e4d73, #4e4d73 2px, transparent 2px, transparent), linear-gradient(to right, #4e4d73, #4e4d73 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar {
    line-height: 20px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #f92552, #f92552 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), linear-gradient(to right, #f92552, #f92552 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar--secondary {
    line-height: 20px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #3ffeca, #3ffeca 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #3ffeca, #3ffeca 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #3ffeca, #3ffeca 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #3ffeca, #3ffeca 2px, transparent 2px, transparent), radial-gradient(circle, #3ffeca, #3ffeca 2px, transparent 2px, transparent), linear-gradient(to right, #3ffeca, #3ffeca 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar--success {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #aaf20e, #aaf20e 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #aaf20e, #aaf20e 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #aaf20e, #aaf20e 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #aaf20e, #aaf20e 2px, transparent 2px, transparent), radial-gradient(circle, #aaf20e, #aaf20e 2px, transparent 2px, transparent), linear-gradient(to right, #aaf20e, #aaf20e 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar--info {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #9e69ee, #9e69ee 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #9e69ee, #9e69ee 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #9e69ee, #9e69ee 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #9e69ee, #9e69ee 2px, transparent 2px, transparent), radial-gradient(circle, #9e69ee, #9e69ee 2px, transparent 2px, transparent), linear-gradient(to right, #9e69ee, #9e69ee 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar--warning {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #ff7e1f, #ff7e1f 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), linear-gradient(to right, #ff7e1f, #ff7e1f 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress--battery .progress__bar--danger {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #f92552, #f92552 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), radial-gradient(circle, #f92552, #f92552 2px, transparent 2px, transparent), linear-gradient(to right, #f92552, #f92552 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x
}

.progress__bar-width-100 {
    width: 100%
}

.progress__bar-width-90 {
    width: 90%
}

.progress__bar-width-80 {
    width: 80%
}

.progress__bar-width-70 {
    width: 70%
}

.progress__bar-width-60 {
    width: 60%
}

.progress__bar-width-50 {
    width: 50%
}

.progress__bar-width-40 {
    width: 40%
}

.progress__bar-width-30 {
    width: 30%
}

.progress__bar-width-20 {
    width: 20%
}

.progress__bar-width-10 {
    width: 10%
}

.circular {
    margin: 10px 0
}

@media (min-width:992px) {
    .circular {
        margin: 0
    }
}

.circular__bar {
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 70px
}

.circular__bar + .circular__label {
    margin-top: 1.2em
}

@media (min-width:992px) {
    .circular__bar {
        width: 90px;
        height: 90px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .circular__bar {
        width: 80px;
        height: 80px
    }
}

.circular__bar canvas {
    width: 100%!important;
    height: 100%!important;
    vertical-align: top
}

.circular__percents {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #31404b;
    line-height: 1.2em
}

@media (min-width:992px) {
    .circular__percents {
        font-size: 18px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .circular__percents {
        font-size: 14px
    }
}

.circular__percents small {
    font-size: 10px
}

@media (min-width:992px) {
    .circular__percents small {
        font-size: 12px
    }
}

.circular__percents .circular__label {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    color: #9e9caa
}

@media (min-width:992px) {
    .circular__percents--lg {
        font-size: 24px
    }
}

.circular__label {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2em;
    text-align: center
}

@media (min-width:992px) {
    .circular__label {
        font-size: 10px
    }
}

.circular--size-70 .circular__bar {
    width: 50px;
    height: 50px
}

@media (min-width:992px) {
    .circular--size-70 .circular__bar {
        width: 70px;
        height: 70px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .circular--size-70 .circular__bar {
        width: 60px;
        height: 60px
    }
}

@media (min-width:992px) {
    .circular--size-70 .circular__bar .circular__percents {
        font-size: 14px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .circular--size-70 .circular__bar .circular__percents {
        font-size: 14px
    }
}

.lightbox-holder {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px
}

.lightbox-holder__link {
    display: block;
    position: relative
}

.lightbox-holder__link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #171d21;
    opacity: .7;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lightbox-holder__link:hover::before {
    opacity: .5
}

.lightbox-holder__link--play::before {
    content: "\f04b";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #f92552;
    background-color: rgba(30, 32, 47, 0.6);
    border-radius: 50%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    font-size: 10px;
    text-align: center;
    text-indent: 3px;
    opacity: 1
}

@media (min-width:992px) {
    .lightbox-holder__link--play::before {
        width: 80px;
        height: 80px;
        line-height: 68px;
        border-width: 6px;
        font-size: 28px;
        text-indent: 5px
    }
}

@media (min-width:1199px) {
    .lightbox-holder__link--play .lightbox-holder__overlay h3 {
        width: 70%
    }
}

.lightbox-holder__overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 10px;
    z-index: 2
}

@media (min-width:992px) {
    .lightbox-holder__overlay {
        padding: 0 30px 35px
    }
}

.lightbox-holder__overlay h3 {
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin-bottom: .5em
}

@media (min-width:992px) {
    .lightbox-holder__overlay h3 {
        font-size: 24px;
        margin-bottom: .4em
    }
}

.lightbox-holder__overlay time {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2em;
    color: #9e9caa
}

@media (min-width:992px) {
    .lightbox-holder__overlay time {
        font-size: 10px
    }
}

.lightbox-holder__overlay--video {
    padding-left: 40px
}

@media (min-width:992px) {
    .lightbox-holder__overlay--video {
        padding-left: 90px
    }
}

.lightbox-holder__overlay--video::before {
    content: "\f04b";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 16px;
    left: 10px;
    top: 0;
    border: 2px solid #f92552;
    border-radius: 50%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    font-size: 10px;
    text-align: center;
    text-indent: 3px
}

@media (min-width:992px) {
    .lightbox-holder__overlay--video::before {
        left: 30px;
        width: 40px;
        height: 40px;
        line-height: 32px;
        border-width: 4px;
        font-size: 14px;
        text-indent: 5px
    }
}

.lightbox-holder.posts__item--category-1 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-1 .lightbox-holder__overlay--video::before {
    border-color: #f92552
}

.lightbox-holder.posts__item--category-2 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-2 .lightbox-holder__overlay--video::before {
    border-color: #9e69ee
}

.lightbox-holder.posts__item--category-3 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-3 .lightbox-holder__overlay--video::before {
    border-color: #0fe3ab
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.cs-select:focus {
    outline: none
}

.cs-select select {
    display: none
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 22px 24px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .cs-select span {
        padding-top: 32px;
        padding-bottom: 24px
    }
}

.cs-select > span {
    padding-right: 3em
}

.cs-select > span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    right: 23px;
    display: block;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #383759;
    visibility: hidden
}

.cs-select.cs-active .cs-options {
    visibility: visible
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%
}

.cs-select ul span {
    padding: 1em
}

.cs-select ul li.cs-focus span {
    background-color: #ddd
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em
}

.cs-select li.cs-optgroup > span {
    cursor: default
}

div.cs-active {
    z-index: 200
}

div.cs-skin-border {
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em
}

div.cs-skin-border > span {
    border: 1px solid #3c3b5b;
    border-bottom: none;
    border-top: none;
    color: #fff;
    -webkit-transition: background 0.2s, border-color .2s;
    transition: background 0.2s, border-color .2s
}

div.cs-skin-border ul span::after {
    content: '';
    opacity: 0
}

div.cs-skin-border .cs-selected span::after {
    content: '\e00e';
    color: #ddd9c9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

div.cs-skin-border.cs-active > span {
    color: #fff
}

div.cs-skin-border .cs-options {
    border: 1px solid #3c3b5b;
    border-top: none;
    color: #7f7e8c;
    font-size: 11px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0 .2s;
    transition: opacity 0.2s, visibility 0 .2s
}

div.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

div.cs-skin-border ul span {
    padding: 5px 24px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

div.cs-skin-border .cs-options li span:hover,
div.cs-skin-border li.cs-focus span {
    color: #fff
}

.slick-slide {
    outline: none
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 20px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 2px;
    background-color: #999ea6;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background-color: #f92552;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    right: 50px
}

[dir="rtl"] .slick-prev {
    left: 50px;
    right: auto
}

.slick-prev:before {
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: 20px
}

[dir="rtl"] .slick-next {
    left: 20px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 25px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    padding: 0;
    background: transparent;
    border: none;
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    overflow: hidden;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    border-radius: 50%;
    background-color: #d7d8da;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    opacity: 1
}

.slick-dots li button:hover {
    background-color: #3c3b5b
}

.slick-dots li.slick-active button {
    background-color: #f92552;
    opacity: .75
}

.slick-featured img {
    border-radius: 4px
}

.posts--slider-featured .slick-prev,
.posts--slider-featured .slick-next {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4)
}

.posts-slider--center .slick-prev,
.posts-slider--center .slick-next {
    top: auto;
    bottom: 20px
}

@media (min-width:992px) {
    .posts-slider--center .slick-prev,
    .posts-slider--center .slick-next {
        bottom: 50px
    }
}

.posts-slider--center .slick-prev {
    right: 50%;
    margin-right: 4px
}

.posts-slider--center .slick-next {
    right: auto;
    left: 50%;
    margin-left: 4px
}

.featured-carousel .slick-prev,
.featured-carousel .slick-next,
.team-roster--slider .slick-prev,
.team-roster--slider .slick-next,
.awards--slider .slick-prev,
.awards--slider .slick-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #404650;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.featured-carousel .slick-prev::before,
.featured-carousel .slick-next::before,
.team-roster--slider .slick-prev::before,
.team-roster--slider .slick-next::before,
.awards--slider .slick-prev::before,
.awards--slider .slick-next::before {
    opacity: 1
}

.featured-carousel .slick-prev:hover,
.featured-carousel .slick-prev:focus,
.featured-carousel .slick-next:hover,
.featured-carousel .slick-next:focus,
.team-roster--slider .slick-prev:hover,
.team-roster--slider .slick-prev:focus,
.team-roster--slider .slick-next:hover,
.team-roster--slider .slick-next:focus,
.awards--slider .slick-prev:hover,
.awards--slider .slick-prev:focus,
.awards--slider .slick-next:hover,
.awards--slider .slick-next:focus {
    background-color: transparent;
    border-color: #f92552
}

.featured-carousel .slick-prev,
.team-roster--slider .slick-prev,
.awards--slider .slick-prev {
    left: 50%;
    margin-left: -20%
}

.featured-carousel .slick-prev::before,
.team-roster--slider .slick-prev::before,
.awards--slider .slick-prev::before {
    content: "\f053";
    margin-left: -2px
}

.featured-carousel .slick-next,
.team-roster--slider .slick-next,
.awards--slider .slick-next {
    right: 50%;
    margin-right: -20%
}

.featured-carousel .slick-next::before,
.team-roster--slider .slick-next::before,
.awards--slider .slick-next::before {
    content: "\f054";
    margin-left: 2px
}

.featured-carousel .slick-dots,
.player-info .slick-dots {
    bottom: 20px
}

.featured-carousel .slick-dots li,
.player-info .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 3px
}

.featured-carousel .slick-dots li button,
.player-info .slick-dots li button {
    width: 30px;
    height: 4px;
    padding: 0;
    background-color: #fff;
    border-radius: 0
}

.featured-carousel .slick-dots li button::before,
.player-info .slick-dots li button::before {
    display: none
}

.featured-carousel .slick-dots li.slick-active button,
.player-info .slick-dots li.slick-active button {
    background-color: #f92552
}

.player-info .slick-dots {
    bottom: -20px
}

.awards--slider .slick-prev,
.awards--slider .slick-next {
    border-color: #aeb0b4;
    opacity: .2;
    margin-top: 0;
    top: 40%
}

.awards--slider .slick-prev::before,
.awards--slider .slick-next::before {
    opacity: 1;
    color: #aeb0b4
}

.awards--slider .slick-prev:hover,
.awards--slider .slick-prev:focus,
.awards--slider .slick-next:hover,
.awards--slider .slick-next:focus {
    opacity: 1;
    border-color: #aeb0b4
}

.awards--slider .slick-prev {
    left: 0;
    margin-left: 0
}

.awards--slider .slick-next {
    right: 0;
    margin-right: 0
}

.awards--slider.slick-vertical {
    margin-bottom: 0
}

.awards--slider.slick-vertical .slick-dots {
    width: 10px;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.awards--slider.slick-vertical .slick-dots li {
    height: auto
}

.awards--slider.slick-vertical .slick-dots li button {
    background-color: #4e4d73
}

.awards--slider.slick-vertical .slick-dots li button:hover {
    background-color: #fff
}

.awards--slider.slick-vertical .slick-dots li.slick-active button {
    background-color: #3ffeca
}

.team-roster--card-slider {
    margin-bottom: 14px
}

@media (min-width:992px) {
    .team-roster--card-slider {
        padding-bottom: 70px;
        margin-bottom: 34px
    }
}

.team-roster--card-slider .slick-prev,
.team-roster--card-slider .slick-next {
    top: auto;
    bottom: 0;
    border: 1px solid #3c3b5b;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: #fff
}

.team-roster--card-slider .slick-prev::before,
.team-roster--card-slider .slick-next::before {
    color: #3c3b5b
}

.team-roster--card-slider .slick-prev:hover,
.team-roster--card-slider .slick-next:hover {
    background-color: #f92552
}

.team-roster--card-slider .slick-prev:hover::before,
.team-roster--card-slider .slick-next:hover::before {
    color: #fff
}

.team-roster--card-slider .slick-prev {
    right: auto;
    left: 50%;
    margin: 0 0 0 -50px
}

.team-roster--card-slider .slick-next {
    right: auto;
    left: 50%;
    margin: 0 0 0 -1px
}

.team-roster--case-slider {
    margin-bottom: 14px
}

@media (min-width:768px) {
    .team-roster--case-slider {
        padding-bottom: 90px;
        margin-bottom: 44px
    }
}

.team-roster--case-slider .slick-prev,
.team-roster--case-slider .slick-next {
    top: auto;
    bottom: 0;
    border: 1px solid #3c3b5b;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    background-color: #323150
}

.team-roster--case-slider .slick-prev::before,
.team-roster--case-slider .slick-next::before {
    color: #fff
}

.team-roster--case-slider .slick-prev:hover,
.team-roster--case-slider .slick-next:hover {
    background-color: #f92552
}

.team-roster--case-slider .slick-prev:hover::before,
.team-roster--case-slider .slick-next:hover::before {
    color: #fff
}

.team-roster--case-slider .slick-prev {
    right: auto;
    left: 50%;
    margin: 0 0 0 -52px
}

.team-roster--case-slider .slick-next {
    right: auto;
    left: 50%;
    margin: 0 0 0 6px
}

.posts--slider-var-width .slick-prev,
.posts--slider-var-width .slick-next {
    top: -63px
}

.posts--slider-top-news {
    margin-bottom: 0
}

.posts--slider-top-news .slick-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:992px) {
    .posts--slider-top-news .slick-dots {
        right: 40px
    }
}

.posts--slider-top-news .slick-dots li {
    margin: 5px 0;
    counter-increment: step-counter
}

@media (min-width:480px) {
    .posts--slider-top-news .slick-dots li {
        margin: 8px 0
    }
}

@media (min-width:992px) {
    .posts--slider-top-news .slick-dots li {
        margin: 13px 0
    }
}

.posts--slider-top-news .slick-dots li button {
    font-size: 0;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 0;
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    text-align: center
}

.posts--slider-top-news .slick-dots li button::before {
    font-size: 10px;
    line-height: 1.2em;
    content: counters(step-counter, ".", decimal-leading-zero)
}

.posts--slider-top-news .slick-dots li.slick-active button {
    opacity: 1;
    color: #3ffeca
}

.category-filter {
    list-style: none;
    padding: 0;
    margin: 0
}

.category-filter__item {
    display: inline
}

.category-filter__link {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 0 6px;
    background: none;
    border: none
}

.category-filter__link:hover {
    color: #fff
}

@media (min-width:992px) {
    .category-filter__link {
        font-size: 11px;
        padding: 0 12px
    }
}

.category-filter__link--active {
    color: #fff
}

@media (min-width:992px) {
    .category-filter--extra-space {
        margin-right: 66px
    }
}

.modal-dialog {
    margin: 10px
}

.modal-content {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: none
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.in {
    opacity: .9
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.2em
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 830px
    }
}

.modal {
    text-align: center
}

@media screen and (min-width:768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left .3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 4px
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    left: -6px;
    top: -4px
}

.noUi-vertical {
    width: 4px
}

.noUi-vertical .noUi-handle {
    width: 12px;
    height: 12px;
    left: -4px;
    top: -6px
}

.slider-range-wrapper {
    padding-top: 18px
}

.noUi-target {
    background-color: #dbdfe6;
    border-radius: 2px
}

.noUi-connect {
    background-color: #f92552;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 4px solid #938fa4;
    border-radius: 50%;
    background-color: #fff;
    cursor: default;
    border-radius: 2px 2px 0 0;
    border: none;
    box-shadow: inset 0 0 0 4px #938fa4;
    position: relative;
    padding-top: 2px
}

.noUi-handle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #938fa4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.slider-range-label {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #fff;
    line-height: 1.2em
}

.slider-range + .slider-range-label {
    padding-top: 26px
}

.icobox {
    margin-bottom: 40px
}

@media (min-width:992px) {
    .icobox {
        margin-bottom: 0
    }
}

.icobox__icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #f92552
}

.icobox__icon i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icobox__icon--lg {
    width: 90px;
    height: 90px;
    font-size: 32px
}

.icobox__icon--border {
    border: 2px solid #595772;
    background-color: transparent
}

.icobox__icon--filled {
    background-color: #f92552;
    color: #fff
}

.icobox__icon--circle {
    border-radius: 50%
}

.icobox__title {
    font-size: 22px;
    font-style: italic;
    text-transform: none;
    margin-bottom: 1.25em
}

.icobox__title--lg {
    margin-bottom: 1.75em
}

.icobox__icon--color--primary {
    color: #f92552
}

.icobox__icon--color--primary.icobox__icon--filled {
    background-color: #f92552;
    color: #fff
}

.icobox__icon--color--secondary {
    color: #3ffeca
}

.icobox__icon--color--secondary.icobox__icon--filled {
    background-color: #3ffeca;
    color: #fff
}

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

.icobox--center .icobox__icon {
    margin-bottom: 15px
}

.icobox--center .icobox__icon.icobox__icon--lg {
    margin-bottom: 26px
}

.ratings .fa {
    color: #3ffeca
}

.ratings .empty {
    color: #4e4d73
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 2em 0 0;
    position: relative
}

.timeline__event {
    padding: 0 0 2.2em 46px;
    margin: 0;
    position: relative
}

.timeline__event::before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #4e4d73
}

.timeline__event::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #3ffeca;
    border: 2px solid #3ffeca;
    box-shadow: inset 0 0 0 5px #323150
}

.timeline__event:last-child {
    padding-bottom: 0
}

.timeline__event:last-child::before {
    display: none
}

.timeline__title {
    font-size: 14px;
    line-height: 1.2em;
    text-transform: none
}

.gm-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px
}

@media (min-width:992px) {
    .gm-map {
        min-height: 350px
    }
}

.gm-map--lg {
    min-height: 300px
}

@media (min-width:992px) {
    .gm-map--lg {
        min-height: 460px
    }
}

.marquee-wrapper {
    width: 100%;
    background-color: #323150;
    height: 38px;
    position: relative;
    overflow: hidden
}

.marquee-wrapper .container {
    position: relative
}

.marquee-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #f92552
}

.marquee-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #3ffeca
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 38px;
    background-color: #323150
}

@media (min-width:768px) {
    .marquee::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -20px;
        width: 135px;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg);
        background-color: #3ffeca
    }
    .marquee::after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        right: 107px;
        top: 0;
        bottom: 0;
        background-color: #323150;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg)
    }
}

.marquee-label {
    display: none
}

@media (min-width:768px) {
    .marquee-label {
        display: block;
        white-space: nowrap;
        position: absolute;
        left: 0;
        padding: 0 10px 0 0;
        top: 0;
        line-height: 38px;
        z-index: 2;
        font-size: 10px;
        text-transform: uppercase;
        font-family: "Exo 2", sans-serif;
        font-weight: 700;
        letter-spacing: -.02em;
        color: #fff;
        background-color: #f92552
    }
    .marquee-label::before {
        content: "";
        display: block;
        position: absolute;
        right: -26px;
        top: 0;
        bottom: 0;
        background-color: #f92552;
        width: 35px;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg)
    }
    .marquee-label::after {
        content: "";
        display: block;
        position: absolute;
        right: -22px;
        top: 0;
        bottom: 0;
        background-color: #323150;
        width: 4px;
        -webkit-transform: skew(-25deg);
        transform: skew(-25deg)
    }
}

.chosen-select {
    width: 100%
}

.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    max-width: 100%
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 99999
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    color: #555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857;
    list-style: none;
    margin: 0;
    padding: 5px 6px
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: 700
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #337ab7;
    background-image: none;
    color: #fff
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777
}

.chosen-container .chosen-results .no-results {
    background: #eee;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857px;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url(chosen-sprite.png) no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url(chosen-sprite.png) no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #ccc;
    color: #555;
    display: block;
    height: 42px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 25px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url(chosen-sprite.png) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px
}

.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #777
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 9999
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url(chosen-sprite.png) no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: text;
    height: auto!important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent!important;
    border: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    height: 32px;
    margin: 0;
    padding: 4px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url(chosen-sprite.png) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear .2s;
    -o-transition: border linear 0.2s, box-shadow linear .2s;
    transition: border linear 0.2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear .2s;
    -o-transition: border linear 0.2s, box-shadow linear .2s;
    transition: border linear 0.2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear .2s;
    -o-transition: border linear 0.2s, box-shadow linear .2s;
    transition: border linear 0.2s, box-shadow linear .2s
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111!important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: .5!important
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url(chosen-sprite.png) no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
} 

.player-opt {
    position: absolute;
    z-index: 9999;
    left: 15px;
    top: 3px
}

.player-opth {
    font-size: 17px;
    font-style: initial;
    font-weight: 400;
    background: #f1f1f1;
    margin-bottom: 3%;
    padding: 10px;
    color: #1e2024;
    font-family: "Montserrat", sans-serif
}

.padd15 {
    padding: 15px!important
}
