
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: 'fontello';
    src: url('../assets/frontend/fonts/icon-font/font/fontello-47128485.eot');
    src: url('../assets/frontend/fonts/icon-font/font/fontello-47128485.eot#iefix') format('embedded-opentype'), url('../assets/frontend/fonts/icon-font/font/fontello-47128485.woff2') format('woff2'), url('../assets/frontend/fonts/icon-font/font/fontello-47128485.woff') format('woff'), url('../assets/frontend/fonts/icon-font/font/fontello-47128485.ttf') format('truetype'), url('../assets/frontend/fonts/icon-font/font/fontello-47128485.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class * =" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cw:before {
    content: '\e800'
}

.icon-right-small:before {
    content: '\e801'
}

.icon-calendar:before {
    content: '\e802'
}

.icon-expo:before {
    content: '\e803'
}

.icon-day-1:before {
    content: '\e804'
}

.icon-day-2:before {
    content: '\e805'
}

.icon-day-3:before {
    content: '\e806'
}

.icon-search:before {
    content: '\e807'
}

.icon-down-open-big:before {
    content: '\e808'
}

.icon-up-open-big:before {
    content: '\e809'
}

.icon-facebook:before {
    content: '\e80a'
}

.icon-linkedin:before {
    content: '\e80b'
}

.icon-twitter:before {
    content: '\e80c'
}

.icon-plus:before {
    content: '\e80d'
}

.icon-instagram:before {
    content: '\e80e'
}

.icon-day-4:before {
    content: '\e80f'
}

.icon-day-5:before {
    content: '\e810'
}

.icon-day-6:before {
    content: '\e811'
}

.icon-designers:before {
    content: '\e812'
}

.icon-day-7:before {
    content: '\e813'
}

.icon-day-8:before {
    content: '\e814'
}

.icon-day-9:before {
    content: '\e815'
}

.icon-design-route:before {
    content: '\e816'
}

.icon-mini-logo:before {
    content: '\e817'
}

.icon-minus:before {
    content: '\e818'
}

.icon-spin5:before {
    content: '\e819'
}

.icon-check:before {
    content: '\e81a'
}

.icon-dot:before {
    content: '\e81b'
}

.icon-events:before {
    content: '\e81c'
}

.icon-food:before {
    content: '\e81d'
}

.icon-full-program:before {
    content: '\e81e'
}

.icon-locations:before {
    content: '\e81f'
}

.icon-music:before {
    content: '\e820'
}

.icon-play:before {
    content: '\e821'
}

.icon-routes:before {
    content: '\e822'
}

.icon-value:before {
    content: '\e823'
}

.icon-visitors:before {
    content: '\e824'
}

.icon-views:before {
    content: '\e825'
}

.icon-left-open:before {
    content: '\e826'
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

* {
    box-sizing: border-box
}

* :before, * :after {
    box-sizing: border-box
}

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

body {
    font-family: "PatronThin", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #5e5e5f;
    background-color: #fff
}

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

a {
    color: #5e5e5f;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PatronThin", sans-serif;
    font-weight: normal;
    line-height: 1.25;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small,
h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small,
.h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small,
.h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 15px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
.h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 15px;
    margin-bottom: 15px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
.h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 52px
}

h2, .h2 {
    font-size: 43px
}

h3, .h3 {
    font-size: 34px
}

h4, .h4 {
    font-size: 25px
}

h5, .h5 {
    font-size: 20px
}

h6, .h6 {
    font-size: 17px
}

p {
    margin: 0 0 15px
}

.lead {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:576px) {
    .lead {
        font-size: 30px
    }
}

small, .small {
    font-size: 80%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #5e5e5f
}

a.text-primary:hover, a.text-primary:focus {
    color: #800000
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #ff0000
}

a.text-info:hover, a.text-info:focus {
    color: #ff0000
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #5e5e5f
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #800000
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 14px;
    margin: 60px 0 30px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 15px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 30px
}

dt, dd {
    line-height: 1.5
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:576px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 15px 30px;
    margin: 0 0 30px;
    font-size: 25px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before,
.blockquote-reverse .small:before, blockquote.pull-right footer:before,
blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after,
.blockquote-reverse .small:after, blockquote.pull-right footer:after,
blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.5
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 14.5px;
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width:576px) {
    .container {
        width: 576px
    }
}

@media(min-width:864px) {
    .container {
        width: 864px
    }
}

@media(min-width:1152px) {
    .container {
        width: 1152px
    }
}

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

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

.container-fluid:after {
    clear: both
}

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

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

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

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

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

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

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

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

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

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

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

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

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

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

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

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

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

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

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

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

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

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

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

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

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

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

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

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

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

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

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

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

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

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

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

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

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

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

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

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

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

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

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

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

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

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

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

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

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

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

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

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

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

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

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

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

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

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

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

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

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

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

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

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

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

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

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

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

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

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

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

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

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

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

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

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

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

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

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

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

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

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td,
.table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class * ="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class * ="col-"], table th[class * ="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active,
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td,
.table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success,
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td,
.table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info,
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td,
.table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td,
.table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:575px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 22.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 20px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control,
    input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 44px
    }

    input[type="date"].input-sm, .input-group-sm input[type="date"],
    input[type="time"].input-sm, .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm, .input-group-sm input[type="month"] {
        line-height: 36px
    }

    input[type="date"].input-lg, .input-group-lg input[type="date"],
    input[type="time"].input-lg, .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg, .input-group-lg input[type="month"] {
        line-height: 65px
    }
}

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

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 50px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 36px;
    line-height: 36px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 46px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5
}

.input-lg {
    height: 65px;
    padding: 10px 16px;
    font-size: 32px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg {
    height: 65px;
    line-height: 65px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 65px;
    padding: 10px 16px;
    font-size: 32px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 65px;
    line-height: 65px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 65px;
    min-height: 62px;
    padding: 11px 16px;
    font-size: 32px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 55px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 65px;
    height: 65px;
    line-height: 65px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px
}

.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: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

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

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

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

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

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

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

.has-feedback label ~ .form-control-feedback {
    top: 35px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #caa3ff
}

@media(min-width:576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 37px
}

.form-horizontal .form-group {
    margin-left: -24px;
    margin-right: -24px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:576px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 24px
}

@media(min-width:576px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 32px
    }
}

@media(min-width:576px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 16px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.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: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.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: #fff;
    border-color: #ccc
}

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

.btn-primary {
    color: #fff;
    background-color: #5e5e5f;
    border-color: #740aff
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #800000;
    border-color: #3b0089
}

.btn-primary:hover {
    color: #fff;
    background-color: #800000;
    border-color: #5800cb
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #800000;
    border-color: #5800cb
}

.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: #5800cb;
    border-color: #3b0089
}

.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: #5e5e5f;
    border-color: #740aff
}

.btn-primary .badge {
    color: #5e5e5f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.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: #398439;
    border-color: #255625
}

.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: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus,
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus,
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus,
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus,
.btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus,
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

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

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus,
.btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #5e5e5f;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #ff0000;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 32px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

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

.label-primary {
    background-color: #5e5e5f
}

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

.label-success {
    background-color: #5cb85c
}

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

.label-info {
    background-color: #5bc0de
}

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

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

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 4px
}

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

.alert .alert-link {
    font-weight: bold
}

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

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

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

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

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #ff0000
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #ff0000
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

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

    table.visible-xs {
        display: table !important
    }

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

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

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

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

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

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

    table.visible-sm {
        display: table !important
    }

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

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

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

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

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

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

    table.visible-md {
        display: table !important
    }

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

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

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

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

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

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

    table.visible-lg {
        display: table !important
    }

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table !important
    }

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

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

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

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

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

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

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

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

html, body {
    height: 100%
}

body {
    position: relative;
    min-height: 100%;
    font-family: PatronThin;
    font-weight: normal
}

.container {
    position: relative
}

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

a:hover {
    color: #ff554b
}

b, strong {
    font-family: PatronBold;
    font-weight: normal
}

b i, b em, strong i, strong em {
    font-family: PatronBoldItalic
}

i, em {
    font-family: PatronThinItalic;
    font-weight: normal
}

i b, i strong, em b, em strong {
    font-family: PatronBoldItalic
}

.js .js-expand {
    display: none
}

.js-expand.is-active {
    display: block
}

.sign {
    margin-bottom: 48px !important
}

.sign-xs {
    margin-bottom: 24px !important
}

.sign-lg {
    margin-bottom: 96px !important
}

.flatten {
    margin-top: 0 !important
}

@font-face {
    font-family: PatronThin;
    src: url("../assets/frontend/fonts/patronweb-thin-webfont.eot");
    src: url("../assets/frontend/fonts/patronweb-thin-webfont-.html#iefix") format("embedded-opentype"), url("../assets/frontend/fonts/patronweb-thin-webfont.woff") format("woff"), url("../assets/frontend/fonts/patronweb-thin-webfont.ttf") format("truetype"), url("../assets/frontend/fonts/patronweb-thin-webfont.svg#svgFontName") format("svg")
}

@font-face {
    font-family: PatronThinItalic;
    src: url("../assets/frontend/fonts/patronweb-thinitalic-webfont.eot");
    src: url("../assets/frontend/fonts/patronweb-thinitalic-webfont-.html#iefix") format("embedded-opentype"), url("../assets/frontend/fonts/patronweb-thinitalic-webfont.woff") format("woff"), url("../assets/frontend/fonts/patronweb-thinitalic-webfont.ttf") format("truetype"), url("../assets/frontend/fonts/patronweb-thinitalic-webfont.svg#svgFontName") format("svg")
}

@font-face {
    font-family: PatronBold;
    src: url("../assets/frontend/fonts/PatronWEB-Bold.woff")
}

@font-face {
    font-family: PatronBoldItalic;
    src: url("../assets/frontend/fonts/PatronWEB-BoldItalic.woff")
}

.arrange {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: auto;
    width: 100%
}

.arrange-size-fill, .arrange-size-fit {
    display: table-cell;
    padding: 0;
    vertical-align: top
}

.arrange-size-fill {
    width: 100%
}

.arrange-size-fit img {
    max-width: none;
    width: auto
}

.arrange-top > .arrange-size-fill, .arrange-top > .arrange-size-fit {
    vertical-align: top
}

