/* reboot */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

fieldset,
img {
    border: none;
}

caption,
th {
    text-align: left;
}

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

td,
th {
    padding: 0;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input,
button,
textarea {
    font-family: "montserrat-webfont", sans-serif;
    font-size: 14px;
    line-height: normal;
}

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

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

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

input[type="hidden"],
[hidden],
.hidden {
    display: none;
}

textarea {
    overflow: auto;
    resize: none;
}

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;
}

a > img {
    vertical-align: bottom;
}

strong,
.strong,
b {
    font-weight: bold;
}

em,
.italic,
i {
    font-style: italic;
}

del,
.del {
    text-decoration: line-through;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.map-canvas img {
    max-width: none;
}

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix::after, .wysiwyg::after {
    clear: both;
    content: "";
    display: block;
}

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

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

.overflow-hidden {
    overflow: hidden;
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html {
    height: 100%;
    background: #44414a;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}

body {
    position: relative;
    font-family: "montserrat-webfont", sans-serif;
    font-size: 14px;
    line-height: 24px;
    height: 100%;
    color: #383838;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: scroll;
    overflow-x: hidden;
}

.container {
    max-width: 1272px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container::after {
    clear: both;
    content: "";
    display: block;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid::after {
    clear: both;
    content: "";
    display: block;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row::after {
    clear: both;
    content: "";
    display: block;
}

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
    .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.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 768px) {
    .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.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .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.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        width: 8.3333333333%;
    }

    .col-xl-2 {
        width: 16.6666666667%;
    }

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

    .col-xl-4 {
        width: 33.3333333333%;
    }

    .col-xl-5 {
        width: 41.6666666667%;
    }

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

    .col-xl-7 {
        width: 58.3333333333%;
    }

    .col-xl-8 {
        width: 66.6666666667%;
    }

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

    .col-xl-10 {
        width: 83.3333333333%;
    }

    .col-xl-11 {
        width: 91.6666666667%;
    }

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

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

    .col-xl-pull-1 {
        right: 8.3333333333%;
    }

    .col-xl-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-xl-pull-4 {
        right: 33.3333333333%;
    }

    .col-xl-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-xl-pull-7 {
        right: 58.3333333333%;
    }

    .col-xl-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-xl-pull-10 {
        right: 83.3333333333%;
    }

    .col-xl-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-xl-push-1 {
        left: 8.3333333333%;
    }

    .col-xl-push-2 {
        left: 16.6666666667%;
    }

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

    .col-xl-push-4 {
        left: 33.3333333333%;
    }

    .col-xl-push-5 {
        left: 41.6666666667%;
    }

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

    .col-xl-push-7 {
        left: 58.3333333333%;
    }

    .col-xl-push-8 {
        left: 66.6666666667%;
    }

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

    .col-xl-push-10 {
        left: 83.3333333333%;
    }

    .col-xl-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-xl-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-xl-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-xl-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-xl-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}
.hidden-xs-up {
    display: none !important;
}

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

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

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

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

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

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

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

.hidden-xl-down {
    display: none !important;
}

/* typography */
a {
    color: #49ca6d;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
    color: #70d68d;
}
a.underline {
    text-decoration: underline;
}

.wysiwyg h1 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 24px;
}
.wysiwyg h2 {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 24px;
}
.wysiwyg h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-bottom: 28px;
}
.wysiwyg h4 {
    font-size: 14px;
    line-height: 24px;
}
.wysiwyg h5 {
    font-size: 14px;
    line-height: 24px;
}
.wysiwyg h6 {
    font-size: 14px;
    line-height: 24px;
}
.wysiwyg p {
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
}
.wysiwyg a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.wysiwyg img {
    display: block;
    margin: 0 0 24px;
}
.wysiwyg img.align-left {
    margin: 0 24px 24px 0;
}
.wysiwyg img.align-right {
    margin: 0 0 24px 24px;
}
.wysiwyg img.align-center {
    margin-left: auto;
    margin-right: auto;
}
.wysiwyg figure {
    padding-bottom: 17px;
}
.wysiwyg figure img {
    width: 100%;
    margin-bottom: 8px;
}
.wysiwyg figure figcaption {
    color: #888888;
    font-weight: 300;
}
.wysiwyg blockquote {
    margin-bottom: 24px;
    padding-left: 24px;
    font-style: italic;
}
.wysiwyg blockquote p {
    margin-bottom: 0;
}
.wysiwyg hr {
    clear: both;
    margin-bottom: 24px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}
.wysiwyg hr.transparent {
    border-bottom-color: transparent;
}
.wysiwyg ul {
    overflow: hidden;
    margin-bottom: 24px;
    list-style: inside disc;
}
.wysiwyg ul li {
    padding-left: 24px;
}
.wysiwyg ol {
    overflow: hidden;
    margin-bottom: 24px;
    list-style: inside decimal;
}
.wysiwyg ol li {
    padding-left: 24px;
}
.wysiwyg table {
    margin-bottom: 24px;
}
.wysiwyg table th {
    padding: 12px 24px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
}
.wysiwyg table td {
    padding: 12px 24px;
    border: 1px solid #eeeeee;
}

@font-face {
    font-family: 'montserrat-webfont';
    src: url("../fonts/montserrat-regular-webfont.eot");
    src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-webfont';
    src: url("../fonts/montserrat-light-webfont.eot");
    src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-webfont';
    src: url("../fonts/montserrat-bold-webfont.eot");
    src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
    font-weight: bold;
    font-style: normal;
}
/* grid */
.main {
    /*background: #f6f6f6;*/
    min-height: 100%;
    overflow: hidden;
    /*padding-bottom: 237px;*/
    -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    /*-moz-box-shadow: 3px 4px 16px rgba(13, 17, 21, 0.53);*/
    /*-webkit-box-shadow: 3px 4px 16px rgba(13, 17, 21, 0.53);*/
    /*box-shadow: 3px 4px 16px rgba(13, 17, 21, 0.53);*/
}

.menu-opened .main,
.menu-opened footer {
    -moz-transform: translate3d(271px, 0, 0);
    -webkit-transform: translate3d(271px, 0, 0);
    transform: translate3d(271px, 0, 0);
}
.menu-opened .menu-panel {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* forms */
.error {
    color: #f65164 !important;
    border-color: #f65164 !important;
}

.success {
    color: #49ca6d !important;
    border-color: #49ca6d !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.input-label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0.25px;
    color: #484848;
    margin-bottom: 7px;
}

.input-wrapper {
    margin-bottom: 25px;
}
.input-wrapper.required input.input-text, .input-wrapper.required textarea.textarea,
.input-wrapper.required select.select,
.input-wrapper.required .registration-form-location {
    /*background-color: #fffcd8;*/
}
.input-wrapper.error {
    margin-bottom: 14px;
}
.input-wrapper.error .input-error {
    display: block;
}

.input-error {
    display: none;
    clear: both;
    padding-top: 9px;
    font-size: 13px;
    line-height: 20px;
    color: #ee1313;
    font-weight: 300;
    padding-left: 36px;
    position: relative;
}
.input-error:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 13px;
    background: url("../upload/error.png") 0 0 no-repeat;
}

input.input-text, textarea.textarea {
    float: left;
    width: 100%;
    height: 74px;
    padding: 18px 25px 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #484848;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
input.input-text::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder {
    color: #484848;
}
input.input-text:-moz-placeholder, textarea.textarea:-moz-placeholder {
    color: #484848;
}
input.input-text::-moz-placeholder, textarea.textarea::-moz-placeholder {
    color: #484848;
}
input.input-text:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder {
    color: #484848;
}

textarea.textarea {
    font-family: "montserrat-webfont", sans-serif;
    overflow: auto;
    height: 124px;
}

select.select {
    float: left;
    width: 100%;
    height: 74px;
    padding: 0 42px 5px 25px;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    color: #484848;
    font-family: "montserrat-webfont", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff url("../upload/search-select.png") 100% 0 no-repeat;
}

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

.form-small input.input-text, .form-small textarea.textarea {
    height: 54px;
    padding: 14px 15px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.form-small textarea.textarea {
    height: 104px;
}
.form-small select.select {
    height: 54px;
    padding: 0 42px 4px 15px;
    font-size: 14px;
    font-weight: normal;
    background-position: 100% 50%;
}

.checkbox,
.radio {
    display: block;
}
.checkbox input,
.radio input {
    display: none;
}
.checkbox label,
.radio label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.button,
input.button,
button.button {
    display: inline-block;
    vertical-align: top;
    min-width: 125px;
    height: 52px;
    padding: 14px 25px 13px 26px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    border: 0;
    background: #32c66a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
a.button:hover,
input.button:hover,
button.button:hover {
    color: #ffffff;
    background-color: #42cf78;
}
a.button:active,
input.button:active,
button.button:active {
    color: #ffffff;
    background-color: #2db25f;
}
a.button.gray,
input.button.gray,
button.button.gray {
    background: #bababa;
}
a.button.gray:hover,
input.button.gray:hover,
button.button.gray:hover {
    background-color: #c7c7c7;
}
a.button.gray:active,
input.button.gray:active,
button.button.gray:active {
    background-color: #adadad;
}
a.button.button-noup,
input.button.button-noup,
button.button.button-noup {
    letter-spacing: 0.8px;
    text-transform: none;
}

input.button,
button.button {
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
}


.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ui-datepicker {
    display: none;
    width: 310px;
    padding: 13px 17px 14px;
    background: #ffffff;
    border: 1px solid #32c66a;
    -moz-box-shadow: 0 3px 5px rgba(13, 17, 21, 0.17);
    -webkit-box-shadow: 0 3px 5px rgba(13, 17, 21, 0.17);
    box-shadow: 0 3px 5px rgba(13, 17, 21, 0.17);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-datepicker-header {
    position: relative;
    margin-bottom: 12px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    height: 33px;
    background: #ffffff;
    border: 1px solid #dce0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    border-color: #49ca6d;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -5px;
    width: 17px;
    height: 11px;
    background: url("../upload/prev-next-arrows.png") 0 0 no-repeat;
}

.ui-datepicker-next {
    left: auto;
    right: 0;
}
.ui-datepicker-next:after {
    background-position: 0 100%;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.5px;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar th {
    text-align: center;
    padding: 0 0 2px;
    border: 0;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
}
.ui-datepicker-calendar th span {
    cursor: default;
}

.ui-datepicker-calendar td {
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
}
.ui-datepicker-calendar td span {
    color: #cccccc;
    cursor: default;
}
.ui-datepicker-calendar td a {
    display: block;
    height: 39px;
    color: #383838;
    position: relative;
    border: 1px solid #e4e7e7;
    margin: -1px -1px 0 0;
}
.ui-datepicker-calendar td a:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #32c66a;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-datepicker-calendar td a:hover {
    color: #49ca6d;
}
.ui-datepicker-calendar td a.ui-state-active {
    color: #ffffff;
    background-color: #32c66a;
    cursor: default;
}
.ui-datepicker-calendar td a.ui-state-active:before {
    opacity: 1;
}

/*-------------------------
    Basic configurations
-------------------------*/
.jFiler * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jFiler {
    font-family: "montserrat-webfont", sans-serif;
    font-size: 20px;
    color: #484848;
    font-weight: 300;
}

/* Helpers */
.jFiler ul.list-inline li {
    display: inline-block;
    padding-right: 16px;
    padding-left: 0;
}

.jFiler .pull-left {
    float: left;
}

.jFiler .pull-right {
    float: right;
}

/* File Icons */
span.jFiler-icon-file {
    position: relative;
    width: 57px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 42px -55px 0 0 #A4A7AC inset;
}

span.jFiler-icon-file:after {
    position: absolute;
    top: -1px;
    right: -1px;
    display: inline-block;
    content: '';
    border-style: solid;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent #DADDE1;
}

span.jFiler-icon-file i[class*="icon-jfi-"] {
    font-size: 24px;
}

span.jFiler-icon-file.f-image {
    box-shadow: 42px -55px 0 0 #e15955 inset;
}

span.jFiler-icon-file.f-image:after {
    border-left-color: #c6393f;
}

span.jFiler-icon-file.f-video {
    box-shadow: 42px -55px 0 0 #4183d7 inset;
}

span.jFiler-icon-file.f-video:after {
    border-left-color: #446cb3;
}

span.jFiler-icon-file.f-audio {
    box-shadow: 42px -55px 0 0 #5bab6e inset;
}

span.jFiler-icon-file.f-audio:after {
    border-left-color: #448353;
}

/* Progress Bar */
.jFiler-jProgressBar {
    height: 8px;
    background: #f1f1f1;
    margin-top: 3px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jFiler-jProgressBar .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49ca6d;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.jFiler-jProgressBar .bar.dark {
    background-color: #555;
}

.jFiler-jProgressBar .bar.blue {
    background-color: #428bca;
}

.jFiler-jProgressBar .bar.green {
    background-color: #5cb85c;
}

.jFiler-jProgressBar .bar.orange {
    background-color: #f7a923;
}

.jFiler-jProgressBar .bar.red {
    background-color: #d9534f;
}

/* Thumbs */
.jFiler-row:after,
.jFiler-item:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.jFiler-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*-------------------------
    Default Theme
-------------------------*/
.jFiler-theme-default .jFiler-input {
    position: relative;
    display: block;
    width: 400px;
    height: 35px;
    margin: 0 0 15px 0;
    background: #fefefe;
    border: 1px solid #cecece;
    font-size: 12px;
    font-family: sans-serif;
    color: #888;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
}

.jFiler-theme-default .jFiler-input.focused {
    outline: none;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.jFiler-theme-default .jFiler.dragged .jFiler-input {
    border: 1px dashed #aaaaaa;
    background: #f9f9f9;
}

.jFiler-theme-default .jFiler.dragged .jFiler-input:hover {
    background: #FFF8D0;
}

.jFiler-theme-default .jFiler.dragged .jFiler-input * {
    pointer-events: none;
}

.jFiler-theme-default .jFiler.dragged .jFiler-input .jFiler-input-caption {
    width: 100%;
    text-align: center;
}

.jFiler-theme-default .jFiler.dragged .jFiler-input .jFiler-input-button {
    display: none;
}

.jFiler-theme-default .jFiler-input-caption {
    display: block;
    float: left;
    height: 100%;
    padding-top: 8px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jFiler-theme-default .jFiler-input-button {
    display: block;
    float: right;
    height: 100%;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccc;
    color: #666666;
    text-align: center;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.jFiler-theme-default .jFiler-input-button:hover {
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
}

.jFiler-theme-default .jFiler-input-button:active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #f1f1f1, #fefefe);
    background-image: -o-linear-gradient(top, #f1f1f1, #fefefe);
    background-image: linear-gradient(to bottom, #f1f1f1, #fefefe);
    background-image: -moz-linear-gradient(top, #f1f1f1, #fefefe);
}

/*-------------------------
    Thumbnails
-------------------------*/
.jFiler-items-default .jFiler-item {
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background: #f7f7f7;
    color: #4d4d4c;
}

.jFiler-items-default .jFiler-item .jFiler-item-icon {
    font-size: 32px;
    color: #f5871f;
    margin-right: 15px;
    margin-top: -3px;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: bold;
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
    font-size: 12px;
    color: #777;
    margin-left: -5px;
    margin-right: -5px;
}

.jFiler-items-default .jFiler-item .jFiler-item-others span {
    padding-left: 5px;
    padding-right: 5px;
}

.jFiler-items-default .jFiler-item-assets {
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}

.jFiler-items-default .jFiler-item-assets a {
    padding: 8px 9px 8px 12px;
    cursor: pointer;
    background: #fafafa;
    color: #777;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    color: #d9534f;
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    background: transparent;
}

/* Thumbnails: Grid */
.jFiler-items-grid .jFiler-item {
    float: none;
    display: block;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    position: relative;
    width: 160px;
    height: 115px;
    min-height: 115px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
    width: 100%;
    height: 100%;
    text-align: center;
}

.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
    max-width: none;
    max-height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 20px;
}

.jFiler-items-grid .jFiler-item-thumb-image.fi-loading {
    background: url("data:image/gif;base64,R0lGODlhIwAjAMQAAP////f39+/v7+bm5t7e3tbW1s7OzsXFxb29vbW1ta2traWlpZycnJSUlIyMjISEhHt7e3Nzc2tra2NjY1paWlJSUkpKSkJCQjo6OjExMSkpKRkZGRAQEAAAAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAAeACwAAAAAIwAjAAAF5CAgjmRpnmiqrmzrvnAsz3Rto4Fwm4EYLIweQHcTKAiAQOPRI0QKRcYiEGA4qI8K9HZoGAIOSOBgCdIGBeLCMUgoBJSJjsBAxAiKRSFAQBCVBwMKGRsNQi8DBwsJhyQVGxMKjTCJk0kPjDI5AlQqBAcICFstBQqmmScFGh0dHBaWKAIEBQQDKQEKDxEQCTMBA5Y/o5oDoZYCHB1PMgIHCQacwCPACRStDTEDBrYABQg5wAgGIg4YYjQCogEGB3wI3J2+oD0G42PfN2Pc7D2JRDb/+In4t8MHwYIIEypcyLChQ4YhAAAh+QQFBAAeACwIAAgAEwATAAAFlqAnjiKSjAFJBscgLos4NIQ6JggAKLHXSDWbp6CoLRgeg0ShGwkIKQ9iITggPJFHaqA4eAYIRK0a9SwK0spl0TQkvEIJJnIlCdDCRk4lEJIGBgcHRn4jBBkciROFKgkNDg51jCJBJJU2ARocD4xNAQsGCBMcGz2FAxwZKQwVDYVwEhwOI02MAxsceJMeOgwaJ7skCX0jIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwJAAcAEgAVAAAFjqAnjmJAnihgHChqCACAJKMyoMHBeggSJ40baoC4zTwFB6IlOiwLhkCDMUIYUAUSgiA4RCZLAXPkoDQOsfFosVNjDYaBQiRmWjaaDMTdXDAYbWMJQnwiGBoOBEwmIwVeGhhzKAJ+BBsXIgoSVCcEAxkbAw8enEwAARkaYqluAqliChlLY64aQrNjAT2MKCEAIfkEBQQAHgAsBwAIABQAFAAABZqgJ45jUQBkqorGgQqIsKqteCjyTLbAsBg6UoBA8CgSIoGhGGQNAoXG4zAaNBcPxalJQhS4KwGhUCQgRYHZQGKxVBpgD8CQUCiAYEQTpZpcGFYrBgw5HgkEBg4XFHoqFx10CwMZFCIIDwl8IwscFAQXGR4NGQo6BBocRRUYHgIWGEwqBxoPHgEWoYYXVCsBCTIBqzkHaVwHvCshACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAVABQAAAWaoCeOpDECZKqKgRcY7bqanoHI6+EKSIHjCJ2oMPidCgIPQbHwGUkIBoLwJAEM1OpqQBgkC0yjwBGRRBQokfdXOASzo0MjqTrQUwQIpwM/QSYJKQoaHRUKHgtQSgwTEUIeDRcPSRQcHgiBFREiB1IkdAkaEgMUGAILFoE4AxkaRRIVLRIURTIGGQ0iExWcEzQyBzGwI05PV78rIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAFAAUAAAFlaAnjmRBnmgqCip6kEGbDnJqvmJAsLVIDwgEoTc6JAy0k05VSIoKiSgipgoIaIFKZ8tBVBeNBgORkEwkDt6sYECSBosUwJRybDiqxuOgTmTwCAUKIwAHAwMJDw10CxUNMRIaBQcIAmhPCgYjVAcZDx4REx5lOCoWGCIPER4Bqi0FFwwiEBIxBg9DKpqpEVS5PQUFACohACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWRoCeOpEGeaCoGKmqOQlvKXgId4usR6DA+HA6kQDsxMB0Nr0hSTHxFAgJxIABogpiEI9rgVAiF2ICARCANVovAjsESKoKaNGBkMqrEojA/WDYSHgMIJAVZBwsKSwoSCyIOFx4FJg4LVwQHRCgVDQIOEAEHDi9XJwISFAIADA4iDJ1xEwoiDa2SDFA0rCO5NGwtIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAEwAUAAAFj6AnisNonqeBLWg7GpwmtAENcc8s6ifyGKJMp1DyIFqNjecxUEiKLpGi4slATcBW4hkdDQ6HbHd048TELtah8XCwxqjAsXXdKSyWuuiAILwmGBBABzUiBDUFCQglCBAJIgsTBAQFAQpzAwZ1BREsCwweBQt+Lg8QNQpvCAqFJwMQc6mGjy6kHrI7cB4DeiIhACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcABwASABUAAAWXoCeOI0GQaBpUl5CSRZV4QrYN71hoWBBkGpdISAI4No2BhoNLHRijy8YQmQwOpJMC2BAgIh5fgJZKSDYWYg4FWZMMhkLT7XHYeAW6wrBgLGZ0KQZjgR4IEhFqJIAeBQ8UDQUCeSNzIwcNCCIJDwMDJwgGawSZAQgzBAiWIwELDSIHmh6xOQyiAKciV4oeAHO0IwB0ArweIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAcAEAAVAAAFjKAnjuMwkKgnjFJVosSEeMGVrcc1j8TlehVMIIDh7EaMzMKDuTE4k4DHsCiIKJnCI0LYcE6ehMWyPDxGgshyZL5MUqID6uCAowsEwsouWlTGFAR8HgUJCglHgyNWigF0dXYzBAwPCoJgcAUKBnELAgKYcAObHgdyfIYiBQcAdgIJjAanrq0AsoojQyghACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWYoCeKwQhF5aiqA3SIlDVW7yoOlCRKlVhtNZtHYUkIKBfPYoNaFRADUUTWeAwyGYHHAFmIDhIJImBorBIFB6cDSZUnEGEA08k0UiPDQrsSTB58HgEDhEIqAHgIERESVoY2BAcIBwaPlh5Rl04KCnhnKwMJDFCelgMIBAAeT3hBNqoeAggFIgiaX7ZblZoBB5lbqoG3wzbCKyEAIfkEBQQAHgAsBwAHABUAEwAABZygJ46jIJBoSjZPqa6GGEmBZ0zx60Gt90QiSSb3QkgOHskkkMj0UAOkyCEhLBiey2X0SIwMLKRVAPAEHggCY8N5egiKB6OGAmwtC1UhQScFIgt9JAKCKQUICQkxBw2NCycqBhsdlBgBAwUGBgRlKgMPExMSgSSdKmQvBAgIOqwoAgeKkDopBgMiMbOutCgGSLe8IlIeSKbBI1LAKCEAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkECQQAHgAsAAAAACMAIwAABbWgJ45kaZ5oqq5s675wLM90baPBvS6MTgoKgqjxEBEihZuAsRAxHKJHJXk7NAwBB8RzsPRqBYFo4RgkFALKxMhAxAiKBdXtAXgah4Eis2nIBgcLCSgVGxMKNYAoD4MzAgI5KgQHCAhULQUKmgmRJgUaIhwWLwIEBQQDKQEKDxEQCXYxnSUBcjapKAIcHUg+JgkUHRx+YB6zIw4YEMc2QiMBzDB0HgbGvifR19rb3N3e3+Dh4ikhADs=") no-repeat center;
    width: 100%;
    height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 6px 10px;
    background: -moz-linear-gradient(bottom, black 0, transparent 100%);
    background: -webkit-linear-gradient(bottom, black 0, transparent 100%);
    background: -o-linear-gradient(bottom, black 0, transparent 100%);
    background: -ms-linear-gradient(bottom, black 0, transparent 100%);
    background: linear-gradient(to top, black 0, transparent 100%);
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.12s;
    -moz-transition: all 0.12s;
    transition: all 0.12s;
}

.jFiler-items-grid .jFiler-no-thumbnail.jFiler-item .jFiler-item-container .jFiler-item-info {
    background: rgba(0, 0, 0, 0.55);
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb:hover .jFiler-item-info {
    bottom: 0;
    opacity: 1;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
    display: block;
    font-weight: bold;
    word-break: break-all;
    line-height: 1;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
    display: inline-block;
    font-size: 10px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    margin-top: 0;
    color: #484848;
    font: 14px/20px "montserrat-webfont", sans-serif;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .fi-size {
    color: #b5b5b5;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success {
    color: #3C763D;
}

.jFiler-items-grid .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error {
    color: #A94442;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
    width: 120px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-item-others {
    font-size: 12px;
}

.jFiler-items-grid .jFiler-item-trash-action:hover {
    cursor: pointer;
    color: #d9534f;
}

.icon-jfi-trash {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    position: relative;
    margin-top: 10px;
}
.icon-jfi-trash:before, .icon-jfi-trash:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 16px;
    background: #f65164;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-jfi-trash:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-------------------------
    Input
-------------------------*/
.jFiler-input-dragDrop {
    cursor: pointer;
    display: block;
    margin: 0 0 12px;
    padding: 22px 22px 26px;
    color: #484848;
    background: #ffffff;
    border: 1px dashed #cccccc;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.jFiler.dragged .jFiler-input-dragDrop {
    border-color: #cccccc;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
}

.jFiler.dragged .jFiler-input-dragDrop * {
    pointer-events: none;
}

.jFiler.dragged .jFiler-input-text,
.jFiler.dragged .jFiler-input-choose-btn,
.jFiler.dragged .jFiler-input-ext,
.jFiler.dragged .jFiler-input-icon {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.jFiler-input-dragDrop .jFiler-input-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-top: 6px;
    width: 20px;
    height: 16px;
    background: url("../upload/photo.png") 0 0 no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.jFiler-input-choose-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #484848;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.jFiler-input-choose-btn:hover {
    color: #484848;
}

.jFiler-item-others.text-success,
.jFiler-item-others.text-error {
    display: none !important;
}

/* header */
header {
    background: #3eba5a;
}
header.red {
    background: #ff2454;
}
header.red .menu li.active a {
    background-color: #f00035;
}
header.orange {
    background: #ffb300;
}
header.orange .menu li.active a {
    background-color: #ff9e06;
}
header.blue {
    background: #00b6e9;
}

.logo {
    padding: 13px 0 14px;
}
.logo a {
    display: block;
    max-width: 196px;
}
.logo a img {
    display: block;
    width: 100%;
}

.header-login {
    float: right;
    padding: 18px 0 19px 20px;
}

.header-login-user {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    width: 214px;
    padding-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.header-login-user:hover {
    color: #ffffff;
}
.header-login-user span {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    margin-right: 15px;
}
.header-login-user span img {
    display: block;
    width: 100%;
}
.header-login-user strong {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 3px;
}

.header-login-button {
    display: inline-block;
    vertical-align: top;
    min-width: 214px;
    padding: 6px 18px 8px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.5px;
    text-align: center;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}
.header-login-button:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.menu-block {
    float: right;
}

.menu {
    display: block;
}
.menu li {
    float: left;
}
.menu li a {
    display: block;
    padding: 24px 15px 27px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.84);
}
.menu li a:hover {
    color: #ffffff;
}
.menu li.active a {
    background-color: rgba(0, 0, 0, 0.09);
}


.menu-trigger {
    display: block;
    margin-top: 14px;
    width: 23px;
    height: 23px;
    position: relative;
}

.menu-trigger-icon {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -moz-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.menu-trigger-icon:before, .menu-trigger-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    height: 100%;
    -moz-transform: translate3d(0, -7px, 0);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    -webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-trigger-icon:after {
    -moz-transform: translate3d(0, 7px, 0);
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.menu-opened .menu-trigger-icon {
    background-color: transparent;
}
.menu-opened .menu-trigger-icon:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-opened .menu-trigger-icon:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 271px;
    -moz-transform: translate3d(-271px, 0, 0);
    -webkit-transform: translate3d(-271px, 0, 0);
    transform: translate3d(-271px, 0, 0);
    -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: #44414a;
}

.menu-panel-list {
    display: block;
    padding-top: 5px;
}
.menu-panel-list li {
    border-bottom: 1px solid #545259;
}
.menu-panel-list li a {
    display: block;
    padding: 14px 20px 15px 50px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #f1f1f1;
}
.menu-panel-list li a span {
    display: block;
    position: absolute;
    left: 17px;
    top: 12px;
    width: 21px;
}
.menu-panel-list li a img {
    display: block;
}
.menu-panel-list li a:hover {
    color: #49ca6d;
}

.menu-panel-login {
    padding: 17px 20px 20px 16px;
}

.menu-panel-button {
    display: block;
    height: 40px;
    padding: 9px 10px 11px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    background: #00c267;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-panel-button:hover {
    color: #ffffff;
    background-color: #00dc75;
}
.menu-panel-button:active {
    color: #ffffff;
    background-color: #00a959;
}

/* footer */
footer {
    background: #ffffff;
    margin-top: -237px;
    height: 237px;
    border-top: 1px solid #dbdbdb;
    padding: 37px 0 20px;
    text-align: center;
    -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-logo a {
    display: block;
    max-width: 175px;
    margin: 0 auto 11px;
}
.footer-logo a img {
    display: block;
    width: 100%;
}

.footer-email {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #868686;
    letter-spacing: 0.25px;
}
.footer-email a {
    color: #868686;
}
.footer-email a:hover {
    color: #49ca6d;
}

/* content */
.spanning {
    clear: both;
  background-color: #f5f5f5;
}

.content {
    padding: 57px 0 68px;
    background: #f6f6f6;
    /*border-top: 1px solid #e3e3e3;*/
}

.news-page {
    padding: 51px 50px 57px 54px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.news-page-content {
    float: left;
    width: 68.67%;
}

.news-page-sidebar {
    float: right;
    width: 26.41%;
}

.news-page-info {
    font-size: 13px;
    line-height: 20px;
    color: #888888;
    letter-spacing: 0.25px;
    margin-top: -3px;
    margin-bottom: 4px;
}

.news-page-title h1 {
    font-size: 40px;
    line-height: 48px;
    color: #525252;
    margin-bottom: 24px;
}

.news-page-social {
    vertical-align: middle;
    margin-bottom: 17px;
}
.news-page-social .fb-like {
    vertical-align: top;
    position: relative;
    top: -4px;
}

.news-page-text {
    padding-bottom: 19px;
}

.news-page-comments img {
    display: block;
}

.banner {
    margin-bottom: 38px;
}
.banner a {
    display: block;
}
.banner a img {
    display: block;
    width: 100%;
}

.news-page-related h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #49ca6d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-page-related-list {
    display: block;
}
.news-page-related-list li {
    border-top: 1px solid #e3e3e3;
}
.news-page-related-list li:first-child {
    border-top: 0;
}

.news-page-related-item {
    display: block;
    color: #383838;
    padding: 11px 0 15px;
}
.news-page-related-item:hover {
    color: #49ca6d;
}

.news-page-related-img {
    float: left;
    margin-right: 20px;
    width: 75px;
    padding-top: 7px;
}
.news-page-related-img img {
    display: block;
    width: 100%;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.news-page-related-title {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.content-title {
    background: #ffffff;
    padding: 36px 0 29px;
    text-align: center;
}
.content-title h1 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #525252;
}

.content-title-img {
    max-width: 170px;
    margin: 0 auto 13px;
}
.content-title-img img {
    display: block;
    width: 100%;
}
.content-title-img.content-title-img2 {
    max-width: 180px;
}
.content-title-img.content-title-img3 {
    max-width: 165px;
}
.content-title-img.content-title-img4 {
    max-width: 67px;
}
.content-title-img.content-title-img6 {
    max-width: 41px;
}

.content-form {
    padding: 43px 0 63px;
    border-top: 1px solid #e4e4e4;
    background: #f6f6f6;
}

.content-form-in {
    max-width: 652px;
    margin: 0 auto;
}

.content-form-note {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #484848;
    margin-bottom: 24px;
}
.content-form-note p {
    margin-bottom: 19px;
}

.content-form-file {
    padding-bottom: 10px;
}

.content-form-button {
    text-align: right;
    margin-bottom: 30px;
}

.results {
    display: none;
    padding: 34px 40px 41px;
    background: #ffffff;
    border: 1px solid #d4d9e2;
}

.results-close,
.locations-close {
    display: block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 21px;
    height: 21px;
}
.results-close:before, .results-close:after,
.locations-close:before,
.locations-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 2px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.results-close:after,
.locations-close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.results-title {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    color: #525252;
    margin-bottom: 7px;
}

.results-info {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #434343;
    letter-spacing: 0.3px;
    margin-bottom: 27px;
}

.results-calendar {
    margin-bottom: 12px;
}
.results-calendar table {
    width: 100%;
}
.results-calendar table td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #484848;
    letter-spacing: 0.5px;
    text-align: right;
    vertical-align: top;
    padding: 10px 18px 11px 0;
    background: #eaeaea;
    border: 0;
    border-bottom: 6px solid #ffffff;
}
.results-calendar table td:first-child {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 18px;
}

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

.results-button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 28px 13px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.25px;
    text-align: center;
    color: #ffffff;
    background: #f4af16;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.results-button:hover {
    color: #ffffff;
    background-color: #f5b72e;
}
.results-button:active {
    color: #ffffff;
    background-color: #e6a20b;
}

.results-button-2 {
    display: inline-block;
    vertical-align: top;
    padding: 12px 28px 13px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.25px;
    text-align: center;
    color: #ffffff;
    background: #32c66a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.results-button-2:hover {
    color: #ffffff;
    background-color: #32c66a;
}
.results-button-2:active {
    color: #ffffff;
    background-color: #32c66a;
}

.content-form-info {
    margin-top: -8px;
    margin-bottom: 28px;
    font-weight: 300;
    color: #484848;
}

.content-form-separator {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    margin-bottom: 31px;
    border-bottom: 1px solid #d8d8d8;
}

.notifications-title {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    color: #525252;
    font-weight: 300;
    margin-bottom: 26px;
}

.notifications-item {
    padding: 11px 17px 16px 19px;
    margin-bottom: 17px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    letter-spacing: 0.25px;
}

.notifications-item-title {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 1px solid #d3d3d3;
}

.notifications-item-date {
    float: left;
    width: 36.482%;
    padding-right: 10px;
    font-weight: 300;
    color: #8f8e8e;
}
.notifications-item-date span {
    display: block;
    padding-top: 12px;
}

.notifications-item-type {
    float: left;
    width: 33.388%;
    padding-top: 3px;
}

.notifications-item-type-title {
    margin-bottom: 6px;
}

select.select-small {
    float: left;
    width: 100%;
    height: 37px;
    padding: 0 30px 2px 9px;
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    color: #8f8e8e;
    font-family: "montserrat-webfont", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff url("../upload/select-small.png") 100% 0 no-repeat;
}

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

.notifications-item-delete {
    float: left;
    width: 30.13%;
    text-align: right;
    padding-top: 31px;
}

.notifications-item-button {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    padding: 7px 19px 8px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #f65164;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.notifications-item-button:hover {
    color: #ffffff;
    background-color: #cbcbcb;
}
.notifications-item-button:active {
    color: #ffffff;
    background-color: #b1b1b1;
}

.locations {
    display: block !important;
    border-top: 1px solid #e3e3e3;
}

.locations-title {
    padding: 14px 35px 16px 15px;
    background: #3eba5a;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.7px;
}

.locations-map {
    float: right;
    width: 65.35%;
}

.locations-content {
    float: left;
    width: 34.65%;
    padding: 38px 38px 28px;
    height: 681px;
    overflow: auto;
    border-right: 1px solid #e3e3e3;
}

.locations-content-title {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    color: #525252;
    margin-bottom: 7px;
}

.locations-content-info {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #434343;
    letter-spacing: 0.3px;
    margin-bottom: 17px;
}

.locations-content-item {
    padding: 12px;
    margin-bottom: 9px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.locations-content-img {
    float: left;
    width: 39.79%;
    padding-right: 14px;
}
.locations-content-img img {
    display: block;
    width: 100%;
}

.locations-content-desc {
    float: left;
    width: 60.21%;
    padding-top: 1px;
}

.locations-content-caption {
    font-size: 18px;
    line-height: 24px;
    color: #434343;
    margin-bottom: 2px;
}
.locations-content-caption span {
    color: #49ca6d;
}

.locations-content-address {
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #434343;
}

.locations-content-navigation {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 3px 9px 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #49ca6d;
    text-align: center;
    white-space: nowrap;
    background: #ffffff;
    border: 1px solid #49ca6d;
}
.locations-content-navigation:hover {
    color: #70d68d;
    border-color: #70d68d;
}
.locations-content-navigation:active {
    color: #33ad55;
    border-color: #33ad55;
}
.locations-content-navigation span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 24px;
}
.locations-content-navigation span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url("../upload/direction.png") 0 0 no-repeat;
}

.map-block {
    height: 681px;
}

.map-content {
    padding: 12px 3px 4px 26px;
    max-width: 241px;
    min-height: 250px;
    color: #434343;
    font-family: "montserrat-webfont", sans-serif;
}

.map-content-img {
    margin-bottom: 7px;
    width: 212px;
    height: 134px;
}
.map-content-img img {
    display: block;
    width: 212px;
    height: 134px;
}

.map-content-title {
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
}

.map-content-address {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 9px;
}

.registration-page {
    padding: 77px 0 73px;
}

.registration-in {
    max-width: 805px;
    margin: 0 auto;
}

.registration-login {
    float: left;
    width: 45.34%;
    padding: 22px 30px 37px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.registration-login .input-label {
    text-transform: uppercase;
    font-weight: normal;
}

.registration-form {
    float: right;
    width: 51.18%;
    padding: 22px 30px 37px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.registration-login-title {
    margin: 0 -30px 28px;
    padding: 0 30px 18px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #525252;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.registration-login-button {
    text-align: right;
}

.registration-form-title {
    margin: 0 -30px 28px;
    padding: 0 30px 18px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #484848;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.registration-form-row {
    margin: 0 -10px;
}

.registration-form-col {
    float: left;
    padding: 0 10px;
    width: 64.32%;
}

.registration-form-col-right {
    float: right;
    padding: 0 10px;
    width: 35.68%;
}

.registration-form-location {
    display: block;
    height: 54px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.registration-form-location:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -6px;
    width: 11px;
    height: 16px;
    background: url("../upload/map-ico.png") 0 0 no-repeat;
}

.search-location-form {
    display: block;
    height: 74px;
    background: #ffffff;
    border: 0.5px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.search-location-form:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -11px;
    width: 25px;
    height: 25px;
    background: url("../upload/menu-ico2.png") 0 0 no-repeat;
}

.registration-form-button {
    text-align: right;
}

.admin-user {
    padding: 12px 0 12px;
}

.admin-user-in {
    max-width: 1522px;
    margin: 0 auto;
    padding: 32px 0 39px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.admin-user-photo {
    margin-bottom: 8px;
}
.admin-user-photo input {
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
}

.admin-user-photo-change {
    cursor: pointer;
    display: block;
    position: relative;
    width: 170px;
    margin: 0 auto;
}
.admin-user-photo-change:hover .admin-user-photo-note {
    display: block;
}

.admin-user-photo-img {
    display: block;
}
.admin-user-photo-img img {
    display: block;
    margin: 0 auto;
}

.admin-user-photo-note {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    height: 36px;
    text-align: center;
}
.admin-user-photo-note span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 29px;
    padding: 5px 11px 5px 31px;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
    color: #cccccc;
    letter-spacing: 0.25px;
    background: rgba(0, 0, 0, 0.57);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-user-photo-note span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 11px;
    width: 12px;
    height: 10px;
    background: url("../upload/photo-small.png") 0 0 no-repeat;
}
.admin-user-photo-note span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.57);
}

.admin-user-name {
    padding: 0 15px 19px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    color: #484848;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.admin-user-caption {
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #525252;
    border-bottom: 1px solid #e7e7e7;
}
.admin-user-caption .tabs {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 5px;
}
.admin-user-caption .tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 0px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-user-caption .tabs li:hover {
    color: #32c66a;
}
.admin-user-caption .tabs li.active {
    cursor: default;
}
.admin-user-caption .tabs li.active:before {
    border-bottom-color: #32c66a;
}
.admin-user-caption a {
    color: #181818;
    width: 100%;
}

.admin-user-form {
    max-width: 776px;
    margin: 0 auto;
    padding-top: 23px;
}

.admin-user-col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.admin-user-col-2 {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.admin-user-button {
    clear: both;
    padding: 0 15px;
    text-align: right;
}

.box {
    display: none;
}
.box.visible {
    display: block;
}

.admin-calendar {
    margin-bottom: -25px;
}

.admin-calendar-table {
    width: 100%;
}
.admin-calendar-table th {
    text-align: center;
    padding: 15px 0 14px;
    vertical-align: top;
    background: #f5f5f5;
    border: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #898989;
    letter-spacing: 0.1px;
}
.admin-calendar-table th.col1 {
    text-align: left;
    padding-left: 17px;
    padding-right: 10px;
}
.admin-calendar-table th.col2 {
    text-align: left;
    padding-left: 17px;
    padding-right: 10px;
}
.admin-calendar-table th.col3 {
    padding-right: 10px;
}
.admin-calendar-table th.col4 {
    padding-right: 10px;
}
.admin-calendar-table th.col5 {
    padding-right: 10px;
}
.admin-calendar-table td {
    text-align: center;
    padding: 11px 0;
    vertical-align: middle;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #525252;
}

.admin-calendar-table td.colCity {
    padding: 10px;
}

.admin-calendar-table td.col1 {
    text-align: left;
    width: 197px;
    padding-left: 17px;
    padding-right: 10px;
}
.admin-calendar-table td.col2 {
    text-align: left;
    border-left: 1px solid #d9d9d9;
    padding-left: 17px;
    padding-right: 10px;
}
.admin-calendar-table td.col3 {
    padding-right: 10px;
}
.admin-calendar-table td.col4 {
    padding-right: 10px;
}
.admin-calendar-table td.col5 {
    padding-right: 10px;
    white-space: nowrap;
}
.admin-calendar-table td.col6 {
    padding-right: 9px;
    width: 92px;
}
.admin-calendar-table td.col7 {
    padding-right: 12px;
    width: 72px;
}
.admin-calendar-table tr.admin-calendar-gray td {
    background: #f7f7f7;
}

.admin-calendar-title {
    display: none;
}

.admin-calendar-button {
    display: block;
    height: 27px;
    padding: 1px 5px 3px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    color: #8d8d8d;
    letter-spacing: 0.1px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-calendar-button:hover {
    color: #49ca6d;
    border-color: #49ca6d;
}

.admin-calendar-add {
    padding: 13px 14px 0;
}

.admin-calendar-add-button {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #ffffff;
    text-align: center;
    background: #36c76a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-calendar-add-button:hover {
    color: #ffffff;
    background-color: #49ce78;
}
.admin-calendar-add-button:active {
    color: #ffffff;
    background-color: #31b35f;
}

.admin-street {
    padding: 31px 0 16px;
}

.admin-street-row {
    padding: 0 20px;
}
.admin-street-row .input-wrapper {
    margin-bottom: 14px;
}
.admin-street-row .input-label {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
}

.admin-street-row-pull .input-label {
    display: none;
}
.admin-street-row-pull input.input-text, .admin-street-row-pull textarea.textarea {
    float: none;
}

.admin-street-type {
    float: left;
    width: 24.95%;
    padding: 0 6px;
}

.admin-street-info {
    float: right;
    width: 75.05%;
}

.admin-street-title {
    float: left;
    padding: 0 6px;
    width: 37.18%;
}

.admin-street-number,
.admin-street-date {
    float: left;
    padding: 0 6px;
    width: 20.94%;
}

.admin-street-button {
    display: block;
    margin: 0 6px 21px;
    padding: 15px 10px 17px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.25px;
    color: #898989;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-street-button:hover {
    color: #49ca6d;
    border-color: #49ca6d;
}

.admin-street-button-ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    width: 20px;
    height: 20px;
    background: #3eba59;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.admin-street-button-ico:before, .admin-street-button-ico:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 10px;
    height: 2px;
    background: #ffffff;
}
.admin-street-button-ico:after {
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
}

.admin-street-options {
    border-top: 1px solid #e6e6e6;
    padding: 14px 20px 0;
}
.admin-street-options .button {
    float: right;
    margin: 0 6px;
}

/* sidebar */
/* home */
.intro {
    background: #45a17a url("../upload/intro-bg.jpg") 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.intro header {
    background: rgba(0, 0, 0, 0.12);
}

.intro-content {
    color: #ffffff;
    padding: 51px 0 35px;
}

.intro-content-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.intro-content-info {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    padding-bottom: 6px;
}
.intro-content-info h1 {
    font: bold 46px/56px "montserrat-webfont", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 19px;
}
.intro-content-info p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 300;
    margin-bottom: 31px;
}

.intro-content-start {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 46px;
}
.intro-content-start:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 100%;
    margin-left: 15px;
    width: 100px;
    height: 74px;
    background: url("../upload/arrow.png") 0 0 no-repeat;
}

.intro-content-button {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    padding: 13px 25px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #ffffff;
    text-align: center;
    background: #49ca6d;
}
.intro-content-button:hover {
    color: #ffffff;
    background-color: #5dd07d;
}
.intro-content-button:active {
    color: #ffffff;
    background-color: #38c15e;
}

.intro-content-img {
    display: table-cell;
    vertical-align: middle;
    width: 50.73%;
    padding-top: 8px;
}
.intro-content-img img {
    display: block;
    margin: 0 auto;
}

.search-block {
    background: #ffffff;
    padding: 33px 0 37px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.search-block.search-block-location {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
}

.search {
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-type {
    float: left;
    width: 44.274%;
    border-right: 1px solid #cbcbcb;
}

.search-location {
    float: left;
    width: 43.952%;
}

.search-button {
    float: left;
    width: 11.774%;
    padding: 10px 11px;
}

select.search-select {
    float: left;
    width: 100%;
    height: 72px;
    padding: 0 45px 0 22px;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    color: #484848;
    font-family: "montserrat-webfont", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    background: transparent url("../upload/search-select.png") 100% 0 no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

input.search-text {
    float: left;
    width: 100%;
    height: 72px;
    padding: 21px 20px 21px 28px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #484848;
    border: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input.search-text::-webkit-input-placeholder {
    color: #484848;
}
input.search-text:-moz-placeholder {
    color: #484848;
}
input.search-text::-moz-placeholder {
    color: #484848;
}
input.search-text:-ms-input-placeholder {
    color: #484848;
}

input.button-red {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 52px;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border: 0;
    background: #f65164;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
input.button-red:hover {
    background-color: #f7697a;
}
input.button-red:active {
    background-color: #f5394e;
}

.news {
    padding: 38px 0 40px;
    background: #f6f6f6;
    border-bottom: 1px solid #dbdbdb;
}

.news-title {
    text-align: center;
    margin-bottom: 22px;
    margin-top: -20px;
}
.news-title h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: #525252;
}

.location-search-photo {

}

.news-list {
    padding-bottom: 8px;
}

.news-item {
    margin-bottom: 30px;
    height: 290px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-top: 0;
}

.news-item-link {
    display: block;
}
.news-item-link:hover .news-item-title {
    color: #49ca6d;
}

.news-item-img {
    display: block;
    margin: 0 -1px;
    height: 164px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-item-text {
    display: block;
    padding: 11px 14px 0;
    height: 125px;
    overflow: hidden;
}

.news-item-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.news-item-title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #383838;
}

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

.news-more-button {
    display: inline-block;
    vertical-align: top;
    min-width: 214px;
    padding: 7px 18px;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    background: transparent;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}
.news-more-button:hover {
    color: #49ca6d;
    border-color: #49ca6d;
}
.news-more-button:active {
    color: #38c15e;
    border-color: #38c15e;
}

.content-nav {
    background: #ffffff;
    padding: 79px 0 77px;
}

.content-nav-list {
    display: block;
    text-align: center;
    margin: 0 -280px;
    margin-left: 75px;
}
.content-nav-list li {
    float: left;
    width: 25%;
    padding: 0 70px;
}

.content-nav-link {
    display: block;
    color: #525252;
}
.content-nav-link:hover {
    color: #49ca6d;
}

.content-nav-img {
    display: block;
    margin-bottom: 22px;
    height: 129px;
    overflow: hidden;
}
.content-nav-img img {
    display: block;
    margin: 0 auto;
}

.content-nav-img-mobile {
    display: none;
    float: left;
    width: 25px;
    margin-right: 10px;
}
.content-nav-img-mobile img {
    display: block;
}

.content-nav-title {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* responsive */
@media (max-width: 1330px) {
    .header-login {
        padding-left: 7px;
    }

    .header-login-user {
        width: 191px;
    }

    .header-login-button {
        min-width: 0;
    }

    .menu li a {
        padding-left: 7px;
        padding-right: 8px;
        letter-spacing: 0;
    }
}
@media (min-width: 1200px) {
    .menu-opened .main,
    .menu-opened footer {
        -moz-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .menu-opened .menu-panel {
        -moz-transform: translate3d(-271px, 0, 0) !important;
        -webkit-transform: translate3d(-271px, 0, 0) !important;
        transform: translate3d(-271px, 0, 0) !important;
    }
}
@media (max-width: 1199px) {
    .logo {
        padding-top: 10px;
        padding-bottom: 11px;
    }
    .logo a {
        max-width: 136px;
        margin: 0 auto;
    }

    .intro-content-info h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .intro-content-img {
        width: 45%;
    }

    .content-nav-list {
        margin: 0 -20px;
    }
    .content-nav-list li {
        padding: 0 20px;
    }

    .content-nav-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-page {
        padding: 30px;
    }

    .news-page-sidebar {
        width: 28%;
    }
}
@media (max-width: 991px) {
    .intro-content-info h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .search-location {
        width: 42%;
    }

    .search-button {
        width: 13.726%;
    }

    .content-nav-list {
        margin: 0 -10px;
    }
    .content-nav-list li {
        padding: 0 10px;
    }

    .content-nav-title {
        padding-left: 0;
        padding-right: 0;
    }

    .news-page-content {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }

    .news-page-sidebar {
        float: none;
        width: auto;
    }

    .banner {
        float: right;
        max-width: 50%;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .news-page-related {
        float: left;
        width: 50%;
        padding-right: 15px;
    }

    .locations-map {
        float: none;
        width: auto;
    }

    .locations-content {
        float: none;
        width: auto;
        height: auto;
        border-right: 0;
        border-top: 1px solid #e3e3e3;
    }

    .admin-calendar-table td.col1 {
        width: auto;
    }

    .admin-street-row {
        padding-left: 9px;
        padding-right: 9px;
    }

    .admin-street-title {
        width: 34%;
    }

    .admin-street-date {
        width: 24.12%;
    }

    .admin-street-options {
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (max-width: 767px) {
    .home-page .main {
        min-height: 0;
    }

    .main {
        padding-bottom: 0;
    }

    footer {
        margin-top: 0;
        height: auto;
        background: #f6f6f6;
        padding-top: 15px;
        padding-bottom: 16px;
    }

    .footer-logo a {
        max-width: 105px;
        margin-bottom: 5px;
    }

    .intro-content {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 11px;
    }

    .intro-content-row {
        display: block;
        width: auto;
    }

    .intro-content-info {
        display: block;
        padding-right: 0;
        padding-bottom: 16px;
        max-width: 400px;
        margin: 0 auto;
    }
    .intro-content-info h1 {
        padding: 0 10px;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: 0.8px;
        margin-bottom: 8px;
    }
    .intro-content-info p {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.2px;
        margin-bottom: 15px;
    }

    .intro-content-start {
        padding-bottom: 0;
    }
    .intro-content-start:before {
        display: none;
    }

    .intro-content-button {
        padding-left: 22px;
        padding-right: 22px;
    }

    .intro-content-img {
        display: block;
        width: auto;
        padding-top: 0;
        max-width: 320px;
        margin: 0 auto;
    }

    .search-block {
        display: none;
    }

    .news {
        padding-top: 14px;
        padding-bottom: 15px;
    }

    .news-title {
        margin-bottom: 13px;
    }
    .news-title h2 {
        font-size: 23px;
        line-height: 27px;
    }

    .news-list {
        padding-bottom: 2px;
    }

    .news-item {
        margin-bottom: 12px;
        min-height: 99px;
        height: auto;
        border-top: 1px solid #dbdbdb;
        position: relative;
    }

    .news-item-link {
        padding-left: 111px;
    }

    .news-item-img {
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: -1px;
        width: 100px;
        margin: 0;
        height: auto;
    }

    .news-item-text {
        padding: 10px 14px 12px 0;
        height: auto;
    }

    .news-item-date {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 3px;
    }

    .news-item-title {
        font-size: 14px;
        line-height: 17px;
    }

    .news-more-button {
        padding-top: 6px;
        padding-bottom: 5px;
        min-width: 196px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

    .content-nav {
        padding: 0;
    }

    .content-nav-list {
        text-align: left;
        margin: 0 -15px;
    }
    .content-nav-list li {
        float: none;
        width: 100%;
        padding: 0 15px;
        border-top: 1px solid #dbdbdb;
    }
    .content-nav-list li:first-child {
        border-top: 0;
    }

    .content-nav-link {
        padding-top: 13px;
        padding-bottom: 14px;
    }

    .content-nav-img {
        display: none;
    }

    .content-nav-img-mobile {
        display: block;
    }

    .content-nav-title {
        overflow: hidden;
        font-size: 12px;
        line-height: 22px;
    }

    .content {
        padding: 14px 0 24px;
        background: #ffffff;
        border-top: 0;
    }

    .news-page {
        padding: 0;
        border: 0;
    }

    .news-page-content {
        margin-bottom: 0;
    }

    .news-page-info {
        font-size: 11px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 7px;
    }

    .news-page-title h1 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .news-page-social {
        margin-bottom: 19px;
    }

    .wysiwyg h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 13px;
        padding-top: 5px;
    }
    .wysiwyg p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .wysiwyg figure {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 12px;
    }
    .wysiwyg figure img {
        margin-bottom: 9px;
    }
    .wysiwyg figure figcaption {
        font-size: 12px;
        line-height: 18px;
        padding: 0 15px;
    }

    .content-title {
        padding-top: 21px;
        padding-bottom: 17px;
    }
    .content-title h1 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .content-title-img {
        max-width: 138px;
        margin-bottom: 9px;
    }
    .content-title-img.content-title-img2 {
        max-width: 147px;
    }
    .content-title-img.content-title-img3 {
        max-width: 135px;
    }

    .content-form {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .content-form-in {
        max-width: none;
    }

    .content-form-note {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 18px;
    }

    .content-form-file {
        padding-bottom: 1px;
    }

    .content-form-button {
        text-align: center;
        margin-bottom: 0;
    }
    .content-form-button .button {
        width: 100%;
    }

    .input-wrapper {
        margin-bottom: 10px;
    }
    .input-wrapper.error {
        margin-bottom: 6px;
    }

    .input-error {
        padding-top: 2px;
        padding-left: 26px;
    }
    .input-error:after {
        top: 5px;
        left: 5px;
    }

    input.input-text, textarea.textarea {
        height: 50px;
        padding: 10px 17px 13px;
        font-size: 15px;
        line-height: 25px;
    }

    textarea.textarea {
        height: 124px;
    }

    select.select {
        height: 50px;
        padding: 0 30px 3px 17px;
        font-size: 15px;
        -moz-background-size: 25px 48px;
        -o-background-size: 25px 48px;
        -webkit-background-size: 25px 48px;
        background-size: 25px 48px;
    }

    .jFiler-input-dragDrop {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 17px;
    }

    .jFiler-input-dragDrop .jFiler-input-icon {
        margin-right: 12px;
    }

    .jFiler-input-choose-btn {
        font-size: 15px;
        line-height: 20px;
        padding-top: 5px;
    }

    .results {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        overflow: auto;
        border: 0;
        padding: 0 15px 18px;
    }
    .results.results-visible {
        display: block !important;
    }

    .results-title {
        margin: 0 -15px 18px;
        padding: 14px 35px 16px 15px;
        background: #ffb300;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: normal;
        color: #ffffff;
        letter-spacing: 0.7px;
    }

    .results-info {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 11px;
    }

    .results-calendar {
        margin-bottom: 7px;
    }
    .results-calendar table td {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 15px 10px 0;
        border-bottom-width: 4px;
    }
    .results-calendar table td:first-child {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
    }

    .results-button {
        width: 100%;
        padding-top: 9px;
        padding-bottom: 11px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.25px;
    }

    .content-form-info {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 11px;
        line-height: 18px;
    }

    .content-form-separator {
        height: 23px;
        margin-bottom: 18px;
    }

    .notifications-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .notifications-item {
        padding: 12px 14px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .notifications-item-title {
        padding-bottom: 7px;
        margin-bottom: 10px;
    }

    .notifications-item-date {
        float: none;
        width: auto;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .notifications-item-date span {
        display: inline;
        padding-top: 0;
    }

    .notifications-item-type {
        width: 65.77%;
        padding-top: 0;
    }

    .notifications-item-type-title {
        margin-bottom: 5px;
    }

    select.select-small {
        height: 33px;
        padding-right: 25px;
        font-size: 14px;
        -moz-background-size: 20px 31px;
        -o-background-size: 20px 31px;
        -webkit-background-size: 20px 31px;
        background-size: 20px 31px;
    }

    .notifications-item-delete {
        width: 34.23%;
        padding-top: 30px;
    }

    .notifications-item-button {
        height: 31px;
        padding: 6px 17px 5px;
        font-size: 13px;
        line-height: 20px;
    }

    .locations {
        display: none !important;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        overflow: auto;
        border-top: 0;
        background: #ffffff;
    }
    .locations.locations-visible {
        display: block !important;
    }

    .locations-content {
        padding: 0 0 33px;
    }

    .locations-content-title,
    .locations-content-info {
        display: none;
    }

    .locations-content-item {
        padding: 14px 15px;
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .locations-content-img {
        width: 90px;
        padding-right: 12px;
    }
    .locations-content-img img {
        height: 78px;
    }

    .locations-content-desc {
        float: none;
        width: auto;
        overflow: hidden;
        padding-top: 0;
    }

    .locations-content-caption {
        font-size: 16px;
        line-height: 20px;
        color: #383838;
        margin-bottom: 3px;
    }

    .locations-content-address {
        font-size: 13px;
        line-height: 16px;
        color: #383838;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

    .locations-content-navigation {
        height: 32px;
        padding-top: 4px;
        padding-bottom: 6px;
    }

    .map-block {
        height: 293px;
    }

    .map-content {
        padding: 2px 0;
        max-width: none;
        min-height: 43px;
        color: #383838;
    }

    .map-content-img,
    .map-content-button {
        display: none;
    }

    .map-content-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .map-content-address {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }


    .registration-page {
        padding: 14px 0 18px;
    }

    .registration-in {
        max-width: none;
        width: auto;
    }

    .registration-login {
        float: none;
        width: auto;
        margin-bottom: 11px;
        padding: 15px 17px 18px;
    }

    .registration-form {
        float: none;
        width: auto;
        padding: 19px 17px 18px;
    }

    .registration-login-title {
        margin: 0 -17px 18px;
        padding: 0 17px 14px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .registration-form-title {
        margin: 0 -17px 22px;
        padding: 0 17px 15px;
        font-size: 15px;
        line-height: 20px;
    }

    .registration-login-button,
    .registration-form-button {
        padding-top: 5px;
    }
    .registration-login-button .button,
    .registration-form-button .button {
        width: 100%;
    }

    .registration-form-col {
        float: none;
        width: auto;
    }

    .registration-form-col-right {
        display: none;
    }

    .registration-form-location {
        height: 47px;
    }

    .form-small input.input-text, .form-small textarea.textarea {
        height: 47px;
        padding: 11px 15px 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .form-small textarea.textarea {
        height: 104px;
    }
    .form-small select.select {
        height: 47px;
        padding: 0 28px 3px 15px;
        font-size: 14px;
        -moz-background-size: 23px 45px;
        -o-background-size: 23px 45px;
        -webkit-background-size: 23px 45px;
        background-size: 23px 45px;
    }

    .admin-user {
        padding: 14px 0 18px;
    }

    .admin-user-in {
        max-width: none;
        width: auto;
        padding: 21px 0 20px;
    }

    .admin-user-name {
        font-size: 16px;
        line-height: 20px;
    }

    .admin-user-form {
        max-width: none;
        width: auto;
        padding-top: 0;
    }

    .admin-user-col {
        float: none;
        width: 100%;
    }

    .admin-user-button {
        padding-top: 5px;
    }
    .admin-user-button .button {
        width: 100%;
    }

    .admin-user-caption .tabs {
        display: block;
        margin: 0 -15px;
    }
    .admin-user-caption .tabs li {
        margin: 0 10px;
        letter-spacing: 0;
    }

    .admin-calendar {
        margin-bottom: -6px;
    }

    .admin-calendar-add-button {
        width: 100%;
    }

    .admin-calendar-table {
        display: block;
        border-top: 1px solid #d9d9d9;
    }
    .admin-calendar-table thead {
        display: none;
    }
    .admin-calendar-table tbody,
    .admin-calendar-table tr {
        display: block;
    }
    .admin-calendar-table td {
        display: block;
        width: 100% !important;
        text-align: left;
        padding: 2px 14px !important;
        border-bottom: 0;
    }
    .admin-calendar-table td.col2 {
        border-left: 0;
    }
    .admin-calendar-table td.col6 {
        padding-bottom: 4px !important;
    }
    .admin-calendar-table td.col7 {
        padding-bottom: 9px !important;
        border-bottom: 1px solid #d9d9d9;
    }

    .admin-calendar-title {
        display: inline-block;
        vertical-align: top;
        margin-right: 6px;
        font-size: 11px;
        line-height: 20px;
        text-transform: uppercase;
        color: #898989;
        letter-spacing: 0.1px;
    }

    .admin-street {
        padding-top: 74px;
    }

    .admin-street-row .input-wrapper {
        margin-bottom: 10px;
    }

    .admin-street-row-pull .input-label {
        display: block;
    }

    .admin-street-type,
    .admin-street-info,
    .admin-street-title,
    .admin-street-number,
    .admin-street-date {
        float: none;
        width: auto;
    }

    .admin-street-button {
        margin-bottom: 14px;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .admin-street-options {
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin-street-options .button {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
}
/* retina */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #fffcd8;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li {
    padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu .ui-menu-item a{
    color: #484848;
    font-family: "montserrat-webfont", sans-serif;
    font-size: 20px;
    font-weight: 300;
}


.language-dropbtn {
    margin-left: 20px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;

}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.language-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.language-dropdown-content a:hover {background-color: #dbdbdb}

.language-dropdown:hover .language-dropdown-content {
    display: block;
}




.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
.ui-selectmenu-menu .ui-menu {
    /* itemi */
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;

    background-color: #fffcd8;

}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
    color: red;

}
.ui-selectmenu-open {
    display: block;


    border: 1px solid #cccccc;
}
.ui-selectmenu-button {
    /* button*/
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;

    background-color: #fffcd8;
    float: left;
    width: 100%;
    height: 74px;
    padding: 0 42px 5px 25px;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    color: #484848;
    font-family: "montserrat-webfont", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
.ui-selectmenu-button span.ui-icon {
    right: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;

    background: url("../upload/search-select.png") no-repeat left center;
    height: 74px;
    width: 40px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    height: 74px;
    line-height: 74px;
}

.ui-menu-item {
    cursor:pointer;
    height: 74px;
    padding: 0 42px 5px 25px;
    font-size: 20px;
    line-height: 74px;
    font-weight: 300;
}

.ui-menu-item.ui-state-disabled {
    color: silver;
    cursor:none;
}

.ui-menu-item.ui-state-focus {
    background-color: #4183d7;
    color: white
}

.custom-white {
    background-color: white !important
}

.admin-notification-table {
    width: 100%;
}

.admin-notification-table th {
    text-align: left;
    padding: 15px 0 14px;
    vertical-align: top;
    background: #f5f5f5;
    border: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #898989;
    letter-spacing: 0.1px;
}

.admin-notification-table td {
    text-align: left;
    padding: 11px 0;
    vertical-align: middle;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #525252;
}

.admin-notification-button {
    display: block;
    height: 27px;
    padding: 1px 5px 3px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    color: #8d8d8d;
    letter-spacing: 0.1px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-notification-button:hover {
    color: #49ca6d;
    border-color: #49ca6d;
}

.admin-notification-add {
    padding: 13px 14px 0;
}

.admin-notification-add-button {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #ffffff;
    text-align: center;
    background: #36c76a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.admin-notification-add-button:hover {
    color: #ffffff;
    background-color: #49ce78;
}
.admin-notification-add-button:active {
    color: #ffffff;
    background-color: #31b35f;
}

.admin-user-caption .list-group-item {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-bottom: 3px solid #49ca6d;;
}

.company-user-name {
    margin: 15px 15px 15px 15px;
    font-size: 16px;
    line-height: 20px;
}