.arrange-middle .arrange-size-fill, .arrange-middle .arrange-size-fit {
    vertical-align: middle
}

.arrange-bottom .arrange-size-fill, .arrange-bottom .arrange-size-fit {
    vertical-align: bottom
}

.arrange-equal > .arrange-size-fill, .arrange-equal > .arrange-size-fit {
    width: auto
}

.arrange-gutter > .arrange-size-fill, .arrange-gutter > .arrange-size-fit {
    padding-left: 48px
}

.arrange-gutter > .arrange-size-fill:first-child, .arrange-gutter > .arrange-size-fit:first-child {
    padding-left: 0
}

.arrange-collapse {
    display: block
}

.arrange-collapse > .arrange-size-fill, .arrange-collapse > .arrange-size-fit {
    display: block;
    width: 100%;
    padding-left: 0
}

.arrange-collapse > .arrange-size-fill img, .arrange-collapse > .arrange-size-fit img {
    max-width: 100%;
    height: auto
}

@media(max-width:29.99em) {
    .arrange-collapse-mobile {
        display: block
    }

    .arrange-collapse-mobile > .arrange-size-fill, .arrange-collapse-mobile > .arrange-size-fit {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .arrange-collapse-mobile > .arrange-size-fill img, .arrange-collapse-mobile > .arrange-size-fit img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:35.99em) {
    .arrange-collapse-tablet {
        display: block
    }

    .arrange-collapse-tablet > .arrange-size-fill, .arrange-collapse-tablet > .arrange-size-fit {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .arrange-collapse-tablet > .arrange-size-fill img, .arrange-collapse-tablet > .arrange-size-fit img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:53.99em) {
    .arrange-collapse-desktop {
        display: block
    }

    .arrange-collapse-desktop > .arrange-size-fill, .arrange-collapse-desktop > .arrange-size-fit {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .arrange-collapse-desktop > .arrange-size-fill img, .arrange-collapse-desktop > .arrange-size-fit img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:71.99em) {
    .arrange-collapse-wide {
        display: block
    }

    .arrange-collapse-wide > .arrange-size-fill, .arrange-collapse-wide > .arrange-size-fit {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .arrange-collapse-wide > .arrange-size-fill img, .arrange-collapse-wide > .arrange-size-fit img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:105.615em) {
    .arrange-collapse-extra-large {
        display: block
    }

    .arrange-collapse-extra-large > .arrange-size-fill, .arrange-collapse-extra-large > .arrange-size-fit {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .arrange-collapse-extra-large > .arrange-size-fill img, .arrange-collapse-extra-large > .arrange-size-fit img {
        max-width: 100%;
        height: auto
    }
}

.file-upload img {
    max-width: 300px
}

.file-upload.is-dropzone {
    outline: 5px dotted #ccc;
    border-color: transparent;
    box-shadow: none
}

.file-upload.is-hovering {
    outline: 5px dotted #aaa;
    background: #eee;
    border-radius: 0
}

.file-upload .is-hidden {
    display: none
}

.btn-fileupload {
    overflow: hidden;
    position: relative
}

.btn-fileupload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    width: auto;
    height: auto;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    border-width: 0 0 100px 200px
}

.file-upload-list {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px 0 0 0;
    list-style: none;
    text-align: left
}

.file-upload-list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.file-upload-list:empty {
    display: none
}

.file-upload-list-preview {
    text-align: center
}

.file-upload-list-preview img {
    width: 100%;
    max-width: 150px
}

.btn {
    font-size: inherit;
    text-decoration: none;
    padding: 5px 12px 6px 12px
}

.btn .icon:before {
    margin: 0 8px 0 0
}

.btn:active {
    box-shadow: none
}

.btn-secondary {
    background: #ff554b;
    border-radius: 4px;
    color: #fff;
    font-size: 18px
}

.btn-secondary:hover {
    background: #ff857e;
    color: #fff
}

.btn-secondary:focus {
    color: #fff
}

.btn-ghost {
    border: 1px solid
}

.btn-social {
    position: relative;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #ff554b;
    text-indent: -9999em;
    overflow: hidden
}

.btn-social:hover:after {
    color: #5e5e5f
}

.btn-social:after {
    position: absolute;
    text-indent: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px
}

.btn-social-twitter:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-social-facebook:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-social-facebook:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.btn-social-instagram:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-twitter {
    font-size: 16px;
    color: #fff;
    background: #00aef0
}

.btn-twitter:hover {
    color: #fff;
    background: #007aa8
}

.btn-facebook {
    font-size: 16px;
    color: #fff;
    background: #23599b
}

.btn-facebook:hover {
    color: #fff;
    background: #193e6d
}

.btn-linkedin {
    font-size: 16px;
    color: #fff;
    background: #007cb9
}

.btn-linkedin .icon-linkedin:before {
    position: relative;
    top: -1px
}

.btn-linkedin:hover {
    color: #fff;
    background: #005782
}

.btn-add-ddw {
    font-size: 16px
}

.btn-add-ddw.is-loading:before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    animation: spin 2s infinite linear;
    display: inline-block
}

.btn-add-ddw.is-success:before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px
}

.btn-typeform {
    text-decoration: underline
}

.btn-submit + .link {
    margin-left: 20px;
    font-size: 16px
}

.btn-locale {
    display: none
}

.ddf .btn-locale {
    display: inline-block
}

.icon-primary {
    color: #5e5e5f
}

.icon-secondary {
    color: #ff554b
}

.icon-tertiary {
    color: #ffd2d2
}

.section + .section {
    margin-top: 48px
}

.section:first-child {
    margin-top: 0
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    padding: 24px 0 0 0;
    color: #5e5e5f;
    z-index: 11
}

.header:before, .header:after {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.header.header-light {
    color: #fff
}

.mobile-nav-is-active .header {
    color: #fff
}

.mobile-nav-is-active .header .main-menu a:hover:after, .mobile-nav-is-active .header .main-menu a.is-active:after {
    background: #fff
}

.mobile-nav-is-active .header .service-menu .btn-ghost:hover {
    background: #fff;
    color: #5e5e5f;
    border-color: #fff
}

.site-logo {
    display: block;
    width: 180px;
    height: 31px;
    margin: 0;
    float: left;
    text-decoration: none
}

.site-logo svg {
    width: 100%
}

.site-logo:hover, .site-logo:focus {
    color: inherit;
    text-decoration: none;
    outline: 0
}

.header-light .site-logo path, .header-light .site-logo polygon {
    fill: #fff
}

.site-logo-ddf img {
    max-width: 240px
}

.site-date {
    font-size: 12px;
    font-family: Helvetica;
    display: block;
    color: #000;
    margin: 0 0 0 52px
}

.header-light .site-date {
    color: #fff
}

.header-toggle {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    transition: background .3s;
    z-index: 999
}

.header-toggle .lines {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #5e5e5f;
    transition: background 0 .3s
}

.header-light .header-toggle .lines {
    background: #fff
}

.header-light .header-toggle .lines:before, .header-light .header-toggle .lines:after {
    background-color: #fff
}

.header-toggle .lines:before, .header-toggle .lines:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5e5e5f;
    content: "";
    transition-duration: .3s, 0.3s;
    transition-delay: .3s, 0
}

.header-toggle .lines:before {
    top: -7px;
    transition-property: top, transform
}

.header-toggle .lines:after {
    bottom: -7px;
    transition-property: bottom, transform
}

.mobile-nav-is-active .header-toggle .lines {
    background: 0
}

.mobile-nav-is-active .header-toggle .lines:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.mobile-nav-is-active .header-toggle .lines:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.mobile-nav-is-active .header-toggle .lines:before, .mobile-nav-is-active .header-toggle .lines:after {
    background: #fff;
    transition-delay: 0, 0.3s
}

.header-nav {
    position: fixed;
    top: -1000px;
    right: 0;
    bottom: 9999em;
    left: 0;
    padding: 60px 0 0 0;
    background: #ff554b;
    z-index: 99;
    opacity: 0;
    transition: opacity .3s linear
}

.header-nav li {
    display: block;
    text-align: center
}

.header-nav a {
    position: relative
}

.mobile-nav-is-active .header-nav {
    top: 0;
    bottom: 0;
    opacity: 1
}

.service-menu {
    margin: 0 0 36px 0;
    font-size: 12px
}

.service-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.service-menu a {
    text-decoration: none
}

.service-menu a:hover, .service-menu a.is-active {
    color: inherit;
    text-decoration: underline
}

.service-menu .btn-ghost {
    margin-bottom: 10px
}

.service-menu .btn-ghost:hover, .service-menu .btn-ghost.is-active {
    text-decoration: none;
    background: #5e5e5f;
    color: #fff
}

.header-light .service-menu .btn-ghost:hover, .header-light .service-menu .btn-ghost.is-active {
    background: #fff;
    color: #5e5e5f
}

.main-menu {
    margin: 0 0 36px 0
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-menu li {
    margin: 0 0 10px 0
}

.main-menu a {
    text-decoration: none;
    font-family: PatronBold
}

.main-menu a:hover, .main-menu a.is-active {
    color: inherit;
    text-decoration: none
}

.main-menu a:hover:after, .main-menu a.is-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5e5e5f
}

.header-light .main-menu a:after {
    background: #fff
}

.user-auth ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.user-auth a {
    padding: 5px 12px 6px 12px;
    text-decoration: none;
    font-size: 12px;
    color: inherit
}

.user-auth a:hover {
    text-decoration: underline
}

@media(min-width:36em) and (max-width:53.99em) {
    .header {
        font-size: 32px
    }

    .service-menu {
        font-size: 20px
    }

    .user-auth a {
        font-size: 20px
    }
}

@media(min-width:54em) {
    .site-logo {
        margin: 0;
        width: 280px
    }

    .header-toggle {
        display: none
    }

    .header-nav {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        left: auto;
        opacity: 1;
        width: auto;
        padding: 0;
        background: 0
    }

    .service-menu {
        position: absolute;
        top: 38px;
        right: 0
    }

    .service-menu li {
        display: inline-block
    }

    .service-menu .btn-ghost {
        margin-bottom: 0
    }

    .main-menu {
        position: absolute;
        top: 83px;
        right: 0
    }

    .main-menu li {
        display: inline-block
    }

    .main-menu a {
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative
    }

    .user-auth {
        position: absolute;
        top: 0;
        right: 0
    }

    .user-auth li {
        display: inline-block
    }

    .user-auth li:last-child a {
        padding-right: 0
    }

    .user-auth a {
        font-size: 12px
    }
}

@media(min-width:72em) {
    .site-logo {
        width: 361px;
        height: 62px;
        margin: 24px 0 0 0
    }

    .site-logo-ddf img {
        max-width: 360px
    }

    .site-date {
        font-size: 24px;
        margin: 0 0 0 105px
    }

    .main-menu a {
        margin: 0 0 0 16px
    }

    .service-menu {
        top: 53px
    }

    .main-menu {
        top: 98px
    }

    .user-auth {
        top: 15px
    }
}

.footer-content {
    background: #424242;
    color: #fff;
    padding: 36px 0
}

.footer-block:before, .footer-block:after {
    content: " ";
    display: table
}

.footer-block:after {
    clear: both
}

.footer-block + .footer-block {
    margin: 60px 0 0 0
}

.footer-menu {
    font-size: 16px;
    line-height: 48px
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu li {
    display: inline-block
}

.footer-menu a {
    position: relative;
    font-family: PatronBold;
    margin: 0 16px 0 0;
    text-decoration: none
}

.footer-menu a:hover {
    color: inherit;
    text-decoration: none
}

.footer-menu a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff
}

.footer-form {
    position: relative
}

.footer-submit {
    position: absolute;
    top: -2px;
    right: 8px;
    padding: 0;
    margin: 0;
    height: 48px;
    width: 48px;
    background: 0;
    color: #ff554b;
    font-size: 32px
}

.footer-submit span {
    display: none
}

.footer-submit:hover {
    color: #5e5e5f
}

.footer-submit:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer-social + .footer-social {
    margin: 0 0 0 10px
}

.footer-disclaimer {
    line-height: 48px;
    font-size: 16px
}

.mini-logo {
    width: 48px;
    vertical-align: middle;
    margin: 0 0 0 16px
}

.footer-sponsors {
    padding: 36px 0;
    color: #000032
}

@media(min-width:54em) {
    .footer-menu {
        float: left
    }

    .follow-us {
        margin-left: 48px
    }

    .footer-disclaimer {
        float: right
    }
}

@media(max-width:53.99em) {
    .row {
        margin-left: -12px;
        margin-right: -12px
    }

    [class * =col-] {
        padding-left: 12px;
        padding-right: 12px
    }
}

.col-centered {
    float: none;
    margin: 0 auto
}

.form .checkbox input[type=checkbox] + span, .form .checkbox input[type=radio] + span,
.form .radio input[type=checkbox] + span, .form .radio input[type=radio] + span {
    font-size: 20px;
    padding-left: 32px;
    line-height: 29px
}

.form .checkbox input[type=checkbox] + span:before, .form .checkbox input[type=radio] + span:before,
.form .radio input[type=checkbox] + span:before, .form .radio input[type=radio] + span:before {
    width: 20px;
    height: 20px
}

.form .checkbox input[type=radio]:checked + span:after, .form .radio input[type=radio]:checked + span:after {
    top: 10px
}

.form .checkbox input[type=checkbox]:checked + span:after, .form .radio input[type=checkbox]:checked + span:after {
    top: 6px;
    left: 3px;
    font-size: 14px
}

.form .alert {
    margin-bottom: 48px
}

.form-section-heading, .form-section-heading-small {
    font-family: PatronBold;
    margin-top: 40px
}

.has-error > .form-section-heading, .has-error > .form-section-heading-small {
    color: #a94442
}

.form-section-heading {
    font-size: 32px
}

.form-section-toggle {
    cursor: pointer
}

.form-section-toggle + fieldset {
    display: none
}

.form-section-heading-small {
    margin-bottom: 10px;
    font-size: 22px
}

.form-control {
    font-size: 16px
}

.form-control:focus {
    box-shadow: none
}

select.form-control {
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("../assets/frontend/images/select.png") #fff;
    background-size: 10px 5px;
    background-position: right 16px center;
    background-repeat: no-repeat
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px
    }
}

.form-horizontal .control-label {
    text-align: left
}

fieldset {
    margin-bottom: 40px
}

textarea {
    min-height: 150px
}

textarea.count-initialized {
    padding-right: 53px
}

textarea.count-initialized + .label {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 13px
}

[data-prototype] {
    display: inline-block;
    margin-right: 20px
}

[data-prototype].has-children {
    display: block
}

[data-prototype] > .form-group {
    padding: 20px;
    margin: 0;
    border: 1px solid #000
}

[data-prototype] > .form-group + .form-group {
    margin-top: 20px
}

[data-prototype] > .form-group > .col-md-4 {
    display: none
}

[data-prototype] > .form-group > .col-md-8 {
    width: 100%
}

.collection-full .control-label {
    padding-bottom: 10px
}

.collection-full > * :last-child {
    width: 100%
}

.collection-full .control-label-full {
    margin-top: 40px;
    font-size: 32px;
    font-family: PatronBold, sans-serif
}

.collection-actions {
    text-align: center
}

.collection-actions .btn {
    margin: 10px 5px 0 5px
}

.help-block, .form__help {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px
}

.help-block {
    color: #5e5e5f
}

.collection .help-block {
    color: #a94442
}

.file-upload-help-text {
    display: block;
    margin-top: 10px
}

.list--error {
    padding: 0;
    margin-top: 15px;
    list-style: none;
    font-size: 16px
}

.form-oembed [data-prototype] {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center
}

.form-oembed .button {
    display: inline-block;
    background: #ff554b;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 5px 12px 6px 12px;
    cursor: pointer;
    text-decoration: none
}

.form-oembed .button:hover {
    background: #ff857e
}

.form-oembed .form-collection__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-oembed .form-collection__list li {
    position: relative;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    min-height: 130px;
    border-top: 1px solid #e3e3e3;
    text-align: left
}

.form-oembed .form-collection__list li .form-group {
    margin-bottom: 0
}

.form-oembed .form-collection__list li .form-control {
    margin-bottom: 0
}

.form-oembed .form-collection__cancel {
    margin-top: 20px;
    font-size: 16px
}

.form-oembed .help-block {
    font-size: 13px
}

.form-oembed .form-collection {
    display: block
}

.form-oembed-image {
    display: block;
    max-width: 250px;
    width: 33.333%;
    margin-top: 1px;
    padding: 0 20px 0 0;
    float: left;
    text-align: center
}

.form-oembed-image + input[type=url] {
    width: 66.66667%;
    float: left
}

.form-signup {
    margin-top: 15px
}

.checkbox, .radio {
    margin: 0
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"],
.radio input[type="checkbox"], .radio input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.checkbox label, .radio label {
    font-weight: 300;
    padding-left: 0;
    font-family: "PatronThin", sans-serif
}

.checkbox input[type="checkbox"]:focus + span:before, .checkbox input[type="radio"]:focus + span:before,
.radio input[type="checkbox"]:focus + span:before, .radio input[type="radio"]:focus + span:before {
    border-color: #5e5e5f;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.checkbox input[type="checkbox"] + span, .checkbox input[type="radio"] + span,
.radio input[type="checkbox"] + span, .radio input[type="radio"] + span {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-left: 22px;
    margin-left: 0;
    font-size: 14px
}

.checkbox input[type="checkbox"] + span:before, .checkbox input[type="radio"] + span:before,
.radio input[type="checkbox"] + span:before, .radio input[type="radio"] + span:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    top: 5px;
    border-radius: 4px;
    height: 15px;
    width: 15px
}

.checkbox input[type="checkbox"] + span a, .checkbox input[type="radio"] + span a,
.radio input[type="checkbox"] + span a, .radio input[type="radio"] + span a {
    color: #5e5e5f;
    text-decoration: underline
}

.checkbox input[type="checkbox"] + span a:hover, .checkbox input[type="radio"] + span a:hover,
.radio input[type="checkbox"] + span a:hover, .radio input[type="radio"] + span a:hover {
    text-decoration: none
}

.checkbox input[type="checkbox"]:checked + span:after, .radio input[type="checkbox"]:checked + span:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 1px;
    color: #5e5e5f;
    font-size: 13px
}

.checkbox input[type="radio"] + span:before, .radio input[type="radio"] + span:before {
    border-radius: 50%
}

.checkbox input[type="radio"]:checked + span:after, .radio input[type="radio"]:checked + span:after {
    content: '';
    position: absolute;
    left: 5px;
    display: block;
    background: #5e5e5f;
    top: 7px;
    border-radius: 50%;
    height: 10px;
    width: 10px
}

.spotlight-form .checkbox input[type="radio"]:checked + span:after,
.spotlight-form .radio input[type="radio"]:checked + span:after {
    background: #ff554b
}

.checkbox + input[type="text"], .radio + input[type="text"] {
    margin-top: 10px
}

[class * ="col-"] > .checkbox, [class * ="col-"] > .radio {
    margin-top: 0;
    margin-bottom: 2px
}

.form-datetime select {
    padding-right: 35px
}

.form-datetime input[type=time] {
    display: inline-block;
    width: auto
}

.form-labelless .col-md-4 {
    display: none
}

.form-labelless .col-md-8 {
    width: 100%
}

.form-group-inline .radio {
    display: inline-block;
    margin-right: 50px
}

@media(min-width:36em) {
    .is-initialized .form-collection__cancel {
        position: absolute;
        top: 71px;
        left: 33.333%
    }

    .form-columns .checkbox {
        display: inline-block;
        width: 50%
    }
}

@media(min-width:54em) {
    .form-horizontal .form-group {
        margin-left: -24px;
        margin-right: -24px
    }

    .form-horizontal [data-prototype] > .form-group {
        margin-left: 0;
        margin-right: 0
    }

    .form-horizontal [data-prototype] > .form-group .control-label {
        padding-left: 0
    }

    .form-horizontal [data-prototype] .control-label {
        margin-right: -15px
    }

    .form-columns .checkbox {
        display: inline-block;
        width: 33.333%
    }
}

.table {
    margin: 0
}

.table-plain > tbody > tr > td {
    border: 0;
    padding: 0
}

.table-time {
    text-align: right
}

.feed {
    position: relative;
    font-size: 0
}

.feed-detail {
    margin: 48px -12px 0 -12px
}

.feed-item {
    margin: 0 auto 24px auto
}

.feed-detail .feed-item {
    display: inline-block;
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: top
}

.feed-item .btn {
    margin-top: 10px
}

.feed-end {
    display: none;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin-top: 40px;
    font-size: 18px;
    text-align: center
}

.feed-spinner {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center
}

.feed-delete {
    margin-bottom: 40px
}

@media(min-width:36em) {
    .feed {
        margin: 0 -24px
    }

    .feed-detail {
        margin-top: 96px;
        margin: 48px -24px 0 -24px
    }

    .feed-item {
        display: inline-block;
        width: 240px;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 48px;
        vertical-align: top
    }

    .feed-detail .feed-item {
        width: calc(50% - 48px);
        margin-left: 24px;
        margin-right: 24px
    }

    .feed-highlights .feed-item:nth-child( - n + 2) {
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px
    }
}

@media(min-width:54em) {
    .feed-item {
        margin-bottom: 48px
    }

    .feed-highlights .feed-item:nth-child( - n + 2) {
        width: calc(50% - 48px);
        font-size: 24px;
        margin-bottom: 72px
    }

    .feed-detail .feed-item {
        width: 144px
    }

    .feed-spinner {
        bottom: -60px
    }

    .feed-end {
        bottom: -20px
    }
}

@media(min-width:54em) and (max-width:71.99em) {
    .feed-item:nth-child(3n + 2) {
        -ms-transform: translateY(48px);
        transform: translateY(48px)
    }

    .feed-highlights .feed-item {
        -ms-transform: none;
        transform: none
    }

    .feed-highlights .feed-item:nth-child(3n + 4) {
        -ms-transform: translateY(48px);
        transform: translateY(48px)
    }
}

@media(min-width:72em) {
    .feed-item:nth-child(2n) {
        -ms-transform: translateY(48px);
        transform: translateY(48px)
    }

    .feed-highlights .feed-item {
        transform: translate3d(0, 0, 0)
    }

    .feed-highlights .feed-item:nth-child( - n + 3) {
        width: 336px;
        font-size: 24px;
        margin-bottom: 72px
    }

    .feed-highlights .feed-item:nth-child(2n + 5) {
        -ms-transform: translateY(48px);
        transform: translateY(48px)
    }

    .feed-detail .feed-item {
        width: 240px;
        transform: translate3d(0, 0, 0)
    }

    .feed-detail .feed-item:nth-child(3n + 2) {
        -ms-transform: translateY(48px);
        transform: translateY(48px)
    }
}

.item {
    font-size: 16px;
    transform: translate3d(0, 0, 0)
}

.item-map {
    width: 240px;
    padding: 8px 0
}

.item-teaser {
    background: #ff554b;
    color: #fff;
    padding: 24px;
    font-size: 24px
}

.item-teaser .item-title {
    text-decoration: none;
    margin-bottom: 32px
}

.item-teaser .item-description {
    font-size: 20px
}

.item-teaser .btn {
    font-size: 16px
}

.item-teaser .btn:hover {
    color: inherit
}

.item-portfolio .item-image {
    mix-blend-mode: normal;
    -webkit-filter: none;
    filter: none
}

.item-video .item-image {
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3)
}

.item-text .item-content {
    background: #5e5e5f;
    color: #fff;
    padding: 16px
}

.item-text .item-image-holder {
    margin: 0
}

.item-link {
    position: relative;
    text-decoration: none;
    display: block
}

.item-link:active, .item-link:focus {
    text-decoration: none
}

.item-link:hover {
    text-decoration: none
}

.item-link:hover .item-image-holder {
    background: #000
}

.item-link:hover .item-image {
    -webkit-filter: none;
    filter: none
}

.item-teaser .item-link:hover {
    color: #5e5e5f
}

.item-link.is-active {
    color: #ff554b
}

.item-link.is-active .item-image {
    -webkit-filter: none;
    filter: none;
    mix-blend-mode: normal
}

.item-video .item-link:hover .item-image-holder {
    color: #dedede
}

.item-gallery .item-link:hover {
    color: #dedede
}

.item-gallery .item-link:hover:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 96px
}

.item-image-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    color: #fff;
    height: 0;
    padding: 0 0 68% 0;
    transition: backgroundImage .3s linear;
    background-size: 800% 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5a5a', endColorstr='#ff5a5a', GradientType=1);
    background-size: 400% 100%
}

.item:nth-child(16n) .item-image-holder {
    background-position: 49% 0
}

.item:nth-child(16n + 1) .item-image-holder {
    background-position: 66% 0
}

.item:nth-child(16n + 2) .item-image-holder {
    background-position: 82% 0
}

.item:nth-child(16n + 3) .item-image-holder {
    background-position: 100% 0
}

.item:nth-child(16n + 4) .item-image-holder {
    background-position: 0 0
}

.item:nth-child(16n + 5) .item-image-holder {
    background-position: 16% 0
}

.item:nth-child(16n + 6) .item-image-holder {
    background-position: 33% 0
}

.item:nth-child(16n + 7) .item-image-holder {
    background-position: 49% 0
}

.item:nth-child(16n + 8) .item-image-holder {
    background-position: 16% 0
}

.item:nth-child(16n + 9) .item-image-holder {
    background-position: 33% 0
}

.item:nth-child(16n + 10) .item-image-holder {
    background-position: 49% 0
}

.item:nth-child(16n + 11) .item-image-holder {
    background-position: 66% 0
}

.item:nth-child(16n + 12) .item-image-holder {
    background-position: 33% 0
}

.item:nth-child(16n + 13) .item-image-holder {
    background-position: 49% 0
}

.item:nth-child(16n + 14) .item-image-holder {
    background-position: 66% 0
}

.item:nth-child(16n + 15) .item-image-holder {
    background-position: 82% 0
}

.item-image-holder, .item:nth-child(even)
< ! - - image highlight -- >
.item-image-holder {
    background-color: #941100;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2600', endColorstr='#ff2600', GradientType=1)
}

.item-video .item-image-holder:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 96px
}

.item-image {
    position: absolute;
    width: 100%;
    min-height: 100%;
    display: block;
    mix-blend-mode: lighten;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.item-portfolio .item-link:hover .item-image {
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.item-portfolio.item-video .item-link:hover .item-image {
    -ms-transform: translateY(-50%) scale(1.4);
    transform: translateY(-50%) scale(1.4)
}

.item-category {
    display: block;
    margin: 0
}

.item-title {
    display: block;
    margin: 0;
    font-size: inherit;
    font-family: PatronBold
}

.item-link .item-title {
    text-decoration: underline
}

@media(min-width:36em) {
    .item-link:hover .item-image-holder {
        background: #000
    }
}

@media(min-width:54em) {
    .item:nth-child(16n) .item-image-holder {
        background-position: 49% 0
    }

    .item:nth-child(16n + 1) .item-image-holder {
        background-position: 66% 0
    }

    .item:nth-child(16n + 2) .item-image-holder {
        background-position: 82% 0
    }

    .item:nth-child(16n + 3) .item-image-holder {
        background-position: 100% 0
    }

    .item:nth-child(16n + 4) .item-image-holder {
        background-position: 0 0
    }

    .item:nth-child(16n + 5) .item-image-holder {
        background-position: 16% 0
    }

    .item:nth-child(16n + 6) .item-image-holder {
        background-position: 33% 0
    }

    .item:nth-child(16n + 7) .item-image-holder {
        background-position: 49% 0
    }

    .item:nth-child(16n + 8) .item-image-holder {
        background-position: 16% 0
    }

    .item:nth-child(16n + 9) .item-image-holder {
        background-position: 33% 0
    }

    .item:nth-child(16n + 10) .item-image-holder {
        background-position: 49% 0
    }

    .item:nth-child(16n + 11) .item-image-holder {
        background-position: 66% 0
    }

    .item:nth-child(16n + 12) .item-image-holder {
        background-position: 33% 0
    }

    .item:nth-child(16n + 13) .item-image-holder {
        background-position: 49% 0
    }

    .item:nth-child(16n + 14) .item-image-holder {
        background-position: 66% 0
    }

    .item:nth-child(16n + 15) .item-image-holder {
        background-position: 82% 0
    }

    .item-link:hover .item-image-holder {
        background: #000
    }
}

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

.list-lined {
    border-top: 1px solid #5e5e5f
}

.list-lined li {
    border-bottom: 1px solid #5e5e5f;
    padding: .6em 0
}

.list-lined a {
    display: block;
    position: relative;
    margin: -0.6em 0;
    padding: .6em 1em .6em 0;
    text-decoration: none;
    font-family: PatronBold;
    transition: background .3s linear, padding .3s linear, color .3s linear
}

.list-lined a:hover {
    background: #5e5e5f;
    color: #fff;
    padding-left: 1em
}

.list-submission dt {
    font-family: PatronBold
}

.list-submission dd {
    margin-bottom: 20px
}

.list-signup li {
    position: relative;
    margin-bottom: 15px
}

.list-signup li:last-child {
    margin-bottom: 0
}

.list-signup span {
    display: block;
    text-decoration: none;
    font-size: 18px
}

.list-bordered li {
    padding: 20px;
    border: 1px solid #5e5e5f;
    border-radius: 4px
}

.list-bordered li + li {
    margin-top: 30px
}

.list-bordered .title {
    font-family: PatronBold
}

.list-bordered .description {
    display: block;
    margin-bottom: 10px
}

.list-bordered .arrange-size-fit {
    white-space: nowrap
}

.stats {
    font-size: 0
}

.stat {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    font-family: PatronBold;
    text-align: center;
    color: #ff554b;
    margin: 0 0 36px 0
}

.stat-icon {
    display: block;
    font-size: 75px;
    line-height: 1
}

.stat-number {
    display: block;
    font-size: 24px
}

.stat-title {
    display: block
}

@media(min-width:36em) {
    .stat {
        width: 33%;
        font-size: 20px
    }
}

@media(min-width:72em) {
    .stat {
        width: 20%
    }

    .stat-icon {
        font-size: 100px
    }

    .stat-number {
        font-size: 32px
    }
}

.filter {
    padding: 16px;
    background: #ff554b;
    color: #fff;
    position: relative
}

.filter-search {
    position: relative;
    margin: 0 0 24px 0
}

.filter-search-input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 24px;
    padding-left: 0;
    padding-right: 40px;
    color: #fff
}

.filter-search-input:focus {
    box-shadow: none
}

.filter-search-input::-moz-placeholder {
    color: #ffd2d2;
    opacity: 1
}

.filter-search-input:-ms-input-placeholder {
    color: #ffd2d2
}

.filter-search-input::-webkit-input-placeholder {
    color: #ffd2d2
}

.filter-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    background: 0;
    font-size: 32px;
    padding: 0
}

.filter-search-submit:hover {
    color: #5e5e5f
}

.filter-search-submit:focus {
    color: #5e5e5f;
    outline: 0;
    box-shadow: none
}

.filter-search-submit em {
    position: absolute;
    top: -9999em;
    left: -9999em
}

.filter-option {
    margin: 0 0 16px 0
}

.filter-section {
    position: relative
}

.filter-section:before, .filter-section:after {
    content: " ";
    display: table
}

.filter-section:after {
    clear: both
}

.filter-toggle-advanced {
    position: relative;
    float: right;
    border: 0;
    background: 0;
    color: inherit;
    font-size: 16px;
    outline: 0;
    z-index: 1
}

.filter-toggle-advanced:hover, .filter-toggle-advanced:focus {
    color: #5e5e5f
}

.filter-toggle-advanced:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .2em;
    margin-left: .2em
}

.filter-toggle-advanced.is-active:after {
    content: '\e809'
}

.filter-advanced-content {
    font-size: 16px
}

.filter-advanced-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.filter-locations-area {
    font-family: PatronBold;
    font-size: 20px
}

.filter-locations-area:not(:first-child) {
    margin-top: 24px
}

.filter-locations-location {
    border: 0;
    padding: 0;
    display: inline;
    color: #fff;
    margin: 0;
    background: 0;
    outline: 0;
    text-align: left;
    cursor: pointer
}

.filter-locations-location:hover, .filter-locations-location:focus {
    text-decoration: underline
}

.filter-locations-location input {
    position: absolute;
    top: -9999em
}

.filter-locations-location input:checked + span {
    color: #5e5e5f
}

@media(min-width:30em) {
    .filter-advanced-content {
        font-size: 16px
    }

    .filter-advanced-content ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .filter-advanced-content li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column
    }
}

@media(min-width:36em) {
    .filter-advanced-content ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 48px;
        -moz-column-gap: 48px;
        column-gap: 48px
    }
}

@media(min-width:54em) {
    .filter {
        padding: 24px 48px
    }

    .filter-option {
        margin: 0 0 16px 0
    }

    .filter-advanced-content ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .filter-locations-area {
        font-weight: bold;
        font-size: 20px
    }

    .filter-locations-area:not(:first-child) {
        margin-top: 48px
    }

    .filter-locations-area:not(:first-child) {
        margin-top: 48px
    }
}

.ajax-content {
    position: relative
}

.ajax-call-active .ajax-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #fff;
    opacity: .8;
    z-index: 2
}

.ajax-call-active .ajax-content:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -50px;
    font-size: 100px;
    color: #5e5e5f;
    z-index: 3;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flip {
    0% {
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in
    }

    100% {
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.page {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%
}

.mobile-nav-is-active .page {
    height: 100%;
    overflow: hidden
}

.page-header {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    height: 50vh;
    background: #000032;
    overflow: hidden
}

.page-static .page-header {
    background: #5e5e5f
}

.page-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0.8Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, transparent 45%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0)
}

.page-image {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .8
}

.page-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 2
}

.page-header + .page-content {
    padding: 48px 0 0 0
}

.page-article {
    padding: 0
}

.page-description {
    margin-bottom: 24px
}

.page-meta {
    margin-bottom: 24px
}

.page-intro {
    font-size: 24px;
    font-family: PatronBold
}

.page-colofon {
    margin: 48px 0;
    font-size: 16px
}

.page-colofon-title {
    display: block;
    font-size: 24px;
    font-family: PatronBold;
    font-weight: normal;
    margin: 0 0 1em 0
}

.page-colofon-links {
    margin: 2em 0 0 0
}

.page-colofon-links a {
    display: inline-block;
    margin: 0 10px 0 0
}

.page-organized-by {
    margin: 48px 0;
    padding: 48px 0 0 0;
    border-top: 1px solid #5e5e5f
}

.page-organized-by-logo {
    float: right
}

.page-related {
    margin-top: 48px
}

.page-social {
    text-align: center;
    margin-top: 48px
}

.page-social a {
    margin: 0 10px 10px 0
}

.page-social-program {
    text-align: left;
    margin-top: 0
}

.page-footer {
    margin-top: 48px
}

@media(min-width:54em) {
    .page-header {
        height: 100vh
    }

    .page-static .page-header {
        height: 75vh
    }

    .page-description {
        padding: 0 24px;
        margin-bottom: 48px
    }

    .page-intro {
        font-size: 32px
    }

    .page-header + .page-content {
        padding: 80px 0 0 0
    }

    .page-article {
        padding: 0 24px
    }

    .page-colofon {
        margin: 80px 0
    }

    .page-organized-by {
        margin: 80px 0;
        padding: 48px 0 0 0
    }

    .page-related {
        margin-top: 80px
    }

    .page-social {
        margin-top: 96px
    }

    .page-social-program {
        margin-top: 0
    }

    .page-footer {
        margin-top: 96px
    }
}

@media(min-width:72em) {

    .page-header + .page-content {

        padding: 96px 0 0 0
    }

    .page-article {

        padding: 0 48px
    }

    .page-description {

        padding: 0 48px;
        margin-bottom: 96px
    }

    .page-colofon {

        margin: 96px 0
    }

    .page-organized-by {

        margin: 96px 0 128px 0;
        padding: 48px 0 0 0
    }

    .page-related {

        margin-top: 96px
    }
}

.program-menu:before, .program-menu:after {

    content: " ";
    display: table
}

.program-menu:after {

    clear: both
}

.program-menu-item {

    position: relative;
    display: block;
    height: 0;
    padding: 0 0 100% 0;
    margin: 0 0 24px 0;
    text-align: center;
    background: #5e5e5f;

}

.program-menu-item img {

    width: 100%;
    display: block
}

.program-menu-item:hover .program-menu-title {
    text-decoration: underline
}

.program-menu-item:hover .program-menu-icon, .program-menu-item:hover .program-menu-image {

    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.program-menu-item-primary {

    background: #5e5e5f;
    color: #fff
}

.program-menu-item-primary:hover {

    color: #fff
}

.program-menu-item-secondary {

    background: #212121;
    color: #fff
}

.program-menu-item-secondary:hover {

    color: #fff
}

.program-menu-item-tertiary {

    background: #d6d6d6;
    color: #5e5e5f
}

@media(min-width:30em) {

    .program-menu-item {

        padding: 0 0 75% 0
    }

    .program-menu-icon {

        font-size: 100px
    }

    .program-menu-title {

        font-size: 16px
    }
}

@media(min-width:36em) {

    .program-menu-item {

        margin: 0 0 48px 0
    }

    .program-directions-list {

        border: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 48px;
        -moz-column-gap: 48px;
        column-gap: 48px
    }

    .program-directions-list li {

        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        border-top: 1px solid #5e5e5f;
        margin-top: -1px
    }

    .program-menu-icon img {

        max-width: 95px
    }

    .program-map-toggle {

        display: block
    }
}

@media(min-width:54em) {

    .program-directions-list {

        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .program-days {
        float: right;
        width: 210px
    }

    .program-menu-icon img {
        display: none
    }

    .program-menu-icon.icon-views:before {
        content: '\e825'
    }

    .program-legend-items {
        display: none
    }

    .program-legend-items.is-open {
        display: block
    }

    .program-legend {
        display: inline-block
    }

    .program-legend .link {
        display: inherit;
        font-size: 14px
    }

    .program-legend .link.is-open {
        margin-bottom: 10px
    }
}

@media(min-width:72em) {
    .program-menu-title {
        font-size: 24px
    }

    .program-menu-content .icon-full-program {
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    .program-menu-item:hover .program-menu-content .icon-full-program {
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .program-menu-content .icon-views {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .program-menu-content .icon-views:hover {
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .program-menu-content .icon-music, .program-menu-content .icon-routes {
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .program-menu-item:hover .program-menu-content .icon-music, .program-menu-item:hover .program-menu-content .icon-routes {
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.media-gallery {
    margin-top: 124px
}

.media-gallery-title {
    text-align: center
}

.heading {
    position: relative;
    display: block;
    font-family: PatronBold;
    font-weight: normal;
    margin: 0 0 1em 0
}

.heading-page {
    font-size: 32px
}

.heading-section {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1.25em
}

.heading-block {
    font-size: 32px;
    margin: 0 0 .5em 0
}

.heading-paragraph {
    font-size: 24px;
    margin: 0 0 .5em 0
}

@media(min-width:36em) {
    .heading-page {
        font-size: 48px;
        margin: 0 0 .5em 0
    }

    .heading-section {
        font-size: 48px
    }
}

@media(min-width:54em) {
    .heading-page {
        font-size: 96px;
        margin: 0 0 .5em 0
    }
}

@media(min-width:72em) {
    .heading-page {
        margin: 0 0 1em 0
    }
}

.aside-block {
    font-size: 16px
}

.aside-block + .aside-block {
    margin-top: 48px
}

.aside-block-ad {
    text-align: center
}

.aside-block-highlight {
    background: #ff554b;
    color: #fff;
    padding: 16px
}

.aside-block-tickets {
    background: #5e5e5f;
    color: #fff;
    padding: 16px
}

.aside-block {
    font-size: 16px
}

.aside-block + .aside-block {
    margin-top: 48px
}

.aside-block-ad {
    text-align: center
}

.aside-block-highlight {
    background: #ff554b;
    color: #fff;
    padding: 16px
}

.aside-block-tickets {
    background: #5e5e5f;
    color: #fff;
    padding: 16px
}

.block + .block {
    margin-top: 48px
}

.block-side + .block-side {
    margin-top: 18px
}

.block + .block-cta {
    margin-top: 24px
}

.block embed {
    display: block;
    width: 100%;
    margin: 0 auto !important
}

.block-title {
    display: block;
    margin-top: 24px;
    font-family: PatronBold;
    font-size: 16px
}

.block-description {
    display: block;
    font-size: 12px
}

.block-quote blockquote {
    padding: 0;
    border: 0;
    font-family: PatronBold;
    font-size: 32px;
    line-height: 1.25;
    quotes: "“" "”" "‘" "’";
    margin: 0 0 .5em
}

.block-quote blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -0.4em
}

.block-link {
    padding: 0;
    border: 1px solid #5e5e5f;
    border-left: 0;
    border-right: 0
}

.block-link-side {
    padding: 0;
    border: 1px solid #5e5e5f;
    border-left: 0;
    border-right: 0
}

.block-link + .block-link, .block-link + .block-foldable {
    margin-top: 0;
    border-top: 0
}

.block-link-side + .block-link-side, .block-link-side + .block-foldable {
    margin-top: 0;
    border-top: 0
}

.block-link a {
    display: block;
    position: relative;
    font-size: 24px;
    padding: .5em 1em .5em 0;
    text-decoration: none;
    font-family: PatronBold;
    transition: background .3s linear, padding .3s linear, color .3s linear
}

.block-link-side a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: .4em 1em .4em 0;
    text-decoration: none;
    font-family: PatronBold;
    transition: background .3s linear, padding .3s linear, color .3s linear
}

.block-link a:hover {
    background: #5e5e5f;
    color: #fff;
    padding-left: 1em
}

.block-link a:hover:after {
    color: #fff
}

.block-link-side a:hover {
    background: #5e5e5f;
    color: #fff;
    padding-left: 1em
}

.block-link-side a:hover:after {
    color: #fff
}

.block-link a:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: .25em;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff554b;
    font-size: 48px
}

.block-link-side a:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: .25em;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff554b;
    font-size: 48px
}

.block-foldable {
    padding: 0;
    border: 1px solid #5e5e5f;
    border-left: 0;
    border-right: 0
}

.block-foldable + .block-foldable, .block-foldable + .block-link {
    margin-top: 0;
    border-top: 0
}

.block-foldable .heading {
    cursor: pointer;
    margin-top: .5em
}

.block-foldable .heading:hover {
    color: #ff554b
}

.block-foldable .heading:after {
    position: absolute;
    right: 24px;
    top: 7px;
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s linear;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block-foldable.is-folded .heading:after {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.block-foldable.is-folded .block-content {
    display: none
}

.block-signup .block-foldable {
    padding-bottom: 15px;
    border: 1px solid #000;
    border-left: 0;
    border-right: 0
}

.block-signup .block-foldable .heading {
    color: #000
}

.block-signup .block-foldable .heading:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s transform
}

.block-signup .block-foldable + .block-foldable {
    border-top: 0
}

.block-signup .block-foldable a {
    text-decoration: none
}

.block-signup .block-foldable a:hover .heading:after {
    color: #ff554b;
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.block-signup .block-foldable:first-child {
    margin-top: 20px
}

.block-signup .block-foldable:last-child {
    margin-bottom: 40px
}

.block-embed #ts-shop {
    max-width: 468px
}

@media(min-width:54em) {
    .block {
        padding: 0 24px
    }

    .block + .block {
        margin-top: 80px
    }

    .block + .block-cta {
        margin-top: 40px
    }

    .block-gallery {
        padding: 0
    }

    .block-foldable {
        padding: 0
    }

    .block-foldable + .block-foldable, .block-foldable + .block-link {
        margin-top: 0
    }

    .block-link {
        padding: 0
    }

    .block-link + .block-link, .block-link + .block-foldable {
        margin-top: 0
    }
}

@media(min-width:72em) {
    .block {
        padding: 0 48px
    }

    .block + .block {
        margin-top: 96px
    }

    .block + .block-cta {
        margin-top: 48px
    }

    .block-gallery {
        padding: 0
    }

    .block-foldable {
        padding: 0
    }

    .block-foldable + .block-foldable, .block-foldable + .block-link {
        margin-top: 0
    }

    .block-link {
        padding: 0
    }

    .block-link + .block-link, .block-link + .block-foldable {
        margin-top: 0
    }
}

.location img {
    width: 100%;
    max-width: none
}

.location-image-holder {
    background: #5e5e5f
}

.location-image {
    mix-blend-mode: lighten;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.content {
    padding: 116px 0 48px 0
}

.page-full .content {
    padding: 0 0 48px 0
}

@media(min-width:54em) {
    .content {
        padding: 176px 0 96px 0
    }

    .page-full .content {
        padding: 0 0 96px 0
    }
}

@media(min-width:72em) {
    .content {
        padding: 224px 0 96px 0
    }
}

.sponsors-category {
    margin-top: 32px
}

.sponsor {
    display: inline-block;
    margin: 0 20px 32px 0
}

.sponsors-title {
    font-size: 16px;
    margin: 0 0 .5em 0;
    position: relative;
    display: block;
    font-family: PatronBold;
    font-weight: normal
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.whatif {
    position: relative;
    background: #ff554b;
    color: #ffd2d2;
    padding: 116px 0 0 0;
    margin: 0 0 48px 0;
    line-height: 1
}

.whatif-section {
    overflow: hidden;
    height: 54px;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    background: #5e5e5f
}

.whatif-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url("../assets/frontend/images/whatif.png") center top repeat-x
}

.whatif-section-one {
    background: #ff554b
}

.whatif-section-one:after {
    height: 75%
}

.whatif-section-two {
    height: 86px
}

.whatif-section-two:after {
    height: 65%
}

.whatif-section-three {
    height: 86px
}

.whatif-section-three:after {
    height: 65%
}

.whatif-section-four {
    height: 164px
}

.whatif-content {
    position: relative;
    height: 100%
}

.whatif-question-mark {
    position: absolute;
    font-family: helvetica;
    top: -500px;
    width: 100%;
    text-align: center;
    font-size: 840px;
    color: #000032;
    font-weight: bold
}

.whatif-section-two .whatif-question-mark {
    top: -150px
}

.whatif-section-three .whatif-question-mark {
    top: -350px;
    color: #ffd2d2
}

.whatif-section-four .whatif-question-mark {
    top: -150px;
    color: #ff554b
}

.whatif-option {
    position: relative;
    display: block;
    height: 81px;
    max-width: 1104px;
    width: 96%;
    margin: 0 auto;
    color: #000032;
    font-size: 65px;
    font-family: PatronBold;
    word-wrap: break-word
}

.whatif-section-one .whatif-option {
    color: #000032
}

.whatif-section-two .whatif-option {
    font-size: 50px;
    height: 129px;
    color: #ff554b;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.whatif-section-three .whatif-option {
    font-size: 50px;
    height: 129px;
    color: #000032;
    -ms-transform: translateY(-16px);
    transform: translateY(-16px)
}

.whatif-section-four .whatif-option {
    height: 246px;
    font-size: 60px;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.whatif-trigger {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    border: 0;
    background: 0;
    font-size: 48px;
    transition: transform .1s linear, color .1s linear
}

.whatif-trigger span {
    position: absolute;
    left: -9999em
}

.whatif-trigger:after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .2em;
    margin-left: .2em
}

.whatif-trigger:hover, .whatif-trigger:focus {
    outline: 0;
    color: #ff554b
}

.whatif-trigger:hover {
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media(min-width:54em) {
    .whatif {
        padding: 146px 0 0 0;
        margin: 0 0 80px 0
    }

    .whatif-section {
        height: 75px
    }

    .whatif-section-two {
        height: 85px
    }

    .whatif-section-three {
        height: 75px
    }

    .whatif-section-four {
        height: 240px
    }

    .whatif-question-mark {
        top: -500px;
        font-size: 1000px
    }

    .whatif-section-two .whatif-question-mark {
        top: -320px
    }

    .whatif-section-three .whatif-question-mark {
        top: -300px
    }

    .whatif-section-four .whatif-question-mark {
        top: -550px
    }

    .whatif-option {
        font-size: 96px
    }

    .whatif-section-two .whatif-option {
        font-size: 108px;
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .whatif-section-three .whatif-option {
        font-size: 96px;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .whatif-section-four .whatif-option {
        height: 360px;
        font-size: 168px;
        -ms-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

@media(min-width:72em) {
    .whatif {
        padding: 184px 0 0 0;
        margin: 0 0 96px 0
    }
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    position: relative;
    display: block;
    font-family: PatronBold;
    font-weight: normal;
    margin: 0 0 1em 0;
    line-height: 1.25
}

.wysiwyg h1, .wysiwyg h2 {
    font-size: 32px
}

.wysiwyg h3 {
    font-size: 24px
}

.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: 20px
}

.wysiwyg table {
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed
}

.wysiwyg table th, .wysiwyg table td {
    vertical-align: top;
    padding: 5px
}

.wysiwyg table img {
    width: 100%
}

.table-tickets th {
    font-family: PatronBold;
    background-color: #5e5e5f;
    color: #fff
}

.table-tickets td {
    border: 1px dotted #ccc
}

.table-contact {
    font-size: 14px
}

.table-contact tr {
    margin-left: -24px;
    margin-right: -24px
}

.table-contact tr:before, .table-contact tr:after {
    content: " ";
    display: table
}

.table-contact tr:after {
    clear: both
}

.table-contact td {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 24px;
    padding-right: 24px
}

@media(min-width:36em) {
    .wysiwyg h1, .wysiwyg h2 {
        font-size: 48px
    }

    .wysiwyg h3 {
        font-size: 20px
    }

    .table-contact td {
        position: relative;
        min-height: 1px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media(min-width:36em) and (min-width:576px) {
    .table-contact td {
        float: left;
        width: 50%
    }
}

@media(min-width:72em) {

    .table-contact td {

        position: relative;
        min-height: 1px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media(min-width:72em) and (min-width:1152px) {

    .table-contact td {

        float: left;
        width: 33.33333%
    }
}

.alert {

    font-size: 14px;
    border-radius: 0;
    margin: 0
}

.alert-deprecated {

    display: none
}

.alert-notify {

    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 24px 32px;
    border-radius: 10px
}

.alert-close {

    position: absolute;
    right: 20px;
    top: 50% !important;
    border: 0;
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: 14px;
    outline: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alert-error {

    color: #fff;
    background-color: #ff554b;
    border-color: #ff554b
}

.alert-success {

    color: #fff;
    background-color: #4cbb17;
    border-color: #4cbb17
}

.animated {

    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInDown {

    animation-name: fadeInDown
}

.fadeOutUp {

    animation-name: fadeOutUp
}

@keyframes fadeInDown {

    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {

        opacity: 1;
        transform: none
    }
}

@keyframes fadeOutUp {

    from {
        opacity: 1
    }

    100% {

        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.ad {

    margin-top: 15px;
    text-align: center
}

.ad a {

    display: block
}

.ad img {

    margin: 0 auto
}

@media(min-width:54em) {

    .ad {

        margin-top: 30px
    }
}

.spotlight {

    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.spotlight .slick-dots {

    display: none !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center
}

.spotlight .slick-dots li {

    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px
}

.spotlight .slick-dots li.slick-active button:before {

    color: #ff554b
}

.spotlight .slick-dots button {

    position: relative;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    color: transparent;
    outline: 0
}

.spotlight .slick-dots button:before {

    position: absolute;
    left: 0;
    content: '\e81b';
    font-family: 'fontello';
    color: #fff;
    font-size: 40px;
    z-index: 2;
    width: 16px;
    height: 16px;
    line-height: 16px
}

.spotlight .whatif {

    margin: 0
}

.spotlight-slide {

    display: table !important;
    position: relative;
    width: 100%;
    height: 90%;
    min-height: 700px;
    background-position: center 30%;
    background-size: cover
}

.spotlight-slide:before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .05;
    background-size: 1000% 100%;
    background-image: linear-gradient(135deg, #212121 0, #212121 50%, #212121 100%);
	#was 50% and 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#212121', GradientType=1);
    z-index: 1
}

.spotlight-slide .btn {

    font-size: 16px;
    padding: 7px 12px
}

.spotlight-content {

    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    text-align: center;
    padding: 48px 0;
    z-index: 9
}

.spotlight-content.arag .btn {

    background: #ff554b
}

.spotlight-content.arag .btn:hover {

    background: #212121;

}

.spotlight-title {

    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 25px
}

.spotlight-subtitle {

    margin-bottom: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25
}

.spotlight-cta {

    margin-top: 20px
}

.spotlight-btn {

    font-family: 'PatronBold'
}

@media(min-width:36em) {

    .spotlight {

        margin-bottom: 90px
    }

    .spotlight .slick-dots {

        display: block !important
    }

    .spotlight-detail:after, .spotlight-detail:before {

        content: none
    }

    .spotlight-content {

        padding: 0;
        vertical-align: middle
    }

    .spotlight-slide {

        min-height: 750px;

    }

    .spotlight-slide .btn {

        padding: 12px 19px;
        font-size: 18px
    }

    .spotlight-subtitle {

        font-size: 24px;
        margin: 0
    }

    .spotlight-title {

        margin-top: 40px;
        font-size: 45px
    }
}

@media(min-width:54em) {

    .spotlight-content {

        vertical-align: bottom;
        padding-bottom: 165px
    }

    .spotlight-detail .spotlight-content {

        padding-bottom: 0;
        vertical-align: middle
    }

    .spotlight-slide {
        height: 61vh
    }
}

.select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    height: 46px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #a94442
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 6px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    font-size: 16px;
    line-height: 46px
}

.select2-results__option, .select2-search__field {
    font-size: 16px
}

.ddf {
    color: #000
}

.ddf .btn-primary {
    background-color: #000;
    border-color: #000
}

.ddf .btn-primary:hover {
    background-color: #333
}

.ddf .radio input[type="radio"]:checked + span:after {
    background: #000
}

.ddf .radio input[type="radio"]:focus + span:before, .ddf .radio input[type="radio"] + span:before {
    border-color: #000
}

.ddf .checkbox input[type="checkbox"]:checked + span:after {
    color: #000
}

.ddf .checkbox input[type="checkbox"]:focus + span:before, .ddf .checkbox input[type="checkbox"] + span:before {
    border-color: #000
}

.ddf .main-menu a {
    color: #000
}

.ddf .main-menu a:hover:after, .ddf .main-menu a.is-active:after {
    background: #000
}

.ddf .service-menu a, .ddf .user-auth a {
    color: #000
}

.ddf .service-menu .btn-ghost:hover, .ddf .user-auth .btn-ghost:hover {
    background: #000;
    color: #fff
}

.ddf .form-control, .ddf .select2-container--default .select2-selection--single {
    border-color: #000
}

.ddf .footer-form .form-control {
    border-color: #ccc
}

.ddf .list-bordered li {
    border: 1px solid #000
}

.ddf textarea.count-initialized + .label {
    background-color: #000
}

.ddf .main-menu, .ddf .service-menu {
    display: none
}

.ddf .user-auth {
    text-align: right
}

.ddf .user-auth ul a {
    position: relative;
    font-family: PatronBold;
    font-size: 18px
}

.ddf .user-auth ul a:hover {
    text-decoration: none
}

.ddf .user-auth ul a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 24px);
    height: 2px;
    background: #000;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ddf .user-auth .link {
    display: inline-block;
    padding-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: inherit
}

.ddf .user-auth .link:hover:before {
    text-decoration: none
}

.ddf .user-auth ul {
    margin-right: -12px
}

.ddf .user-auth li.current {
    position: relative
}

.ddf .user-auth li.current a:hover {
    text-decoration: none
}

.ddf .user-auth li.current a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 24px);
    height: 2px;
    background: #000;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ddf .user-auth li:last-child a {
    padding-right: 12px
}

.ddf.mobile-nav-is-active .user-auth a.link {
    display: block;
    text-align: center
}

.ddf.mobile-nav-is-active .user-auth a.link:before {
    text-indent: 0
}

.ddf.mobile-nav-is-active .header-toggle .lines {
    background: 0
}

.ddf .header-toggle {
    top: 20px
}

.ddf .header-toggle .lines {
    background: #000
}

.ddf .header-toggle .lines:before, .ddf .header-toggle .lines:after {
    background-color: #000
}

.ddf .heading-block {
    margin: 1.5em 0 .5em 0
}

@media(min-width:54em) {
    .ddf .user-auth ul a {
        padding: 5px 4px;
        font-size: 16px
    }
}

@media(min-width:72em) {
    .ddf .user-auth {
        top: 50px
    }

    .ddf .user-auth ul a {
        padding: 5px 12px;
        font-size: 18px
    }
}

.fhOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.4em;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999
}

.fhDialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 300px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
}

.fhDialog-header {
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 36px
}

.fhDialog-header h3 {
    margin: 16px 0;
    font-size: 20px;
    font-family: 'PatronBold', sans-serif
}

.fhDialog-body {
    padding: 20px
}

.fhDialog-footer {
    background-color: #f5f5f5;
    padding: 14px 20px 15px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff
}

.fhDialog-footer .btn {
    float: right;
    margin-left: 10px;
    border-radius: 0;
    font-size: 20px
}

.fhDialog-buttons a {
    float: right;
    margin-left: 10px
}

@media(min-width:30em) {
    .fhDialog {
        width: 400px
    }
}

@font-face {
    font-family: 'RedactorFont';
    format("woff");
    font-weight: normal;
    font-style: normal
}

.redactor-box {
    position: relative;
    overflow: visible
}

.redactor-box textarea {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    outline: 0;
    border: 0;
    background-color: #111;
    box-shadow: none;
    color: #ccc;
    font-size: 13px;
    font-family: Menlo, Monaco, monospace, sans-serif !important;
    resize: none
}

.redactor-box textarea:focus {
    outline: 0
}

.redactor-editor, .redactor-box {
    background: #fff
}

.redactor-editor, .redactor-box, .redactor-box textarea {
    z-index: auto
}

.redactor-box-fullscreen {
    z-index: 1051
}

.redactor-toolbar {
    z-index: 10
}

.redactor-dropdown {
    z-index: 1052
}

#redactor-modal-overlay, #redactor-modal-box, #redactor-modal {
    z-index: 1053
}

body .redactor-box-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.redactor-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.redactor-editor {
    position: relative;
    overflow: auto;
    margin: 0 !important;
    padding: 20px;
    min-height: 120px;
    outline: 0;
    white-space: normal;
    border: 1px solid #000;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    font-size: 14px;
    line-height: 1.6em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.redactor-editor:focus {
    outline: 0
}

.toolbar-fixed-box + .redactor-editor {
    padding-top: 32px !important
}

.redactor-placeholder:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: attr(placeholder);
    display: block;
    color: #999 !important;
    font-weight: normal !important
}

.redactor-toolbar {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: #fff;
    border: 1px solid;
    border-bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.redactor-toolbar:after {
    content: "";
    display: table;
    clear: both
}

.redactor-toolbar.redactor-toolbar-overflow {
    overflow-y: auto;
    height: 29px;
    white-space: nowrap
}

.redactor-toolbar.redactor-toolbar-external {
    z-index: 999;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.redactor-toolbar li {
    vertical-align: top;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0;
    list-style: none !important;
    box-sizing: content-box
}

.redactor-toolbar li a {
    display: block;
    color: #333;
    text-align: center;
    padding: 9px 10px;
    outline: 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    box-sizing: content-box
}

.redactor-toolbar li a:hover {
    outline: 0;
    background-color: #1f78d8;
    color: #fff
}

.redactor-toolbar li a:hover i:before {
    color: #fff
}

.redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: 0;
    background-color: #ccc;
    color: #444
}

.redactor-toolbar li a.redactor-btn-image {
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat
}

.redactor-toolbar li a.fa-redactor-btn {
    display: inline-block;
    padding: 9px 10px 8px 10px;
    line-height: 1
}

.redactor-toolbar li a.redactor-button-disabled {
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.redactor-toolbar li a.redactor-button-disabled:hover {
    color: #333;
    outline: 0;
    background-color: transparent !important;
    cursor: default
}

.redactor-toolbar li a.redactor-button-focus {
    color: #fff;
    background: #000
}

.redactor-box .CodeMirror {
    display: none
}

.re-icon {
    font-family: 'RedactorFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.re-icon i:before {
    position: relative;
    font-size: 14px
}

.re-video:before {
    content: "\e600"
}

.re-unorderedlist:before {
    content: "\e601"
}

.re-undo:before {
    content: "\e602"
}

.re-underline:before {
    content: "\e603"
}

.re-textdirection:before {
    content: "\e604"
}

.re-fontcolor:before {
    content: "\e605"
}

.re-table:before {
    content: "\e606"
}

.re-redo:before {
    content: "\e607"
}

.re-quote:before {
    content: "\e608"
}

.re-outdent:before {
    content: "\e609"
}

.re-orderedlist:before {
    content: "\e60a"
}

.re-link:before {
    content: "\e60b"
}

.re-horizontalrule:before {
    content: "\e60c"
}

.re-italic:before {
    content: "\e60d"
}

.re-indent:before {
    content: "\e60e"
}

.re-image:before {
    content: "\e60f"
}

.re-fullscreen:before {
    content: "\e610"
}

.re-normalscreen:before {
    content: "\e611"
}

.re-formatting:before {
    content: "\e612"
}

.re-fontsize:before {
    content: "\e613"
}

.re-fontfamily:before {
    content: "\e614"
}

.re-deleted:before {
    content: "\e615"
}

.re-html:before {
    content: "\e616"
}

.re-clips:before {
    content: "\e617"
}

.re-bold:before {
    content: "\e618"
}

.re-backcolor:before {
    content: "\e619"
}

.re-file:before {
    content: "\e61a"
}

.re-alignright:before {
    content: "\e61b"
}

.re-alignment:before, .re-alignleft:before {
    content: "\e61c"
}

.re-alignjustify:before {
    content: "\e61d"
}

.re-aligncenter:before {
    content: "\e61e"
}

.re-gallery:before {
    content: "\e61f"
}

.redactor-toolbar-tooltip {
    position: absolute;
    z-index: 1054;
    text-align: center;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    line-height: 1;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    font-size: 12px;
    border-radius: 2px
}

.redactor-dropdown {
    position: absolute;
    top: 28px;
    left: 0;
    padding: 0;
    min-width: 220px;
    max-height: 254px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    line-height: 1.6em
}

.redactor-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.redactor-dropdown a:last-child {
    border-bottom: 0
}

.redactor-dropdown a:hover {
    background-color: #1f78d8;
    color: #fff !important;
    text-decoration: none
}

.redactor-dropdown a.selected {
    background-color: #000;
    color: #fff
}

.redactor-dropdown a.redactor-dropdown-link-inactive, .redactor-dropdown a.redactor-dropdown-link-inactive:hover {
    background: 0;
    cursor: default;
    color: #000 !important;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4
}

.redactor-dropdown a.redactor-dropdown-link-selected {
    color: #fff;
    background: #000
}

#redactor-image-box {
    position: relative;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    outline: 1px dashed rgba(0, 0, 0, 0.6)
}

#redactor-image-editter {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -18px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    cursor: pointer
}

#redactor-image-resizer {
    position: absolute;
    z-index: 2;
    line-height: 1;
    cursor: nw-resize;
    bottom: -4px;
    right: -5px;
    border: 1px solid #fff;
    background-color: #000;
    width: 8px;
    height: 8px
}

.redactor-link-tooltip {
    position: absolute;
    z-index: 99;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    background-color: #000;
    color: #555 !important
}

.redactor-link-tooltip, .redactor-link-tooltip a {
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important
}

.redactor-link-tooltip a {
    color: #ccc;
    margin: 0 5px;
    text-decoration: none
}

.redactor-link-tooltip a:hover {
    color: #fff
}

#redactor-droparea {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
    border: 3px dashed rgba(0, 0, 0, 0.1)
}

#redactor-droparea.drag-hover {
    background: rgba(200, 222, 250, 0.75)
}

#redactor-droparea.drag-drop {
    background: rgba(250, 248, 200, 0.5)
}

#redactor-droparea-placeholder {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7)
}

#redactor-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    height: 10px
}

#redactor-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3d58a8;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    animation: progress-bar-stripes 2s linear infinite;
    background-size: 40px 40px
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

#redactor-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

#redactor-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#redactor-modal {
    outline: 0;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 14px !important;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5)
}

#redactor-modal header {
    padding: 30px 40px 5px 40px;
    font-size: 18px;
    font-weight: bold
}

#redactor-modal section {
    padding: 30px 40px 50px 40px
}

#redactor-modal label {
    display: block;
    float: none !important;
    margin: 15px 0 3px 0 !important;
    padding: 0
}

#redactor-modal input[type="radio"], #redactor-modal input[type="checkbox"] {
    position: relative;
    top: -1px
}

#redactor-modal select {
    width: 100%
}

#redactor-modal input[type="text"], #redactor-modal input[type="password"],
#redactor-modal input[type="email"], #redactor-modal input[type="url"],
#redactor-modal textarea {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5px 4px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    transition: border .3s ease-in
}

#redactor-modal input[type="text"]:focus, #redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus, #redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
    outline: 0;
    border-color: #5ca9e4;
    box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset
}

#redactor-modal input[type="text"].redactor-input-error, #redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error, #redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
    border-color: #e82f2f;
    box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset
}

#redactor-modal textarea {
    display: block;
    margin-top: 4px;
    line-height: 1.4em
}

#redactor-modal-tabber {
    margin-bottom: 15px;
    font-size: 12px
}

#redactor-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000
}

#redactor-modal-tabber a:hover {
    background-color: #1f78d8;
    border-color: #1f78d8;
    color: #fff
}

#redactor-modal-tabber a.active {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
    color: rgba(0, 0, 0, 0.6)
}

#redactor-modal #redactor-modal-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    max-height: 250px;
    overflow-x: auto
}

#redactor-modal #redactor-modal-list li {
    border-bottom: 1px solid #ddd
}

#redactor-modal #redactor-modal-list li:last-child {
    border-bottom: 0
}

#redactor-modal #redactor-modal-list a {
    padding: 10px 5px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    position: relative
}

#redactor-modal #redactor-modal-list a:hover {
    background-color: #eee
}

#redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: right;
    color: #bbb;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: 0;
    outline: 0
}

#redactor-modal-close:hover {
    color: #000
}

#redactor-modal footer button {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    margin: 0;
    outline: 0;
    border: 0;
    background-color: #ddd;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    line-height: 1;
    cursor: pointer
}

#redactor-modal footer button:hover {
    color: #777;
    background: 0;
    background: #bbb;
    text-decoration: none
}

#redactor-modal footer button.redactor-modal-delete-btn {
    background: 0;
    color: #fff;
    background-color: #b52525
}

#redactor-modal footer button.redactor-modal-delete-btn:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #881b1b
}

#redactor-modal footer button.redactor-modal-action-btn {
    background: 0;
    color: #fff;
    background-color: #424242
}

#redactor-modal footer button.redactor-modal-action-btn:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #424242
}

.redactor-dropdown .redactor-formatting-blockquote {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic
}

.redactor-dropdown .redactor-formatting-pre {
    font-family: monospace, sans-serif
}

.redactor-dropdown .redactor-formatting-h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold
}

.redactor-dropdown .redactor-formatting-h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold
}

.redactor-dropdown .redactor-formatting-h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold
}

.redactor-dropdown .redactor-formatting-h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold
}

.redactor-dropdown .redactor-formatting-h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold
}

.redactor-editor code, .redactor-editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif !important;
    cursor: text
}

.redactor-editor div, .redactor-editor p, .redactor-editor ul, .redactor-editor ol,
.redactor-editor table, .redactor-editor dl, .redactor-editor blockquote,
.redactor-editor pre {
    font-size: 14px;
    line-height: 1.6em
}

.redactor-editor a {
    color: #15c;
    text-decoration: underline
}

.redactor-editor object, .redactor-editor embed, .redactor-editor video,
.redactor-editor img {
    max-width: 100%;
    width: auto
}

.redactor-editor video, .redactor-editor img {
    height: auto
}

.redactor-editor div, .redactor-editor p, .redactor-editor ul, .redactor-editor ol,
.redactor-editor table, .redactor-editor dl, .redactor-editor figure,
.redactor-editor blockquote, .redactor-editor pre {
    margin: 0;
    margin-bottom: 15px;
    border: 0;
    background: 0;
    box-shadow: none
}

.redactor-editor iframe, .redactor-editor object, .redactor-editor hr {
    margin-bottom: 15px
}

.redactor-editor blockquote {
    margin-left: 1.6em !important;
    padding-left: 0;
    color: #777;
    font-style: italic
}

.redactor-editor ul, .redactor-editor ol {
    padding-left: 2em
}

.redactor-editor ul ul, .redactor-editor ol ol, .redactor-editor ul ol,
.redactor-editor ol ul {
    margin: 2px;
    padding: 0;
    padding-left: 2em;
    border: 0
}

.redactor-editor ol ol li {
    list-style-type: lower-alpha
}

.redactor-editor ol ol ol li {
    list-style-type: lower-roman
}

.redactor-editor dl dt {
    font-weight: bold
}

.redactor-editor dd {
    margin-left: 1em
}

.redactor-editor table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%
}

.redactor-editor table td, .redactor-editor table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top
}

.redactor-editor table thead td, .redactor-editor table th {
    font-weight: bold;
    border-bottom-color: #888
}

.redactor-editor code {
    background-color: #d8d7d7
}

.redactor-editor pre {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 90%
}

.redactor-editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}

.redactor-editor h1, .redactor-editor h2, .redactor-editor h3, .redactor-editor h4,
.redactor-editor h5, .redactor-editor h6 {
    font-weight: bold;
    color: #000;
    padding: 0;
    background: 0;
    text-rendering: optimizeLegibility;
    margin: 0 0 .5em 0
}

.redactor-editor h1, .redactor-editor h2, .redactor-editor h3, .redactor-editor h4 {
    line-height: 1.3
}

.redactor-editor h1 {
    font-size: 36px
}

.redactor-editor h2 {
    font-size: 24px;
    margin-bottom: .7em
}

.redactor-editor h3 {
    font-size: 21px
}

.redactor-editor h4 {
    font-size: 18px
}

.redactor-editor h5 {
    font-size: 16px
}

.redactor-editor h6 {
    font-size: 12px;
    text-transform: uppercase
}


